2019-08-04 In hindsight my emscripten-ifdef (70d416a8f63f) is nonsense.
sheepluva [Mon, 05 Aug 2019 00:20:45 +0200] rev 15316
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.
2019-08-03 Rewrite a few CMake flag descriptions
Wuzzy <Wuzzy2@mail.ru> [Sun, 04 Aug 2019 01:52:12 +0200] rev 15315
Rewrite a few CMake flag descriptions
2019-08-03 fix shader uniform access
alfadur [Sun, 04 Aug 2019 02:38:11 +0300] rev 15314
fix shader uniform access
2019-08-03 fix Bug 750: workaround GL2 function params const-iness issues with pas2c
sheepluva [Sun, 04 Aug 2019 00:30:56 +0200] rev 15313
fix bug #750: workaround GL2 function params const-iness issues with pas2c
2019-08-03 fix condition
alfadur [Sat, 03 Aug 2019 17:10:19 +0300] rev 15312
fix condition
2019-08-03 transpose atlas sprites where necessary
alfadur [Sat, 03 Aug 2019 17:06:38 +0300] rev 15311
transpose atlas sprites where necessary
2019-08-03 add function to retrieve texture data
alfadur [Sat, 03 Aug 2019 04:16:36 +0300] rev 15310
add function to retrieve texture data
2019-08-02 fix buffer sizes
alfadur [Sat, 03 Aug 2019 02:51:19 +0300] rev 15309
fix buffer sizes
2019-08-02 fix gear lookup allocated on stack
alfadur [Sat, 03 Aug 2019 02:14:07 +0300] rev 15308
fix gear lookup allocated on stack
2019-08-02 ship the atlas to the gpu
alfadur [Sat, 03 Aug 2019 01:13:45 +0300] rev 15307
ship the atlas to the gpu
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip