about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2013-02-24fixed missing messages when net connection closesoy
2013-02-24fixed some memory leaks in the map editoroy
2013-02-24limit characters within player names to ascii range to prevent utf8 ↵oy
impersonating
2013-02-24#913BeaR
Fix Input Handling
2013-02-24Removed useless enumheinrich5991
2013-02-24Added borderless window functionalityheinrich5991
This might become handy for users with multiple monitors, might resolve other issues aswell
2013-02-24made building tw with the SDK of the minimum mac os x version a config ↵oy
option. #964
2013-02-24made the client not play the chat sound for empty chat messages. Closes #967oy
2013-02-24fixed some targets within mac buildingoy
2013-02-24fixed semaphore on macosxoy
2013-02-24fixed banning on the master serveroy
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
the hash. Closes #946
2013-02-24fixed wrong map download speed when switching to the editor while ↵oy
downloading. Closes #951
2013-02-24count spectators in the server browser when 'count players only'-filter is ↵oy
disabled
2013-02-24prevent that the server uses close messages from clients. Closes #950oy
2013-02-24prevent that you can play the music ingame. Closes #947oy
2013-02-24fixed a checkoy
2013-02-24fixed that client displays active vote after connecting to a serveroy
2013-02-24increased time for client info resend to prevent possible overlapoy
2013-02-24limit the number of chat messages a player can queue to 3oy
2013-02-24skip auto screenshot when the editor is active. #931oy
2013-02-24fixed used nettype in server browser and try to use ipv4 and ipv6 socket ↵oy
when using a bindaddr. Closes #940
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-24fixed chat ignore featureoy
2013-02-24fixed a bug with spectating a playeroy
2013-02-24increased recv buffer size on windowsoy
2013-02-24fixed map initialisation. Closes #64oy
2013-02-24fix for saving bans in a fileTeetime
2012-02-05Merge pull request #933 from Malachite/masteroy
Translated untranslated German and Dutch strings
2012-02-05always show default country flag on invalid country indexoy
2012-02-05Removed comment on line 473Yared Hufkens
2012-02-05fixed stuck mouse cursor when loosing fullscreen focus on windowsoy
2012-02-05fixed compiling with vs2008 (#932)oy
2012-02-03Translated untranslated strings in german and dutch lang filesYared Hufkens
2012-01-29fixed an issue about resending player infooy
2012-01-29updated git ignore fileoy
2012-01-29Merge pull request #927 from fisted/fix_tellportoy
tell what port might be in use, if we cannot bind
2012-01-29Merge pull request #925 from SushiTee/minor_fixesoy
Minor fixes with force votes and lock teams
2012-01-28tell what port might be in use, if we cannot bindfisted
2012-01-26init m_LockTeams with 0 to prevent locked teams on server startSushiTee
2012-01-26force vote only if there is a voteSushiTee
2012-01-12Merge pull request #918 from SushiTee/FillSelection_fixoy
fixed FillSelection so it actually fills the current selection
2012-01-12fixed FillSelection so it actually fills the current selectionSushiTee
2012-01-12Merge pull request #917 from east/mypullrequestoy
Econ bufferoverflow fix
2012-01-12Econ bufferoverflow fixeast