Tue, 22 Mar 2011 01:30:51 -0400 nemo Since when do we use ARGB for colours?? All our internal colours are supposed to be RGBA
Mon, 21 Mar 2011 22:38:27 -0400 nemo tweak to crosshair
Mon, 21 Mar 2011 21:38:44 +0300 unc0rr Fix ghost players (used Prelude.catch instead of Control.Exception.catch)
Mon, 21 Mar 2011 21:23:39 +0300 unc0rr merge
Sun, 20 Mar 2011 15:22:55 -0400 nikin nikin just wants to get commit count up
Sun, 20 Mar 2011 15:07:45 -0400 nikin Remove floating point to avoid desync
Sun, 20 Mar 2011 15:00:01 -0400 nemo remove ammo if you suicide in the middle of uses
Sun, 20 Mar 2011 15:03:39 +0100 EJ Replaced bs2packs.
Sun, 20 Mar 2011 12:52:36 -0400 nemo Adjust conditions for showing crosshair
Mon, 21 Mar 2011 21:04:20 +0300 EJ Changed the standard show function to Text.Show.ByteString, and misc.
Fri, 25 Mar 2011 23:35:04 +0200 Tobias Domhan solved issue 197 and other issues that were caused when copying or creating a new weapon set that was named like an already existing one. this will now be avoided.
Sun, 20 Mar 2011 08:42:32 +0000 shreyasbp This should fix http://code.google.com/p/hedgewars/issues/detail?id=153
Sat, 19 Mar 2011 20:25:10 -0400 inu portuguese updates
Sat, 19 Mar 2011 20:24:31 -0400 nikin percentage modifier for get away time
Sat, 19 Mar 2011 19:41:59 -0400 nemo Land sprayer tweaks, make land spray and mudball not end turn
Sat, 19 Mar 2011 17:49:27 -0400 nemo Landgun, first pass. At sdw's request.
Sat, 19 Mar 2011 16:00:10 -0400 nemo Remove stray pixels
Sat, 19 Mar 2011 16:19:50 +0100 Henek some final work and buggfix for Tag Team, it is now playable
Sat, 19 Mar 2011 14:38:49 +0100 Henek redone tag team to work and be beautifully coded
Thu, 17 Mar 2011 23:53:51 +0100 koda merge
Thu, 17 Mar 2011 23:53:33 +0100 koda allows for building hedgewars with SDL-1.3
Thu, 17 Mar 2011 22:35:46 +0100 koda and or is not or and is not and
Thu, 17 Mar 2011 16:42:59 +0100 koda update headers a bit
Thu, 17 Mar 2011 23:11:48 +0100 Henek added game mode Tag Team, mostly untested, please test :)
Thu, 17 Mar 2011 16:19:03 +0100 koda my bad
Wed, 16 Mar 2011 22:45:42 +0100 Henek should probably fix broken flakes, my bad
Wed, 16 Mar 2011 17:25:05 +0100 Henek added GetCurAmmoType to lua
Mon, 14 Mar 2011 20:08:53 +0300 unc0rr No unblock needed
Mon, 14 Mar 2011 20:04:51 +0300 unc0rr I must have been on drugs when wrote it
Sun, 13 Mar 2011 20:34:27 +0300 unc0rr merge
Sun, 13 Mar 2011 20:34:01 +0300 unc0rr Store bans in .ini file
Sun, 13 Mar 2011 20:25:44 +0300 unc0rr Don't add ip ban with new timestamp when user gets kicked due to ban
Sun, 13 Mar 2011 20:21:27 +0300 unc0rr Get rid of lastLogins, implement bans system
Sun, 13 Mar 2011 15:20:07 +0300 unc0rr - Remove not needed Show instances
Sun, 13 Mar 2011 15:09:29 +0300 unc0rr Oops
Sun, 13 Mar 2011 18:23:51 +0100 koda update some sdl-1.3 bindings (working up to rev 5296)
Sun, 13 Mar 2011 15:09:04 +0300 unc0rr Implement Store truncating, so the memory even gets freed sometimes
Sun, 13 Mar 2011 03:43:18 +0100 koda we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
Sat, 12 Mar 2011 22:55:25 +0300 unc0rr Better quit message
Sat, 12 Mar 2011 22:42:01 +0300 unc0rr - Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
Fri, 11 Mar 2011 22:22:28 +0300 unc0rr - Fix a problem with ghost teams (missing 'not')
Thu, 10 Mar 2011 22:28:40 +0300 unc0rr Send QUIT on exception too. This leads to double QUIT for a usual disconnection, yet is safe. Should fix crashes.
Wed, 09 Mar 2011 22:39:35 +0100 Henek correcting two misstakes in en.txt and sv.txt as reported by Cairo and others
Wed, 09 Mar 2011 22:11:29 +0300 unc0rr Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
Wed, 09 Mar 2011 21:41:16 +0300 unc0rr Fix comments spelling
Tue, 08 Mar 2011 15:50:42 -0500 nemo Issue #194, turn off followgear for altuse
Tue, 08 Mar 2011 22:18:35 +0300 unc0rr Fix split
Tue, 08 Mar 2011 21:45:00 +0300 unc0rr - Simplify insane TConfig code
Tue, 08 Mar 2011 21:27:44 +0300 unc0rr Fix check for duplicated nickname
Sun, 06 Mar 2011 21:55:44 +0300 unc0rr Write latest protocol version too
Sun, 06 Mar 2011 21:54:37 +0300 unc0rr - Write server config into .ini file on change
Sat, 05 Mar 2011 22:39:26 +0300 unc0rr Store more parameters in ini file
Sat, 05 Mar 2011 22:23:14 +0300 unc0rr Use 'undefined' less (replace with default values and 'error')
Sat, 05 Mar 2011 22:16:29 +0300 unc0rr Use Maybe for storing client's clan, allows less error-prone spectator checks
Sat, 05 Mar 2011 13:07:02 +0100 Henek added PlaceGirder to lua
Sat, 05 Mar 2011 09:34:21 +0300 unc0rr Fix build
Sat, 05 Mar 2011 09:32:11 +0300 unc0rr Better support for 0.9.15
Fri, 04 Mar 2011 22:45:28 +0300 unc0rr Add dbName parameter to .ini file, fix some warnings
Fri, 04 Mar 2011 11:30:53 +0300 unc0rr Optimize check (not like it is called much, just ffs; not tested)
Thu, 03 Mar 2011 22:15:42 +0300 unc0rr merge
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip