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>
Fri, 26 Feb 2016 04:25:15 +0000 (23:25 -0500)
commit88f0c4ea6aa6a3300f8b19739793d52efbf88e00
tree4cac392ce205af755a09a8518acc89ce3be68316
parent2676d1e94ec6378c85891ae48e7370fc2ade4050
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