0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added crashlytics xml file to gitignore. More... almost 11 years ago
Updated .gitignore for future Android Studio support. More... almost 11 years ago
Removed application tag and debuggble=true from AndroidManifest.xml. More... about 11 years ago
Performed 'android update project'. More... almost 12 years ago
Added Color class and some (I)Entity methods. More... about 12 years ago
Minor changes in order to ease generating JavaScript classes. More... about 12 years ago
Minor changes. More... about 12 years ago
Updated code from updated AndEngineScriptingExtensionGenerator. More... about 12 years ago
Switched from hand written to generated files. More... about 12 years ago
Minor changes. More... about 12 years ago
Added DrawType to Android.mk. More... about 12 years ago
Added DrawType(Proxy) enum. More... about 12 years ago
Fixed accidental commit in Android.mk. More... about 12 years ago
Added simple README. More... about 12 years ago
Updated prebuilt SpiderMonkey library. More... about 12 years ago
Added prebuilt spidermonkey as static library. More... about 12 years ago
Minor changes. More... about 12 years ago
AndEngine->Cpp->JS PoC now working (Entity.onAttached). More... about 12 years ago
Added S_Entity bridge from JS to C++. (Thanks to Rolando Abarca and Surith Thekkiam to get to this point. =) ) More... about 12 years ago
Renamed ScriptingEnvironment to AndEngineScriptingExtension. Encapsulated ScriptingCore out of AndEngineScriptingExtension. More... about 12 years ago
Can now run simple scripts. More... about 12 years ago
Building TouchEvent and fixed TouchEvent.h import. More... about 12 years ago
Minor changes in hand written classes. Added simple TouchEvent wrapper class. More... about 12 years ago
Minor changes. More... about 12 years ago
Now actually using Spidermonkey. Creating JSRuntime, JSContext, JSObject,... works, but JS_EvaluateScript doesn't like me yet with a native crash around JS_HashString. More... about 12 years ago
Using Spidermonkey instead of JavaScriptCore. More... about 12 years ago
Updated ScriptingEnvironment setup and removed the ability to natively create the Engine, since this is problematic with different Threads (Engine currently needs to be created on the UIThread). More... about 12 years ago
Added basic native Scene class + SceneProxy in Java. More... about 12 years ago
Fixed issues introduced in previous commit. More... about 12 years ago
Added TextureManagerProxy, FontProxy, FontManagerProxy, VertexBufferObjectProxy (+native wrappers) - UNTESTED. Removed many manual unwrap() calls in Test class, by replacing jobject parameters with their wrapped equivalents. More... about 12 years ago