axmol/extensions
Ricardo Quesada ba6ab126c6 More best practices fixes
- class order fixes
  - static methods (creators) at the beginning
  - then constructors / destructors
  - then init
- more `const` fixes
  - adds some const getters
  - some getters have 2 versions: `const` and no-const version
- renamed CocosDenshion::sharedEngine -> getInstance()
2013-07-18 16:30:19 -07:00
..
AssetsManager getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCArmature more best practices fixes 2013-07-17 16:56:19 -07:00
CCBReader More best practices fixes 2013-07-18 16:30:19 -07:00
Components More best practices fixes 2013-07-18 16:30:19 -07:00
GUI More best practices fixes 2013-07-18 16:30:19 -07:00
LocalStorage Various linux eclipse projects compilation fixes 2013-07-09 15:23:19 +02:00
network issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
physics_nodes More best practices fixes 2013-07-18 16:30:19 -07:00
proj.blackberry [BB] Updating project configuration after adding CocoStudio runtime. 2013-06-09 15:29:51 +08:00
proj.emscripten issue #2284: merge master and fixed some conflicts 2013-06-13 17:54:05 +08:00
proj.ios issue #2325: Updating project configuration, tested on iPad 3. 2013-06-24 18:32:06 +08:00
proj.linux Various linux eclipse projects compilation fixes 2013-07-09 15:23:19 +02:00
proj.mac cocos2d-x in Mac: 2013-06-28 19:02:10 -07:00
proj.marmalade fixed #2270: Adding Armature(CocoStudio runtime) support. Enabling exceptions for marmalade. 2013-06-09 10:54:55 +08:00
proj.nacl [NaCl] Fix NaCl build which had been disabled. 2013-06-20 12:56:12 -07:00
proj.tizen Support Tizen 2.2 SDK. 2013-07-10 13:04:08 +09:00
proj.win32 Implements a socket.io client extension, adds a test case and updates the android makefiles. 2013-07-11 17:41:42 -04:00
spine More best practices fixes 2013-07-18 16:30:19 -07:00
Android.mk Implements a socket.io client extension, adds a test case and updates the android makefiles. 2013-07-11 17:41:42 -04:00
ExtensionMacros.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
cocos-ext.h Merge pull request #3165 from sunzhuoshi/master 2013-07-16 02:36:49 -07:00