Commit Graph

8833 Commits

Author SHA1 Message Date
James Gregory c75e44b97c Use floats instead of doubles for Chipmunk. 2013-05-06 14:33:20 -07:00
James Gregory ec69c1a533 Enable texture cache on Emscripten. Not sure yet if this is the best balance, since we're both short on memory *and* compute time. 2013-05-06 14:33:20 -07:00
James Gregory 0aa7178324 Compile Chipmunk as C++ rather than C so that calling from C++ code works under Emscripten. 2013-05-06 14:33:20 -07:00
James Gregory 8ba936996f Add myself to authors so folks know who to blame :) 2013-05-06 14:33:19 -07:00
James Gregory e84f157788 Remove lua samples from emscripten makefile 2013-05-06 14:22:39 -07:00
James Gregory 4891aa4e74 Move to a separate Makefile for Emscripten. 2013-05-06 14:21:41 -07:00
James Gregory f0553dbeec Implement primitive drawing methods for Emscripten 2013-05-06 14:21:04 -07:00
James Gregory 17c7081ba3 Move GL server-side buffer code into a separate class and use multiple inheritance to deploy only to classes that need it. 2013-05-06 14:10:36 -07:00
James Gregory 607e1cc78b Switch to using GL_DYNAMIC_DRAW. 2013-05-06 14:09:26 -07:00
James Gregory 91112bd380 Remove debug print statement 2013-05-06 14:09:26 -07:00
James Gregory 5176219012 Add warning messages if any of the raw primitive drawing methods are used (they seem not to be, in pratice). 2013-05-06 14:08:02 -07:00
James Gregory 610acaecdd Add resources to TestCpp makefile 2013-05-06 14:05:48 -07:00
James Gregory a3393851cb Get CCGrid to work. 2013-05-06 14:00:00 -07:00
James Gregory d85e4fcb9b Add method to CCNode class to allow uploading data to GPU. Call it from CCSprite. 2013-05-06 13:57:30 -07:00
James Gregory 0b700e9ef5 Update build process for HelloCpp to build .js and .data files separately, pulling both in from index.html 2013-05-06 13:56:33 -07:00
James Gregory 24a5fbce0c Instruct Emscripten to emit .html file for HelloCpp sample. 2013-05-06 13:52:43 -07:00
James Gregory 1a29b7e0e9 Revert "Add freetype 2.4.11 to repo"
This reverts commit 418906d2612b59ead6826d8395b69168bdff0ca4.
2013-05-06 13:49:31 -07:00
James Gregory 99716ecb33 Add freetype 2.4.11 to repo 2013-05-06 13:49:31 -07:00
James Gregory 4e3c5a5eb9 Add missing file from CocosDenshion. 2013-05-06 13:28:07 -07:00
James Gregory c9c71a7404 Add myself to authors so folks know who to blame :) 2013-05-06 13:28:07 -07:00
James Gregory e4c0829666 Interval test working now also -- update TODO. 2013-05-06 13:28:07 -07:00
James Gregory e7b5216396 Add missing fonts to TestCpp makefile, fixing layertest. 2013-05-06 13:28:07 -07:00
James Gregory 83f55cc52d Updated TODO list 2013-05-06 13:28:07 -07:00
James Gregory 115ae59ffc Add missing assets from TestCpp's Makefile 2013-05-06 13:28:07 -07:00
James Gregory 0318774343 Add libtiff to Emscripten builds, plus some build flags. 2013-05-06 13:28:07 -07:00
James Gregory 74d49d73a0 Add libtiff build -- build with straight emconfigure, emmake, with a troublesome assert removed (assert(sizeof(uint64) == 8)). 2013-05-06 13:28:07 -07:00
James Gregory b226e5fe57 Add missing assets from "Extentions" to TestCpp. 2013-05-06 13:28:06 -07:00
James Gregory 60a3b8aea3 Set orientation to 0 for Emscripten, thus avoiding a segfault. 2013-05-06 13:28:06 -07:00
James Gregory 15309c9b56 Switch to O1 for now. 2013-05-06 13:28:05 -07:00
James Gregory 5953679ed5 Remove LOG prefixes from emscripten makefiles 2013-05-06 13:28:05 -07:00
James Gregory 1e063064e4 Remove lua samples from emscripten makefile 2013-05-06 13:28:05 -07:00
James Gregory 64ea0ccffb Updates to my TODO list. 2013-05-06 13:28:04 -07:00
James Gregory 5035496b70 Move to a separate Makefile for Emscripten. 2013-05-06 13:28:04 -07:00
James Gregory f0d2fd1e1f Fix the ordering of vertex attributes for CCProgressTimer. 2013-05-06 13:28:04 -07:00
James Gregory 8e0728710f Implement primitive drawing methods for Emscripten 2013-05-06 13:28:04 -07:00
James Gregory 2395130755 Enable -O2 optimization now that Emscripten seems to succeed. 2013-05-06 13:26:35 -07:00
James Gregory c162b4f8f9 Delete tmp directory after generating data file. 2013-05-06 13:26:35 -07:00
James Gregory f5d2a7ee7d Bump Emscripten version 2013-05-06 13:26:34 -07:00
James Gregory c6b280bde3 Rebuild libfreetype without references to my home dir in it. 2013-05-06 13:26:34 -07:00
James Gregory 8615586889 Correct the resolution in main.cpp for TestCpp for Emscripten 2013-05-06 13:26:34 -07:00
James Gregory 2b0798e2e1 Remove -DLINUX from Emscripten chipmunk makefile 2013-05-06 13:26:34 -07:00
James Gregory c2a22dde35 Add note on origin of libxml binary. 2013-05-06 13:26:33 -07:00
James Gregory 4783bd6249 Don't set animation interval on emscripten builds since that is driven by the request frame API. 2013-05-06 13:26:33 -07:00
James Gregory feb23619dc Add libxml2 build for Emscripten. 2013-05-06 13:26:33 -07:00
James Gregory d33b20550a Remove redundant -l flags from emscripten build -- it doesn't have fontconfig, and GL stuff is linked in automatically. 2013-05-06 13:26:33 -07:00
James Gregory 8704c4396b Move GL server-side buffer code into a separate class and use multiple inheritance to deploy only to classes that need it. 2013-05-06 13:26:32 -07:00
James Gregory 62ce178520 Switch to using GL_DYNAMIC_DRAW. 2013-05-06 13:26:32 -07:00
James Gregory db19fce3a3 Remove debug print statement 2013-05-06 13:26:32 -07:00
James Gregory 13ade854bc Switch makefile over to using Emscripten headers for freetype. 2013-05-06 13:26:32 -07:00
James Gregory b3acdd6647 List of things left to do to get Emscripten working 100%. Living document. 2013-05-06 13:26:32 -07:00