hedgewars/uLand.pas
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Sat, 18 Jul 2015 02:44:36 +0200 sheepluva always draw border on terrain if there is only a map mask and no map image. this is a workaround for the fact that space campaign masks use white (lfObject) color instead of black (lfBasic)
Mon, 13 Jul 2015 11:01:01 +0200 sheepluva don't keep around those right-side fort files which are just mirror images of left-side forts. generate them at run-time instead. note: inlining changes and deleting files - so consider clean build/install
Wed, 24 Dec 2014 14:42:05 -0500 nemo Tweak to land texturing. Treat any non-lfBasic as edge
Thu, 11 Dec 2014 20:46:45 +0100 sheepluva world edge tweakes/fixes
Fri, 05 Dec 2014 02:19:30 +0100 sheepluva adjust position of world edges (at 150 px away from outmost land collision, or less if land array ends earlier)
Tue, 02 Dec 2014 13:29:06 -0500 nemo switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
Tue, 11 Nov 2014 23:57:46 +0300 unc0rr Fix some stuff from coverity
Thu, 02 Oct 2014 00:40:25 +0200 sheepluva use constants for mapgen, expose those to lua
Fri, 22 Aug 2014 00:37:26 +0400 unc0rr Add separate option for perlin gen
Wed, 13 Aug 2014 23:14:08 +0400 unc0rr Apply new distortion on maze gen
Sat, 31 May 2014 00:33:51 +0200 sheepluva get rid of fpc warnings/hints
Fri, 14 Mar 2014 19:59:34 +0400 unc0rr Move template-based generator into its own file
Fri, 14 Mar 2014 16:00:36 +0400 unc0rr Some optimizations
Mon, 10 Mar 2014 22:47:29 +0400 unc0rr - Rework FillLand
Fri, 07 Mar 2014 23:36:56 +0400 unc0rr Perlin noise generator untweaked, temporarily replacing maze generator
Fri, 28 Feb 2014 14:03:21 +0400 unc0rr Use all pixels, not only 8x8 areas
Thu, 27 Feb 2014 12:48:27 +0400 unc0rr Oops, remove debug stuff which hid the feature
Wed, 26 Feb 2014 23:43:42 +0400 unc0rr Add alpha channel to preview
Sun, 16 Feb 2014 22:06:55 +0400 unc0rr Reduce number of warnings in pas2c-generated code
Wed, 12 Feb 2014 00:50:15 +0400 unc0rr - pas2c recognizes typecasts in initialization expressions
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Tue, 21 Jan 2014 22:53:15 +0100 koda merge
Mon, 20 Jan 2014 00:25:40 +0400 unc0rr - Make Racer report achievements
Sun, 19 Jan 2014 14:58:54 +0100 sheepluva (experimental) merging the new procedures for different pixel representations (1D/2D arrays) into a single procedure with the algorithm and two procedures for the different mapping. - because redundant code sucks (at least twice)
Tue, 21 Jan 2014 22:43:06 +0100 koda fixwhitespace and dos2unix
Sun, 19 Jan 2014 13:41:11 +0100 sheepluva (experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Mon, 30 Dec 2013 23:28:47 -0500 nemo allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2 0.9.20
Fri, 27 Dec 2013 01:22:12 +0400 unc0rr Oops, meant Land
Thu, 07 Nov 2013 21:06:30 +0400 unc0rr Provide more information to SDLTry sdl2transition
Fri, 11 Oct 2013 13:06:04 -0400 nemo disable side borders if bounce or wrap
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
Tue, 13 Aug 2013 16:12:54 +0400 unc0rr gfShoppaBorder
Fri, 28 Jun 2013 12:47:54 -0400 nemo Remove some GLunit dependencies noticed on graph. uUtils was using it for GLfloat - but, the stuff it was returning to was usually converting to "real" anyway. uLand was including it unnecessarily. Minor refactor
Thu, 20 Jun 2013 11:15:50 +0400 unc0rr First select group of templates, then pick template from selected group
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Thu, 04 Apr 2013 08:10:59 -0400 nemo So. Some themes have objects that seem to be large natural extensions of the landscape. Masks allow maintaining that. Lemme know if it doesn't look good. If it doesn't, can still use for ice/bounce/indestructible. Indestructible bunker object for example.
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Thu, 10 Jan 2013 22:59:46 +0400 martin_bede Fix tons of warnings
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Fri, 07 Dec 2012 16:03:53 -0500 mk12 will fix this http://code.google.com/p/hedgewars/source/detail?r=9f0e79ab51f00f3b1e133ae70cdd63f6963439c0 and will allow hedgewars to build without video recording enabled, for the time being although i want to talk to koda or someone to understand what should be #ifdef'd and if i've done too much or too little.. but at least that will let it build
Sat, 01 Dec 2012 19:57:57 -0500 nemo fix mask only
Thu, 22 Nov 2012 00:41:53 +0100 koda updated branch webgl
Sun, 18 Nov 2012 18:58:46 +0400 unc0rr Convert reading hedgehogs limit from map config
Sun, 11 Nov 2012 17:15:19 +0100 koda merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions) webgl
Wed, 14 Nov 2012 22:45:36 +0400 unc0rr Get rid of Pathz and UserPathz physfslayer
Wed, 07 Nov 2012 23:04:29 -0500 nemo objects too
Wed, 07 Nov 2012 21:47:00 -0500 nemo something bender asked for. allow a mask without a map
Wed, 07 Nov 2012 14:02:10 -0500 nemo LongInt Land width/height, mouse coords
Mon, 05 Nov 2012 22:03:26 -0500 nemo support ridiculously large maps
Sat, 03 Nov 2012 18:01:38 +0100 koda merge from 0.9.18
Thu, 01 Nov 2012 15:54:05 -0400 nemo fix for forts mode *sob* 0.9.18 0.9.18-release
Sun, 16 Sep 2012 16:54:51 +0200 Medo Merge
Fri, 31 Aug 2012 22:00:31 +0200 sheepluva clean up LoadImage and UserPathz/AltPath/etc related redundancy by introducing 3 new functions in uStore.pas
Mon, 27 Aug 2012 17:40:16 +0200 Medo Merge
Fri, 24 Aug 2012 18:51:29 -0400 nemo fromdos + fix end of turn velocity
less more (0) -300 -100 -60 tip