axmol/samples/Javascript/TestJavascript
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
..
Classes More best practices fixes 2013-07-18 16:30:19 -07:00
proj.android issue #2410: [Android] Adding listener for CCDrawNode when application resume from background. 2013-07-17 12:53:30 +08:00
proj.ios issue #2397: Application::sharedApplication --> Application::getInstance. 2013-07-15 16:24:42 +08:00
proj.mac issue #2397: Application::sharedApplication --> Application::getInstance. 2013-07-15 16:24:42 +08:00
proj.win32 issue #2397: Application::sharedApplication --> Application::getInstance. 2013-07-15 16:24:42 +08:00
game.js.REMOVED.git-id Obfuscated Test JS added on iOS and Mac 2013-07-03 15:29:57 -07:00
obfuscate.xml fixed #1936: Updating obfuscate.xml. 2013-03-28 16:54:49 +08:00