hedgewars/uLandGraphics.pas
Sun, 21 Nov 2010 19:41:19 +0300 unc0rr uDebug
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
Sat, 21 Aug 2010 22:36:59 +0200 smaxx Engine:
Sat, 31 Jul 2010 11:24:53 +0200 koda remove trailing spaces from end of line
Fri, 30 Jul 2010 18:20:42 +0200 smaxx Engine:
Thu, 01 Jul 2010 23:41:10 -0400 nemo Revert prior attempted optimisation. Gridding the land pays in some situations, but not all. Restricting to an upper bound might help, but overall, seems too fuzzy to be worth it. On one side is increased cost of Add/Delete + extra test on collision check, on the other is skipping the list iteration. Perhaps for large lists.
Thu, 01 Jul 2010 17:00:14 -0400 nemo Grid the landscape, and shortcircuit checks on the collision array if there are no nearby checked in collisions to be collided with. This is a big win for fire's ammoshove in particular. Also add a +2 that seemed missing in the check, and update fire accordingly.
Thu, 01 Jul 2010 14:17:22 -0400 nemo Restore prior optimisation with the wildly out-of-bounds tx in LandDirty removed
Thu, 01 Jul 2010 00:34:39 -0400 nemo Revert most of optimisation except for some obvious fixes to errors someone or other introduced.
Wed, 30 Jun 2010 23:15:14 -0400 nemo Store some calcs to speed up uLandGraphics a tad
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)
Fri, 25 Jun 2010 00:41:21 -0400 nemo Extend pixel sweep to recheck neighbours if erasing on edges
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
Fri, 18 Jun 2010 14:22:14 -0400 nemo Forgot to change this flag.
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)
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
Sat, 13 Mar 2010 14:19:34 +0000 nemo Fix basketball map and hog cannon.
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Wed, 03 Feb 2010 04:18:28 +0000 nemo Fix crash in DrawTunnel
Sun, 31 Jan 2010 22:15:53 +0000 smxx Engine:
Tue, 26 Jan 2010 21:55:51 +0000 koda complete the replacement of init/free wrappers for every unit
Thu, 14 Jan 2010 16:46:50 +0000 koda makes freepascal code compatible with OBJFPC mode
Sat, 19 Dec 2009 19:37:30 +0000 koda update SDLMain.m/.h to latest version
Sun, 29 Nov 2009 18:30:21 +0000 unc0rr Get rid of stupid ToggleLongInt and ToggleString functions
Sun, 29 Nov 2009 16:56:04 +0000 unc0rr Smaxx patch with tuning by me:
Sun, 29 Nov 2009 16:37:12 +0000 nemo New despeckle by Palewolf that pretty well on-the-fly
Fri, 20 Nov 2009 21:22:05 +0000 koda revamped file access and debug display
Thu, 05 Nov 2009 20:48:13 +0000 koda revert previous commit to remove a wip patch
Thu, 05 Nov 2009 20:47:42 +0000 koda update themes cmakefiles to use GLOB instead of listing all the files
Thu, 05 Nov 2009 16:23:09 +0000 koda move compiler directives to standard pascal
Thu, 10 Sep 2009 15:29:28 +0000 nemo Strip trailing spaces
Tue, 25 Aug 2009 20:54:11 +0000 nemo Another try at keeping blowtorch/firepunch/jackhammer from going through indestructible stuff. Shame these routines don't use hedgehog movement
Tue, 07 Jul 2009 01:53:44 +0000 nemo the -1 was a bad idea
Tue, 07 Jul 2009 01:51:46 +0000 nemo multi-column support
Mon, 15 Jun 2009 21:03:57 +0000 nemo Loop sweeping to avoid stray pixels. Avoided at first hoping there was a cleverer approach. Fortunately sweep is infrequent.
Sun, 15 Mar 2009 12:59:52 +0000 unc0rr Some tweaks by nemo
Thu, 05 Mar 2009 14:54:02 +0000 unc0rr nemo:
Sun, 01 Mar 2009 17:24:25 +0000 unc0rr 4 utilities by nemo
Thu, 19 Feb 2009 14:51:57 +0000 unc0rr Some optimization of land texture updating
Wed, 18 Feb 2009 16:46:27 +0000 unc0rr Split land texture into small ones:
Wed, 18 Feb 2009 16:35:03 +0000 unc0rr More reorganization
Sat, 14 Feb 2009 16:30:22 +0000 unc0rr engine part of nemo's patch
Mon, 26 Jan 2009 15:56:36 +0000 unc0rr Fix width/height dependant consts
Mon, 26 Jan 2009 15:53:43 +0000 unc0rr Fix nemo's large land patch
Sun, 25 Jan 2009 18:10:23 +0000 unc0rr Apply nemo's world resize patch
Thu, 22 Jan 2009 17:53:39 +0000 unc0rr Add nemo's depixeling patch. Still needs some polishing for the case when we delete pixel on which hedgehog stays
Mon, 07 Jul 2008 13:06:25 +0000 unc0rr Update copyright headers a bit
Sun, 27 Apr 2008 11:40:22 +0000 unc0rr Update copyright info in source files headers
Mon, 21 Apr 2008 18:43:07 +0000 unc0rr - Fix too long delay between shotgun and deagle shots
Sun, 13 Apr 2008 12:33:16 +0000 unc0rr Fix warnings
Tue, 01 Apr 2008 15:53:52 +0000 unc0rr Fix tunnel drawing (specially for desert eagle)
Fri, 21 Mar 2008 20:41:23 +0000 unc0rr Fix drill bug
Mon, 28 Jan 2008 17:26:57 +0000 unc0rr Don't update all land texture when drawing tunnel (saves video throughput)
Sun, 27 Jan 2008 20:35:40 +0000 unc0rr - Save 8 MB of memory by freeing LandSurface and not using it anymore after game initialization
Sun, 27 Jan 2008 19:29:00 +0000 unc0rr Store Land surface in memory:
less more (0) -60 tip