about summary refs log tree commit diff
path: root/src/game/server/gamecontext.cpp
AgeCommit message (Collapse)Author
2011-03-10added extended spectator mode. Closes #28oy
2011-03-04added a command to set a minimum player limit that is needed to start a kick ↵oy
vote
2011-02-16removed no longer needed progression browse infooy
2011-02-13fixed nethashoy
2011-02-13Reverted 1 Letter Refactoring or Edited it to a full name.GreYFoXGTi
2011-02-12Refactoring & fixed WEAPONSPEC_GUN in content.pyGreYFoXGTi
2011-01-23added server command to clear the votes. this fixes #47 partiallyheinrich5991
2011-01-19removed double entity list in gameworld and cleaned up connected stuffoy
2011-01-06added command to move all players to a team. Closes #384oy
2011-01-03added constants for teams by Choupomoy
2010-11-20fixed so we can't add a vote option multiple times by oyChoupom
2010-11-20Updated copyrightsSworddragon
2010-11-17simplified change_map command so that it switches to the next map in the ↵oy
maprotation when called without param
2010-10-25parse line on addvote and skip invalid onesoy
2010-10-13fixed issue with reason on forcevotekickoy
2010-10-11fixed last commitsoy
2010-10-11added reason to kick a player in the callvote tabChoupom
2010-09-12fixed so "reset tunning due to pure server" appears after "x changed to y"Choupom
2010-09-12added quotes around player names in the other server messages too and ↵oy
changed it to ' for consistency
2010-09-12end vote on 50% nooy
2010-09-07Put quotes around player names in server messages.Fujnky
2010-08-18added output level for console print function, categorised the debug ↵oy
messages and merged them into the new functionality. Closes #8
2010-08-12removed some not longer needed stuffoy
2010-08-07added the possibility to store commands within the console and execute them ↵oy
later on when everything is initialised correctly - fixes several possible startup crashes and the "Support bans in server configuration"-ticket
2010-08-06prevent that spectators start a voteoy
2010-06-07update server info for connected clients if map or gametype changes. Closes #108oy
2010-06-03Admin-Kick-ProtectionNoxNebula
Add IsAuthed(int ClientID); function. Add kickprotection for admins (Remote Console logged in players) Add Anti-Self-Kick (minor)
2010-05-29copied refactor to trunkMagnus Auvinen
2009-06-15some clean up. fixed double server side record messagesMagnus Auvinen
2009-01-17increased voting time to 25 secs #637Alfred Eriksson
2009-01-12fixed bug that crashes the server if settings tunings in the server configMagnus Auvinen
2009-01-12added vote command on the server to enforce a vote. added ↵Alfred Eriksson
sv_vote_kick_bantime to choose how long a user will be banned at votekick (0 for just kick) thanks to magnet and xara
2009-01-11fixed so that some vote error messages isn't broadcasted to everyoneMagnus Auvinen
2009-01-11tweaked the gameplay a bitMagnus Auvinen
2008-10-21If the player who should be kicked by a vote leaves the game, the vote is ↵scosu
aborted. ticket 523
2008-10-20fixed incorrect handling of projectiel and laser ownerMagnus Auvinen
2008-10-17added hammer hit effect. added reset of all systems on state change. solves ↵Magnus Auvinen
a lot of possible memory errors
2008-10-08fixed #490 (insert the player info in the sv_setinfo message into the ↵Magnus Auvinen
snapshot instead)
2008-10-06major update. continued on ban support. added demo recording (client and ↵Magnus Auvinen
server side). added demo player. added demo menu. demos have some quirks and file size optimizations havn't been done yet. some interface tweaks
2008-09-29added voting gui and a lot of other minor changesMagnus Auvinen
2008-09-25fixed keybindings. reworked the voting a bit. added vote spamming ↵Magnus Auvinen
protection. added ingame voting hud.
2008-09-25corrected voting limitsMagnus Auvinen
2008-09-25voting fixesMagnus Auvinen
2008-09-25continued on the votingMagnus Auvinen
2008-09-24begun the work on votingMagnus Auvinen
2008-09-24cleaned up the code a bit more. pooling of character and player objects with ↵Magnus Auvinen
reusable macros. fixed crashing when changing maps and a couple of other bugs
2008-09-23some server restructure. added hook no attach soundMagnus Auvinen
2008-09-23added dead reckoning to the charactersMagnus Auvinen
2008-08-14last of the game server clean up. now it's doneMagnus Auvinen