James Gregory
|
2e0ff662c3
|
Add resources to TestCpp makefile
|
2013-04-08 19:13:56 -07:00 |
James Gregory
|
831c25ec80
|
Disable libcurl tests for Emscripten.
|
2013-04-08 19:13:22 -07:00 |
James Gregory
|
61bc858360
|
Add pre-build dependencies for Emscripten libpng, libz.
|
2013-04-08 19:12:04 -07:00 |
James Gregory
|
df2dd57b5d
|
Add index.html for SimpleGame and TestCpp. Set resolution on all canvases to 800x500 to match code.
|
2013-04-08 19:11:31 -07:00 |
James Gregory
|
c50861aa1a
|
Hack: use 800x500 resolution for window for emscripten so that mouse roughly lines up.
|
2013-04-08 19:10:29 -07:00 |
James Gregory
|
bc3f5c9854
|
Enable texture caching with emscripten.
|
2013-04-08 19:10:12 -07:00 |
James Gregory
|
3e5acf992b
|
Fix Motion streak client side buffers
|
2013-04-08 19:09:38 -07:00 |
James Gregory
|
09b7f165d2
|
Add platform files for Emscripten.
|
2013-04-08 18:21:53 -07:00 |
James Gregory
|
f42254125f
|
Get CCGrid to work.
|
2013-04-08 17:51:30 -07:00 |
James Gregory
|
662b8b595f
|
Add method to CCNode class to allow uploading data to GPU. Call it from CCSprite.
|
2013-04-04 22:20:59 -07:00 |
James Gregory
|
f675bb43a3
|
Update build process for HelloCpp to build .js and .data files separately, pulling both in from index.html
|
2013-04-04 22:19:39 -07:00 |
James Gregory
|
520832c1ed
|
Build fixes for emscripten, add linkage to libfreetype.a
|
2013-04-03 21:43:31 -07:00 |
James Gregory
|
fab342f931
|
Instruct Emscripten to emit .html file for HelloCpp sample.
|
2013-04-03 21:42:49 -07:00 |
James Gregory
|
5f7ec9342b
|
Remove freetype source and add libfreetype.a as built by the Emscripten test-suite.
Revert "Add freetype 2.4.11 to repo"
This reverts commit 418906d2612b59ead6826d8395b69168bdff0ca4.
|
2013-04-03 21:40:02 -07:00 |
James Gregory
|
86e77d8705
|
Revert "Add freetype 2.4.11 to repo"
This reverts commit 418906d2612b59ead6826d8395b69168bdff0ca4.
|
2013-04-03 21:30:09 -07:00 |
James Gregory
|
b650817742
|
Add freetype 2.4.11 to repo
|
2013-04-03 21:14:16 -07:00 |
James Gregory
|
eefaae3413
|
ifdef tango around some symbols that aren't defined in Emscripten (nor a bunch of other platforms, it seems).
|
2013-04-03 18:30:40 -07:00 |
James Gregory
|
5733d66c14
|
bool x = NULL => bool x = false, to silence Clang.
|
2013-04-03 18:30:09 -07:00 |
James Gregory
|
340467638a
|
Add main.cpp files for app samples
|
2013-04-03 18:29:15 -07:00 |
James Gregory
|
30e3111bec
|
Add #defines for Emscripten platform
|
2013-04-03 18:28:27 -07:00 |
James Gregory
|
5f195c131c
|
Set build config for Emscripten rather than Linux out of the box.
|
2013-04-03 18:27:31 -07:00 |
James Gregory
|
ea88b3701f
|
Add Makefiles for Emscripten + Emscripten external
|
2013-04-03 18:26:55 -07:00 |
James Chen
|
ac91c9e1af
|
Update AUTHORS
|
2013-04-03 22:38:51 +08:00 |
James Chen
|
425b95152c
|
Merge pull request #2295 from SevInf/master
fixed #1999: CCEditBox iOS enchantments/bugfixes
|
2013-04-03 07:37:29 -07:00 |
Sergej Tatarincev
|
202edc1597
|
CCEditBox test for separate font name/size setters
|
2013-04-03 17:20:01 +03:00 |
James Chen
|
a470a76d0b
|
Merge pull request #2303 from dumganhar/master
Updating SceneTest.lua.
|
2013-04-03 03:32:04 -07:00 |
James Chen
|
031e77ccbe
|
Updating SceneTest.lua.
|
2013-04-03 18:31:00 +08:00 |
James Chen
|
984f0b59eb
|
Merge pull request #2301 from dumganhar/iss1998-lua-SceneTest
fixed #1998: Adding SceneTest and IntervalTest for TestLua.
|
2013-04-03 03:15:35 -07:00 |
James Chen
|
818a570b7f
|
fixed #1998: Adding SceneTest.lua for TestLua.
|
2013-04-03 18:14:03 +08:00 |
James Chen
|
229d4329a5
|
fixed #1997: Adding IntervalTest for TestLua.
|
2013-04-03 17:00:05 +08:00 |
James Chen
|
de863965cc
|
Merge pull request #2300 from dumganhar/iss1814-lua-menu-test
fixed #1814: [LUA] Adding MenuTest for Testlua.
|
2013-04-03 01:32:36 -07:00 |
James Chen
|
2d9f8ca8de
|
fixed #1814: MenuTest for Testlua is ok.
|
2013-04-03 16:29:16 +08:00 |
James Chen
|
5fec94e563
|
Merge pull request #2297 from dumganhar/iss1994-actionmanager-test
fixed #1994: Adding actionManagerTest.lua.
|
2013-04-02 21:00:10 -07:00 |
James Chen
|
686775300d
|
fixed #1994: ActionManagerTest.lua is ok.
|
2013-04-03 11:59:17 +08:00 |
James Chen
|
8d5ec65cc8
|
Update AUTHORS
|
2013-04-03 11:18:15 +08:00 |
James Chen
|
c173208b10
|
Merge pull request #2296 from rtissera/jni_fixes
fixed #1996: JNI fixes, added missing JNIEXPORT / JNICALL declarations
|
2013-04-02 20:15:52 -07:00 |
James Chen
|
c54ee96705
|
issue #1994: Adding actionManagerTest.lua.
|
2013-04-03 10:20:12 +08:00 |
Romain Tisserand
|
15d4e75cdb
|
JNI fixes, added missing JNIEXPORT / JNICALL declarations
This is needed if compiling with custom visibility settings (example :
-fvisibility=hidden)
|
2013-04-02 22:15:12 +02:00 |
Sergej Tatarincev
|
17caacbeb5
|
Resize CCEditBox subviews when contentSize changes
1. Place placeholder and text labels correctly;
2. Resize native view when parent content size changes.
|
2013-04-02 16:34:33 +03:00 |
Sergej Tatarincev
|
380ec78fcd
|
Allow to set EditBox font name and size separately
|
2013-04-02 16:31:30 +03:00 |
James Chen
|
654931d838
|
Merge pull request #2294 from dumganhar/iss1993-parallax-test
fixed #1993: Adding ParallaxTest for TestLua.
|
2013-04-02 03:21:08 -07:00 |
James Chen
|
46b26cffd3
|
fixed #1993: Adding ParallaxTest for TestLua.
|
2013-04-02 18:20:14 +08:00 |
James Chen
|
2de4dde0bd
|
Merge pull request #2293 from dumganhar/iss1942-layertest
fixed #1942: LayerTest for TestLua is ok.
|
2013-04-02 02:54:21 -07:00 |
James Chen
|
a73395507c
|
fixed #1942: LayerTest for TestLua is ok.
|
2013-04-02 17:52:08 +08:00 |
minggo
|
e30559b038
|
Update AUTHORS
|
2013-04-02 13:52:34 +08:00 |
minggo
|
e8ba299b80
|
Merge pull request #2289 from DenizPiri/master
print() function in LUA should write to android device log (adb logcat)
|
2013-04-01 22:42:17 -07:00 |
James Chen
|
27d84daab3
|
Merge pull request #2292 from CocosRobot/updategeneratedsubmodule_1364875303
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2013-04-01 21:04:12 -07:00 |
CocosRobot
|
1462c2a570
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2013-04-02 12:01:52 +08:00 |
James Chen
|
930487f6f7
|
Updating layerTest.lua.
|
2013-04-02 11:28:31 +08:00 |
minggo
|
ee1365c13f
|
Update AUTHORS
|
2013-04-02 10:59:48 +08:00 |