hedgewars/uLandObjects.pas
Sun, 06 Nov 2011 13:53:25 -0500 nemo Set default water colours in greyscale mode in case the theme does not define them, decrement piano weapon on use
Sun, 06 Nov 2011 13:00:25 -0500 nemo Add missing grayscale conversions
Sun, 06 Nov 2011 12:40:35 -0500 nemo Spread flakes out over 5 layers now (far back, mid distance, just behind land, just in front of lands and hog, near distance). Spread clouds out over 3 layers (far back, mid distance, just behind land). Add a flatten clouds option, use
Sat, 05 Nov 2011 11:41:56 -0400 nemo Flatten flakes for halloween theme, based on feedback from sheepluva
Sun, 09 Oct 2011 19:48:13 -0400 nemo oops
Sun, 09 Oct 2011 19:36:09 -0400 nemo Restrict slipperiness to girders and bridges. Make girders more obviously ice.
Sun, 02 Oct 2011 10:36:43 -0400 nemo Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
Fri, 09 Sep 2011 18:30:40 -0400 nemo Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
Fri, 26 Aug 2011 21:49:10 -0400 nemo Fix rounding error in sky colour causing visible lines
Mon, 22 Aug 2011 15:35:37 -0400 nemo Free land texture, reset sky colour.
Sun, 24 Jul 2011 00:25:35 -0400 nemo Add grayscale option for 3d, helps with colour clashing
Tue, 14 Jun 2011 11:29:15 -0400 nemo Oops. Forgot an assignment.
Sun, 12 Jun 2011 21:06:48 -0400 nemo Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
Thu, 02 Jun 2011 18:36:35 -0400 nemo Don't need to check for this case
Thu, 02 Jun 2011 18:08:50 -0400 nemo Experiment in making the land less jagg-y
Wed, 27 Apr 2011 15:57:23 +0400 unc0rr Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
Wed, 20 Apr 2011 05:26:47 +0200 koda and now for something completely different, overlay refactoring!
Wed, 16 Mar 2011 22:45:42 +0100 Henek should probably fix broken flakes, my bad
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Tue, 18 Jan 2011 00:12:39 +0100 koda code cleanup
Wed, 12 Jan 2011 20:31:55 +0100 Henek added rq-sky to themes so it can set sky color for low quality. also added tint of sky on sudden death. underwater theme is an example of this
Sat, 01 Jan 2011 23:10:57 +0100 Henek added flake configuration also in sudden death and SDClouds for underwater
Fri, 31 Dec 2010 01:05:23 +0100 Henek sudden death changes: only change visual bit on health decrease and support for water transparancy change and clouds number change
Thu, 30 Dec 2010 01:44:55 +0100 Henek added also splash and droplets to sd and refactored theme.cfg, not all themes updated
Fri, 24 Dec 2010 16:13:28 -0500 nemo Disable gtFlake on bordered maps
Wed, 22 Dec 2010 21:57:52 -0500 nemo apparently some sanity checks are needed here. christmas theme object dimensions are crashing placement
Wed, 22 Dec 2010 01:17:46 -0500 nemo fix desync in snow
Wed, 22 Dec 2010 01:11:48 -0500 nemo minor visual tweaks to snow
Sun, 21 Nov 2010 19:41:19 +0300 unc0rr uDebug
Sat, 20 Nov 2010 23:48:04 +0300 unc0rr Move land hash checking into commands
Thu, 18 Nov 2010 12:12:51 +0300 unC0Rr Haven't found a better place than uIO for OutError
Thu, 18 Nov 2010 11:32:47 +0300 unC0Rr Move some stuff from uMisc to uUtils
Wed, 17 Nov 2010 22:07:03 +0300 unc0rr uLand isn't that important to them
Wed, 17 Nov 2010 17:45:55 +0300 unC0Rr Move variables from uMisc to uVariables
Wed, 17 Nov 2010 17:22:36 +0300 unC0Rr Introduce unit uTypes in order to remove some cyclic unit dependencies
Sun, 07 Nov 2010 16:41:03 +0300 unc0rr REmove stupid int64 conversions, provide real fixes to compiler hints
Thu, 14 Oct 2010 22:01:33 +0200 koda less warning, no rotation glitch, more comments
Thu, 07 Oct 2010 16:02:28 -0400 nemo bug #83 - move test of disabled land objects into AddObjects
Tue, 24 Aug 2010 17:03:44 +0200 smaxx Engine:
Sat, 31 Jul 2010 11:24:53 +0200 koda remove trailing spaces from end of line
Wed, 14 Jul 2010 00:43:36 +0200 koda save the gl client state to get a nice 80% fps boost
Wed, 30 Jun 2010 14:52:48 +0200 koda partially removing DOWNSCALE ifdef -- only two remain and their removal requires dynamic allocation (btw this breaks low quality mode)
Sun, 20 Jun 2010 19:31:15 -0400 nemo This reduces CheckLand ~5.5% on average over prior making the overall reduction ~77.4% instead of ~81.9%. It does skip centre pixel in odd w/h, but that really shouldn't matter much in this case. Can alter if any objects are noticeably off.
Sun, 20 Jun 2010 18:26:49 -0400 nemo Remove redundant test, add some temp variables to speed up the expensive CheckLand
Fri, 18 Jun 2010 14:26:04 -0400 nemo rename flags
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)
Thu, 17 Jun 2010 11:41:38 -0400 nemo Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
Sun, 16 May 2010 17:23:30 +0000 koda update sdl functions to latest revision
Sun, 02 May 2010 22:00:50 +0000 smxx Engine:
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
Mon, 29 Mar 2010 23:20:34 +0000 koda just some very sane stuff for the iphone port (plus some macro on pascal files)
Fri, 26 Mar 2010 17:22:52 +0000 nemo Eliminate flake kick on themes with no flakes, more than 200 flakes (city) or explosions of 25 or smaller
Wed, 24 Mar 2010 11:01:21 +0000 nemo Use MAXTHEMEOBJECTS instead of Count which appears to be 0 at this point.
Tue, 23 Mar 2010 19:06:43 +0000 nemo Free land object SDL surfaces.
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Mon, 01 Mar 2010 19:54:33 +0000 smxx Engine:
Thu, 25 Feb 2010 23:28:26 +0000 nemo Palewolf tweaks map object placement some more.
Tue, 09 Feb 2010 18:58:44 +0000 nemo Palewolf's patch to allow controlling proportion of various objects in themes. Desert and Nature have non-default values
Thu, 04 Feb 2010 20:45:03 +0000 smxx Server:
Sun, 24 Jan 2010 13:37:03 +0000 koda fix a nasty 196 bytes memory leak in engine, plus other stuff for iphone frontend
less more (0) -100 -60 tip