Sun, 19 Dec 2010 20:01:24 +0300 |
unc0rr |
- Simplify map container code a bit
|
file |
diff |
annotate
|
Sat, 18 Dec 2010 21:19:26 +0300 |
unc0rr |
Report 48 hogs for drawn maps
|
file |
diff |
annotate
|
Thu, 09 Dec 2010 11:59:07 +0300 |
unc0rr |
Pass hardcoded drawn map from frontend into engine \o/
|
file |
diff |
annotate
|
Sat, 04 Dec 2010 23:29:59 +0300 |
unc0rr |
Halfplement decode/drawing routine
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:41:19 +0300 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 17:48:58 +0300 |
unc0rr |
Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
|
file |
diff |
annotate
|
Sat, 20 Nov 2010 23:48:04 +0300 |
unc0rr |
Move land hash checking into commands
|
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:14:41 +0300 |
unc0rr |
uTeams
|
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
|
Thu, 07 Oct 2010 16:02:28 -0400 |
nemo |
bug #83 - move test of disabled land objects into AddObjects
|
file |
diff |
annotate
|
Thu, 30 Sep 2010 22:31:38 +0200 |
koda |
updated lua loading in the ifrontend and also fixed masked maps
|
file |
diff |
annotate
|
Mon, 27 Sep 2010 04:58:15 +0200 |
koda |
have engine try for a second position when map loading fails (in this way it's possible to move Missions data to any path)
|
file |
diff |
annotate
|
Mon, 06 Sep 2010 16:23:47 -0400 |
nemo |
Change all use of curslot/idx to CurAmmoType to try and avoid some bugs with use of last weapon.
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
Sat, 10 Jul 2010 02:02:37 +0200 |
koda |
fix land check fo' real
|
file |
diff |
annotate
|
Thu, 08 Jul 2010 23:34:25 +0200 |
koda |
fix land check
|
file |
diff |
annotate
|
Thu, 08 Jul 2010 23:06:21 +0200 |
koda |
fix static land loading on desktop
|
file |
diff |
annotate
|
Sat, 03 Jul 2010 05:51:24 +0200 |
koda |
a couple of fixes i missed previously
|
file |
diff |
annotate
|
Sat, 03 Jul 2010 01:31:18 +0200 |
koda |
land arrays are allocated dynamically, so DOWNSCALE and LOWRES macros are now removed and replaced by run time flags rqBlurryLand and rqLowRes
|
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 19:05:29 -0400 |
nemo |
Initialise to 0
|
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
|
Wed, 30 Jun 2010 22:42:55 +0200 |
koda |
tiy new overlay graphics
|
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
|
Sat, 26 Jun 2010 04:36:04 +0200 |
koda |
moar zoom, fixed fort mode, other glitches
|
file |
diff |
annotate
|
Sun, 20 Jun 2010 22:35:10 -0400 |
nemo |
Replace SHA1 with adler32. For simple purposes of checking to see if players are playing the same map, this should be quite adequate and runs 15 times faster.
|
file |
diff |
annotate
|
Fri, 18 Jun 2010 14:26:04 -0400 |
nemo |
rename flags
|
file |
diff |
annotate
|
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)
|
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
|
Sun, 16 May 2010 17:23:30 +0000 |
koda |
update sdl functions to latest revision
|
file |
diff |
annotate
|
Sun, 02 May 2010 22:00:50 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 01:55:26 +0000 |
koda |
add other controls for map preview, also fix a bug in digest
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 02:30:42 +0000 |
koda |
wow all these files only for land preview and seed generation
|
file |
diff |
annotate
|
Sat, 03 Apr 2010 13:55:39 +0000 |
nemo |
New game scheme option to turn off land objects
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 16:55:42 +0000 |
nemo |
Suppress warning
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 16:44:56 +0000 |
nemo |
this was not checking all of Land[]
|
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
|
Thu, 01 Apr 2010 05:10:50 +0000 |
unc0rr |
- update russian translation a bit
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 00:48:26 +0000 |
nemo |
another uninitialised value radz[k] for corresponding pa.ar of NTPX
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 00:38:02 +0000 |
sheepluva |
possible map gen desync "fix" -- test please
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 17:17:15 +0000 |
smxx |
Engine/Frontend:
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 23:20:34 +0000 |
koda |
just some very sane stuff for the iphone port (plus some macro on pascal files)
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 18:47:35 +0000 |
nemo |
prg adds option to toggle girders in maze, adjusts some frontend strings
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 16:46:26 +0000 |
nemo |
prg tweaks maze
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 02:49:39 +0000 |
nemo |
prg's maze generator
|
file |
diff |
annotate
|
Wed, 24 Mar 2010 14:03:03 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Tue, 23 Mar 2010 21:58:23 +0000 |
koda |
fix a build error on 10.5, LandPixels properly initialized
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 18:04:18 +0000 |
nemo |
oh. I missed the fact he moved it to uLandTexture
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 17:59:59 +0000 |
nemo |
Remove doubled call of freeEverything. restore freeing of LandBackSurface pending unc0rr explaining why 'sactly he took it out (assuming an error right now)
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 17:48:19 +0000 |
unc0rr |
Clean Augean stables
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 19:02:03 +0000 |
unc0rr |
In pascal unit is a namespace
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 02:27:46 +0000 |
koda |
fix the glitch causing pass-through in land objects besides first game
|
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
|
Mon, 01 Mar 2010 19:54:33 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 00:02:55 +0000 |
nemo |
Formerly "Draw Girders" by MrMfS - now "Disable Girders" to allow template prefs to still exist
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 15:58:44 +0000 |
nemo |
Set 32 hog limit for fort maps
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 20:45:03 +0000 |
smxx |
Server:
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 13:37:03 +0000 |
koda |
fix a nasty 196 bytes memory leak in engine, plus other stuff for iphone frontend
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 05:36:08 +0000 |
koda |
replace initialization/finalization statements with custom init functions
|
file |
diff |
annotate
|
Tue, 12 Jan 2010 07:32:15 +0000 |
koda |
better network support + initial work for returning to frontend
|
file |
diff |
annotate
|
Fri, 18 Dec 2009 02:47:28 +0000 |
koda |
complete transition of longword->sdl_color for TTF bindings
|
file |
diff |
annotate
|
Sun, 29 Nov 2009 16:56:04 +0000 |
unc0rr |
Smaxx patch with tuning by me:
|
file |
diff |
annotate
|
Sat, 14 Nov 2009 02:53:04 +0000 |
koda |
fix wrong ttf blending in ppc
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 21:03:44 +0000 |
nemo |
Remove mostly useless comments put in to explain patch long ago.
|
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, 29 Oct 2009 17:51:54 +0000 |
koda |
fix missing land on ppc
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 16:35:09 +0000 |
koda |
fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
|
file |
diff |
annotate
|
Tue, 16 Mar 2010 13:39:39 +0000 |
mbait |
Added new type of map at UI. Simple random map generation
mbait-mangen
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 15:29:28 +0000 |
nemo |
Strip trailing spaces
|
file |
diff |
annotate
|
Sun, 30 Aug 2009 13:53:27 +0000 |
nemo |
An experiment with increasing number of caves by selecting a few potential non-cave maps and adding to the cave map array. Ones selected here might not actually be that playable as caves.
|
file |
diff |
annotate
|
Wed, 12 Aug 2009 15:04:16 +0000 |
nemo |
oops!
|
file |
diff |
annotate
|
Fri, 10 Jul 2009 19:10:29 +0000 |
koda |
fix a binding that was preveting to display anything else besides hogs on iphone
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 00:56:26 +0000 |
koda |
routine for loading lower resolution horizont and sky for nature theme when bigger images are not supported; right now they are not installed, but they could be useful for less powerful machines in general
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 15:03:57 +0000 |
koda |
additional touch support and nemo's reduced land array size
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 21:48:55 +0000 |
koda |
-Removal of older WAV files, now useless thanks to OpenAL
|
file |
diff |
annotate
|
Fri, 03 Jul 2009 22:02:13 +0000 |
koda |
typos
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 17:48:06 +0000 |
nemo |
Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
|
file |
diff |
annotate
|
Sun, 14 Jun 2009 13:20:28 +0000 |
unc0rr |
koda's patch fixing some iphone port troubles (color, mouse)
|
file |
diff |
annotate
|
Fri, 12 Jun 2009 08:52:31 +0000 |
unc0rr |
Endian aware Land digest
|
file |
diff |
annotate
|
Fri, 12 Jun 2009 00:39:36 +0000 |
nemo |
Change default output to stderr since /tmp doesn't exist under windows and is useless under iphoneos, add a couple of extra parameters
|
file |
diff |
annotate
|
Thu, 11 Jun 2009 15:22:02 +0000 |
unc0rr |
Patch by koda:
|
file |
diff |
annotate
|
Sat, 23 May 2009 18:26:16 +0000 |
nemo |
set Minefield to 150%, reduce fort distance by 512px
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 14:32:22 +0000 |
unc0rr |
Apply koda's OpenGL ES compatibility patch
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 17:24:25 +0000 |
unc0rr |
4 utilities by nemo
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 16:46:27 +0000 |
unc0rr |
Split land texture into small ones:
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 16:35:03 +0000 |
unc0rr |
More reorganization
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 16:28:21 +0000 |
unc0rr |
Reorganize land texteure function in prepare to texture split
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 14:38:02 +0000 |
unc0rr |
Templates filter by nemo
|
file |
diff |
annotate
|
Sat, 14 Feb 2009 16:54:28 +0000 |
unc0rr |
- Set bamboo plinko hedgehogs limit to 48
|
file |
diff |
annotate
|
Sat, 14 Feb 2009 16:30:22 +0000 |
unc0rr |
engine part of nemo's patch
|
file |
diff |
annotate
|
Sun, 01 Feb 2009 15:58:44 +0000 |
unc0rr |
Apply nemo's patch polished by me:
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 14:59:59 +0000 |
unc0rr |
Cache land texture update until frame render. This greately improves performance when there are many explosions, or you're using drilling weapon
|
file |
diff |
annotate
|
Thu, 29 Jan 2009 17:27:43 +0000 |
unc0rr |
- nemo's patch for custom cave map dimensions
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 15:34:37 +0000 |
unc0rr |
nemo's template patch (invertion)
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 21:46:53 +0000 |
unc0rr |
Allow loading maps and forts
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 21:03:57 +0000 |
unc0rr |
That was wrong place for the patch
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 21:02:49 +0000 |
unc0rr |
Turn cave mode on automatically when there are pixels on top of map
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 15:53:43 +0000 |
unc0rr |
Fix nemo's large land patch
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 18:27:31 +0000 |
unc0rr |
Some fixes by nemo
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 18:10:23 +0000 |
unc0rr |
Apply nemo's world resize patch
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 21:34:09 +0000 |
unc0rr |
Fix forts bug
|
file |
diff |
annotate
|
Sun, 26 Oct 2008 17:41:03 +0000 |
unc0rr |
Support 'Divide teams' option in engine
|
file |
diff |
annotate
|
Sun, 28 Sep 2008 15:45:37 +0000 |
unc0rr |
Bot could use firepunch if it doesn't find anything else useful, and it has land above his head
|
file |
diff |
annotate
|
Sun, 10 Aug 2008 19:55:08 +0000 |
unc0rr |
Enable back rendering objects that are put on top of land texture
|
file |
diff |
annotate
|
Fri, 08 Aug 2008 20:33:57 +0000 |
unc0rr |
Step 4: repair girder rendering (girder is 32bit now)
|
file |
diff |
annotate
|
Fri, 08 Aug 2008 20:13:32 +0000 |
unc0rr |
Step 3: Maps are rendered correctly, but without objects yet
|
file |
diff |
annotate
|
Fri, 08 Aug 2008 19:39:22 +0000 |
unc0rr |
Step 2: painted maps loading correctly
|
file |
diff |
annotate
|
Fri, 08 Aug 2008 19:34:55 +0000 |
unc0rr |
Start implementing support for 32bit sprites concerned in map generation process.
|
file |
diff |
annotate
|
Tue, 22 Jul 2008 18:31:34 +0000 |
unc0rr |
Load flakes information from theme.cfg when playing painted map
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 13:06:25 +0000 |
unc0rr |
Update copyright headers a bit
|
file |
diff |
annotate
|
Tue, 27 May 2008 14:30:48 +0000 |
unc0rr |
Fix forts mode to take in account clans, not teams
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 11:40:22 +0000 |
unc0rr |
Update copyright info in source files headers
|
file |
diff |
annotate
|