Fri, 09 May 2008 12:58:10 +0000 If there's more hedgehogs in AI's team than in others, then it will be less afraid to give damage to friend hedgehog
unc0rr [Fri, 09 May 2008 12:58:10 +0000] rev 921
If there's more hedgehogs in AI's team than in others, then it will be less afraid to give damage to friend hedgehog
Thu, 08 May 2008 22:44:05 +0000 Remove recently added debug, as cluster bomb issue is fixed
unc0rr [Thu, 08 May 2008 22:44:05 +0000] rev 920
Remove recently added debug, as cluster bomb issue is fixed
Thu, 08 May 2008 21:27:59 +0000 It looks like fix for cluster bomb issue...
unc0rr [Thu, 08 May 2008 21:27:59 +0000] rev 919
It looks like fix for cluster bomb issue...
Thu, 08 May 2008 20:54:04 +0000 - Small optimization to hwFloat
unc0rr [Thu, 08 May 2008 20:54:04 +0000] rev 918
- Small optimization to hwFloat - More informative debug in rndSign
Thu, 08 May 2008 20:30:34 +0000 Fix handling '/skip' command during net game
unc0rr [Thu, 08 May 2008 20:30:34 +0000] rev 917
Fix handling '/skip' command during net game
Thu, 08 May 2008 18:38:52 +0000 - Small optimization in hwFloat
unc0rr [Thu, 08 May 2008 18:38:52 +0000] rev 916
- Small optimization in hwFloat - Debug message in rndSign to help discover cluster bomb issue
Thu, 08 May 2008 18:02:52 +0000 - Some changes in clusters initialization
unc0rr [Thu, 08 May 2008 18:02:52 +0000] rev 915
- Some changes in clusters initialization - Dump random numbers buffer on exit
Thu, 08 May 2008 14:54:48 +0000 Now really fix issue with mines on top of cases
unc0rr [Thu, 08 May 2008 14:54:48 +0000] rev 914
Now really fix issue with mines on top of cases
Thu, 08 May 2008 14:22:19 +0000 Fix mines on top of the case issue also
unc0rr [Thu, 08 May 2008 14:22:19 +0000] rev 913
Fix mines on top of the case issue also
Thu, 08 May 2008 14:06:44 +0000 Fix collecting cases after teleportation
unc0rr [Thu, 08 May 2008 14:06:44 +0000] rev 912
Fix collecting cases after teleportation
Thu, 08 May 2008 13:55:14 +0000 Fix issue with hedgehog on top of the hedgehog with pickhammer
unc0rr [Thu, 08 May 2008 13:55:14 +0000] rev 911
Fix issue with hedgehog on top of the hedgehog with pickhammer
Thu, 08 May 2008 12:04:13 +0000 Set radius for clusters of clusterbomb
unc0rr [Thu, 08 May 2008 12:04:13 +0000] rev 910
Set radius for clusters of clusterbomb
Wed, 07 May 2008 14:59:59 +0000 Fix bug with demos and saves after restoring round from save
unc0rr [Wed, 07 May 2008 14:59:59 +0000] rev 909
Fix bug with demos and saves after restoring round from save
Wed, 07 May 2008 14:41:34 +0000 Fix potential queue error in rare cases
unc0rr [Wed, 07 May 2008 14:41:34 +0000] rev 908
Fix potential queue error in rare cases
Tue, 06 May 2008 15:13:02 +0000 Use constant generated by cmake for version string
unc0rr [Tue, 06 May 2008 15:13:02 +0000] rev 907
Use constant generated by cmake for version string
Tue, 06 May 2008 15:00:03 +0000 Double increase collision array size
unc0rr [Tue, 06 May 2008 15:00:03 +0000] rev 906
Double increase collision array size
Tue, 06 May 2008 14:47:45 +0000 More verbose video parameters setting
unc0rr [Tue, 06 May 2008 14:47:45 +0000] rev 905
More verbose video parameters setting
Sun, 04 May 2008 19:47:47 +0000 - Better error handling when creating the window
unc0rr [Sun, 04 May 2008 19:47:47 +0000] rev 904
- Better error handling when creating the window - Increase protocol number due to physics changes in previous revision
Sun, 04 May 2008 14:21:47 +0000 Implement LIST command
unc0rr [Sun, 04 May 2008 14:21:47 +0000] rev 903
Implement LIST command
Sun, 04 May 2008 14:07:26 +0000 Finish conversion
unc0rr [Sun, 04 May 2008 14:07:26 +0000] rev 902
Finish conversion
Sun, 04 May 2008 13:49:55 +0000 Modify protocol implementation functions interface (convertation not yet finished)
unc0rr [Sun, 04 May 2008 13:49:55 +0000] rev 901
Modify protocol implementation functions interface (convertation not yet finished)
Fri, 02 May 2008 09:23:51 +0000 Fix attack direction when perform somersault
unc0rr [Fri, 02 May 2008 09:23:51 +0000] rev 900
Fix attack direction when perform somersault
Thu, 01 May 2008 16:00:23 +0000 - Add comment
unc0rr [Thu, 01 May 2008 16:00:23 +0000] rev 899
- Add comment - Modify JOIN reply
Thu, 01 May 2008 15:55:03 +0000 Handle QUIT of the master: disconnect all roommates
unc0rr [Thu, 01 May 2008 15:55:03 +0000] rev 898
Handle QUIT of the master: disconnect all roommates
Thu, 01 May 2008 15:26:09 +0000 'In room' state stub
unc0rr [Thu, 01 May 2008 15:26:09 +0000] rev 897
'In room' state stub
Thu, 01 May 2008 15:24:13 +0000 Handle password parameter on JOIN
unc0rr [Thu, 01 May 2008 15:24:13 +0000] rev 896
Handle password parameter on JOIN
Thu, 01 May 2008 15:14:32 +0000 - Remove old hwserv code
unc0rr [Thu, 01 May 2008 15:14:32 +0000] rev 895
- Remove old hwserv code - Introduce rooms (CREATE and JOIN commands handling)
Thu, 01 May 2008 14:30:12 +0000 - Fixed some bugs
unc0rr [Thu, 01 May 2008 14:30:12 +0000] rev 894
- Fixed some bugs - Introduce client protocol number field - Handle PROTO command
Wed, 30 Apr 2008 20:48:12 +0000 - Some improvements in core
unc0rr [Wed, 30 Apr 2008 20:48:12 +0000] rev 893
- Some improvements in core - Handle 'NICK' command
Wed, 30 Apr 2008 20:18:30 +0000 Better QUIT handling imlementation - reduces function return values count
unc0rr [Wed, 30 Apr 2008 20:18:30 +0000] rev 892
Better QUIT handling imlementation - reduces function return values count
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip