]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Small optimization
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2019-03-31 terencehillSmall optimization
2019-03-31 terencehillDisable scrolling of tabs in menu:Settings/Game (curren...
2019-03-31 MarioTemporary workaround for assault and race spawnpoints
2019-03-29 terencehillMerge branch 'byteManiak/misc' into 'master'
2019-03-29 byteManiakLMS loser / CTS nonsolid frags merging
2019-03-29 terencehillFix #2209 "Jetpack sound continues forever after death...
2019-03-20 terencehillRemove useless scoreboard_showaccuracy global
2019-03-20 terencehillRemove a useless sprintf and a space
2019-03-20 terencehillFix #2208 "Using custom bot teams completely breaks...
2019-03-20 terencehillSimplify bot_forced_team checks, set bot_forced_team...
2019-03-17 MarioMerge branch 'mirceakitsune/fix_damageeffects' into...
2019-03-17 MarioMerge branch 'mirceakitsune/button14' into 'master'
2019-03-17 MarioWhitelist max_health (used by trigger_heal)
2019-03-10 terencehillRestore old code in the hope it fixes #2205 for real...
2019-03-09 terencehillRestore initial _entcs_send calls with MSG_ONE as they...
2019-03-09 terencehillRename a variable
2019-03-09 Mircea KitsuneUse a weapon flag to mark weapons that induce bleeding 640/head
2019-03-09 MarioSet the flag's movetype to MOVETYPE_NONE when respawnin...
2019-03-08 Mircea KitsuneGet damage effects working again
2019-03-08 Mircea KitsuneReplace button14 with button12 for minigame state 639/head
2019-03-08 terencehillMerge branch 'terencehill/bot_ai'
2019-03-06 terencehillDisable fire tolerance since bots tend to shoot way...
2019-03-03 terencehillMerge branch 'master' into terencehill/bot_ai
2019-02-22 terencehillRefactor Item_GiveAmmoTo a little bit to reduce duplica...
2019-02-22 terencehillGet rid of 2 functions
2019-02-22 terencehillAdd parentheses to fix a compile error
2019-02-21 terencehillImprove SetResource description. Convert some floats...
2019-02-21 terencehillDon't even try to count damage as score if it's null
2019-02-19 terencehillShow no damage effect if damage is null (frozen player...
2019-02-18 terencehillAdd brackets to GAMETYPE macros
2019-02-16 terencehillMerge branch 'master' into 'master'
2019-02-15 terencehillWhen possible use simpler LOG_* macros instead of LOG_*F
2019-02-15 terencehillSome minor cleanups and optimizations
2019-02-12 terencehillMerge branch 'terencehill/more_compilation_optimizations'
2019-02-12 Slava BacherikovFix crash when g_maxplayers smaller than current amount... 637/head
2019-02-12 MarioMerge branch 'terencehill/minplayers_per_team' into...
2019-02-10 terencehillConcatenate log header strings in code
2019-02-10 terencehillReduce code of FOREACH_CLIENT_RANDOM
2019-02-10 terencehillCount notifications in a single FOREACH loop
2019-02-09 terencehillUse a function to print the assertion failed message...
2019-02-09 terencehillDisable spawnfunc.qh code in client and menu as it...
2019-02-08 terencehillUse a function to print single effect indexes
2019-02-08 terencehillReduce function calls when writing 2 multi-line messages
2019-02-08 terencehillOptimize NOTIF_WRITE_HARDCODED
2019-02-08 terencehillRevert e30214cf "Purge SetResourceAmountExplicit" becau...
2019-02-07 terencehillCompress code of all the NOTIF_WRITE_* macros (now...
2019-02-07 terencehillIntroduce the shared function write_String_To_File...
2019-02-06 terencehillRemove a few useless brackets inside macros
2019-02-06 terencehillMark _checkWhitelisted as eraseable (currently used...
2019-02-06 terencehillMove a very long loop into its own function as it was...
2019-02-05 terencehillMake use of a function to reduce compilation output...
2019-02-05 terencehillTurn PROCESS_OVERRIDE macro into a function
2019-02-05 terencehillImplement MapInfo_Type_FromString in a sane way (withou...
2019-02-04 terencehillDon't call these 2 LOG_FATALF directly from 2 macros...
2019-02-04 terencehillShorten a few names
2019-02-04 terencehillFix an harmless typo, improve Take/GiveResource hooks...
2019-02-03 terencehillGetResourceAmount --> GetResource, SetResourceAmount...
2019-02-03 terencehillReduce name space of resource constants and variables...
2019-02-03 terencehillMerge branch 'Mario/setresourceamount' into 'master'
2019-02-03 MarioPurge SetResourceAmountExplicit 636/head
2019-02-02 terencehillFix parenthesis position to make work previous commit...
2019-02-02 terencehillSave some bandwidth by sending statusbar value to waypo...
2019-02-02 terencehillReplace a few '1 0 0' * vec with vec.x (it optimizes...
2019-02-01 terencehillSome minor optimizations
2019-02-01 terencehillRemove redundant brackets from MACRO_BEGIN / MACRO_END...
2019-02-01 terencehillReveal macro continuation character in some macros
2019-02-01 terencehillReduce a bit expanded code of some often used macros
2019-01-31 terencehillUse consistent variable names
2019-01-31 terencehillRemove a repeated useless check
2019-01-31 terencehillentcs: fix networking of wrong entcs fields (neverthele...
2019-01-31 terencehillFix typo
2019-01-30 terencehillentcs: save some bandwidth by scaling angles.y even...
2019-01-30 terencehillFix wrong (outdated) health/armor values displayed...
2019-01-29 terencehillLabel some field pointers with the const attribute
2019-01-28 terencehillFix indentation of all the if if else I could find...
2019-01-28 terencehillRemove 2 unnecessary macros
2019-01-28 MarioAdd some missing brackets, fixes issues with settemp...
2019-01-28 MarioMerge branch 'terencehill/statusbar_highlight' into...
2019-01-28 MarioMerge branch 'martin-t/teamsay' into 'master'
2019-01-26 terencehillAdd minplayers_per_team cvar: fill server with bots...
2019-01-25 terencehillHighlight values from 0 to 100 of health and armor... 633/head
2019-01-25 terencehillMerge branch 'martin-t/bits' into 'master'
2019-01-25 Martin Taibrallow teamchat during intermission 632/head
2019-01-24 terencehillentcs: improve terminology
2019-01-24 terencehillPrint to chat the LMS forfeit message too since in...
2019-01-24 terencehillFix "player is now spectating" message being displayed...
2019-01-23 terencehillSend angles.y value to entcs entities only when the...
2019-01-23 terencehillSend health / armor values to entcs entities only when...
2019-01-23 terencehillFix #2050 "Corpse plays animations after death"
2019-01-23 MarioBe a bit more explicit with checks for isplayermodel...
2019-01-23 MarioMerge branch 'martin-t/warns' into 'master'
2019-01-22 terencehillCA: fix 'spectate previous player' action not working...
2019-01-22 terencehillCA: fix 'spectate previous player' action not working...
2019-01-21 terencehillPressed keys panel: separate a little bit crouch and...
2019-01-21 terencehillFix #2081 "FT: Player numbers are tiny when reaching...
2019-01-21 terencehillFx #2142 "hud_panel_pressedkeys_attack 1 shows primary...
2019-01-20 terencehillUse a simpler check here
2019-01-20 terencehillScoreboard: make header descriptions more consistent
2019-01-20 terencehillScoreboard: add missing translatable column headers...
2019-01-19 terencehillDisplay 'Player is now playing' in chat box too like...
next