unc0rr [Fri, 03 Apr 2009 16:33:33 +0000] rev 1939
Patch by nemo:
- Hackish way of skipping some textures load in reduced quality mode
- Clipping sprite rendering function
unc0rr [Fri, 03 Apr 2009 16:29:09 +0000] rev 1938
remove New Folder
unc0rr [Fri, 03 Apr 2009 16:28:21 +0000] rev 1937
Remove Thumbs.db files
displacer [Fri, 03 Apr 2009 14:03:51 +0000] rev 1936
added files from Tiy
displacer [Fri, 03 Apr 2009 14:02:04 +0000] rev 1935
added files by Tiy
displacer [Fri, 03 Apr 2009 13:56:37 +0000] rev 1934
changes from Tiyuri
unc0rr [Thu, 02 Apr 2009 20:53:52 +0000] rev 1933
- perform lupdate-qt4
- Update russian translation
- Better schemes page look
unc0rr [Thu, 02 Apr 2009 20:37:03 +0000] rev 1932
New schemes page look by TheXception
unc0rr [Thu, 02 Apr 2009 18:50:08 +0000] rev 1931
Ooops.. enable back DoS protection
unc0rr [Thu, 02 Apr 2009 18:49:08 +0000] rev 1930
Fix server crash (properly follow client's state)
unc0rr [Sat, 28 Mar 2009 10:42:00 +0000] rev 1929
- Fix bug with kicking players
- Fix one ready state bug
- Improve client's ping handler
unc0rr [Fri, 27 Mar 2009 20:36:50 +0000] rev 1928
- Implement ping timeout
- It triggers bug with kicking room creator
unc0rr [Fri, 27 Mar 2009 20:29:38 +0000] rev 1927
Ping clients every 30 seconds. Disconnection due to ping timeout to be implemented.
unc0rr [Fri, 27 Mar 2009 18:50:18 +0000] rev 1926
Add simple DoS protection mechanism (although better than previous server had)
unc0rr [Fri, 27 Mar 2009 15:58:54 +0000] rev 1925
Allow admin to set server's motd
unc0rr [Fri, 27 Mar 2009 14:02:27 +0000] rev 1924
Prepare to add ability for admin to set MOTD
unc0rr [Thu, 26 Mar 2009 19:28:56 +0000] rev 1923
Send server message on join
unc0rr [Thu, 26 Mar 2009 19:22:40 +0000] rev 1922
Fix bug with rope and bazooka
unc0rr [Thu, 26 Mar 2009 16:54:16 +0000] rev 1921
- User from localhost is server admin
- Some tweaks
unc0rr [Thu, 26 Mar 2009 16:20:01 +0000] rev 1920
oops
unc0rr [Thu, 26 Mar 2009 14:03:46 +0000] rev 1919
Optimize water bouncing a bit
unc0rr [Thu, 26 Mar 2009 13:59:27 +0000] rev 1918
patch by nemo: water bouncing + some tweaks
unc0rr [Thu, 26 Mar 2009 13:54:02 +0000] rev 1917
- Better ip2string implementation
- Update girder thing sprite
unc0rr [Mon, 23 Mar 2009 21:09:34 +0000] rev 1916
patch by koda:
- Finish convertion to OpenGL ES
unc0rr [Mon, 23 Mar 2009 19:03:51 +0000] rev 1915
patch by nemo:
- Fix girder placing distance
- Fix ammo switching conditions
unc0rr [Sun, 22 Mar 2009 21:51:30 +0000] rev 1914
Add sounds to girder
unc0rr [Sun, 22 Mar 2009 21:44:48 +0000] rev 1913
Don't draw walking state when cursor is on
unc0rr [Sun, 22 Mar 2009 21:03:59 +0000] rev 1912
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr [Sun, 22 Mar 2009 20:56:22 +0000] rev 1911
use glVertexPointer to render water
unc0rr [Sun, 22 Mar 2009 17:44:00 +0000] rev 1910
Fix previous patch