fix sounds not playing on first play (=load), because function bailed on success, rather than error. introduced in bd9a2f1b0080 , addressing
issue #111
travis: Use correct vorbis flag in sdl2_mixer install
Revert the addition of cmake which is already instealled.
Hijack SDL2 and GLEW include and library when compiling to javascript
emscripten already provides the SDL2 suite and will simply ignore
missing libraries.
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
SDL blit wraps at 16,384 - not the first time that routine has disappointed us.
Fixes crash Wuzzy and I were encountering in debian fpc 2.6.2 and 3.0.0 after the addition of the uPhysFSLayer dependency to uUtils in
rcac74d9075be
fix scout hat name and image file (
bug #68 - Hats tf_demoman and tf_scount are identical)
- Init physfs before creating debug log
- Remove addfilelog calls from physfs init code
merging 5 of Wuzzy's 6 patches. review for last patch pending (hwp content changes)