From 1ef5b398f98a4e0b97b86e0a088e7bf226887033 Mon Sep 17 00:00:00 2001 From: James Gregory Date: Mon, 8 Apr 2013 21:09:21 -0700 Subject: [PATCH] List of things left to do to get Emscripten working 100%. Living document. --- Emscripten.TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Emscripten.TODO diff --git a/Emscripten.TODO b/Emscripten.TODO new file mode 100644 index 0000000000..f24eaa4d89 --- /dev/null +++ b/Emscripten.TODO @@ -0,0 +1,9 @@ +# Need to switch to server-side buffers in +- cocos2dx/draw_nodes/CCDrawNode.cpp +- cocos2dx/draw_nodes/CCDrawingPrimitives +- cocos2dx/particle_nodes/CCParticleSystemQuad.cpp +- cocos2dx/textures/CCTextureAtlas.cpp + +# Need to figure out how to get correct screen resolutions consistently. + +# Need to compile with -O2 -- possible -s VERBOSE=1 will give a clue?