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 |
James Gregory
|
c9b86b8277
|
More client side buffer fixes.
|
2013-05-06 13:26:32 -07:00 |
James Gregory
|
e488c2e35c
|
More client side buffer fixes.
|
2013-05-06 13:26:32 -07:00 |
James Gregory
|
21a53cdcfc
|
More client side buffer fixes.
|
2013-05-06 13:26:32 -07:00 |
James Gregory
|
30a2a1cdf1
|
More client side buffer fixes.
|
2013-05-06 13:26:32 -07:00 |
James Gregory
|
0fd908bd13
|
Add warning messages if any of the raw primitive drawing methods are used (they seem not to be, in pratice).
|
2013-05-06 13:26:32 -07:00 |
James Gregory
|
120198d486
|
Add freetype2 headers that match the .a we're using.
|
2013-05-06 13:26:32 -07:00 |
James Gregory
|
58d9478b98
|
Copy resources in HelloCpp makefile
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
5e2f52b6d6
|
Switch to slot-based GL buffer loading code for CCSprite.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
8af0e8a72a
|
Basis of Makefile for SimpleGame sample.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
ea071d9897
|
Add missing Makefile reference to file utils for Emscripten.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
46faeace36
|
Increase heap size for Emscripten binaries, add in missing linkages.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
b40b12d345
|
Add resources to TestCpp makefile
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
1d43e88123
|
Disable libcurl tests for Emscripten.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
f0f642d2fc
|
Add pre-build dependencies for Emscripten libpng, libz.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
10ebd44628
|
Add index.html for SimpleGame and TestCpp. Set resolution on all canvases to 800x500 to match code.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
576ff593c7
|
Hack: use 800x500 resolution for window for emscripten so that mouse roughly lines up.
|
2013-05-06 13:26:31 -07:00 |
James Gregory
|
d44b552df1
|
Enable texture caching with emscripten.
|
2013-05-06 13:26:30 -07:00 |
James Gregory
|
2c89f69ee0
|
Fix Motion streak client side buffers
|
2013-05-06 13:23:44 -07:00 |
James Gregory
|
047c53790d
|
Add platform files for Emscripten.
|
2013-05-06 13:23:44 -07:00 |