axmol/extensions
Ricardo Quesada 8931d968c0 Renderer uses a float as a key
Instead of using a 64-bit int key with viewport, opaque and depth,
it only uses a 32-bit float with only the depth.
Saves time in:
 - No need to convert the 32-bit float into 24-bit int
 - keys are shorter
2014-01-17 16:08:29 -08:00
..
GUI Renderer uses a float as a key 2014-01-17 16:08:29 -08:00
assets-manager Linux fix missing file -> rename dir loadSceneEditorFileTest to LoadScene...; add string::npos; const correctness 2014-01-04 19:26:16 -03:00
physics-nodes removes "include "cocos2d.h" from cocos2d files 2014-01-16 21:35:58 -08:00
proj.win32 Added x64 support for Windows - CCExtensions 2014-01-11 12:31:04 +00:00
Android.mk issue #2790: Removes CCSort.h/.cpp from projects. 2013-12-07 14:21:01 +08:00
CMakeLists.txt Merge branch 'develop' of https://github.com/akof1314/cocos2d-x into develop 2014-01-08 17:03:44 +08: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 issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00