axmol/scripting/javascript/bindings
James Chen a2b5916301 Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'.
Since on win32 platform, 'reinterpret_cast<long>(typeid(*native_obj).name());' invoking in cocos2d.dll and outside cocos2d.dll(in TestJavascript.exe) will return different address.
But the return string from typeid(*native_obj).name() is the same string, so we must convert the string to hash id to make sure we can get unique id.
2012-08-29 14:49:03 -07:00
..
Android.mk Disable use of chipmunk 2012-08-28 17:44:00 -07:00
CCPhysicsSprite.cpp Chipmunk bindings : clean up code 2012-08-28 17:44:00 -07:00
CCPhysicsSprite.h Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
ScriptingCore.cpp Remove commented code 2012-08-28 17:56:01 -07:00
ScriptingCore.h Test project for cocos2d-x js. 2012-08-27 10:07:31 -07:00
cocos2d_specifics.cpp Remove iOS specific code 2012-08-28 17:56:01 -07:00
cocos2d_specifics.hpp Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
cocos2dx.cpp.REMOVED.git-id Hardcoded modification to generated file to work platform-specific code 2012-08-28 17:43:59 -07:00
cocos2dx.hpp.REMOVED.git-id Fixing GC crash issue. Forcing the GC from Javascript at any time, doesn't crash the app 2012-08-28 17:29:25 -07:00
js_bindings_chipmunk_functions.cpp.REMOVED.git-id Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
js_bindings_chipmunk_functions.hpp Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
js_bindings_chipmunk_manual.cpp Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
js_bindings_chipmunk_manual.hpp Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
js_bindings_config.h Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
js_manual_conversions.cpp Disable use of chipmunk 2012-08-28 17:44:00 -07:00
js_manual_conversions.h Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
spidermonkey_specifics.h Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
uthash.h Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00