ecere: Initial Emscripten support
authorJerome St-Louis <jerome@ecere.com>
Sat, 10 Oct 2015 02:25:20 +0000 (22:25 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 15 Oct 2015 00:26:43 +0000 (20:26 -0400)
commitb3836bd5c316319666a826508370aa637d17cb47
tree3af5c422381a60143ed06a018b292479705dbe02
parent73499c7c6f8e6a26181143bef1f8c546d249c1bc
ecere: Initial Emscripten support
- Mekano, Chess and UWClone working reasonably well
47 files changed:
ecere/ecere.epj
ecere/src/com/String.ec
ecere/src/com/instance.c
ecere/src/com/instance.ec
ecere/src/gfx/3D/Object.ec
ecere/src/gfx/3D/models/Object3DSFormat.ec
ecere/src/gfx/Display.ec
ecere/src/gfx/bitmaps/JPEGFormat.ec
ecere/src/gfx/bitmaps/PNGFormat.ec
ecere/src/gfx/drivers/LFBDisplayDriver.ec
ecere/src/gfx/drivers/OpenGLDisplayDriver.ec
ecere/src/gfx/drivers/XDisplayDriver.ec
ecere/src/gfx/drivers/gl3/fixed.frag
ecere/src/gfx/drivers/gl3/fixed.vertex
ecere/src/gfx/drivers/gl3/glab.ec
ecere/src/gfx/drivers/gl3/immediate.ec
ecere/src/gfx/drivers/gl3/matrixStack.ec
ecere/src/gfx/drivers/gl3/shading.ec
ecere/src/gui/GuiApplication.ec
ecere/src/gui/Window.ec
ecere/src/gui/drivers/AndroidInterface.ec
ecere/src/gui/drivers/EmscriptenInterface.ec
ecere/src/gui/drivers/NCursesInterface.ec
ecere/src/gui/drivers/XInterface.ec
ecere/src/net/Service.ec
ecere/src/net/Socket.ec
ecere/src/net/dcom.ec
ecere/src/net/network.ec
ecere/src/sys/DualPipe.c
ecere/src/sys/EARArchive.ec
ecere/src/sys/File.c
ecere/src/sys/File.ec
ecere/src/sys/Mutex.ec
ecere/src/sys/Semaphore.ec
ecere/src/sys/System.c
ecere/src/sys/System.ec
ecere/src/sys/Thread.ec
ecere/src/sys/Time.ec
samples/games/chess/chess.epj
samples/games/chess/src/about.ec
samples/games/chess/src/ai.ec
samples/games/chess/src/chess.ec
samples/games/chess/src/chess3D.ec
samples/games/chess/src/connect.ec
samples/guiAndGfx/mekano/mekano.epj
samples/guiAndGfx/mekano/mekanosimulation.ec
samples/guiAndGfx/mekano/mekanownd.ec