alfadur [Wed, 07 Aug 2019 00:54:42 +0300] rev 15309
fix check for static gears
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 23:33:08 +0200] rev 15308
Restrict girder placement in other land objects, too
alfadur [Tue, 06 Aug 2019 23:47:02 +0300] rev 15307
disallow placing girders over airmines and moving hogs
alfadur [Tue, 06 Aug 2019 23:28:14 +0300] rev 15306
add helper to find if a spite intersects gears
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 19:13:12 +0200] rev 15305
ArgParsers: Remove deprecated command-line arguments
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 19:00:51 +0200] rev 15304
Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 11:41:38 +0200] rev 15303
Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Aug 2019 22:57:12 +0200] rev 15302
Saucer: Restore dX after "freeze" state
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Aug 2019 22:28:59 +0200] rev 15301
Fix movement stopping when activating saucer after longjump
sheepluva [Mon, 05 Aug 2019 00:20:45 +0200] rev 15300
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.