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, 28 Jul 2016 22:23:06 +0000 (18:23 -0400)
commit26a4c51498aecb302708c345c323cd10ccf3fd6b
tree24fe33f468c7d06383c4d99e306f34d74b5af0b2
parentcc42228a723b4acb565ddd9ed4482efe71c1675a
ecere: Initial Emscripten support
- Mekano, Chess and UWClone working reasonably well
37 files changed:
ecere/ecere.epj
ecere/src/com/String.ec
ecere/src/com/instance.c
ecere/src/com/instance.ec
ecere/src/gfx/bitmaps/JPEGFormat.ec
ecere/src/gfx/bitmaps/PNGFormat.ec
ecere/src/gfx/drivers/LFBDisplayDriver.ec
ecere/src/gfx/drivers/XDisplayDriver.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