Sat, 19 Mar 2011 14:38:49 +0100 redone tag team to work and be beautifully coded
Henek [Sat, 19 Mar 2011 14:38:49 +0100] rev 5021
redone tag team to work and be beautifully coded
Thu, 17 Mar 2011 23:53:51 +0100 merge
koda [Thu, 17 Mar 2011 23:53:51 +0100] rev 5020
merge
Thu, 17 Mar 2011 23:53:33 +0100 allows for building hedgewars with SDL-1.3
koda [Thu, 17 Mar 2011 23:53:33 +0100] rev 5019
allows for building hedgewars with SDL-1.3 also reordered other sdl~version dependent macros into a proper cmake module file
Thu, 17 Mar 2011 22:35:46 +0100 and or is not or and is not and
koda [Thu, 17 Mar 2011 22:35:46 +0100] rev 5018
and or is not or and is not and
Thu, 17 Mar 2011 16:42:59 +0100 update headers a bit
koda [Thu, 17 Mar 2011 16:42:59 +0100] rev 5017
update headers a bit
Thu, 17 Mar 2011 23:11:48 +0100 added game mode Tag Team, mostly untested, please test :)
Henek [Thu, 17 Mar 2011 23:11:48 +0100] rev 5016
added game mode Tag Team, mostly untested, please test :)
Thu, 17 Mar 2011 16:19:03 +0100 my bad
koda [Thu, 17 Mar 2011 16:19:03 +0100] rev 5015
my bad
Wed, 16 Mar 2011 22:45:42 +0100 should probably fix broken flakes, my bad
Henek [Wed, 16 Mar 2011 22:45:42 +0100] rev 5014
should probably fix broken flakes, my bad
Wed, 16 Mar 2011 17:25:05 +0100 added GetCurAmmoType to lua
Henek [Wed, 16 Mar 2011 17:25:05 +0100] rev 5013
added GetCurAmmoType to lua
Mon, 14 Mar 2011 20:08:53 +0300 No unblock needed
unc0rr [Mon, 14 Mar 2011 20:08:53 +0300] rev 5012
No unblock needed
Mon, 14 Mar 2011 20:04:51 +0300 I must have been on drugs when wrote it
unc0rr [Mon, 14 Mar 2011 20:04:51 +0300] rev 5011
I must have been on drugs when wrote it
Sun, 13 Mar 2011 20:34:27 +0300 merge
unc0rr [Sun, 13 Mar 2011 20:34:27 +0300] rev 5010
merge
Sun, 13 Mar 2011 20:34:01 +0300 Store bans in .ini file
unc0rr [Sun, 13 Mar 2011 20:34:01 +0300] rev 5009
Store bans in .ini file
Sun, 13 Mar 2011 20:25:44 +0300 Don't add ip ban with new timestamp when user gets kicked due to ban
unc0rr [Sun, 13 Mar 2011 20:25:44 +0300] rev 5008
Don't add ip ban with new timestamp when user gets kicked due to ban
Sun, 13 Mar 2011 20:21:27 +0300 Get rid of lastLogins, implement bans system
unc0rr [Sun, 13 Mar 2011 20:21:27 +0300] rev 5007
Get rid of lastLogins, implement bans system
Sun, 13 Mar 2011 15:20:07 +0300 - Remove not needed Show instances
unc0rr [Sun, 13 Mar 2011 15:20:07 +0300] rev 5006
- Remove not needed Show instances - Introduce BanInfo data type
Sun, 13 Mar 2011 15:09:29 +0300 Oops
unc0rr [Sun, 13 Mar 2011 15:09:29 +0300] rev 5005
Oops
Sun, 13 Mar 2011 18:23:51 +0100 update some sdl-1.3 bindings (working up to rev 5296)
koda [Sun, 13 Mar 2011 18:23:51 +0100] rev 5004
update some sdl-1.3 bindings (working up to rev 5296)
Sun, 13 Mar 2011 15:09:04 +0300 Implement Store truncating, so the memory even gets freed sometimes
unc0rr [Sun, 13 Mar 2011 15:09:04 +0300] rev 5003
Implement Store truncating, so the memory even gets freed sometimes
Sun, 13 Mar 2011 03:43:18 +0100 we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
koda [Sun, 13 Mar 2011 03:43:18 +0100] rev 5002
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 Better quit message
unc0rr [Sat, 12 Mar 2011 22:55:25 +0300] rev 5001
Better quit message
Sat, 12 Mar 2011 22:42:01 +0300 - Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
unc0rr [Sat, 12 Mar 2011 22:42:01 +0300] rev 5000
- Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread) - Better exception handling in recieving thread
Fri, 11 Mar 2011 22:22:28 +0300 - Fix a problem with ghost teams (missing 'not')
unc0rr [Fri, 11 Mar 2011 22:22:28 +0300] rev 4999
- Fix a problem with ghost teams (missing 'not') - Fix formatting a little bit
Thu, 10 Mar 2011 22:28:40 +0300 Send QUIT on exception too. This leads to double QUIT for a usual disconnection, yet is safe. Should fix crashes.
unc0rr [Thu, 10 Mar 2011 22:28:40 +0300] rev 4998
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 correcting two misstakes in en.txt and sv.txt as reported by Cairo and others
Henek [Wed, 09 Mar 2011 22:39:35 +0100] rev 4997
correcting two misstakes in en.txt and sv.txt as reported by Cairo and others most definitely present in other locals too
Wed, 09 Mar 2011 22:11:29 +0300 Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
unc0rr [Wed, 09 Mar 2011 22:11:29 +0300] rev 4996
Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
Wed, 09 Mar 2011 21:41:16 +0300 Fix comments spelling
unc0rr [Wed, 09 Mar 2011 21:41:16 +0300] rev 4995
Fix comments spelling
Tue, 08 Mar 2011 15:50:42 -0500 Issue #194, turn off followgear for altuse
nemo [Tue, 08 Mar 2011 15:50:42 -0500] rev 4994
issue #194, turn off followgear for altuse
Tue, 08 Mar 2011 22:18:35 +0300 Fix split
unc0rr [Tue, 08 Mar 2011 22:18:35 +0300] rev 4993
Fix split
Tue, 08 Mar 2011 21:45:00 +0300 - Simplify insane TConfig code
unc0rr [Tue, 08 Mar 2011 21:45:00 +0300] rev 4992
- Simplify insane TConfig code - Fix a bunch of warning
Tue, 08 Mar 2011 21:27:44 +0300 Fix check for duplicated nickname
unc0rr [Tue, 08 Mar 2011 21:27:44 +0300] rev 4991
Fix check for duplicated nickname
Sun, 06 Mar 2011 21:55:44 +0300 Write latest protocol version too
unc0rr [Sun, 06 Mar 2011 21:55:44 +0300] rev 4990
Write latest protocol version too
Sun, 06 Mar 2011 21:54:37 +0300 - Write server config into .ini file on change
unc0rr [Sun, 06 Mar 2011 21:54:37 +0300] rev 4989
- Write server config into .ini file on change - Import Data.TConfig into project, make it export Conf constructor, remove all workarounds for missing constructor in server.
Sat, 05 Mar 2011 22:39:26 +0300 Store more parameters in ini file
unc0rr [Sat, 05 Mar 2011 22:39:26 +0300] rev 4988
Store more parameters in ini file
Sat, 05 Mar 2011 22:23:14 +0300 Use 'undefined' less (replace with default values and 'error')
unc0rr [Sat, 05 Mar 2011 22:23:14 +0300] rev 4987
Use 'undefined' less (replace with default values and 'error')
Sat, 05 Mar 2011 22:16:29 +0300 Use Maybe for storing client's clan, allows less error-prone spectator checks
unc0rr [Sat, 05 Mar 2011 22:16:29 +0300] rev 4986
Use Maybe for storing client's clan, allows less error-prone spectator checks
Sat, 05 Mar 2011 13:07:02 +0100 added PlaceGirder to lua
Henek [Sat, 05 Mar 2011 13:07:02 +0100] rev 4985
added PlaceGirder to lua
Sat, 05 Mar 2011 09:34:21 +0300 Fix build
unc0rr [Sat, 05 Mar 2011 09:34:21 +0300] rev 4984
Fix build
Sat, 05 Mar 2011 09:32:11 +0300 Better support for 0.9.15
unc0rr [Sat, 05 Mar 2011 09:32:11 +0300] rev 4983
Better support for 0.9.15
Fri, 04 Mar 2011 22:45:28 +0300 Add dbName parameter to .ini file, fix some warnings
unc0rr [Fri, 04 Mar 2011 22:45:28 +0300] rev 4982
Add dbName parameter to .ini file, fix some warnings
Fri, 04 Mar 2011 11:30:53 +0300 Optimize check (not like it is called much, just ffs; not tested)
unc0rr [Fri, 04 Mar 2011 11:30:53 +0300] rev 4981
Optimize check (not like it is called much, just ffs; not tested)
Thu, 03 Mar 2011 22:15:42 +0300 merge
unc0rr [Thu, 03 Mar 2011 22:15:42 +0300] rev 4980
merge
Wed, 02 Mar 2011 15:57:44 -0500 fix bad ogg name
nemo [Wed, 02 Mar 2011 15:57:44 -0500] rev 4979
fix bad ogg name
Wed, 02 Mar 2011 15:19:55 -0500 add victory/flawless victory sounds. untested
nemo [Wed, 02 Mar 2011 15:19:55 -0500] rev 4978
add victory/flawless victory sounds. untested
Wed, 02 Mar 2011 11:48:02 -0500 Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.
nemo [Wed, 02 Mar 2011 11:48:02 -0500] rev 4977
Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.
Wed, 02 Mar 2011 00:27:20 +0100 Happy 2011 :)
koda [Wed, 02 Mar 2011 00:27:20 +0100] rev 4976
Happy 2011 :)
Thu, 03 Mar 2011 22:15:13 +0300 Use Data.TConfig to read and store server config in hedgewars.ini (a little bit of hate to the author for not exporting Conf type)
unc0rr [Thu, 03 Mar 2011 22:15:13 +0300] rev 4975
Use Data.TConfig to read and store server config in hedgewars.ini (a little bit of hate to the author for not exporting Conf type)
Mon, 28 Feb 2011 22:28:43 +0300 Add stubs for server config reading and writing routines
unc0rr [Mon, 28 Feb 2011 22:28:43 +0300] rev 4974
Add stubs for server config reading and writing routines
Mon, 28 Feb 2011 22:04:10 +0300 Add server version (which is separate from protocol version) and a check in frontend for a new enough server (currently only qWarning)
unc0rr [Mon, 28 Feb 2011 22:04:10 +0300] rev 4973
Add server version (which is separate from protocol version) and a check in frontend for a new enough server (currently only qWarning)
Sun, 27 Feb 2011 18:55:34 -0500 replace removed command
nemo [Sun, 27 Feb 2011 18:55:34 -0500] rev 4972
replace removed command
Sun, 27 Feb 2011 18:03:33 -0500 merge
nemo [Sun, 27 Feb 2011 18:03:33 -0500] rev 4971
merge
Sun, 27 Feb 2011 21:45:37 +0300 Oops, forgot to hg add this file
unc0rr [Sun, 27 Feb 2011 21:45:37 +0300] rev 4970
Oops, forgot to hg add this file
Sun, 27 Feb 2011 13:35:08 -0500 visual tweak to smoke
nemo [Sun, 27 Feb 2011 13:35:08 -0500] rev 4969
visual tweak to smoke
Sun, 27 Feb 2011 21:06:28 +0300 Read server config from file
unc0rr [Sun, 27 Feb 2011 21:06:28 +0300] rev 4968
Read server config from file
Sun, 27 Feb 2011 20:58:59 +0300 merge
unc0rr [Sun, 27 Feb 2011 20:58:59 +0300] rev 4967
merge
Sun, 27 Feb 2011 12:56:36 -0500 make defective mines explode if they take enough damage, add missing interface line for koda's new uSound fade
nemo [Sun, 27 Feb 2011 12:56:36 -0500] rev 4966
make defective mines explode if they take enough damage, add missing interface line for koda's new uSound fade
Sun, 27 Feb 2011 20:58:43 +0300 Ukrainian translation update
igor-hkr@mail.ru [Sun, 27 Feb 2011 20:58:43 +0300] rev 4965
Ukrainian translation update
Sun, 27 Feb 2011 20:15:48 +0300 merge
unc0rr [Sun, 27 Feb 2011 20:15:48 +0300] rev 4964
merge
Sun, 27 Feb 2011 11:46:41 -0500 add friendslist whitelist to autokick, and more merging
nemo [Sun, 27 Feb 2011 11:46:41 -0500] rev 4963
add friendslist whitelist to autokick, and more merging
Sun, 27 Feb 2011 20:15:09 +0300 Start new server on RestartException
unc0rr [Sun, 27 Feb 2011 20:15:09 +0300] rev 4962
Start new server on RestartException
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip