about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Expand)Author
2013-02-24fixed missing messages when net connection closesoy
2013-02-24limit characters within player names to ascii range to prevent utf8 impersona...oy
2013-02-24#913BeaR
2013-02-24Removed useless enumheinrich5991
2013-02-24Added borderless window functionalityheinrich5991
2013-02-24fixed semaphore on macosxoy
2013-02-24fixed resetting the error string of a net connection. Closes #954oy
2013-02-24fixed wrapping problems when rendering console inputoy
2013-02-24fixed ban range check to make sure the whole ip matches and not just rely on ...oy
2013-02-24prevent that the server uses close messages from clients. Closes #950oy
2013-02-24fixed a checkoy
2013-02-24fixed used nettype in server browser and try to use ipv4 and ipv6 socket when...oy
2013-02-24fixed registering of ban commands. Closes #942oy
2013-02-24reset rcon AuthTries on logout. Closes #941oy
2013-02-24auto adjust the screen resolution on first start. Closes #921oy
2013-02-24skip screenshot when window isn't active. Closes #931oy
2013-02-24fix for saving bans in a fileTeetime
2012-02-05fixed stuck mouse cursor when loosing fullscreen focus on windowsoy
2012-02-05fixed compiling with vs2008 (#932)oy
2012-01-28tell what port might be in use, if we cannot bindfisted
2012-01-12Econ bufferoverflow fixeast
2012-01-10added demo markers by Choupom. Closes #837oy
2012-01-09put the game version constants all together in one file. Closes #870oy
2012-01-09cleaned up content folder creation. Closes #845oy
2012-01-09added command to toggle config values. Closes #888oy
2012-01-09add tuning to demo. Closes #899oy
2012-01-08added a config to display the code string of a country flag instead of the im...oy
2012-01-08fixed some line endingsoy
2012-01-08show path in the editor file dialog. Closes #786oy
2012-01-08fixed border rendering in the editor's image preview. Closes #908oy
2012-01-07removed some unused zlib stuff. Closes #907oy
2012-01-06don't start playing the music again if we're quittingoy
2012-01-06fixed memory corruption with snd_buffer_size configoy
2012-01-06made bindaddr config work for client and master too. Closes #909oy
2012-01-06fixed compiling for macosxoy
2012-01-06made gfx_finish work againoy
2012-01-06made the editor work again. Closes #914oy
2012-01-04fixed linking for older gcc versionsoy
2012-01-04fixed mac osxoy
2012-01-04fixed compiling on windowsoy
2012-01-03Merge pull request #912 from matricks/threadedflipoy
2012-01-03fixed the osx opengl make current thingie.. I think...Magnus Auvinen
2012-01-03added osx implementation. not tested, not even compiled once. hope it worksMagnus Auvinen
2012-01-03fixed kicking of command buffer if it's full when rendering. fixed compile er...Magnus Auvinen
2012-01-03cleaned up the code. fixed so that SDL is inited on main thread and then tran...Magnus Auvinen
2012-01-01added support for video modesMagnus Auvinen
2012-01-01fixed shutdown and screenshot functionallityMagnus Auvinen
2012-01-01fixed the render frame time and cleaned up some more codeMagnus Auvinen
2011-12-31cleaned up some of the codeMagnus Auvinen
2011-12-31made vote ban check if the ip matches an authed playeroy