folecr
|
e67698116c
|
Cache JNIEnv
|
2013-08-05 02:05:41 -07:00 |
folecr
|
d96f54d4e0
|
Separate calls to setvm reference and to set classloader
|
2013-08-05 02:05:41 -07:00 |
folecr
|
53b1a92773
|
Use an obtained class loader instead of the default
|
2013-08-05 02:05:41 -07:00 |
folecr
|
669427363f
|
Clean up JNIHelper
|
2013-08-05 02:05:41 -07:00 |
folecr
|
dc6b6ecc69
|
Remove unused Java files for Activity and GLSurfaceView (now in C code.)
|
2013-08-05 02:05:40 -07:00 |
folecr
|
921ed14a87
|
Use OpenGLES 2.0
|
2013-08-05 02:05:40 -07:00 |
folecr
|
9da4b9798f
|
Use android.appNativeActivity directly
|
2013-08-05 02:05:40 -07:00 |
folecr
|
a2a999d505
|
JNI, Set JavaVM
|
2013-08-05 02:05:40 -07:00 |
folecr
|
4539600ac2
|
initialize cocos with asset manager interface. separate out cocos init from android view init.
|
2013-08-05 02:05:40 -07:00 |
folecr
|
1fb4387d0a
|
AssetManager is a private member of FileUtilsAndroid. setter method. Remove old Java/JNI setter.
|
2013-08-05 02:05:40 -07:00 |
folecr
|
68b9e5d608
|
Move nativeactivity.cpp
|
2013-08-05 02:05:40 -07:00 |
folecr
|
0a9e9571cc
|
Remove unused declaration
|
2013-08-05 02:05:40 -07:00 |
folecr
|
1deb291026
|
Helper script to run the app
|
2013-08-05 02:05:40 -07:00 |
folecr
|
d271d02004
|
namespace simplegame for game code
|
2013-08-05 02:05:39 -07:00 |
folecr
|
ebd68c8feb
|
Force enable debug
* APP_OPTIM in Application.mk
* android:debuggable="true" in AndroidManifest.xml
* NDK_DEBUG=1 in build_native.sh
|
2013-08-05 02:05:39 -07:00 |
folecr
|
e1bcbc7859
|
Remove references to the Java renderer
|
2013-08-05 02:05:39 -07:00 |
folecr
|
b87c29d50b
|
simplegame : logging of entry points into app
|
2013-08-05 02:05:39 -07:00 |
folecr
|
f7d5eb198e
|
ccx : setAnimationInterval() not implemented.
|
2013-08-05 02:05:39 -07:00 |
folecr
|
21165cd285
|
simplegame : provide cocos_android_app_init() to initialize the Application.
|
2013-08-05 02:05:39 -07:00 |
folecr
|
05daebf65e
|
ccx : Initialize cocos. Calls cocos_android_app_init() to initialize the Cocos app.
|
2013-08-05 02:05:39 -07:00 |
folecr
|
7add86c751
|
ccx : Trace accelerometer only when tracing rendering
|
2013-08-05 02:05:38 -07:00 |
folecr
|
a5f9b19c30
|
simplegame : add option to build script to build in debug mode
|
2013-08-05 02:05:38 -07:00 |
folecr
|
2e81871497
|
simplegame : Fix build script to process input elements as an array
|
2013-08-05 02:05:38 -07:00 |
folecr
|
c91d004fdc
|
simplegame : NDK GDB debugging script
|
2013-08-05 02:05:38 -07:00 |
folecr
|
58c4037de8
|
ccx : Trace rendering
|
2013-08-05 02:05:38 -07:00 |
folecr
|
3cc62f9fa8
|
ccx : remove/comment filesystem access methods from Java
|
2013-08-05 02:05:38 -07:00 |
folecr
|
e5377e2ddc
|
simplegame : Use Cocos2dxActivity (which is also a NativeActivity.)
|
2013-08-05 02:05:38 -07:00 |
folecr
|
d9c3089f35
|
ccx : Cocos2dxActivity extends NativeActivity
|
2013-08-05 02:05:38 -07:00 |
folecr
|
3af519a61a
|
ccx : Remove Cocos2dxRenderer
|
2013-08-05 02:05:37 -07:00 |
folecr
|
6d990d0570
|
ccx : Call cocos rendering methods.
* switch to .cpp for nativeactivity.
* ccx : update log tags to say .ccp instead of .c
|
2013-08-05 02:05:37 -07:00 |
folecr
|
57cd5eedef
|
ccx : Change minimum config to RGB565. Add depth buffer and stencil buffer requirements to EGL config.
|
2013-08-05 02:05:37 -07:00 |
folecr
|
fc3cd0c68c
|
simplegame : Use cocos2dxandroid static library
|
2013-08-05 02:05:37 -07:00 |
folecr
|
ccfdbe42bc
|
simplegame : Use nativeactivity
|
2013-08-05 02:05:37 -07:00 |
folecr
|
816b77e7c0
|
simplegame : enable building native library for x86
|
2013-08-05 02:05:37 -07:00 |
folecr
|
26c5e1e180
|
simplegame : no java, Create empty src/ directory with a nojava.txt file
|
2013-08-05 02:05:37 -07:00 |
folecr
|
f4d21528d5
|
ccx : Link libraries used by nativeactivity.c
|
2013-08-05 02:05:36 -07:00 |
folecr
|
6ac71f16c1
|
ccx : add nativeactivity
|
2013-08-05 02:05:36 -07:00 |
folecr
|
12f25a574d
|
Shared Android makefile uses the platform specific code as a static library
* Resolve conflicts with latest cocos2x/Android.mk
* Revert changes to cocos2dx/Android.mk introduced by 9cba2c42c1
* Update files in label_nodes
|
2013-08-05 02:05:36 -07:00 |
folecr
|
588ca7e57b
|
Android port is a static library
|
2013-08-05 02:04:25 -07:00 |
folecr
|
92c45d85f2
|
Up refresh interval to 2 secs
|
2013-08-05 02:04:25 -07:00 |
James Chen
|
40332299d1
|
Merge pull request #3368 from azmeuk/emscripten
Multi-resolution emscripten html template.
|
2013-08-05 01:10:08 -07:00 |
James Chen
|
915bb16a72
|
Update AUTHORS [ci skip]
|
2013-08-05 15:50:01 +08:00 |
James Chen
|
00af9cfa29
|
Update AUTHORS [ci skip]
|
2013-08-05 15:47:50 +08:00 |
James Chen
|
82d87e2270
|
Merge pull request #3369 from dumganhar/iss2480-vao-vbo-crash
closed 2480: Fixed the crash caused by improper deletion of VBOs and VAO in ParticleSystemQuad.
|
2013-08-05 00:44:33 -07:00 |
James Chen
|
2df0b056ce
|
closed #2480: Fixed the crash caused by improper deletion of VBOs and VAO in ParticleSystemQuad.
|
2013-08-05 15:42:01 +08:00 |
Éloi Rivard
|
9dcb6fb80e
|
Multi-resolution emscripten html template.
Default emscripten html template update.
Minor emscripten warnings.
|
2013-08-05 09:24:47 +02:00 |
dotsquid
|
e92337f82d
|
Fixed the crash caused by improper deletion of VBOs in ParticleSystemQuad.
|
2013-08-05 15:23:01 +08:00 |
James Chen
|
fe0bae981f
|
Merge pull request #3365 from CocosRobot/updategeneratedsubmodule_1375681464
[ci skip][AUTO] : updating submodule reference to latest autogenerated bindings.
|
2013-08-04 22:45:46 -07:00 |
CocosRobot
|
a53a388005
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-08-05 05:44:27 +00:00 |
James Chen
|
8623d206f0
|
Merge pull request #3364 from dumganhar/carlomorgantinizynga-new_develop_merge
Merge PR https://github.com/cocos2d/cocos2d-x/pull/3342, some more clean up (code review)
|
2013-08-04 22:44:03 -07:00 |