]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/client.qc
Add a networked entity to hold weapon state
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
2016-09-29 MarioAdd a networked entity to hold weapon state
2016-09-28 MarioMerge branch 'martin-t/nades' into 'master'
2016-09-26 MarioFix respawning instantly while jump button is held...
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 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 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