Fri, 23 Mar 2018 03:17:01 +0100 |
Wuzzy |
Add new game flag gfSwitchHog, enable hog switching at turn start
|
file |
diff |
annotate
|
Tue, 24 Oct 2017 18:28:59 -0400 |
nemo |
use pitch for surfaces, land_width x2 since 16 bit
|
file |
diff |
annotate
|
Wed, 18 Oct 2017 20:33:20 -0400 |
nemo |
extend land digest to all surfaces that could possibly be loaded into Land[] - i.e. ones that impact sync
|
file |
diff |
annotate
|
Fri, 29 Sep 2017 22:09:11 +0200 |
sheepluva |
rename ifTransparent to ifColorKey
|
file |
diff |
annotate
|
Tue, 06 Dec 2016 02:18:38 +0100 |
sheepluva |
tweak landtex filling some more. cuz it's fun
|
file |
diff |
annotate
|
Sat, 03 Dec 2016 17:45:32 +0100 |
sheepluva |
GOTTA GO FAST! - speed up landtex filling
|
file |
diff |
annotate
|
Sun, 27 Nov 2016 00:00:25 +0100 |
sheepluva |
simplify code of previous commit ( ba1807589eaa )
|
file |
diff |
annotate
|
Sat, 26 Nov 2016 23:46:31 +0100 |
sheepluva |
OCD-compatibility-patch: make border stripes consistent in direction and offset, seamless.
|
file |
diff |
annotate
|
Tue, 15 Nov 2016 01:25:37 +0100 |
Wuzzy |
Remove old Fort Mode from frontend
|
file |
diff |
annotate
|
Tue, 17 May 2016 21:32:10 +0200 |
sheepluva |
implement ExtraftFileDir and ExtractFileName in uUtils
|
file |
diff |
annotate
|
Wed, 27 Apr 2016 17:54:36 +0200 |
sheepluva |
tweak preview
|
file |
diff |
annotate
|
Wed, 27 Apr 2016 17:38:44 +0200 |
sheepluva |
tweak preview
|
file |
diff |
annotate
|
Wed, 27 Apr 2016 16:20:59 +0200 |
sheepluva |
Added "Forts" to map type selection. This makes the mode easier selectable/discoverable. Also the slider can be used to adjust the distance between forts.
|
file |
diff |
annotate
|
Tue, 26 Apr 2016 22:09:50 +0200 |
sheepluva |
create forts in random order
|
file |
diff |
annotate
|
Tue, 26 Apr 2016 15:19:36 +0200 |
sheepluva |
also make forts face inwards in wrap mode, if there are only 2 teams
|
file |
diff |
annotate
|
Tue, 26 Apr 2016 15:15:12 +0200 |
sheepluva |
fix last fort not facing left
|
file |
diff |
annotate
|
Tue, 26 Apr 2016 14:41:56 +0200 |
sheepluva |
Fort Mode: allow more than 2 clans
|
file |
diff |
annotate
|
Wed, 13 Apr 2016 19:48:36 -0400 |
nemo |
Use our copy for border too
|
file |
diff |
annotate
|
Wed, 13 Apr 2016 17:59:13 -0400 |
nemo |
SDL blit wraps at 16,384 - not the first time that routine has disappointed us.
|
file |
diff |
annotate
|
Tue, 09 Feb 2016 14:40:06 +0300 |
unC0Rr |
Fix possible crashes/hangs due to recent changes
|
file |
diff |
annotate
|
Sun, 31 Jan 2016 16:07:14 +0300 |
unc0rr |
Bye-bye TryDo
|
file |
diff |
annotate
|
Sun, 10 Jan 2016 00:45:13 +0300 |
unc0rr |
SDLTry doesn't halt engine no more
|
file |
diff |
annotate
|
Wed, 30 Dec 2015 23:30:00 -0500 |
nemo |
Some themers expressed desire to have translucent themes. While the current AA stuff in uLandGraphics won't really allow this to work with LandBackTex properly, seems to me it should be safe to allow alpha for LandTex. Our LandTex should all have alpha of 255 on the existing themes.
|
file |
diff |
annotate
|
Tue, 10 Nov 2015 20:43:13 +0100 |
sheepluva |
merge default
sdl2transition
|
file |
diff |
annotate
|
Mon, 10 Aug 2015 03:53:11 +0200 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 24 Dec 2014 14:42:05 -0500 |
nemo |
Tweak to land texturing. Treat any non-lfBasic as edge
|
file |
diff |
annotate
|
Thu, 11 Dec 2014 20:46:45 +0100 |
sheepluva |
world edge tweakes/fixes
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 11 Nov 2014 23:57:46 +0300 |
unc0rr |
Fix some stuff from coverity
|
file |
diff |
annotate
|
Thu, 02 Oct 2014 00:40:25 +0200 |
sheepluva |
use constants for mapgen, expose those to lua
|
file |
diff |
annotate
|
Fri, 22 Aug 2014 00:37:26 +0400 |
unc0rr |
Add separate option for perlin gen
|
file |
diff |
annotate
|
Wed, 13 Aug 2014 23:14:08 +0400 |
unc0rr |
Apply new distortion on maze gen
|
file |
diff |
annotate
|
Sat, 31 May 2014 00:33:51 +0200 |
sheepluva |
get rid of fpc warnings/hints
|
file |
diff |
annotate
|
Fri, 14 Mar 2014 19:59:34 +0400 |
unc0rr |
Move template-based generator into its own file
|
file |
diff |
annotate
|
Fri, 14 Mar 2014 16:00:36 +0400 |
unc0rr |
Some optimizations
|
file |
diff |
annotate
|
Mon, 10 Mar 2014 22:47:29 +0400 |
unc0rr |
- Rework FillLand
|
file |
diff |
annotate
|
Fri, 07 Mar 2014 23:36:56 +0400 |
unc0rr |
Perlin noise generator untweaked, temporarily replacing maze generator
|
file |
diff |
annotate
|
Fri, 28 Feb 2014 14:03:21 +0400 |
unc0rr |
Use all pixels, not only 8x8 areas
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 12:48:27 +0400 |
unc0rr |
Oops, remove debug stuff which hid the feature
|
file |
diff |
annotate
|
Wed, 26 Feb 2014 23:43:42 +0400 |
unc0rr |
Add alpha channel to preview
|
file |
diff |
annotate
|
Sun, 16 Feb 2014 22:06:55 +0400 |
unc0rr |
Reduce number of warnings in pas2c-generated code
|
file |
diff |
annotate
|
Wed, 12 Feb 2014 00:50:15 +0400 |
unc0rr |
- pas2c recognizes typecasts in initialization expressions
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:53:15 +0100 |
koda |
merge
|
file |
diff |
annotate
|
Mon, 20 Jan 2014 00:25:40 +0400 |
unc0rr |
- Make Racer report achievements
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:43:06 +0100 |
koda |
fixwhitespace and dos2unix
|
file |
diff |
annotate
|
Sun, 19 Jan 2014 13:41:11 +0100 |
sheepluva |
(experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:38:13 +0100 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
Fri, 17 Jan 2014 01:06:54 +0100 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 23:55:54 +0400 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 27 Dec 2013 01:22:12 +0400 |
unc0rr |
Oops, meant Land
|
file |
diff |
annotate
|
Thu, 07 Nov 2013 21:06:30 +0400 |
unc0rr |
Provide more information to SDLTry
sdl2transition
|
file |
diff |
annotate
|
Fri, 11 Oct 2013 13:06:04 -0400 |
nemo |
disable side borders if bounce or wrap
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 13 Aug 2013 16:12:54 +0400 |
unc0rr |
gfShoppaBorder
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 20 Jun 2013 11:15:50 +0400 |
unc0rr |
First select group of templates, then pick template from selected group
|
file |
diff |
annotate
|
Tue, 04 Jun 2013 22:28:12 +0200 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Wed, 29 May 2013 15:12:06 -0400 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 27 Jan 2013 00:28:57 +0100 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 22:59:46 +0400 |
martin_bede |
Fix tons of warnings
|
file |
diff |
annotate
|
Tue, 25 Dec 2012 04:45:22 +0100 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sat, 01 Dec 2012 19:57:57 -0500 |
nemo |
fix mask only
|
file |
diff |
annotate
|
Thu, 22 Nov 2012 00:41:53 +0100 |
koda |
updated branch
webgl
|
file |
diff |
annotate
|
Sun, 18 Nov 2012 18:58:46 +0400 |
unc0rr |
Convert reading hedgehogs limit from map config
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 14 Nov 2012 22:45:36 +0400 |
unc0rr |
Get rid of Pathz and UserPathz
physfslayer
|
file |
diff |
annotate
|
Wed, 07 Nov 2012 23:04:29 -0500 |
nemo |
objects too
|
file |
diff |
annotate
|
Wed, 07 Nov 2012 21:47:00 -0500 |
nemo |
something bender asked for. allow a mask without a map
|
file |
diff |
annotate
|
Wed, 07 Nov 2012 14:02:10 -0500 |
nemo |
LongInt Land width/height, mouse coords
|
file |
diff |
annotate
|
Mon, 05 Nov 2012 22:03:26 -0500 |
nemo |
support ridiculously large maps
|
file |
diff |
annotate
|
Sat, 03 Nov 2012 18:01:38 +0100 |
koda |
merge from 0.9.18
|
file |
diff |
annotate
|
Thu, 01 Nov 2012 15:54:05 -0400 |
nemo |
fix for forts mode *sob*
0.9.18 0.9.18-release
|
file |
diff |
annotate
|
Sun, 16 Sep 2012 16:54:51 +0200 |
Medo |
Merge
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 27 Aug 2012 17:40:16 +0200 |
Medo |
Merge
|
file |
diff |
annotate
|
Fri, 24 Aug 2012 18:51:29 -0400 |
nemo |
fromdos + fix end of turn velocity
|
file |
diff |
annotate
|
Thu, 23 Aug 2012 20:43:39 -0400 |
nemo |
Fix formatting, reduce border sensitivity
|
file |
diff |
annotate
|
Wed, 22 Aug 2012 11:42:42 -0400 |
nemo |
Burn a random number in the override. Make sure cirbuf is reset.
|
file |
diff |
annotate
|
Sat, 18 Aug 2012 21:05:30 +0200 |
Medo |
Merge
|
file |
diff |
annotate
|
Wed, 22 Aug 2012 10:27:26 +0400 |
unc0rr |
now really avoid
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 21:02:52 -0400 |
nemo |
avoid overflow on templates
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 19:40:02 -0400 |
nemo |
allow lua to specify template by number
|
file |
diff |
annotate
|
Sat, 18 Aug 2012 13:45:00 +0200 |
Medo |
engine: Fixed indentation regression
|
file |
diff |
annotate
|
Sat, 18 Aug 2012 13:40:21 +0200 |
Medo |
Merge
|
file |
diff |
annotate
|
Sat, 18 Aug 2012 15:01:27 -0400 |
nemo |
oops
|
file |
diff |
annotate
|
Sat, 18 Aug 2012 13:21:37 +0200 |
Medo |
engine: Fixed sigsegv on android caused by modifying Template.FillPoints constants
|
file |
diff |
annotate
|
Sat, 18 Aug 2012 02:01:50 -0400 |
nemo |
Avoid a bit of a memory spike on small maps
|
file |
diff |
annotate
|
Sat, 04 Aug 2012 21:36:31 -0400 |
nemo |
unbreak AI. remove inits from uLand
|
file |
diff |
annotate
|
Sat, 04 Aug 2012 20:47:13 -0400 |
nemo |
First pass at variable land size. For playing a small map (forced on rqLowRes), this should save 42MiB of RAM.
|
file |
diff |
annotate
|
Tue, 26 Jun 2012 10:14:40 -0400 |
nemo |
Add green mask for anti-portal areas on custom maps. Flagged as Bouncy since it is intended for that general use. Needs testing.
|
file |
diff |
annotate
|
Sun, 03 Jun 2012 18:52:22 -0400 |
nemo |
Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
|
file |
diff |
annotate
|
Thu, 31 May 2012 15:14:39 +0400 |
unc0rr |
pas2c stuff
|
file |
diff |
annotate
|
Mon, 14 May 2012 22:47:56 +0400 |
unc0rr |
Learn hask^Wpascal, dudes!
|
file |
diff |
annotate
|
Fri, 11 May 2012 23:36:42 +0400 |
unc0rr |
sysutils -> SysUtils
|
file |
diff |
annotate
|
Fri, 11 May 2012 11:08:50 -0400 |
nemo |
Avoid returning an array for the sake of pas2c
|
file |
diff |
annotate
|
Sat, 05 May 2012 19:04:59 +0100 |
koda |
old typed const moved to their proper unit
|
file |
diff |
annotate
|
Tue, 01 May 2012 19:56:55 +0200 |
koda |
breaking news, we don't support typed consts anymore
|
file |
diff |
annotate
|
Tue, 24 Apr 2012 17:16:18 -0400 |
nemo |
Oh, and I guess this is needed as well, although if many other places in the code do this, pas2c will need
|
file |
diff |
annotate
|
Sat, 21 Apr 2012 19:51:13 +0400 |
unc0rr |
- Remove support for variables in command handlers
|
file |
diff |
annotate
|
Fri, 17 Feb 2012 18:23:36 +0100 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
Sun, 05 Feb 2012 23:24:43 +0400 |
unc0rr |
Further work on propagating types. Now it hopefully works fully, just need to annotate namespace with types first.
|
file |
diff |
annotate
|
Tue, 17 Jan 2012 09:01:31 -0500 |
lovelacer |
A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 00:56:07 +0300 |
unc0rr |
Some cleanup here and there
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 00:52:47 +0300 |
unc0rr |
- Give uLand more modularity
|
file |
diff |
annotate
|
Sun, 27 Nov 2011 23:13:22 +0300 |
unc0rr |
Countless imporvements to the parser and countless help to the parser in sources.
|
file |
diff |
annotate
|
Sat, 12 Nov 2011 17:06:49 +0100 |
Xeli |
merge...i think
hedgeroid
|
file |
diff |
annotate
|
Thu, 10 Nov 2011 12:20:01 -0500 |
nemo |
Make mazes filter use same variable as template filter
|
file |
diff |
annotate
|
Sun, 06 Nov 2011 13:00:25 -0500 |
nemo |
Add missing grayscale conversions
|
file |
diff |
annotate
|
Mon, 31 Oct 2011 14:08:10 -0400 |
nemo |
Force a desync if there is a script name mismatch. This avoids playing until the game desyncs due to script differences.
|
file |
diff |
annotate
|
Fri, 28 Oct 2011 18:26:17 +0200 |
koda |
one dangerous merge
hedgeroid
|
file |
diff |
annotate
|
Fri, 07 Oct 2011 23:57:14 -0400 |
nemo |
Add landbacktex to a few maps, just to see how it looks.
|
file |
diff |
annotate
|
Tue, 04 Oct 2011 17:13:39 -0400 |
nemo |
hm. probably should set both
|
file |
diff |
annotate
|