Wed, 10 Dec 2014 19:44:01 +0100 |
sheepluva |
merge FreeTexture into FreeAndNilTexture
|
file |
diff |
annotate
|
Mon, 08 Dec 2014 09:35:14 -0500 |
nemo |
Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
|
file |
diff |
annotate
|
Sun, 23 Feb 2014 19:15:39 +0100 |
sheepluva |
change how textures from non-power-of-2-width textures are filled. this fixes e.g. the vertical lines appearing between Bath theme's horizontL
|
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
|
Mon, 27 Jan 2014 00:33:42 +0400 |
unc0rr |
Some love to pas2c
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:53:15 +0100 |
koda |
merge
|
file |
diff |
annotate
|
Sun, 19 Jan 2014 17:53:16 +0100 |
sheepluva |
no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment
|
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
|
Fri, 17 Jan 2014 01:06:54 +0100 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
Thu, 07 Nov 2013 21:06:30 +0400 |
unc0rr |
Provide more information to SDLTry
sdl2transition
|
file |
diff |
annotate
|
Tue, 29 Oct 2013 23:47:57 +0400 |
unc0rr |
Tinted crosshair (without that cool white dot in the middle)
|
file |
diff |
annotate
|
Wed, 29 May 2013 15:12:06 -0400 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
Wed, 14 Nov 2012 22:27:05 -0500 |
nemo |
make stats-only mode work headless. also skip a few things to save time/memory.
|
file |
diff |
annotate
|
Tue, 10 Jul 2012 16:38:50 +0200 |
Wolfgang Steffens |
Debug commit
|
file |
diff |
annotate
|
Tue, 10 Jul 2012 11:08:35 +0200 |
Wolfgang Steffens |
Added auto cropping to atlasing
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 15:46:08 +0200 |
Wolfgang Steffens |
using atlas for rendering now
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 12:02:54 +0200 |
Wolfgang Steffens |
made surface retaining mandatory
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 12:01:19 +0200 |
Wolfgang Steffens |
added missing uBinPacker.pas and uAtlas.pas
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 11:47:40 +0200 |
Wolfgang Steffens |
retaining SDL surfaces in order to allow recreating atlases from scratch without
|
file |
diff |
annotate
|
Tue, 05 Jun 2012 22:17:06 +0200 |
Wolfgang Steffens |
Merge
|
file |
diff |
annotate
|
Thu, 31 May 2012 15:14:39 +0400 |
unc0rr |
pas2c stuff
|
file |
diff |
annotate
|
Mon, 14 May 2012 19:26:50 +0200 |
Wolfgang Steffens |
Refactored TTexture to allow encoding sprite(s) at an arbitrary location within
|
file |
diff |
annotate
|
Tue, 01 May 2012 19:56:55 +0200 |
koda |
breaking news, we don't support typed consts anymore
|
file |
diff |
annotate
|
Fri, 17 Feb 2012 18:23:36 +0100 |
koda |
the most important commit of the year
|
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
|
Tue, 29 Nov 2011 17:42:42 +0400 |
unc0rr |
- Improve parsing of prefix operators
|
file |
diff |
annotate
|
Fri, 18 Nov 2011 00:32:52 +0100 |
koda |
yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
|
file |
diff |
annotate
|