2012-04-24 |
koda |
this should enable png screenshots on osx as well
|
file |
diff |
annotate
|
2012-04-23 |
vittorio giovara |
case sensitivity + correct variable check
|
file |
diff |
annotate
|
2012-04-23 |
koda |
when libpng is not found, gratiously fallback to bmp screenshots; untested
|
file |
diff |
annotate
|
2012-04-12 |
Stepan777 |
png screenshots
|
file |
diff |
annotate
|
2012-03-18 |
koda |
workaround the different Lion ABI by forcing fpc 2.6 as minimum compiler version on osx
|
file |
diff |
annotate
|
2011-12-03 |
unc0rr |
Some cleanup here and there
|
file |
diff |
annotate
|
2011-10-28 |
koda |
one dangerous merge
hedgeroid
|
file |
diff |
annotate
|
2011-10-16 |
koda |
merge the changes applied to 0.9.16
|
file |
diff |
annotate
|
2011-09-25 |
nemo |
rename to match prior mass hat rename
|
file |
diff |
annotate
|
2011-10-12 |
koda |
because betas are baaaad (also really fix compiling everywhere)
0.9.16
|
file |
diff |
annotate
|
2011-09-20 |
nemo |
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
|
file |
diff |
annotate
|
2011-09-19 |
koda |
fix mac compilation
0.9.16
|
file |
diff |
annotate
|
2011-09-12 |
sheepluva |
fix out-of-dir builds
|
file |
diff |
annotate
|
2011-09-11 |
nemo |
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
|
file |
diff |
annotate
|
2011-09-11 |
nemo |
For better or for worse. Add sheepluva's forcing of clean on engine subdirectory. This works around a bug in fpc 2.4-2.6 that appears to generate incorrect inlining of loops on 2nd build. -B avoids this, but without a clean, the -B never got called. Also restore options, which I had confused w/ config. my bad.
|
file |
diff |
annotate
|
2011-04-29 |
koda |
some updates to the crossbuild system for mac
|
file |
diff |
annotate
|
2011-04-27 |
unc0rr |
Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
|
file |
diff |
annotate
|
2011-04-24 |
koda |
some comments and simplifications for cmake files
|
file |
diff |
annotate
|
2011-03-17 |
koda |
allows for building hedgewars with SDL-1.3
|
file |
diff |
annotate
|
2011-02-06 |
koda |
fix issue 185 :|
|
file |
diff |
annotate
|
2011-02-06 |
sheepluva |
fix engine library compilation on linux/amd64
|
file |
diff |
annotate
|
2010-12-04 |
unc0rr |
- Change painted map file format
|
file |
diff |
annotate
|
2010-11-22 |
unc0rr |
SinTable.inc -> uSinTable.pas
|
file |
diff |
annotate
|
2010-11-22 |
unc0rr |
uCommandHandlers
|
file |
diff |
annotate
|
2010-11-21 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
2010-11-21 |
unc0rr |
uCaptions
|
file |
diff |
annotate
|
2010-11-20 |
unc0rr |
Forgot this
|
file |
diff |
annotate
|
2010-11-18 |
unC0Rr |
Introduce uRenderUtils
|
file |
diff |
annotate
|
2010-11-18 |
unC0Rr |
Introduce uRender
|
file |
diff |
annotate
|
2010-11-18 |
unC0Rr |
Introduce uTextures
|
file |
diff |
annotate
|
2010-11-18 |
unC0Rr |
Move some stuff from uMisc to uUtils
|
file |
diff |
annotate
|
2010-11-18 |
unC0Rr |
Introduce uCommands.pas
|
file |
diff |
annotate
|
2010-11-17 |
unC0Rr |
Introduce unit uTypes in order to remove some cyclic unit dependencies
|
file |
diff |
annotate
|
2010-11-07 |
unc0rr |
Fix freepascal version detector to ask only version from compiler rather than all help on parameters
|
file |
diff |
annotate
|
2010-10-07 |
koda |
move all mobile-related functions in their own module, provides a structure for future mobile ports
|
file |
diff |
annotate
|
2010-07-31 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
2010-07-31 |
koda |
fix panning when zoomed (finally)
|
file |
diff |
annotate
|
2010-06-23 |
smaxx |
General:
|
file |
diff |
annotate
|
2010-06-21 |
koda |
memory management for openalbridge
|
file |
diff |
annotate
|
2010-06-21 |
nemo |
disable uSHA, enable adler32
|
file |
diff |
annotate
|
2010-06-17 |
koda |
Update repository checking code to reflect our recent Mercurial switch
|
file |
diff |
annotate
|
2010-06-05 |
koda |
now engine can be optionally built as library, there's an example wrapper of how to use it
|
file |
diff |
annotate
|
2010-05-16 |
sheepluva |
* make portals delete each other only indirectly (by setting timer to 0)
|
file |
diff |
annotate
|
2010-05-01 |
nemo |
Break out DrawHH/DrawGear to reduce scrolling in uGears.pas, add portal graphics
|
file |
diff |
annotate
|
2010-03-26 |
smxx |
CMake:
|
file |
diff |
annotate
|
2010-03-14 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-03-03 |
koda |
restore tiger 10.4 deployment
|
file |
diff |
annotate
|
2010-03-03 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-17 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-15 |
koda |
add liblua to sources for macosx
|
file |
diff |
annotate
|
2010-02-14 |
koda |
mac build supports lua
|
file |
diff |
annotate
|
2010-02-13 |
smxx |
General:
|
file |
diff |
annotate
|
2010-02-10 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-10 |
smxx |
* Casing ... *whistle*
|
file |
diff |
annotate
|
2010-02-10 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-01-03 |
koda |
rewritten find_file part
|
file |
diff |
annotate
|
2010-01-03 |
koda |
check for sdl_image and sdl_mixer versions
|
file |
diff |
annotate
|
2010-01-03 |
koda |
smaller patches, one missing Sky-lowres, IMG_Init and Mix_Init (might require newer libraries), updates to SDL bindings, code cleanup, new compile flags
|
file |
diff |
annotate
|
2009-12-24 |
koda |
introduction of IMG_Init
|
file |
diff |
annotate
|
2009-12-19 |
koda |
update SDLMain.m/.h to latest version
|
file |
diff |
annotate
|