]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/client.qc
Clear clients from the intrusive lists on disconnect
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
2016-10-24 MarioClear clients from the intrusive lists on disconnect
2016-10-24 MarioMerge branch 'Mario/intrusive_3' into 'master'
2016-10-23 MarioMerge branch 'Mario/intrusive_2' into 'master'
2016-10-22 MarioMerge branch 'master' into Mario/intrusive_2
2016-10-22 MarioMerge branch 'martin-t/damagetext' into 'master'
2016-10-21 MarioMerge branch 'terencehill/ons_camera' into 'master'
2016-10-21 MarioMerge branch 'martin-t/unused_fields' into 'master'
2016-10-18 terencehillMerge branch 'master' into terencehill/ons_camera
2016-10-13 Martin Taibrremove usused entity fields
2016-10-12 MarioMerge branch 'DefaultUser/overkill_cvars' into 'master'
2016-10-12 MarioMerge branch 'DefaultUser/insta_ammo' into 'master'
2016-10-11 MarioReset viewloc when respawning, and link it with spectat...
2016-10-11 MarioUpdate physics stats on connect (fixes sometimes spawni...
2016-10-08 MarioKeep player size and view offset stats up to date
2016-10-08 MarioDon't overwrite the .pressedkeys field (abused by other...
2016-10-05 MarioMerge branch 'terencehill/timeout_countdown_fix' into...
2016-09-28 MarioMerge branch 'martin-t/nades' into 'master'
2016-09-26 terencehillMerge branch 'master' into terencehill/overkill_stuff
2016-09-26 MarioFix respawning instantly while jump button is held...
2016-09-11 Martin TaibrMerge branch 'master' into martin-t/damagetext
2016-09-08 terencehillMerge branch 'master' into terencehill/scoreboard_update
2016-09-06 terencehillIntroduce APP_NUM to shorten a some of the longest...
2016-09-06 MarioMerge branch 'terencehill/CA_forbidspawn' into 'master'
2016-09-04 terencehillRemove redundant code from Join (it gets executed in...
2016-09-04 terencehillMerge branch 'master' into terencehill/CA_forbidspawn
2016-09-03 terencehillspawnAllowed --> joinAllowed
2016-09-03 terencehillDon't consider the client allowed to spawn while showin...
2016-09-01 MarioMerge branch 'DefaultUser/gametype_votescreen' into...
2016-09-01 terencehillMerge branch 'master' into terencehill/CA_forbidspawn
2016-09-01 terencehillMake it pass compilation unit test
2016-08-31 terencehillGive a higher priority to g_maxplayer check
2016-08-31 terencehillLeaveSpectatorMode --> JoinOrShowTeamSelection
2016-08-31 terencehillMerge branch 'master' into terencehill/CA_forbidspawn
2016-08-27 MarioMerge branch 'master' into Mario/intrusive_2
2016-08-27 TimePathMerge branch 'Mario/intrusive' into 'master'
2016-08-25 terencehillAdd safety checks
2016-08-25 terencehillFix CENTER_JOIN_PREVENT message spam while you keep...
2016-08-25 terencehillRemove an useless check + small cleanup
2016-08-25 terencehillAnticipate g_maxplayers check so it doesn't cause weird...
2016-08-24 terencehillEnhance LeaveSpectatorMode code so it can handle the...
2016-08-24 terencehillCA: Forbid spawning players in a more correct way,...
2016-08-24 MarioClean up movetype setting, fixes .move_qcphysics
2016-08-24 MarioAdd an intrusive list for entities that are damaged...
2016-08-24 MarioMerge branch 'terencehill/hud_updates' into 'master'
2016-08-23 terencehillserverflags & SERVERFLAG_TEAMPLAY --> teamplay
2016-08-22 terencehillMerge branch 'master' into terencehill/hud_updates 353/head
2016-08-22 MarioHopefully fix gameplay change 361/head
2016-08-22 MarioRemove player from conveyor list when respawning
2016-08-22 MarioMerge branch 'terencehill/spectatee_status_update'...
2016-08-22 MarioIntrusify bot targets
2016-08-22 MarioMerge branch 'master' into terencehill/spectatee_status... 354/head
2016-08-21 MarioFix being able to kill your own ghost
2016-08-21 MarioMore intrusiveness
2016-08-21 MarioMerge branch 'master' into Mario/entcs
2016-08-21 TimePathMerge branch 'TimePath/modules'
2016-08-21 TimePathMerge branch 'master' into TimePath/modules
2016-08-21 TimePathRemove _all indirection
2016-08-20 TimePathCleanup common mutators: remove IMPLEMENTATION macro