]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server
Add a temporary client-server option to allow turning off auto switching in CTS
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server /
2018-09-26 MarioAdd a temporary client-server option to allow turning...
2018-09-24 MarioReplace cases of !SAME_TEAM with DIFF_TEAM
2018-09-24 MarioMerge branch 'packer/dmg-and-ca-scoring' into 'master'
2018-09-24 MarioAdd an undraggable function and make use of it in the...
2018-09-24 MarioAdd a way for entities to tell whether they're draggabl...
2018-09-22 MarioMerge branch 'Mario/qcphysics'
2018-09-22 packerdo not give damage score when shooting teammates 599/head
2018-09-22 MarioAbuse a button slot to tell the server when a player...
2018-09-22 MarioMerge branch 'terencehill/scoreboard_stuff' into 'master'
2018-09-21 MarioMerge branch 'Mario/cursor' into 'master'
2018-09-21 MarioMerge branch 'terencehill/eventchase_spectated_change...
2018-09-21 MarioFix a misplaced break
2018-09-18 MarioEnable QC physics on players 593/head
2018-09-18 terencehillMerge branch 'master' into Mario/cursor
2018-09-18 MarioSome more minor code cleanup
2018-09-18 MarioFix a couple of wrong type fields
2018-09-17 MariofragsFilter: Check above or equal score, instead of...
2018-09-16 terencehillSmall cleanup
2018-09-16 terencehillClarify and simplify minplayers cvar description and...
2018-09-16 MarioImplement rudimentary target_score and target_fragsFilt...
2018-09-16 MarioUn-revert previous change, and give trigger_counter...
2018-09-16 MarioRevert previous change (doesn't work per-player)
2018-09-16 MarioMap target_fragsFilter to trigger_counter
2018-09-15 MarioOffset jumppad push target position by the entity's...
2018-09-15 MarioRemove the stat for it (doesn't fix jumppad compatibility)
2018-09-15 MarioRename the temporary cvar to be a bit more generic...
2018-09-15 MarioAdd a temporary cvar to mapinfo generation to fix an...
2018-09-13 MarioUse the proper typedef on Weapons_fromstr cases
2018-09-13 MarioUse Weapons_fromstr more
2018-09-13 MarioDon't nullify .target on the spawnpoint when spawning...
2018-09-13 terencehillMerge branch 'master' into terencehill/scoreboard_stuff 592/head
2018-09-12 MarioEnable it by default in code too
2018-09-12 MarioAdd an option (enabled by default) to show a console...
2018-09-12 MarioMove item_key to mapobjects
2018-09-10 MarioAllow any burning entity to transfer fire to other...
2018-09-09 MarioAllow portals with infinite lifetime
2018-09-09 MarioIf the player has unlimited superweapons, don't bother...
2018-09-08 MarioApply player clip collision to observers
2018-09-07 MarioFix compilation unit?
2018-09-07 MarioMerge branch 'Mario/item_wepammo_fix' into 'master'
2018-09-07 MarioMerge branch 'Lyberta/TeamplayOverhaul2' into 'master'
2018-09-07 terencehillConsistent indentation in player.qc
2018-09-07 terencehillClan Arena: fix team chat (was considered spectator...
2018-09-06 MarioUse crouch status instead of crouch key to indicate...
2018-09-05 terencehillGet rid of an array that's actually not used. Add 2...
2018-09-05 terencehillMerge branch 'terencehill/wpeditior_command'
2018-09-05 MarioFirst part of a fix for untranslated item ammo names...
2018-09-03 LybertaFix copy-paste error.
2018-09-03 LybertaTeamplay: Don't send initial spectator team join notifi...
2018-09-03 LybertaMerge branch 'master' into Lyberta/TeamplayOverhaul2
2018-09-03 MarioMerge branch 'terencehill/clientkill' into 'master'
2018-08-28 terencehillwaypoint_getSymmetricalOrigin --> waypoint_getSymmetr...
2018-08-28 terencehillDon't make use of impulses to trigger waypoint editor...
2018-08-28 terencehillClan Arena: make work team chat for killed players
2018-08-27 terencehillFix symmetrical editing of waypoints with custom origin...
2018-08-24 terencehillForgot to move the command too in the previous commit
2018-08-24 terencehillParse restart vote in VoteCommand_parse
2018-08-24 terencehillAdd a delay of 1 second before executing the command...
2018-08-22 LybertaMerge branch 'master' into Lyberta/TeamplayOverhaul2
2018-08-22 MarioMerge branch 'Lyberta/GamemodesSplit' into 'master'
2018-08-22 MarioMerge branch 'master' into Mario/morphed_explosivesmodel
2018-08-22 MarioMerge branch 'master' into morphed/energyweapons
2018-08-21 terencehillMerge branch 'terencehill/bot_ai' into 'master'
2018-08-21 terencehillMerge branch 'master' into terencehill/bot_ai
2018-08-21 LybertaMerge branch 'master' into Lyberta/GamemodesSplit
2018-08-20 terencehillMerge branch 'terencehill/keepaway_enhancements'
2018-08-17 LybertaMerge branch 'master' into Lyberta/TeamplayOverhaul2
2018-08-17 terencehillMerge branch 'byteManiak/types' into 'master'
2018-08-17 byteManiakData types
2018-08-15 terencehillMerge branch 'terencehill/formatmessage_fix' into ...
2018-08-14 terencehillMove more ClientKill code to clientkill.qc
2018-08-14 terencehillSimplify some ClientKill code
2018-08-14 terencehillMove ClientKill code into its own file
2018-08-07 terencehillMerge branch 'master' into Mario/cursor
2018-08-06 terencehillImplement detection of items (%x) in formatmessage...
2018-08-06 terencehillRemove redundant use of .ctrace_solidchanged field...
2018-08-05 terencehillMerge branch 'terencehill/bot_waypoints' into 'master'
2018-08-05 terencehillFix alphabetical order in the command list, add missing...
2018-08-05 terencehillRemove an outdated comment
2018-08-03 Rudolf PolzerMerge remote-tracking branch 'origin/divVerent/fullbright'
2018-08-02 terencehillBot waypoints: add timestamps to waypoint and link... 583/head
2018-08-02 terencehillBot waypoints: reduce distance to snap a waypoint to...
2018-08-02 terencehillFix empty local/gm time printed by the command 'sv_cmd...
2018-08-02 terencehillTurn WAYPOINT_VERSION into a constant
2018-07-30 LybertaTeamplay: Consolidating autocvars.
2018-07-30 LybertaTeamplay: More polish.
2018-07-30 LybertaTeamplay: Polish.
2018-07-30 LybertaTeamplay: Added proper messages when joining spectator...
2018-07-30 LybertaTeamplay: Added autobalance messages.
2018-07-30 LybertaTeamplay: Third pass at autobalance.
2018-07-29 LybertaTeamplay: Second pass of autobalance.
2018-07-29 LybertaFixed compilation units.
2018-07-29 LybertaTeamplay: First pass at the new autobalance algorithm...
2018-07-29 LybertaMerge branch 'master' into Lyberta/TeamplayOverhaul2
2018-07-29 LybertaMerge branch 'master' into Lyberta/GamemodesSplit
2018-07-29 terencehillFix "bot connected" message displayed after "bot joined...
2018-07-29 terencehillMerge branch 'Lyberta/FixJoinBestTeam' into 'master'
2018-07-26 LybertaRemoved useless code in ClientConnect. 580/head
2018-07-26 LybertaFixed warning when manually changing teams for the...
2018-07-26 terencehillRename .old_solid to .solid_prev as the former is persi...
next