hedgewars/uLand.pas
2010-10-07 nemo bug #83 - move test of disabled land objects into AddObjects
2010-09-30 koda updated lua loading in the ifrontend and also fixed masked maps
2010-09-27 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)
2010-09-06 nemo Change all use of curslot/idx to CurAmmoType to try and avoid some bugs with use of last weapon.
2010-07-31 koda remove trailing spaces from end of line
2010-07-10 koda fix land check fo' real
2010-07-08 koda fix land check
2010-07-08 koda fix static land loading on desktop
2010-07-03 koda a couple of fixes i missed previously
2010-07-02 koda land arrays are allocated dynamically, so DOWNSCALE and LOWRES macros are now removed and replaced by run time flags rqBlurryLand and rqLowRes
2010-07-02 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.
2010-07-01 nemo Initialise to 0
2010-07-01 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.
2010-06-30 koda tiy new overlay graphics
2010-06-30 koda partially removing DOWNSCALE ifdef -- only two remain and their removal requires dynamic allocation (btw this breaks low quality mode)
2010-06-26 koda moar zoom, fixed fort mode, other glitches
2010-06-21 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.
2010-06-18 nemo rename flags
2010-06-17 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)
2010-06-17 nemo Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
2010-05-16 koda update sdl functions to latest revision
2010-05-02 smxx Engine:
2010-04-26 koda add other controls for map preview, also fix a bug in digest
2010-04-25 koda wow all these files only for land preview and seed generation
2010-04-03 nemo New game scheme option to turn off land objects
2010-04-01 nemo Suppress warning
2010-04-01 nemo this was not checking all of Land[]
2010-04-01 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
2010-04-01 unc0rr - update russian translation a bit
2010-04-01 nemo another uninitialised value radz[k] for corresponding pa.ar of NTPX
2010-04-01 sheepluva possible map gen desync "fix" -- test please
2010-03-30 smxx Engine/Frontend:
2010-03-29 koda just some very sane stuff for the iphone port (plus some macro on pascal files)
2010-03-28 nemo prg adds option to toggle girders in maze, adjusts some frontend strings
2010-03-28 nemo prg tweaks maze
2010-03-28 nemo prg's maze generator
2010-03-24 smxx Engine:
2010-03-23 koda fix a build error on 10.5, LandPixels properly initialized
2010-03-22 nemo oh. I missed the fact he moved it to uLandTexture
2010-03-22 nemo Remove doubled call of freeEverything. restore freeing of LandBackSurface pending unc0rr explaining why 'sactly he took it out (assuming an error right now)
2010-03-22 unc0rr Clean Augean stables
2010-03-21 unc0rr In pascal unit is a namespace
2010-03-18 koda fix the glitch causing pass-through in land objects besides first game
2010-03-13 nemo Fix basketball map and hog cannon.
2010-03-06 unc0rr Replace tabs with spaces using 'expand -t 4' command
2010-03-01 smxx Engine:
2010-03-01 nemo Formerly "Draw Girders" by MrMfS - now "Disable Girders" to allow template prefs to still exist
2010-02-25 nemo Set 32 hog limit for fort maps
2010-02-04 smxx Server:
2010-01-24 koda fix a nasty 196 bytes memory leak in engine, plus other stuff for iphone frontend
2010-01-18 koda replace initialization/finalization statements with custom init functions
2010-01-12 koda better network support + initial work for returning to frontend
2009-12-18 koda complete transition of longword->sdl_color for TTF bindings
2009-11-29 unc0rr Smaxx patch with tuning by me:
2009-11-14 koda fix wrong ttf blending in ppc
2009-11-05 nemo Remove mostly useless comments put in to explain patch long ago.
2009-11-05 koda revert previous commit to remove a wip patch
2009-11-05 koda update themes cmakefiles to use GLOB instead of listing all the files
2009-11-05 koda move compiler directives to standard pascal
2009-10-29 koda fix missing land on ppc
2009-10-25 koda fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
2010-03-16 mbait Added new type of map at UI. Simple random map generation mbait-mangen
2009-09-10 nemo Strip trailing spaces
2009-08-30 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.
2009-08-12 nemo oops!
2009-07-10 koda fix a binding that was preveting to display anything else besides hogs on iphone
2009-07-09 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
2009-07-08 koda additional touch support and nemo's reduced land array size
2009-07-07 koda -Removal of older WAV files, now useless thanks to OpenAL
2009-07-03 koda typos
2009-06-18 nemo Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
2009-06-14 unc0rr koda's patch fixing some iphone port troubles (color, mouse)
2009-06-12 unc0rr Endian aware Land digest
2009-06-12 nemo Change default output to stderr since /tmp doesn't exist under windows and is useless under iphoneos, add a couple of extra parameters
2009-06-11 unc0rr Patch by koda:
2009-05-23 nemo set Minefield to 150%, reduce fort distance by 512px
2009-03-22 unc0rr Apply koda's OpenGL ES compatibility patch
2009-03-01 unc0rr 4 utilities by nemo
2009-02-18 unc0rr Split land texture into small ones:
2009-02-18 unc0rr More reorganization
2009-02-18 unc0rr Reorganize land texteure function in prepare to texture split
2009-02-15 unc0rr Templates filter by nemo
2009-02-14 unc0rr - Set bamboo plinko hedgehogs limit to 48
2009-02-14 unc0rr engine part of nemo's patch
2009-02-01 unc0rr Apply nemo's patch polished by me:
2009-01-30 unc0rr Cache land texture update until frame render. This greately improves performance when there are many explosions, or you're using drilling weapon
2009-01-29 unc0rr - nemo's patch for custom cave map dimensions
2009-01-27 unc0rr nemo's template patch (invertion)
2009-01-26 unc0rr Allow loading maps and forts
2009-01-26 unc0rr That was wrong place for the patch
2009-01-26 unc0rr Turn cave mode on automatically when there are pixels on top of map
2009-01-26 unc0rr Fix nemo's large land patch
2009-01-25 unc0rr Some fixes by nemo
2009-01-25 unc0rr Apply nemo's world resize patch
2009-01-22 unc0rr Add nemo's depixeling patch. Still needs some polishing for the case when we delete pixel on which hedgehog stays
2008-12-05 unc0rr Fix forts bug
2008-10-26 unc0rr Support 'Divide teams' option in engine
2008-09-28 unc0rr Bot could use firepunch if it doesn't find anything else useful, and it has land above his head
2008-08-10 unc0rr Enable back rendering objects that are put on top of land texture
2008-08-08 unc0rr Step 4: repair girder rendering (girder is 32bit now)
2008-08-08 unc0rr Step 3: Maps are rendered correctly, but without objects yet
2008-08-08 unc0rr Step 2: painted maps loading correctly
2008-08-08 unc0rr Start implementing support for 32bit sprites concerned in map generation process.
2008-07-22 unc0rr Load flakes information from theme.cfg when playing painted map
2008-07-07 unc0rr Update copyright headers a bit
2008-05-27 unc0rr Fix forts mode to take in account clans, not teams
2008-04-27 unc0rr Update copyright info in source files headers
2008-04-13 unc0rr Fix warnings
2008-03-29 unc0rr Aware that not visible pixels are not ground, whatever their color under alpha-channel is
2008-03-05 unc0rr Fix bug with handling explosions (wrong parameters passed to glTexSubImage2D) spotted by Tiyuri
2008-01-27 unc0rr - Save 8 MB of memory by freeing LandSurface and not using it anymore after game initialization
2008-01-27 unc0rr Store Land surface in memory:
2008-01-27 unc0rr Introduce UpdateLandTexture function to update just parts of surface
2008-01-27 unc0rr - Update land texture after explosions
2008-01-27 unc0rr Now land texture renders properly
2008-01-26 unc0rr - Start conveting pngs to have alpha-channel
2008-01-26 unc0rr Enable water waves back
2008-01-25 unc0rr Now show sprites too
2008-01-25 unc0rr Some further work on switching to OpenGL rendering
2008-01-25 unc0rr Start conversion to OpenGL rendering
less more (0) -120 tip