hedgewars/uWorld.pas
Wed, 30 Jun 2010 12:55:33 +0200 koda turn cReducedQuality into a LongInt and provide a series of quality flags (and best of all, this is still compatible with current frontend)
Mon, 28 Jun 2010 21:52:00 +0200 sheepluva fix segfault on HH-gear being 0 (e.g. after drowning) in cursor/target selection mode, thanks "ivze" for the heads-up!
Mon, 28 Jun 2010 09:33:10 +0200 sheepluva engine: apply weapon offset to charge animation
Sat, 26 Jun 2010 04:36:04 +0200 koda moar zoom, fixed fort mode, other glitches
Tue, 22 Jun 2010 23:08:57 -0400 nemo New approach to the low-res problem. Basically, we already have a 1024 minimum, and the tallest maps are restricting themselves to 2048 maximum. All backgrounds are scaled down 50%, then scaled up on draw. Saves memory, and backgrounds are already deliberately fuzzed for depth of field anyway.
Sun, 20 Jun 2010 18:35:59 +0200 koda fix zoom smoothness
Thu, 17 Jun 2010 19:57:51 +0200 koda now it's possible to select the scheme file in the ifrontendfix a type about loading an image (iphone file system IS case senstive)
Fri, 28 May 2010 16:21:54 +0000 smxx Engine:
Sun, 16 May 2010 18:12:10 +0000 koda unbreak build (everyone saw this coming)
Sun, 16 May 2010 17:23:30 +0000 koda update sdl functions to latest revision
Fri, 07 May 2010 10:54:07 +0000 smxx Engine:
Fri, 07 May 2010 09:57:12 +0000 sheepluva * no zooming when game is paused
Thu, 06 May 2010 15:26:14 +0000 nemo Henek makes AmmoMenu more flexible
Sun, 02 May 2010 22:00:50 +0000 smxx Engine:
Sun, 02 May 2010 18:42:19 +0000 koda js' patch that restores Vsync on snow leopard
Sat, 01 May 2010 21:54:08 +0000 koda adding a somewhat working autoration for ipad (uStore.pas and uWorld.pas got mixed in the last two commits)
Sat, 01 May 2010 20:02:20 +0000 smxx Engine:
Thu, 29 Apr 2010 21:25:51 +0000 smxx Engine:
Thu, 29 Apr 2010 19:40:13 +0000 smxx Commited wrong file *grmlrgrml*
Thu, 29 Apr 2010 17:21:10 +0000 smxx Engine:
Sun, 04 Apr 2010 16:38:00 +0000 smxx Engine:
Fri, 02 Apr 2010 18:54:08 +0000 palewolf - Parallax effect for horizont when water is out of sight
Fri, 02 Apr 2010 10:50:10 +0000 sheepluva * make positions of both sky and horizon dependent on the most remote waterwave by adjusting Palewolf's offset values
Fri, 02 Apr 2010 08:46:57 +0000 palewolf - Added SkyOffset, HorizontOffset as global vars
Thu, 01 Apr 2010 16:46:44 +0000 smxx Maps:
Thu, 01 Apr 2010 16:08:09 +0000 nemo Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
Wed, 31 Mar 2010 11:59:32 +0000 smxx Engine:
Mon, 29 Mar 2010 23:20:34 +0000 koda just some very sane stuff for the iphone port (plus some macro on pascal files)
Mon, 29 Mar 2010 09:52:10 +0000 smxx Engine:
Sat, 27 Mar 2010 22:25:18 +0000 smxx Engine:
Sat, 27 Mar 2010 20:51:53 +0000 smxx Engine:
Sat, 27 Mar 2010 16:57:18 +0000 koda * port fadeout to opengles
Sat, 27 Mar 2010 14:57:41 +0000 smxx Engine:
Sat, 27 Mar 2010 14:03:30 +0000 smxx Engine:
Sat, 27 Mar 2010 11:59:03 +0000 palewolf - Bee sprites for target and HH hand
Sat, 27 Mar 2010 00:48:59 +0000 palewolf Tweaking water depth with Tiy
Fri, 26 Mar 2010 22:53:42 +0000 palewolf First go at water depth
Mon, 22 Mar 2010 17:48:19 +0000 unc0rr Clean Augean stables
Sun, 21 Mar 2010 19:02:03 +0000 unc0rr In pascal unit is a namespace
Sun, 21 Mar 2010 15:50:38 +0000 palewolf Insert commit message here
Sat, 20 Mar 2010 15:16:59 +0000 koda update project for ipad target
Mon, 15 Mar 2010 11:53:32 +0000 smxx Engine:
Tue, 09 Mar 2010 02:48:27 +0000 nemo Ensure ammo menu is flagged false if no ammo
Tue, 09 Mar 2010 02:02:22 +0000 nemo Let's try this too (override following remote if in ammo menu)
Sat, 06 Mar 2010 13:56:33 +0000 smxx Engine:
Sat, 06 Mar 2010 13:55:58 +0000 smxx Engine:
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Thu, 04 Mar 2010 16:20:07 +0000 smxx Engine:
Wed, 03 Mar 2010 11:38:02 +0000 smxx Engine:
Mon, 01 Mar 2010 22:25:57 +0000 smxx Engine:
Mon, 01 Mar 2010 19:54:33 +0000 smxx Engine:
Mon, 01 Mar 2010 19:20:43 +0000 smxx Engine:
Mon, 01 Mar 2010 18:01:09 +0000 smxx Engine:
Sun, 28 Feb 2010 17:32:39 +0000 nemo Tweak condition for hiding ammo
Thu, 25 Feb 2010 13:02:08 +0000 smxx Engine:
Wed, 24 Feb 2010 13:29:06 +0000 nemo Fix spectator crash due to missing nil check in new dust gear, init Ammo to nil in World prior to nil check
Wed, 24 Feb 2010 03:03:43 +0000 nemo Adjust LocalClan when shuffling, set to -1 in case all local clans are bots.
Wed, 24 Feb 2010 01:55:59 +0000 nemo Show the ammo menu of the last local non-bot team when not local turn. needs testing
Tue, 23 Feb 2010 03:57:27 +0000 nemo oops. forgot the free. also drop the speed check.
Tue, 23 Feb 2010 03:55:46 +0000 nemo A little clock for convenience in finding things in demos
less more (0) -100 -60 tip