]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/cl_client.qc
Merge branch 'Mario/teams_bitflag' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
2016-07-28 MarioMerge branch 'Mario/teams_bitflag' into 'master'
2016-07-28 MarioMerge branch 'sev/hud_ctf_update' into 'master'
2016-07-27 TimePathMerge branch 'TimePath/intrusive' into 'master'
2016-07-26 MarioFix weapon specific checks for melee
2016-07-25 MarioMerge branch 'terencehill/camera_spectator_2' into...
2016-07-24 MarioMerge branch 'Mario/qc_physics_cleanup_v2'
2016-07-23 MarioMerge branch 'master' into Mario/qc_physics_cleanup_v2 341/head
2016-07-23 MarioImplement move_qcphysics
2016-07-22 MarioMerge remote-tracking branch 'origin/terencehill/campai...
2016-07-22 MarioMerge remote-tracking branch 'origin/terencehill/count_...
2016-07-21 MarioSwim down with crouch, swim up at full speed (to match...
2016-07-19 terencehillClean up STAT usage: this.camera_spectator --> STAT... 339/head
2016-07-17 terencehillAdd possibility of changing camera mode (first person...
2016-07-13 MarioAdd a volume parameter to GlobalSound, also muffle...
2016-07-13 MarioMerge branch 'master' into Mario/teams_bitflag 335/head
2016-07-13 MarioMerge branch 'master' into Mario/balance
2016-07-12 MarioReset vehicles when match is resetting, also make sure...
2016-07-10 MarioFix bot_vs_human and CTF HUD
2016-07-10 MarioMerge branch 'master' into Mario/teams_bitflag
2016-07-09 terencehillMerge branch 'master' into terencehill/misc_hud_fixes
2016-07-07 MarioMove gunner enter checking into the bumblebee's file...
2016-07-05 MarioFix view snapping as a vehicle spectator
2016-07-03 MarioClean up respawn check
2016-07-03 MarioMerge remote-tracking branch 'origin/Mario/gameover_fixes'
2016-07-03 MarioMerge remote-tracking branch 'origin/Mario/tweaks'
2016-07-03 MarioMerge remote-tracking branch 'origin/DefaultUser/ca_spe...
2016-06-29 MarioRevert player size tweak
2016-06-29 MarioDon't set it on observers
2016-06-29 MarioUse the player's size stat
2016-06-29 MarioDon't do any drown checks if player is in a vehicle
2016-06-28 MarioMerge branch 'Mario/fireball_merge' into 'master'
2016-06-27 MarioFix up the Spectate mutator hooks for CA
2016-06-25 MarioMerge branch 'master' into Mario/tweaks
2016-06-24 MarioImplement sv_maxidle_slots
2016-06-24 MarioMerge branch 'master' into Mario/gameover_fixes
2016-06-24 MarioMerge branch 'Mario/killother' into 'master'
2016-06-24 MarioFix compile
2016-06-23 MarioA couple of tweaks (don't do fall damage tests if playe...
2016-06-23 MarioMerge branch 'master' into Mario/killother 327/head
2016-06-19 MarioMore thoroughly clean out other from touch
2016-06-19 TimePathWrap engine events
2016-06-18 MarioClean up some for() loops, also replace a few remaining...
2016-06-18 MarioOptimize it further by making the engine do the distanc...
2016-06-18 MarioClean up g_vehicles_enter nearby vehicle checking
2016-06-14 terencehillMerge branch 'master' into terencehill/hud_shake_fix
2016-06-14 MarioMerge branch 'master' into Mario/balance
2016-06-14 MarioMerge branch 'master' into Mario/entrap_nade 324/head
2016-06-13 MarioMerge branch 'master' into Mario/fullbright_skins
2016-06-13 TimePaths/world/NULL/
2016-06-12 MarioMerge branch 'master' into Mario/entrap_nade
2016-06-12 MarioReplace some more vlen checks with vdist and vlen2
2016-06-11 MarioMerge branch 'master' into Mario/entrap_nade
2016-06-11 TimePathStep 6: complete
2016-06-11 MarioRemove some more unnecessary WITHSELFs
2016-06-11 MarioWe still need WITHSELF on PutClientInServer...
2016-06-10 MarioCleanse PlayerRegen
2016-06-10 MarioMake sure event_damage is set before calling it
2016-06-10 MarioAllow changing other/toucher from item and buff touch...
2016-06-10 MarioFix compile
2016-06-10 MarioPurge WITHSELF from all non-engine functions
2016-06-10 MarioRemove some more SELFPARAMs
2016-06-10 MarioCleanse vehicles of SELFPARAM
2016-06-10 MarioClean out some waypoint sprite SELFPARAMs
2016-06-10 MarioCleanse GetPressedKeys
2016-06-10 MarioCleanse server client commands
2016-06-10 MarioCleanse PlayerUseKey and PlayerPreThink
2016-06-10 MarioCleanse the last of the server side mutator hooks
2016-06-10 MarioKill the ret_string global
2016-06-10 MarioCleanse more of the mutator hooks
2016-06-10 MarioPurify PutClientInServer and PlayerSpawn mutator hooks
2016-06-09 TimePathRemove selfparam from triggers
2016-06-09 MarioPurge self from playerdemo.qc
2016-06-08 MarioMerge branch 'terencehill/dynamic_hud' into 'master'
2016-06-08 MarioMerge branch 'terencehill/hud_smooth_weapon_switch...
2016-06-08 MarioMerge branch 'terencehill/v_deathtilt_fix' into 'master'
2016-06-08 MarioMerge branch 'terencehill/respawn_timer_fix' into ...
2016-06-08 MarioMerge branch 'terencehill/hud_no_joypad_keys' into...
2016-06-01 MarioFix a reference to a nexball function outside nexball...
2016-05-28 TimePathRemove weapon SELFPARAM
2016-05-26 TimePathMerge branch 'TimePath/killself' into 'master'
2016-05-24 TimePathRemove SELFPARAM() from .think and .touch 322/head
2016-05-23 TimePathUse think accessors
2016-05-22 TimePathDelete unused SELFPARAM
2016-05-19 MarioClean out some more self uses
2016-05-19 Mariospawnfunc and SendEntity3 have a 'this' parameter,...
2016-05-19 MarioClean out self uses from spawnpoint code
2016-05-09 TimePathMerge branch 'terencehill/menu_fixes' into 'master'
2016-05-04 terencehillImprove respawn timer when max respawn delay is higher... 319/head
2016-05-03 terencehillReplace autocvar_g_respawn_delay_max check with a more...
2016-05-01 terencehillMerge branch 'master' into terencehill/translate_colors_2 290/head
2016-05-01 terencehillMerge branch 'master' into terencehill/dynamic_hud
2016-04-30 MarioMerge branch 'sev/luma_update' into 'master'
2016-04-30 MarioMerge branch 'Mario/use1' into 'master'
2016-04-29 MarioMerge branch 'master' into Mario/use1 298/head
2016-04-14 TimePathMerge branch 'TimePath/cmake'
2016-04-06 terencehillMerge branch 'master' into terencehill/dynamic_hud
2016-04-05 MarioMerge branch 'master' into Mario/hagar_notfixed 297/head
2016-04-05 MarioMerge branch 'terencehill/hud_skin_updates' into 'master'
2016-04-05 MarioMerge branch 'terencehill/modified_default_cvars' into...
2016-04-05 MarioMerge branch 'terencehill/timelimit_override_fix' into...
next