axmol/cocos2dx
Walzer f475bcf102 CCString::stringWithContentsOfFile should call CCString::createWithContentsOfFile, but not CCString::create 2012-09-16 16:21:42 +08:00
..
actions A few more minor documentation changes. OK, enough for today! :-) 2012-09-15 15:12:28 -07:00
base_nodes Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20 2012-09-14 15:27:55 -07:00
cocoa CCString::stringWithContentsOfFile should call CCString::createWithContentsOfFile, but not CCString::create 2012-09-16 16:21:42 +08:00
effects remove delete this from init methods 2012-09-05 22:30:44 +04:00
include Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
kazmath Merge with c9674e85e8. The diff revealed 2012-08-23 22:32:33 -07:00
keypad_dispatcher add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
label_nodes Added comment as minggo requested 2012-09-06 10:09:29 +04:00
layers_scenes_transitions_nodes fixed #1477: Abstracts Lua and JS binding protocol, some bugs fixes in lua-binding, adding custom menu on win32 and mac for switching resolutions. 2012-09-11 14:02:33 +08:00
menu_nodes fixed #1477: Abstracts Lua and JS binding protocol, some bugs fixes in lua-binding, adding custom menu on win32 and mac for switching resolutions. 2012-09-11 14:02:33 +08:00
misc_nodes Merge pull request #1227 from donaldalanmorrison/gles20 2012-08-23 18:32:39 -07:00
particle_nodes Added CCParticleSystem::createWithTotalParticles. 2012-08-29 14:49:03 -07:00
platform Merge pull request #1320 from NatWeiss/fixccthread 2012-09-15 18:47:42 -07:00
proj.blackberry fixed #1420: Merged gles20 branch of blackberry port from Dale's repo and fixed some bugs. 2012-08-20 15:49:02 +08:00
proj.ios Test project for cocos2d-x js. 2012-08-27 10:07:31 -07:00
proj.linux issue #1458: Updated project configuration for all platforms. 2012-09-10 13:39:12 +08:00
proj.mac issue #1458: Updated project configuration for all platforms. 2012-09-10 13:39:12 +08:00
proj.win32 issue #1454: Removed COCOS2D_JAVASCRIPT macro. 2012-08-31 21:23:23 +08:00
script_support [Lua] move LUA_FUNCTION, LUA_TABLE, LUA_STRING declare to CCLuaEngine.h 2012-09-11 15:44:33 +08:00
shaders Fixes a few Xcode 4.5-specific error messages. 2012-07-08 22:37:19 -07:00
sprite_nodes [Mac] fix CC_ASSERT error 2012-09-04 11:16:59 +08:00
support fixed #1477: Abstracts Lua and JS binding protocol, some bugs fixes in lua-binding, adding custom menu on win32 and mac for switching resolutions. 2012-09-11 14:02:33 +08:00
text_input_node change the param sequence of CCLabelTTF::create and initWithString, according to JS APIs 2012-08-01 13:24:23 +08:00
textures fix a potential memory leak in CCTextureCache::addImage. Thanks to Alexander Markevich. 2012-09-15 21:11:50 +08:00
tilemap_parallax_nodes Fixes a bug in the TMX parser which caused tileset images not to load on Android. 2012-09-15 15:59:15 -07:00
touch_dispatcher fixed #1413, add CCTouch::getLocation(), getDelta() method 2012-07-31 17:41:53 +08:00
Android.mk Remove spidermonkey bindings from the CocosDenshion and cocos2dx module makefiles 2012-08-28 17:43:57 -07:00
CCCamera.cpp issue #1269:fix some compiling error because of including error header files 2012-06-19 16:20:46 +08:00
CCCamera.h Minor English Spelling Corrections, etc. 2012-09-15 14:19:14 -07:00
CCConfiguration.cpp Merge with gles20. 2012-06-11 10:43:07 -07:00
CCConfiguration.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCDirector.cpp Minor English Spelling Corrections, etc. 2012-09-15 14:19:14 -07:00
CCDirector.h Minor English Spelling Corrections, etc. 2012-09-15 14:19:14 -07:00
CCDrawingPrimitives.cpp Fix English syntax in CCDrawingPrimitives.cpp 2012-09-16 10:18:06 +08:00
CCDrawingPrimitives.h Minor English Spelling Corrections, etc. 2012-09-15 14:19:14 -07:00
CCScheduler.cpp Minor English Spelling Corrections, etc. 2012-09-15 14:19:14 -07:00
CCScheduler.h A few more minor documentation changes. OK, enough for today! :-) 2012-09-15 15:12:28 -07:00
cocos2d.cpp fixed #1440:convert offert point to pixel 2012-08-22 14:29:23 +08:00