]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common
Get rid of a useless global
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common /
2017-06-17 MarioAdd a vehicle hook when setting colors, so vehicles...
2017-06-17 terencehillMerge branch 'master' into terencehill/vec2_optimizations
2017-06-17 terencehillMinor optimizations + minor fix
2017-06-17 MarioAdd rough support for target_kill
2017-06-16 terencehillMerge branch 'master' into martin-t/dmgtext2
2017-06-16 terencehillDon't waste 2 arrays for something that can be accompli...
2017-06-16 terencehillUse a shared array to dump config settings of weapons...
2017-06-05 terencehillOptimize a few checks
2017-06-05 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-06-01 MarioMerge branch 'Lyberta/f1time' into 'master'
2017-06-01 LybertaMade f1time be handled on the server too. 444/head
2017-05-29 MarioPartial fix for turret checkpoints (find doesn't work...
2017-05-27 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
2017-05-27 terencehillOptimize client and server vector operations mostly...
2017-05-27 terencehillTurn a few vec3 into vec2
2017-05-27 terencehillRemove outdated g_waypointsprite_tactical cvar; fix...
2017-05-26 MarioFix default sv_player_viewoffset value
2017-05-26 MarioMinor code cleanup in pathlib
2017-05-24 MarioFix trigger_secret unreliability with triggering and...
2017-05-21 terencehillDon't spawn ladder waypoints if there's no room for...
2017-05-21 terencehillRename 2 functions
2017-05-21 terencehillDon't allow bots to make use of too large ladders
2017-05-21 terencehillFix cost of climbing ladders
2017-05-20 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-20 MarioAdd an intrusive list for entities that save their...
2017-05-20 MarioAdd an intrusive list for seeker tags and fix seeker...
2017-05-20 MarioMake railgunhit a bool and reduce a find loop to intrus...
2017-05-20 MarioMerge branch 'Mario/intrusive' into 'master'
2017-05-19 MarioTweak resistance buff to reduce damage after most other...
2017-05-19 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-17 MarioMerge branch 'master' into Mario/intrusive 441/head
2017-05-17 MarioUse an intrusive list to find ladders in bot AI
2017-05-17 MarioReplace some findfloat loops with intrusive lists where...
2017-05-17 MarioUse the attacker parameter instead of saving globals...
2017-05-16 MarioMerge branch 'Mario/cts_checkpoint_speedup' into 'master'
2017-05-16 MarioMerge branch 'Mario/cts_respawn_clear' into 'master'
2017-05-15 terencehillImprove automatic waypoint generation for jumppads...
2017-05-13 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-13 MarioFix use of .mins/.maxs in turret and vehicle registries
2017-05-13 MarioFix compile and use of .mins/.maxs on the monster regis...
2017-05-13 MarioAttempt to speed up physics client option selection...
2017-05-13 MarioUltra minor cleanup
2017-05-12 MarioFix scoreboard monster counts
2017-05-11 Martin TaibrMerge branch 'master' into martin-t/dmgtext2
2017-05-11 Martin Taibroptional 2d damagetext when too close or out of view...
2017-05-09 Martin Taibrput defaults into defaultXonotic.cfg, adjust some timings
2017-05-06 Martin Taibrsave another byte
2017-05-06 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-06 Martin Taibrtypo
2017-05-06 MarioMerge branch 'martin-t/dmgtext' into 'master'
2017-05-06 Martin Taibrcleanup
2017-05-06 Martin Taibrlet's pretend they're not globals
2017-05-06 Martin Taibrprevent overlapping 2d damagetext
2017-05-06 MarioReapply physics client option check (not the cause...
2017-05-06 MarioRevert physics client option check (possible cause...
2017-05-06 MarioFix unregistering of rockets (player doesn't have lastr...
2017-05-06 MarioMinor optimization: don't bother checking if bots have...
2017-05-05 Martin Taibrremove commented out code
2017-05-05 Martin Taibrrename variable
2017-05-05 Martin Taibrremove todo
2017-05-04 MarioFix arc appearing in most weapons arena instead of...
2017-05-01 Martin Taibrdamagetext: accumulate
2017-05-01 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-01 Martin Taibrwip non-wallhacky damagetext
2017-04-30 Martin Taibrsplit damagetext into cl_, sv_ and ui_ files 438/head
2017-04-30 Martin Taibruse genmod.sh
2017-04-28 MarioMerge branch 'Lyberta/con_textsize_' into 'master'
2017-04-24 MarioComment out the debugdraw stuff (allows cheating on...
2017-04-18 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-04-18 terencehillCorrect estimation of time needed to reach jumppad...
2017-04-18 terencehillTest of jumppad trajectories: fix jumppad offset, check...
2017-04-17 MarioAlso reset oldorigin when exiting vehicle
2017-04-17 MarioMake sure raptor can't give fall damage when exiting...
2017-04-17 MarioDon't bother trying to remove and give back the buff...
2017-04-17 MarioUpdate oldorigin when setting player's new position...
2017-04-16 terencehillImprove linking of normal waypoints to ladders by autog...
2017-04-15 terencehillBetter estimation of time needed to reach jumppad desti...
2017-04-15 terencehillImprove automatic generation of jumppad waypoints;...
2017-04-10 MarioFix some references to the 'other' global
2017-04-07 MarioMerge branch 'Lyberta/PlayerDied' into 'master'
2017-04-07 MarioMerge branch 'Lyberta/DebugPrintToChat' into 'master'
2017-04-07 MarioMerge branch 'amade/small-fixes' into 'master'
2017-04-04 MarioMerge branch 'master' into Mario/cts_respawn_clear
2017-04-02 LybertaMerge branch 'master' into Lyberta/DebugPrintToChat
2017-04-01 MarioUpdate hash again (someone keeps fiddling with bot AI)
2017-04-01 MarioGive client access to the WeaponSound mutator hook
2017-03-30 terencehillFix 2 strings. Fixes #1871 and #1872
2017-03-25 MarioFix effectinfo parser
2017-03-24 MarioMerge branch 'Mario/mutator_array_fix'
2017-03-23 MirioMerge branch 'packer/fix-typo' into 'master'
2017-03-22 packer-fix typo 429/head
2017-03-20 MarioIf player is dead, reset dodging fields
2017-03-18 terencehillImprove readability and documentation of the notificati...
2017-03-18 MarioMerge branch 'Lyberta/PrintToChat' into 'master'
2017-03-18 MarioMinor cleanup, also show a simple effect when a turret...
2017-03-18 MarioMinor cleanup
2017-03-18 MarioRemove some old now useless macros clogging up the...
2017-03-17 MarioMerge branch 'Mario/entcs_registry' into 'master'
2017-03-17 MarioSend .frags as a short, not a byte 425/head
2017-03-15 MarioMerge branch 'martin-t/overkill' into 'master'
next