koda [Thu, 21 Apr 2016 16:03:57 -0400] rev 11667
travis: Use correct vorbis flag in sdl2_mixer install
Revert the addition of cmake which is already instealled.
koda [Thu, 21 Apr 2016 14:16:47 -0400] rev 11666
Correctly set WEBGL macro during pas2c conversion
koda [Thu, 21 Apr 2016 13:10:15 -0400] rev 11665
Disable stereo rendering when compiled with pas2c
koda [Thu, 21 Apr 2016 11:55:36 -0400] rev 11664
Fully support emscripten toolchain in our build system
koda [Thu, 21 Apr 2016 11:54:21 -0400] rev 11663
Import the Emscripted toolchain configuration
koda [Thu, 21 Apr 2016 00:10:23 -0400] rev 11662
Hijack SDL2 and GLEW include and library when compiling to javascript
emscripten already provides the SDL2 suite and will simply ignore
missing libraries.
koda [Thu, 21 Apr 2016 00:09:07 -0400] rev 11661
Work around how emscripten defines rwops
koda [Wed, 20 Apr 2016 23:49:37 -0400] rev 11660
Work around emscripten not finding math.h
koda [Wed, 20 Apr 2016 14:46:04 -0400] rev 11659
Add support for compiling C engine with emscripten
koda [Tue, 19 Apr 2016 12:04:21 -0400] rev 11658
travis: Use latest cmake vailable
unc0rr [Mon, 18 Apr 2016 21:47:39 +0300] rev 11657
Fix fpcrtl_strappendA, which cut last char from UserPathPrefix
leading to PHYSFS_setWriteDir fail with 'File not found' error,
which led to lack of writing dir and logFile handle being nil,
which led to crash on attempt to write to (absent) log file
nemo [Wed, 13 Apr 2016 20:02:14 -0400] rev 11656
missing comma
nemo [Wed, 13 Apr 2016 19:48:36 -0400] rev 11655
Use our copy for border too
nemo [Wed, 13 Apr 2016 17:59:13 -0400] rev 11654
SDL blit wraps at 16,384 - not the first time that routine has disappointed us.