raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 13:20:28 -0600] rev 15313
Remove usage of macdeployqt in favor of CMake BundleUtilities. BundleUtilities properly finds all dependencies and adds them to the .app automatically. It also fixes rpath and install_name issues for any of the binaries or dependencies
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 13:10:12 -0600] rev 15312
Fix compiling on MacOS X by requiring c++11 standard. Building now requires MacOS X 10.8+ and CMake 3.9+
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 12:29:26 -0600] rev 15311
Add build/ directory .hgignore
raptor <buckyballreaction@gmail.com> [Tue, 13 Aug 2019 09:50:24 -0600] rev 15310
Make hardware acceleration optional on MacOS X
alfadur [Mon, 12 Aug 2019 21:20:00 +0300] rev 15309
make sure keys.csv is installed
alfadur [Mon, 12 Aug 2019 14:56:27 +0300] rev 15308
add background to switch animation
alfadur [Fri, 09 Aug 2019 23:41:46 +0300] rev 15307
add crocodile hat
alfadur [Fri, 09 Aug 2019 20:31:04 +0300] rev 15306
replace jungle with opus
alfadur [Wed, 07 Aug 2019 17:28:54 +0300] rev 15305
start gear data group implementation
alfadur [Wed, 07 Aug 2019 00:54:42 +0300] rev 15304
fix check for static gears
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 23:33:08 +0200] rev 15303
Restrict girder placement in other land objects, too
alfadur [Tue, 06 Aug 2019 23:47:02 +0300] rev 15302
disallow placing girders over airmines and moving hogs
alfadur [Tue, 06 Aug 2019 23:28:14 +0300] rev 15301
add helper to find if a spite intersects gears
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 19:13:12 +0200] rev 15300
ArgParsers: Remove deprecated command-line arguments
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 19:00:51 +0200] rev 15299
Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 11:41:38 +0200] rev 15298
Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Aug 2019 22:57:12 +0200] rev 15297
Saucer: Restore dX after "freeze" state
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Aug 2019 22:28:59 +0200] rev 15296
Fix movement stopping when activating saucer after longjump
sheepluva [Mon, 05 Aug 2019 00:20:45 +0200] rev 15295
In hindsight my emscripten-ifdef (70d416a8f63f) is nonsense.
As fpcrtl_glShaderSource() would not be defined and lead to compiling issues.
So either it's 3 ifdefs (in pas2cRedo, pas2cSystem and misc.c),
in order to toggle between fpcrtl_ and the native function,
or alternatively have no ifdef for it at all.
I'm going with none at all,
which means emscripten will compile with the original (const) function prototype,
being wrapped by the fpcrtl_ function, same as non-emscripten builds.
Wuzzy <Wuzzy2@mail.ru> [Sun, 04 Aug 2019 01:52:12 +0200] rev 15294
Rewrite a few CMake flag descriptions
alfadur [Sun, 04 Aug 2019 02:38:11 +0300] rev 15293
fix shader uniform access
sheepluva [Sun, 04 Aug 2019 00:30:56 +0200] rev 15292
fix
bug #750: workaround GL2 function params const-iness issues with pas2c
alfadur [Sat, 03 Aug 2019 17:10:19 +0300] rev 15291
fix condition
alfadur [Sat, 03 Aug 2019 17:06:38 +0300] rev 15290
transpose atlas sprites where necessary