axmol/core
RH 6f00aed73f [Android] Enable support for restarting application process if OpenGL context is lost (#1409)
* Add code to allow app to restart cleanly.
Call native renderer before the sleep in onDrawFrame due to possibility of invalid texture data after delay.
Dispatch event if application process will be restarted.
Add AX_ENABLE_RESTART_APPLICATION_ON_CONTEXT_LOST configuration option. Disabled if AX_ENABLE_CACHE_TEXTURE_DATA is enabled.

* Add missing code for nativeOnContextLost

* Revert onDrawFrame change to commit in separate PR

* Fix activity reference
2023-11-02 19:41:41 +08:00
..
2d Use std containers instead uthash (#1379) 2023-10-12 22:00:46 +08:00
3d Improve ObjLoader, avoid use temp buffer to token parse 2023-10-10 23:16:10 +08:00
audio Fix undeclared identifier errors (#1370) 2023-10-03 13:59:34 +08:00
base [Android] Enable support for restarting application process if OpenGL context is lost (#1409) 2023-11-02 19:41:41 +08:00
math Enable Mat4 SSE Istructions acceleration 2023-10-11 01:05:22 +08:00
media Avoid unexpected behaivor when compile optimized 2023-10-01 22:39:46 +08:00
navmesh Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
network Fix undeclared identifier errors (#1370) 2023-10-03 13:59:34 +08:00
physics Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
physics3d Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
platform [Android] Enable support for restarting application process if OpenGL context is lost (#1409) 2023-11-02 19:41:41 +08:00
renderer [Android] Reset the OpenGL state cache if the context is lost (#1401) 2023-10-25 09:35:58 +08:00
ui Make macro same with cmake in c++ 2023-10-11 00:32:04 +08:00
CMakeLists.txt Add JSONDefault extension (#1393) 2023-10-19 15:30:39 +08:00
axmol.cpp Fix ci 2023-06-12 09:24:13 +08:00
axmol.h Processing wasm touch events properly 2023-09-07 19:32:06 +08:00
axmol.natvis Improve code quality (stage1.Oct) (#916) 2022-10-13 21:44:42 +08:00
axmolver.h.in Bump version 2023-09-22 19:40:40 +08:00
cocos2d.h Add more compatible macros 2023-03-04 16:13:21 +08:00