Thu, 25 Oct 2012 05:06:00 +0200 |
koda |
countless small optimisation for cmake, output messages are now coherent (mostly) and the options get fully respected (eg. skipping library search if not activated)
|
file |
diff |
annotate
|
Thu, 25 Oct 2012 01:16:13 +0200 |
koda |
finally videorec on osx
|
file |
diff |
annotate
|
Wed, 24 Oct 2012 14:55:31 +0100 |
koda |
support video recording on windows with automation and headers
|
file |
diff |
annotate
|
Wed, 24 Oct 2012 13:21:18 +0100 |
koda |
enable png support under win32
|
file |
diff |
annotate
|
Mon, 08 Oct 2012 13:27:46 -0400 |
nemo |
A bit more on the knife. Also add missing files to CMakeLists
|
file |
diff |
annotate
|
Fri, 28 Sep 2012 18:03:32 +0100 |
koda |
use cmake OPTION for arguments and further cleanup on CMakeFiles
|
file |
diff |
annotate
|
Tue, 25 Sep 2012 02:35:21 +0200 |
koda |
another little tweak
|
file |
diff |
annotate
|
Tue, 25 Sep 2012 01:27:26 +0200 |
koda |
forgot a few checks from rev f40c65ae3eab
|
file |
diff |
annotate
|
Thu, 20 Sep 2012 22:17:02 +0200 |
koda |
issue ENGINECLEAN only when fpc < 2.6
|
file |
diff |
annotate
|
Sun, 02 Sep 2012 22:27:01 +0200 |
sheepluva |
if this doesn't work I shall cry like a lady
|
file |
diff |
annotate
|
Sun, 02 Sep 2012 22:09:06 +0200 |
sheepluva |
I assumed NO_VIDEOREC would be set if ${FFMPEG_FOUND} was false. doesn't seem to be the case.
|
file |
diff |
annotate
|
Sun, 02 Sep 2012 21:55:56 +0200 |
sheepluva |
engineclean returns
|
file |
diff |
annotate
|
Wed, 29 Aug 2012 16:42:22 +0400 |
unc0rr |
Fix library installation in win32
|
file |
diff |
annotate
|
Tue, 28 Aug 2012 21:59:49 +0200 |
sheepluva |
fix build for me
|
file |
diff |
annotate
|
Tue, 28 Aug 2012 20:30:57 +0400 |
unc0rr |
Merge Stepik-777's video recording gsoc project
|
file |
diff |
annotate
|
Fri, 24 Aug 2012 14:01:07 +0400 |
unc0rr |
Move rope code to separate unit
|
file |
diff |
annotate
|
Sat, 11 Aug 2012 21:25:57 +0400 |
Stepan777 |
cmake scripts
|
file |
diff |
annotate
|
Fri, 10 Aug 2012 17:35:48 +0400 |
Stepan777 |
better cmake script
|
file |
diff |
annotate
|
Thu, 09 Aug 2012 19:52:21 +0400 |
Stepan777 |
fix FindFFMPEG
|
file |
diff |
annotate
|
Thu, 09 Aug 2012 01:24:38 +0400 |
Stepan777 |
FindFFMPEG.cmake (used only for frontend for now).
|
file |
diff |
annotate
|
Mon, 09 Jul 2012 16:42:13 +0400 |
Stepan777 |
merge
|
file |
diff |
annotate
|
Sun, 08 Jul 2012 23:14:24 +0400 |
unc0rr |
Introduce uGearsHandlers.pas, for now only part of cake handlers is moved there
|
file |
diff |
annotate
|
Sun, 24 Jun 2012 20:31:26 +0400 |
Stepan777 |
merge
|
file |
diff |
annotate
|
Wed, 13 Jun 2012 11:18:30 -0400 |
nemo |
LUA_FOUND should surely be set only if the system lua was found.
|
file |
diff |
annotate
|
Mon, 11 Jun 2012 17:56:10 +0400 |
Stepan777 |
merge
|
file |
diff |
annotate
|
Mon, 11 Jun 2012 01:13:57 +0200 |
koda |
uniform NOPNG and NOSERVER cmake symbols
|
file |
diff |
annotate
|
Mon, 04 Jun 2012 21:32:30 +0400 |
Stepan777 |
here it is
|
file |
diff |
annotate
|
Wed, 23 May 2012 02:39:30 +0200 |
koda |
add NOPNG to cmake to explicitly disable PNG dependency
|
file |
diff |
annotate
|
Wed, 23 May 2012 01:39:31 +0200 |
koda |
rename a few internal cmake variables (for consistency and readability)
|
file |
diff |
annotate
|
Wed, 23 May 2012 00:45:37 +0200 |
koda |
there a libSDLMain.a in the bundled SDL framework
|
file |
diff |
annotate
|
Mon, 07 May 2012 14:53:08 +0200 |
koda |
when Lua is not found, fallback to compiling the one that comes bundled in our sources
|
file |
diff |
annotate
|
Mon, 07 May 2012 10:51:32 +0200 |
koda |
add support for FPC and FPFLAGS cmake arguments (helps crosscompiling)
|
file |
diff |
annotate
|
Wed, 02 May 2012 11:43:43 +0100 |
koda |
marked a couple of functions as inline
|
file |
diff |
annotate
|
Sat, 28 Apr 2012 15:03:52 +0200 |
Xeli |
changed uKeys to uInputHandler to better reflect its function
|
file |
diff |
annotate
|
Tue, 24 Apr 2012 06:53:39 +0200 |
koda |
this should enable png screenshots on osx as well
|
file |
diff |
annotate
|
Mon, 23 Apr 2012 13:22:30 +0000 |
vittorio giovara |
case sensitivity + correct variable check
|
file |
diff |
annotate
|
Mon, 23 Apr 2012 04:14:21 +0200 |
koda |
when libpng is not found, gratiously fallback to bmp screenshots; untested
|
file |
diff |
annotate
|
Thu, 12 Apr 2012 23:05:46 +0400 |
Stepan777 |
png screenshots
|
file |
diff |
annotate
|
Sun, 18 Mar 2012 14:22:13 +0100 |
koda |
workaround the different Lion ABI by forcing fpc 2.6 as minimum compiler version on osx
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 00:56:07 +0300 |
unc0rr |
Some cleanup here and there
|
file |
diff |
annotate
|
Fri, 28 Oct 2011 18:26:17 +0200 |
koda |
one dangerous merge
hedgeroid
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 21:03:30 +0200 |
koda |
merge the changes applied to 0.9.16
|
file |
diff |
annotate
|
Sun, 25 Sep 2011 15:40:01 -0400 |
nemo |
rename to match prior mass hat rename
|
file |
diff |
annotate
|
Wed, 12 Oct 2011 04:14:38 +0200 |
koda |
because betas are baaaad (also really fix compiling everywhere)
0.9.16
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 13:37:52 -0400 |
nemo |
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
|
file |
diff |
annotate
|
Mon, 19 Sep 2011 19:12:19 +0200 |
koda |
fix mac compilation
0.9.16
|
file |
diff |
annotate
|
Mon, 12 Sep 2011 14:56:24 +0200 |
sheepluva |
fix out-of-dir builds
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 15:51:56 -0400 |
nemo |
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
|
file |
diff |
annotate
|
Sat, 10 Sep 2011 21:02:34 -0400 |
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
|
Fri, 29 Apr 2011 03:31:50 +0200 |
koda |
some updates to the crossbuild system for mac
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 15:57:23 +0400 |
unc0rr |
Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
|
file |
diff |
annotate
|
Sun, 24 Apr 2011 21:35:23 +0200 |
koda |
some comments and simplifications for cmake files
|
file |
diff |
annotate
|
Thu, 17 Mar 2011 23:53:33 +0100 |
koda |
allows for building hedgewars with SDL-1.3
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 13:19:00 +0100 |
koda |
fix issue 185 :|
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 11:34:52 +0100 |
sheepluva |
fix engine library compilation on linux/amd64
|
file |
diff |
annotate
|
Sat, 04 Dec 2010 22:33:14 +0300 |
unc0rr |
- Change painted map file format
|
file |
diff |
annotate
|
Mon, 22 Nov 2010 21:57:45 +0300 |
unc0rr |
SinTable.inc -> uSinTable.pas
|
file |
diff |
annotate
|
Mon, 22 Nov 2010 21:43:31 +0300 |
unc0rr |
uCommandHandlers
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:41:19 +0300 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 16:53:31 +0300 |
unc0rr |
uCaptions
|
file |
diff |
annotate
|