unc0rr [Tue, 04 Mar 2008 20:23:23 +0000] rev 793
- Massive images update by Tiyuri
- New theme 'nature' by Tiyury
- Some ajustment for new graphics in engine by me
unc0rr [Wed, 27 Feb 2008 12:51:57 +0000] rev 792
Polish translation by Maciej Mroziński
unc0rr [Mon, 25 Feb 2008 20:12:00 +0000] rev 791
Make AI aware of new high jump technique (there's still an issue with two successive jumps)
unc0rr [Mon, 25 Feb 2008 18:10:12 +0000] rev 790
Make high jump behaviour like in worms (back somersault)
unc0rr [Sun, 24 Feb 2008 20:00:31 +0000] rev 789
- More accurate rope collision detection
- Implement hedgehog on rope speed limit
- All this should prevent rope to be stuck in the ground
unc0rr [Fri, 22 Feb 2008 16:07:16 +0000] rev 788
- Get rid of PageSimpleGame, now pressing 'quick game' just starts round
- Small fixes everywhere
unc0rr [Thu, 21 Feb 2008 19:31:53 +0000] rev 787
- Bring back usual console look
- Halfplement utf-8 compatible backspace
unc0rr [Thu, 21 Feb 2008 18:59:07 +0000] rev 786
Some bugfixing
unc0rr [Thu, 21 Feb 2008 18:48:16 +0000] rev 785
Start console OpenGL reincarnation
unc0rr [Tue, 05 Feb 2008 18:25:46 +0000] rev 784
- Handle new command in game record and net
- Inc protocol version due to changes
unc0rr [Tue, 05 Feb 2008 17:53:38 +0000] rev 783
- New command 'set weapon'
- Fixes bug with changing weapon while switching hedgehogs
unc0rr [Sun, 03 Feb 2008 17:02:20 +0000] rev 782
Full support for out-of-source build
unc0rr [Sat, 02 Feb 2008 15:20:41 +0000] rev 781
First steps to support out-of-source build
unc0rr [Fri, 01 Feb 2008 16:39:37 +0000] rev 780
- Store sky color in theme cfg file
- Repair water
unc0rr [Thu, 31 Jan 2008 20:01:07 +0000] rev 779
Hopefully finish freebsd port
unc0rr [Wed, 30 Jan 2008 18:41:01 +0000] rev 778
Try to prepare freebsd port for 0.9.2. Not finished yet.
unc0rr [Mon, 28 Jan 2008 22:21:47 +0000] rev 777
Solve problem with crosshairs
unc0rr [Mon, 28 Jan 2008 19:05:29 +0000] rev 776
Convert the rest of rotated sprites to be rotated by OpenGL
unc0rr [Mon, 28 Jan 2008 18:22:35 +0000] rev 775
- Some optimizations
- Rotate grenade sprite using glRotatef (much better result)
unc0rr [Mon, 28 Jan 2008 17:51:18 +0000] rev 774
Add alpha-channel to maps
unc0rr [Mon, 28 Jan 2008 17:45:03 +0000] rev 773
- Reanimate Volcano theme
- Make clouds be transparent
unc0rr [Mon, 28 Jan 2008 17:26:57 +0000] rev 772
Don't update all land texture when drawing tunnel (saves video throughput)
unc0rr [Mon, 28 Jan 2008 17:11:19 +0000] rev 771
- Enable back console (doesn't render yet)
- Make texture size be of power of 2
unc0rr [Sun, 27 Jan 2008 20:47:30 +0000] rev 770
- Add alpha-channel to all sprites left
- Reanimate ammo menu
unc0rr [Sun, 27 Jan 2008 20:35:40 +0000] rev 769
- Save 8 MB of memory by freeing LandSurface and not using it anymore after game initialization
- Reanimate girder (and partly teleportation tool)
unc0rr [Sun, 27 Jan 2008 19:29:00 +0000] rev 768
Store Land surface in memory:
- Fixes strange land texture disappering
- Speed up operations, changing land after its initialization
unc0rr [Sun, 27 Jan 2008 18:39:02 +0000] rev 767
Introduce UpdateLandTexture function to update just parts of surface
unc0rr [Sun, 27 Jan 2008 17:27:13 +0000] rev 766
- Update land texture after explosions
- Restore loading progress
unc0rr [Sun, 27 Jan 2008 17:04:54 +0000] rev 765
Fix a bug introduced in previous revision (accidental delete of land surface)
unc0rr [Sun, 27 Jan 2008 16:49:11 +0000] rev 764
Now game looks almost like it did before switching to OpenGL