Tue, 28 Jun 2011 19:16:42 -0400 |
nemo |
sweep up some AA pixels
|
file |
diff |
annotate
|
Sun, 26 Jun 2011 20:29:08 -0400 |
nemo |
Use an ifdef instead, add despeckling of tunnels
|
file |
diff |
annotate
|
Sun, 26 Jun 2011 16:34:31 -0400 |
nemo |
add missing nil check, increase despeckling of background too
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 20:46:27 -0400 |
nemo |
Avoid desyncing on blurry land
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 09:32:31 -0400 |
nemo |
move smoothing into separate function, adjust call order
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 09:15:24 -0400 |
nemo |
25%, not 50%
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 02:03:15 -0400 |
nemo |
More AA - try smoothing explosions a bit
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 15:57:23 +0400 |
unc0rr |
Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
|
file |
diff |
annotate
|
Tue, 22 Mar 2011 23:01:26 -0400 |
nemo |
Fix endianness
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Sun, 30 Jan 2011 19:05:31 +0100 |
Henek |
fixed unlimeted fuel bug for rcplane
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 00:37:39 +0100 |
Palewolf |
Snow blends into land, trys to fill the gaps
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 12:42:22 -0500 |
nemo |
oops. forgot to check on indestructible in combination with disableLandBack
0.9.15
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 11:17:01 -0500 |
nemo |
add a disabling for landback, set it if flakes are enabled
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 10:47:03 -0500 |
nemo |
revert last change. ordinary fire is fine, but HHG screws up.
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 10:31:10 -0500 |
nemo |
disable landbackpixel on small explosions
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 00:28:23 -0500 |
nemo |
remove all screwing about with uLandGraphics - have not found a way to properly handle LandBackTex through despeckling or fill checks that does not result in ugly fire damage or wiped out landbacktex. Would rather some snowflakes lines than that.
|
file |
diff |
annotate
|
Thu, 23 Dec 2010 23:46:14 -0500 |
nemo |
more fiddling with graphics to try and satisfy both fire and snow
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 23:46:07 -0500 |
nemo |
oops. hopefully unbreak maps while still preserving mask behaviour as before (basketball nets etc)
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 19:25:00 -0500 |
nemo |
more tweaking land graphics due to snow
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 18:50:00 -0500 |
nemo |
Visual tweaks for snow
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:41:19 +0300 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 12:12:51 +0300 |
unC0Rr |
Haven't found a better place than uIO for OutError
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 11:32:47 +0300 |
unC0Rr |
Move some stuff from uMisc to uUtils
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:07:03 +0300 |
unc0rr |
uLand isn't that important to them
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:45:55 +0300 |
unC0Rr |
Move variables from uMisc to uVariables
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:22:36 +0300 |
unC0Rr |
Introduce unit uTypes in order to remove some cyclic unit dependencies
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 22:36:59 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
Fri, 30 Jul 2010 18:20:42 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 14:17:22 -0400 |
nemo |
Restore prior optimisation with the wildly out-of-bounds tx in LandDirty removed
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 00:34:39 -0400 |
nemo |
Revert most of optimisation except for some obvious fixes to errors someone or other introduced.
|
file |
diff |
annotate
|
Wed, 30 Jun 2010 23:15:14 -0400 |
nemo |
Store some calcs to speed up uLandGraphics a tad
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Fri, 25 Jun 2010 00:41:21 -0400 |
nemo |
Extend pixel sweep to recheck neighbours if erasing on edges
|
file |
diff |
annotate
|
Sun, 20 Jun 2010 18:26:49 -0400 |
nemo |
Remove redundant test, add some temp variables to speed up the expensive CheckLand
|
file |
diff |
annotate
|
Fri, 18 Jun 2010 14:26:04 -0400 |
nemo |
rename flags
|
file |
diff |
annotate
|
Fri, 18 Jun 2010 14:22:14 -0400 |
nemo |
Forgot to change this flag.
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sat, 13 Mar 2010 14:19:34 +0000 |
nemo |
Fix basketball map and hog cannon.
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 10:59:20 +0000 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
Wed, 03 Feb 2010 04:18:28 +0000 |
nemo |
Fix crash in DrawTunnel
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 22:15:53 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 21:55:51 +0000 |
koda |
complete the replacement of init/free wrappers for every unit
|
file |
diff |
annotate
|
Thu, 14 Jan 2010 16:46:50 +0000 |
koda |
makes freepascal code compatible with OBJFPC mode
|
file |
diff |
annotate
|
Sat, 19 Dec 2009 19:37:30 +0000 |
koda |
update SDLMain.m/.h to latest version
|
file |
diff |
annotate
|
Sun, 29 Nov 2009 18:30:21 +0000 |
unc0rr |
Get rid of stupid ToggleLongInt and ToggleString functions
|
file |
diff |
annotate
|
Sun, 29 Nov 2009 16:56:04 +0000 |
unc0rr |
Smaxx patch with tuning by me:
|
file |
diff |
annotate
|
Sun, 29 Nov 2009 16:37:12 +0000 |
nemo |
New despeckle by Palewolf that pretty well on-the-fly
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 21:22:05 +0000 |
koda |
revamped file access and debug display
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 20:48:13 +0000 |
koda |
revert previous commit to remove a wip patch
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 20:47:42 +0000 |
koda |
update themes cmakefiles to use GLOB instead of listing all the files
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 16:23:09 +0000 |
koda |
move compiler directives to standard pascal
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 15:29:28 +0000 |
nemo |
Strip trailing spaces
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 01:53:44 +0000 |
nemo |
the -1 was a bad idea
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 01:51:46 +0000 |
nemo |
multi-column support
|
file |
diff |
annotate
|