James Chen
|
64ab842a74
|
issue #2732: [iOS]Adding 'scripting/auto-generated/js(lua)-bindings' to search path of include files.
|
2013-08-27 16:53:41 +08:00 |
James Chen
|
a7f4e82799
|
issue #2732: Adding 'scripting/auto-generated/js(lua)-bindings' to search path of include files.
|
2013-08-27 16:46:31 +08:00 |
James Chen
|
7552a72577
|
issue #2732: [iOS] Updating the reference of auto-generated binding glue codes.
|
2013-08-27 16:05:48 +08:00 |
James Chen
|
6ed43811fe
|
issue #2483: Updating VS projects to use the correct library (mozjs-23.0.lib).
|
2013-08-23 11:26:16 +08:00 |
folecr
|
cbd7796438
|
Update nojava.txt with readme.
|
2013-08-07 12:29:58 -07:00 |
folecr
|
5295b85d8e
|
Update templates for Android
|
2013-08-05 19:14:47 -07:00 |
James Chen
|
5aab0cab7b
|
[Android] Fixing build errors for ndk-r9.
|
2013-07-29 14:54:00 +08:00 |
samuele3hu
|
3c953a934e
|
issue #2404:Add more deprecated function and Modify template vs11 solution
|
2013-07-28 00:16:16 +08:00 |
minggo
|
b6b56a252c
|
make iOS template work ok on armv7s devices
build only active architecture only
|
2013-07-27 21:20:25 +08:00 |
James Chen
|
d345ac7f3f
|
[Android] Usage changes: ccGLInvalidateStateCache --> GL::invalidateStateCache();
|
2013-07-26 14:00:10 +08:00 |
James Chen
|
a1c3631962
|
issue #2404: DrawPrimitives deprecated.
|
2013-07-25 22:38:55 +08:00 |
minggo
|
99949331b1
|
fix error and compilings error in templates
|
2013-07-24 17:27:29 +08:00 |
James Chen
|
1db847ad7c
|
issue #2344: ScriptEngineManager::sharedManager --> ScriptEngineManager::getInstance, ScriptEngineManager::purgeSharedManager --> ScriptEngineManager::destroyInstance
|
2013-07-22 17:24:54 +08:00 |
James Chen
|
56419b9e90
|
issue #2410: [Android] Adding listener for CCDrawNode when application resume from background.
Reset the order of reloading shaders and textures in main.cpp.
|
2013-07-17 12:53:30 +08:00 |
James Chen
|
759831c1d8
|
issue #2397: Application::sharedApplication --> Application::getInstance.
|
2013-07-15 16:24:42 +08:00 |
James Chen
|
f8cd252c5c
|
issue #2397: sharedNotificationCenter --> getInstance
|
2013-07-12 14:17:42 +08:00 |
James Chen
|
1f8e852020
|
issue #2397: Shader::sharedShaderCache() --> Shader::getInstance().
|
2013-07-12 13:40:01 +08:00 |
James Chen
|
2c1b26acf8
|
issue #2397: EGLView::sharedOpenGLView() --> EGLView::getInstance()
|
2013-07-12 13:11:21 +08:00 |
James Chen
|
88a28b041e
|
issue #2397: Director::sharedDirector --> Director::getInstance() for all files.
|
2013-07-12 11:50:36 +08:00 |
James Chen
|
cd2fae36f1
|
issue #2371: Updating multi-platform-template for iOS and Mac
|
2013-07-05 10:31:20 +08:00 |
folecr
|
6708983de2
|
Update target to android-10 for NDK code
|
2013-06-24 15:14:14 -07:00 |
folecr
|
7d4ce91b6b
|
Up the minSdkVersion to 9
|
2013-06-24 15:14:14 -07:00 |
James Chen
|
80cb06d3f7
|
Merge branch 'minggo-iss2305-replace-pthread' of https://github.com/dumganhar/cocos2d-x into minggo-iss2305-replace-pthread
|
2013-06-24 10:01:57 +08:00 |
James Chen
|
53a372669a
|
closed #2322: Updating all win32 project configurations, improvement by using Multi-processor Compilation.
|
2013-06-23 17:25:34 +08:00 |
James Chen
|
88a0dbec5e
|
Merge branch 'iss2305-replace-pthread' of https://github.com/minggo/cocos2d-x into minggo-iss2305-replace-pthread
|
2013-06-21 21:29:25 +08:00 |
minggo
|
0a768da240
|
issue #2305: use 4.7 toolchain to fix compiling errors
|
2013-06-21 17:17:23 +08:00 |
James Chen
|
0879a12516
|
issue #2129: Re-adds 'CC' prefix to objective-c classes for all projects.
|
2013-06-21 11:14:03 +08:00 |
James Chen
|
d1bd34fd08
|
issue #2129: Removing CC prefix for template.
|
2013-06-20 22:18:43 +08:00 |
James Chen
|
247dcb7a4c
|
[win32] multi-platform-xxx template only support vs2012 now.
|
2013-06-19 15:23:09 +08:00 |
minggo
|
cd5bcb87af
|
issue #2284: merge master and fixed some conflicts
|
2013-06-13 17:54:05 +08:00 |
James Chen
|
328282f88f
|
CCScriptEngineManager::sharedManager()->purgeSharedManager(); --> CCScriptEngineManager::purgeSharedManager();
|
2013-06-10 11:54:23 +08:00 |
James Chen
|
ec8ab8bd8b
|
Updating multi-platform-xxx template for win32.
|
2013-06-07 12:57:28 +08:00 |
James Chen
|
d72e9d10b5
|
Updating multi-platform-xxx template for win32.
|
2013-06-07 12:50:02 +08:00 |
James Chen
|
d5bbcce165
|
[iOS] Enabling multiple touch event for TestJavascript, multi-platform-js, multiplatform-lua.Disabling multiple touch event for multi-platform-cpp.
|
2013-06-06 18:09:44 +08:00 |
James Chen
|
6f52d72b82
|
[iOS] Enabling multiple touch event for TestJavascript, multi-platform-js, multiplatform-lua.Disabling multiple touch event for multi-platform-cpp.
|
2013-06-06 18:07:11 +08:00 |
James Chen
|
bb635c280c
|
Updating multi-platform-xxx template for iOS and Android after enabling c++ 11.
|
2013-06-04 20:52:29 +08:00 |
James Chen
|
b88a222fc5
|
Updating multi-platform-xxx template for iOS and Mac.
|
2013-06-04 20:37:24 +08:00 |
James Chen
|
3b673547cc
|
Updating multi-platform-xxx template for iOS and Mac.
|
2013-06-04 19:49:03 +08:00 |
Jaroslaw Lewandowski
|
3f7c506638
|
Ability to save/retrieve CCData into/from CCUserDefault
|
2013-05-29 01:06:41 +01:00 |
James Chen
|
d402b349e2
|
issue #2092: Updating win32 project configuration.
|
2013-05-20 21:12:25 +08:00 |
James Chen
|
f6297aeb33
|
Updating iOS template.
|
2013-05-20 21:06:37 +08:00 |
James Chen
|
2c69ce8d80
|
fixed #2075: Updating multi-platform template project settings.
|
2013-04-24 15:56:37 +08:00 |
James Chen
|
f129b94e2d
|
Removing unused file(uthash.h) in JSB projects.
|
2013-04-19 11:09:02 +08:00 |
fape
|
9c6a65d898
|
Update template android projects README files
|
2013-03-21 19:06:58 +01:00 |
James Chen
|
3f43456072
|
Updating multi-platform templates.
|
2013-03-20 23:18:41 +08:00 |
James Chen
|
f7d3a23a98
|
Updating the template of multi-platform-js for win32.
|
2013-03-20 22:45:41 +08:00 |
James Chen
|
6a98553633
|
Synchronizing the submodule reference of cocos2d-js-test to the latest one.
|
2013-03-18 18:24:37 +08:00 |
minggo
|
58618172e6
|
merge pull request and fix some conflicts
|
2013-03-18 16:15:48 +08:00 |
James Chen
|
ae1c64573e
|
Merge pull request #2046 from rohankuruvilla/eclipse
fixed #1827: Eclipse Project import - Documentation Added and Tested.
|
2013-03-12 01:36:17 -07:00 |
James Chen
|
32a8eb45f4
|
Updating the template of muti-platform-js.
|
2013-03-11 22:44:10 +08:00 |
Rohan Kuruvilla
|
360519dad5
|
Removing /bin/bash for executing build command, and keep only bash
|
2013-03-07 12:09:17 -08:00 |
Rohan Kuruvilla
|
297f46c69e
|
Adding README files to project creation template
|
2013-03-04 11:50:39 -08:00 |
Rohan Kuruvilla
|
8035562dfa
|
Adding Eclipse Project files in template directory for new Javascript projects
|
2013-03-04 11:50:38 -08:00 |
walzer
|
d736f38fac
|
issue #1733, project-creator for cpp project seems ok
|
2013-02-21 16:51:22 +08:00 |
James Chen
|
4da388a2b6
|
issue #1733: Updated template projects. Using the same package name on iOS as which on Android.
On iOS, org.cocos2d-x.HelloCpp -> org.cocos2dx.hellocpp.
|
2013-02-20 14:30:05 +08:00 |
James Chen
|
96c91390cc
|
issue #1724: Adding solution for HelloJavascript.
|
2013-02-19 10:51:55 +08:00 |
James Chen
|
9931bc6eaf
|
fixed #1724: Renamed libhellojavascript to libcocos2djs.
|
2013-02-18 21:53:28 +08:00 |
James Chen
|
151b38922e
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into iss1724-hellojs
Conflicts:
template/multi-platform-js/proj.win32/HelloJavascript.vcxproj
|
2013-02-18 16:32:54 +08:00 |
James Chen
|
1d9e9e48bc
|
fixed #1724: Moved HelloJavascript to template folder and renamed it with "multi-platform-is".
|
2013-02-18 16:25:21 +08:00 |