axmol/cocos2dx
James Chen d6f713a31b Merge branch 'sanityzing_code' of https://github.com/ricardoquesada/cocos2d-x into ricardoquesada-sanityzing_code
Conflicts:
	samples/Cpp/TestCpp/Classes/Box2DTest/Box2dTest.h
2013-07-17 17:06:47 +08:00
..
actions Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
base_nodes Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
cocoa Merge pull request #3146 from tks2shimizu/develop 2013-07-15 23:00:12 -07:00
draw_nodes issue #2410: [Reverting] Don't use 'ccGLEnableVertexAttribs' when using VAO, use 'glEnableVertexAttribArray' instead. 2013-07-17 13:55:31 +08:00
effects issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
include issue #2404:fixed some compiling warnings 2013-07-15 17:51:36 +08:00
kazmath Support Tizen device. 2013-06-12 10:20:18 +09:00
keyboard_dispatcher fixed issues on win32 and mac keyboard 2013-07-02 11:39:18 +02:00
keypad_dispatcher issue #2387: Using static_cast instead of C style cast in iteration of CCArray. 2013-07-09 14:29:51 +08:00
label_nodes issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
layers_scenes_transitions_nodes Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into ScriptHandler 2013-07-16 14:47:46 +08:00
menu_nodes issue #2377:Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into ScriptHandlerMgr 2013-07-16 12:47:40 +08:00
misc_nodes Merge pull request #3154 from minggo/add-deprecated-header 2013-07-15 03:20:32 -07:00
particle_nodes issue #2410: Reverting some changes about VAO. And adding CC_ENABLE_CACHE_TEXTURE_DATA to 'EVNET_COME_TO_FOREGROUND' in DrawNode. 2013-07-17 13:53:16 +08:00
platform Merge pull request #3166 from dumganhar/iss2410-blackscreen-android 2013-07-16 23:25:01 -07:00
proj.blackberry Updating project configuration for Blackberry port. 2013-06-07 16:52:49 +08:00
proj.emscripten issue #2379: Removing CCZone.cpp for Makefile. 2013-07-09 15:31:28 +08:00
proj.linux issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
proj.marmalade issue #2347: Compiled ok for android, marmalade and nacl, windows needs to be tested too. 2013-07-01 17:35:51 +08:00
proj.nacl issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
proj.tizen Support Tizen 2.2 SDK. 2013-07-10 13:04:08 +09:00
proj.win32 issue #2404:remove unneeded files 2013-07-15 17:18:30 +08:00
script_support issue #2377:Del register/unregister function in .cpp and .h files 2013-07-16 09:55:06 +08:00
shaders closed #2410: Fixing a bug that loading a wrong texture in ShaderCache::loadDefaultShaders. This could fix DrawNode displays nothing when resume. 2013-07-17 12:55:27 +08:00
sprite_nodes Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
support issue #2377:Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into ScriptHandlerMgr 2013-07-16 12:47:40 +08:00
text_input_node getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
textures issue #2410: Reverting some changes about VAO. And adding CC_ENABLE_CACHE_TEXTURE_DATA to 'EVNET_COME_TO_FOREGROUND' in DrawNode. 2013-07-17 13:53:16 +08:00
tilemap_parallax_nodes issue #2407: Adds more readability to the class internals for 'ParallaxNode'. 2013-07-17 14:32:10 +08:00
touch_dispatcher issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
Android.mk issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCCamera.cpp Adds const to more getters 2013-07-06 22:01:21 -07:00
CCCamera.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCConfiguration.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCConfiguration.h getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCDirector.cpp Merge pull request #3154 from minggo/add-deprecated-header 2013-07-15 03:20:32 -07:00
CCDirector.h Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCScheduler.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCScheduler.h Adds const to more getters 2013-07-06 22:01:21 -07:00
ccFPSImages.c issue 2217: Removing unused fps_image png data. 2013-05-23 16:04:40 +08:00
ccFPSImages.h issue 2217: Removing unused fps_image png data. 2013-05-23 16:04:40 +08:00
ccTypes.cpp issue #2129:use capital words for static const member variables 2013-07-08 18:11:32 +08:00
cocos2d.cpp MenuItemToggle is fixed 2013-06-05 17:51:40 -07:00
cocos2dx-Prefix.pch issue #2371: Deleting cocos2dx/proj.ios and cocos2dx/proj.mac since it isn't needed anymore, moving the prefix header file to previous folder. 2013-07-05 10:52:46 +08:00