koda [Wed, 21 Nov 2012 11:26:30 +0100] rev 8086
how this happened?
unc0rr [Wed, 21 Nov 2012 13:33:27 +0400] rev 8085
Take care of parameter passed to FileEngine::fileName. Fixes problem with weird paths on windows.
unc0rr [Wed, 21 Nov 2012 11:57:14 +0400] rev 8084
Some fixes to build process
koda [Wed, 21 Nov 2012 11:14:51 +0100] rev 8083
added sdl_net headers and def lib for windows, fix frontlib compilation on windows
koda [Wed, 21 Nov 2012 01:48:10 +0100] rev 8082
lotsa hackery to get frontend somehow link libengine...
koda [Tue, 20 Nov 2012 22:08:08 +0100] rev 8081
frontlib paths
koda [Tue, 20 Nov 2012 21:55:51 +0100] rev 8080
fix physfs on osx, now all platforms should be happy
unc0rr [Wed, 21 Nov 2012 00:16:09 +0400] rev 8079
Oops
unc0rr [Wed, 21 Nov 2012 00:04:09 +0400] rev 8078
Start port to frontlib
unc0rr [Tue, 20 Nov 2012 23:09:17 +0400] rev 8077
Fix build
unc0rr [Tue, 20 Nov 2012 22:29:58 +0400] rev 8076
Fix SDL library name
koda [Tue, 20 Nov 2012 19:16:11 +0100] rev 8075
find lua.h ...
koda [Tue, 20 Nov 2012 18:51:42 +0100] rev 8074
thou shall not use system headers for crossplatformness
koda [Tue, 20 Nov 2012 18:33:09 +0100] rev 8073
physfs compilation on windows
* external calls must always be named
* physfs has to be compiled as dll
* there shouln't be external variables, implemented a function that sets buffer
* physfs extras is now integrated in main physfs
* removed physfs extras
koda [Tue, 20 Nov 2012 17:50:17 +0100] rev 8072
use lua headers correctly
unc0rr [Tue, 20 Nov 2012 00:47:35 +0400] rev 8071
Fix typo
unc0rr [Tue, 20 Nov 2012 00:10:12 +0400] rev 8070
Okay, remove previous request only if it has same parent
as this one. Fixes the last note of previous commit
(which was nearly impossible to hit, but whatever, just
cleaning implementation)
unc0rr [Mon, 19 Nov 2012 23:43:45 +0400] rev 8069
- Only allow one engine instance running at the moment
- When adding new map preview call to the queue, check
if previous map preview request has started, and if no,
remove it from queue. Could be harmful if you manage
to request previews for two widgets in less time than
needed to generate one.
koda [Mon, 19 Nov 2012 13:21:20 +0100] rev 8068
win build changes, fpc 2.6, CMAKE_PREFIX_PATH, glut header
unc0rr [Mon, 19 Nov 2012 17:41:09 +0400] rev 8067
Link some libraries needed for physfs on windows (there are still 5 symbols which couldn't be found - to be resolved)
unc0rr [Mon, 19 Nov 2012 10:38:02 +0400] rev 8066
Merge
koda [Mon, 19 Nov 2012 03:29:41 +0100] rev 8065
fix deprecation warnings for libav sources
koda [Mon, 19 Nov 2012 02:48:21 +0100] rev 8064
meh
koda [Mon, 19 Nov 2012 00:49:24 +0100] rev 8063
linking phsyfs on osx
Xeli [Sun, 18 Nov 2012 19:33:15 +0100] rev 8062
allow the engine to use physfs on android too
unc0rr [Sun, 18 Nov 2012 23:10:26 +0400] rev 8061
Merge from 0.9.18
unc0rr [Sun, 18 Nov 2012 18:58:46 +0400] rev 8060
Convert reading hedgehogs limit from map config
unc0rr [Sun, 18 Nov 2012 18:52:58 +0400] rev 8059
Download .zip too, and store them to .hwp
nemo [Sat, 17 Nov 2012 20:30:32 -0500] rev 8058
merge... need to remember to update first
unc0rr [Sun, 18 Nov 2012 01:00:26 +0400] rev 8057
Merge physfslayer branch into default. Have fun!