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
Wed, 30 Apr 2008 20:14:09 +0000 Properly handle QUIT command. Now, we can concentrate on protocol implementation
unc0rr [Wed, 30 Apr 2008 20:14:09 +0000] rev 891
Properly handle QUIT command. Now, we can concentrate on protocol implementation
Wed, 30 Apr 2008 19:44:54 +0000 - Improve server core
unc0rr [Wed, 30 Apr 2008 19:44:54 +0000] rev 890
- Improve server core - Protocol in separate module
Wed, 30 Apr 2008 16:50:28 +0000 Some work on newhwserv
unc0rr [Wed, 30 Apr 2008 16:50:28 +0000] rev 889
Some work on newhwserv
Sun, 27 Apr 2008 16:51:28 +0000 Fix version number on about page 0.9.3-release
unc0rr [Sun, 27 Apr 2008 16:51:28 +0000] rev 888
Fix version number on about page
Sun, 27 Apr 2008 16:13:40 +0000 Temporarily disable screenshots as they cause segfault
unc0rr [Sun, 27 Apr 2008 16:13:40 +0000] rev 887
Temporarily disable screenshots as they cause segfault
Sun, 27 Apr 2008 16:12:20 +0000 Repair cheese and volcano maps
unc0rr [Sun, 27 Apr 2008 16:12:20 +0000] rev 886
Repair cheese and volcano maps
Sun, 27 Apr 2008 16:05:11 +0000 Fix training
unc0rr [Sun, 27 Apr 2008 16:05:11 +0000] rev 885
Fix training
Sun, 27 Apr 2008 13:09:11 +0000 - Some debug info
unc0rr [Sun, 27 Apr 2008 13:09:11 +0000] rev 884
- Some debug info - Fix copyright info
Sun, 27 Apr 2008 11:40:22 +0000 Update copyright info in source files headers
unc0rr [Sun, 27 Apr 2008 11:40:22 +0000] rev 883
Update copyright info in source files headers
Sun, 27 Apr 2008 11:23:28 +0000 Update version and protocol number
unc0rr [Sun, 27 Apr 2008 11:23:28 +0000] rev 882
Update version and protocol number
Sun, 27 Apr 2008 11:21:54 +0000 Update README and ChangeLog
unc0rr [Sun, 27 Apr 2008 11:21:54 +0000] rev 881
Update README and ChangeLog
Sun, 27 Apr 2008 11:01:03 +0000 Add win32 resource compilation under mingw (used sim-im srcs as example)
unc0rr [Sun, 27 Apr 2008 11:01:03 +0000] rev 880
Add win32 resource compilation under mingw (used sim-im srcs as example)
Sun, 27 Apr 2008 10:36:41 +0000 Fix Snow theme
unc0rr [Sun, 27 Apr 2008 10:36:41 +0000] rev 879
Fix Snow theme
Sun, 27 Apr 2008 10:14:00 +0000 - Fix baseball bat
unc0rr [Sun, 27 Apr 2008 10:14:00 +0000] rev 878
- Fix baseball bat - Small formatting changes in newhwserv
Sat, 26 Apr 2008 18:21:03 +0000 Try new approach for netserver
unc0rr [Sat, 26 Apr 2008 18:21:03 +0000] rev 877
Try new approach for netserver
Sat, 26 Apr 2008 14:35:01 +0000 Desert Eagle and Shotgun shot animations
unc0rr [Sat, 26 Apr 2008 14:35:01 +0000] rev 876
Desert Eagle and Shotgun shot animations
Fri, 25 Apr 2008 22:03:18 +0000 Fix jumping hedgehog sprite
unc0rr [Fri, 25 Apr 2008 22:03:18 +0000] rev 875
Fix jumping hedgehog sprite
Fri, 25 Apr 2008 21:44:58 +0000 - Fix warning
unc0rr [Fri, 25 Apr 2008 21:44:58 +0000] rev 874
- Fix warning - Small optimization in DrawHH function - Fix high jump hedgehog animation not to turn hedgehog view
Fri, 25 Apr 2008 20:41:23 +0000 One more sound
unc0rr [Fri, 25 Apr 2008 20:41:23 +0000] rev 873
One more sound
Fri, 25 Apr 2008 16:09:20 +0000 Mention Tyuri in copyrights and on About page
unc0rr [Fri, 25 Apr 2008 16:09:20 +0000] rev 872
Mention Tyuri in copyrights and on About page
Fri, 25 Apr 2008 13:51:01 +0000 - Fix sounds when the turn is skipped
unc0rr [Fri, 25 Apr 2008 13:51:01 +0000] rev 871
- Fix sounds when the turn is skipped - Fix max step kills stats
Fri, 25 Apr 2008 13:12:52 +0000 Use more sounds
unc0rr [Fri, 25 Apr 2008 13:12:52 +0000] rev 870
Use more sounds
Thu, 24 Apr 2008 20:53:35 +0000 - New statistics
unc0rr [Thu, 24 Apr 2008 20:53:35 +0000] rev 869
- New statistics - Fixes for stats
Thu, 24 Apr 2008 19:55:10 +0000 Hedgehog death animation
unc0rr [Thu, 24 Apr 2008 19:55:10 +0000] rev 868
Hedgehog death animation
Thu, 24 Apr 2008 15:40:39 +0000 - Use more sounds
unc0rr [Thu, 24 Apr 2008 15:40:39 +0000] rev 867
- Use more sounds - Improve statistics
Thu, 24 Apr 2008 15:19:33 +0000 - Some more sounds
unc0rr [Thu, 24 Apr 2008 15:19:33 +0000] rev 866
- Some more sounds - Fix use of sound 'boring'
Thu, 24 Apr 2008 15:03:57 +0000 - Fix introduced bug with hh physics
unc0rr [Thu, 24 Apr 2008 15:03:57 +0000] rev 865
- Fix introduced bug with hh physics - Use more sounds
Thu, 24 Apr 2008 14:49:19 +0000 Use some more sounds
unc0rr [Thu, 24 Apr 2008 14:49:19 +0000] rev 864
Use some more sounds
Thu, 24 Apr 2008 14:36:38 +0000 Merge some more sounds
unc0rr [Thu, 24 Apr 2008 14:36:38 +0000] rev 863
Merge some more sounds
Tue, 22 Apr 2008 19:41:20 +0000 Fix hedgehog-on-rope animation
unc0rr [Tue, 22 Apr 2008 19:41:20 +0000] rev 862
Fix hedgehog-on-rope animation
Tue, 22 Apr 2008 18:33:55 +0000 Fix shotgun disappering when shooting
unc0rr [Tue, 22 Apr 2008 18:33:55 +0000] rev 861
Fix shotgun disappering when shooting
Tue, 22 Apr 2008 17:59:11 +0000 Add doc desribing use cases of voice sounds
unc0rr [Tue, 22 Apr 2008 17:59:11 +0000] rev 860
Add doc desribing use cases of voice sounds
Tue, 22 Apr 2008 13:09:01 +0000 Remove old themes
unc0rr [Tue, 22 Apr 2008 13:09:01 +0000] rev 859
Remove old themes
Tue, 22 Apr 2008 13:06:49 +0000 Repair round statistics
unc0rr [Tue, 22 Apr 2008 13:06:49 +0000] rev 858
Repair round statistics
Tue, 22 Apr 2008 12:41:14 +0000 Oops
unc0rr [Tue, 22 Apr 2008 12:41:14 +0000] rev 857
Oops
Tue, 22 Apr 2008 12:40:43 +0000 - Fix braindead shotgun shot arithmetics
unc0rr [Tue, 22 Apr 2008 12:40:43 +0000] rev 856
- Fix braindead shotgun shot arithmetics - Small optimizations in hwFloat
Mon, 21 Apr 2008 18:43:07 +0000 - Fix too long delay between shotgun and deagle shots
unc0rr [Mon, 21 Apr 2008 18:43:07 +0000] rev 855
- Fix too long delay between shotgun and deagle shots - Hedgehog can jump even when someone is on its head
Mon, 21 Apr 2008 16:51:14 +0000 Animate baseball bat attack
unc0rr [Mon, 21 Apr 2008 16:51:14 +0000] rev 854
Animate baseball bat attack
Sun, 20 Apr 2008 10:39:08 +0000 Teleport animation
unc0rr [Sun, 20 Apr 2008 10:39:08 +0000] rev 853
Teleport animation
Sat, 19 Apr 2008 19:34:19 +0000 Handle the case when the room is already created by someone else
unc0rr [Sat, 19 Apr 2008 19:34:19 +0000] rev 852
Handle the case when the room is already created by someone else
Sat, 19 Apr 2008 19:29:58 +0000 Introduce function to atomically change both lists
unc0rr [Sat, 19 Apr 2008 19:29:58 +0000] rev 851
Introduce function to atomically change both lists
Sat, 19 Apr 2008 13:12:08 +0000 Remove deprecated files
unc0rr [Sat, 19 Apr 2008 13:12:08 +0000] rev 850
Remove deprecated files
Fri, 18 Apr 2008 18:06:17 +0000 Start work on standalone server in Haskell
unc0rr [Fri, 18 Apr 2008 18:06:17 +0000] rev 849
Start work on standalone server in Haskell
Fri, 18 Apr 2008 17:42:50 +0000 Fix a warning
unc0rr [Fri, 18 Apr 2008 17:42:50 +0000] rev 848
Fix a warning
Thu, 17 Apr 2008 16:21:44 +0000 Use blowtorch sprites
unc0rr [Thu, 17 Apr 2008 16:21:44 +0000] rev 847
Use blowtorch sprites
Tue, 15 Apr 2008 16:13:24 +0000 Fix bug with handling keys while it is AI's turn
unc0rr [Tue, 15 Apr 2008 16:13:24 +0000] rev 846
Fix bug with handling keys while it is AI's turn
Sun, 13 Apr 2008 16:14:13 +0000 Add sprite for pickhammer
unc0rr [Sun, 13 Apr 2008 16:14:13 +0000] rev 845
Add sprite for pickhammer
Sun, 13 Apr 2008 14:06:17 +0000 Also, repair weapon count show in ammo menu
unc0rr [Sun, 13 Apr 2008 14:06:17 +0000] rev 844
Also, repair weapon count show in ammo menu
Sun, 13 Apr 2008 13:57:32 +0000 Repair weapon name show in ammo menu
unc0rr [Sun, 13 Apr 2008 13:57:32 +0000] rev 843
Repair weapon name show in ammo menu
Sun, 13 Apr 2008 12:47:18 +0000 Get rid of DXOutText call
unc0rr [Sun, 13 Apr 2008 12:47:18 +0000] rev 842
Get rid of DXOutText call
Sun, 13 Apr 2008 12:45:30 +0000 Get rid if deprecated Surface parameter of Draw* calls
unc0rr [Sun, 13 Apr 2008 12:45:30 +0000] rev 841
Get rid if deprecated Surface parameter of Draw* calls
Sun, 13 Apr 2008 12:33:16 +0000 Fix warnings
unc0rr [Sun, 13 Apr 2008 12:33:16 +0000] rev 840
Fix warnings
Sun, 13 Apr 2008 12:29:26 +0000 Fix broken logic for the new parachute feature
unc0rr [Sun, 13 Apr 2008 12:29:26 +0000] rev 839
Fix broken logic for the new parachute feature
Sat, 12 Apr 2008 18:16:12 +0000 Remove tailing spaces in some places
unc0rr [Sat, 12 Apr 2008 18:16:12 +0000] rev 838
Remove tailing spaces in some places
Sat, 12 Apr 2008 17:19:01 +0000 - Fix hedgehog moveing direction after being shot by shotgun
unc0rr [Sat, 12 Apr 2008 17:19:01 +0000] rev 837
- Fix hedgehog moveing direction after being shot by shotgun - Fix bad statistics info related to shotgun
Sat, 12 Apr 2008 17:00:06 +0000 - Small formatting changes
unc0rr [Sat, 12 Apr 2008 17:00:06 +0000] rev 836
- Small formatting changes - Don't show picked weapon name if the hedgehog is bot or not driven locally
Sat, 12 Apr 2008 16:34:48 +0000 Automatically use parachute when vertical speed is high enough
unc0rr [Sat, 12 Apr 2008 16:34:48 +0000] rev 835
Automatically use parachute when vertical speed is high enough
Sat, 05 Apr 2008 17:06:26 +0000 - Use baseball-in-hand sprite
unc0rr [Sat, 05 Apr 2008 17:06:26 +0000] rev 834
- Use baseball-in-hand sprite - Use pickhammer idle sprite
Wed, 02 Apr 2008 10:46:54 +0000 Test commit (set svn:eol-style to native)
unc0rr [Wed, 02 Apr 2008 10:46:54 +0000] rev 833
Test commit (set svn:eol-style to native)
Wed, 02 Apr 2008 10:39:08 +0000 Update some copyright info
unc0rr [Wed, 02 Apr 2008 10:39:08 +0000] rev 832
Update some copyright info
Tue, 01 Apr 2008 16:11:07 +0000 - Fix counting damage given to mines
unc0rr [Tue, 01 Apr 2008 16:11:07 +0000] rev 831
- Fix counting damage given to mines - Use damaging ammo info to produce 'missed' sound only if damage should take place
Tue, 01 Apr 2008 16:05:19 +0000 - Add statistics info for ammo used in step and whether it is damaging ammo
unc0rr [Tue, 01 Apr 2008 16:05:19 +0000] rev 830
- Add statistics info for ammo used in step and whether it is damaging ammo - This info isn't used yet
Tue, 01 Apr 2008 15:57:51 +0000 Use 'first blood' sound
unc0rr [Tue, 01 Apr 2008 15:57:51 +0000] rev 829
Use 'first blood' sound
Tue, 01 Apr 2008 15:53:52 +0000 Fix tunnel drawing (specially for desert eagle)
unc0rr [Tue, 01 Apr 2008 15:53:52 +0000] rev 828
Fix tunnel drawing (specially for desert eagle)
Sat, 29 Mar 2008 21:13:54 +0000 Aware that not visible pixels are not ground, whatever their color under alpha-channel is
unc0rr [Sat, 29 Mar 2008 21:13:54 +0000] rev 827
Aware that not visible pixels are not ground, whatever their color under alpha-channel is
Tue, 25 Mar 2008 22:39:26 +0000 By Tiyuri:
unc0rr [Tue, 25 Mar 2008 22:39:26 +0000] rev 826
By Tiyuri: - Some sprites update - New gravestones
Tue, 25 Mar 2008 22:16:26 +0000 Use hedgehog with air attack weapon sprite
unc0rr [Tue, 25 Mar 2008 22:16:26 +0000] rev 825
Use hedgehog with air attack weapon sprite
Tue, 25 Mar 2008 21:50:36 +0000 - Use hedgehog jumping sprite
unc0rr [Tue, 25 Mar 2008 21:50:36 +0000] rev 824
- Use hedgehog jumping sprite - Fix invisible hedgehog state bug
Tue, 25 Mar 2008 16:07:23 +0000 Use ammo-in-hand sprites for desert eagle, shotgun and bazooka
unc0rr [Tue, 25 Mar 2008 16:07:23 +0000] rev 823
Use ammo-in-hand sprites for desert eagle, shotgun and bazooka
Mon, 24 Mar 2008 20:27:12 +0000 Use 'rope gun' sprite
unc0rr [Mon, 24 Mar 2008 20:27:12 +0000] rev 822
Use 'rope gun' sprite
Mon, 24 Mar 2008 19:18:13 +0000 Use 'regular standing' and 'rope swing' hedgehog sprites
unc0rr [Mon, 24 Mar 2008 19:18:13 +0000] rev 821
Use 'regular standing' and 'rope swing' hedgehog sprites
Sun, 23 Mar 2008 18:08:00 +0000 Fix fall without damage trick, which could be performed with not attached rope
unc0rr [Sun, 23 Mar 2008 18:08:00 +0000] rev 820
Fix fall without damage trick, which could be performed with not attached rope
Sun, 23 Mar 2008 18:03:07 +0000 Fix bug allowing to make stacks of hedgehogs with teleport
unc0rr [Sun, 23 Mar 2008 18:03:07 +0000] rev 819
Fix bug allowing to make stacks of hedgehogs with teleport
Fri, 21 Mar 2008 20:41:23 +0000 Fix drill bug
unc0rr [Fri, 21 Mar 2008 20:41:23 +0000] rev 818
Fix drill bug
Fri, 21 Mar 2008 20:34:48 +0000 Fix accessing to freed memory
unc0rr [Fri, 21 Mar 2008 20:34:48 +0000] rev 817
Fix accessing to freed memory
Thu, 20 Mar 2008 23:44:19 +0000 Sprites update by Tiyuri
unc0rr [Thu, 20 Mar 2008 23:44:19 +0000] rev 816
Sprites update by Tiyuri
Fri, 14 Mar 2008 21:07:31 +0000 Use sounds 'stupid' and 'missed'
unc0rr [Fri, 14 Mar 2008 21:07:31 +0000] rev 815
Use sounds 'stupid' and 'missed'
Fri, 14 Mar 2008 19:34:05 +0000 Start implementing better statistics implementation (does nothing yet)
unc0rr [Fri, 14 Mar 2008 19:34:05 +0000] rev 814
Start implementing better statistics implementation (does nothing yet)
Fri, 14 Mar 2008 16:51:24 +0000 Fix potentional syncronizing bug
unc0rr [Fri, 14 Mar 2008 16:51:24 +0000] rev 813
Fix potentional syncronizing bug
Thu, 13 Mar 2008 20:21:45 +0000 Fix memory corrupt due to wrong parameter in sizeof()
unc0rr [Thu, 13 Mar 2008 20:21:45 +0000] rev 812
Fix memory corrupt due to wrong parameter in sizeof()
Tue, 11 Mar 2008 19:13:04 +0000 Forgot to svn add file :P
unc0rr [Tue, 11 Mar 2008 19:13:04 +0000] rev 811
Forgot to svn add file :P
Mon, 10 Mar 2008 22:02:00 +0000 Snow theme and some sprites update by Tiyuri
unc0rr [Mon, 10 Mar 2008 22:02:00 +0000] rev 810
Snow theme and some sprites update by Tiyuri
Sun, 09 Mar 2008 12:33:54 +0000 Fix hedgehogs switching hang
unc0rr [Sun, 09 Mar 2008 12:33:54 +0000] rev 809
Fix hedgehogs switching hang
Sat, 08 Mar 2008 11:00:04 +0000 Fix arithmetics
unc0rr [Sat, 08 Mar 2008 11:00:04 +0000] rev 808
Fix arithmetics
Fri, 07 Mar 2008 21:38:33 +0000 2 frames demo flake
unc0rr [Fri, 07 Mar 2008 21:38:33 +0000] rev 807
2 frames demo flake
Fri, 07 Mar 2008 20:25:19 +0000 Finish flakes implementation
unc0rr [Fri, 07 Mar 2008 20:25:19 +0000] rev 806
Finish flakes implementation
Fri, 07 Mar 2008 19:44:00 +0000 Flakes concept, still need some development
unc0rr [Fri, 07 Mar 2008 19:44:00 +0000] rev 805
Flakes concept, still need some development
Fri, 07 Mar 2008 19:34:26 +0000 Oops, forgot a file
unc0rr [Fri, 07 Mar 2008 19:34:26 +0000] rev 804
Oops, forgot a file
Fri, 07 Mar 2008 18:10:03 +0000 - Use cloud as 'visual gear'
unc0rr [Fri, 07 Mar 2008 18:10:03 +0000] rev 803
- Use cloud as 'visual gear' - Small fixes
Fri, 07 Mar 2008 17:43:05 +0000 Start implementing 'visual gears' - gears, that don't need to be synchronized (clouds and flakes)
unc0rr [Fri, 07 Mar 2008 17:43:05 +0000] rev 802
Start implementing 'visual gears' - gears, that don't need to be synchronized (clouds and flakes)
(0) -120 +120 +1000 +3000 +10000 tip