axmol/core/platform
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
..
android [Android] Enable support for restarting application process if OpenGL context is lost (#1409) 2023-11-02 19:41:41 +08:00
apple Init axslc search path at ProgramManager init 2023-07-20 10:20:06 +08:00
ios Fix undeclared identifier errors (#1370) 2023-10-03 13:59:34 +08:00
linux Fix undeclared identifier errors (#1370) 2023-10-03 13:59:34 +08:00
mac Tidy platform macros/consts value 2023-09-11 19:37:49 +08:00
wasm Fix #1332 2023-09-15 20:08:27 +08:00
win32 Tidy platform macros/consts value 2023-09-11 19:37:49 +08:00
winrt UWP: Migrating from C++/CX to C++/WinRT (#1355) 2023-09-26 00:11:33 +08:00
Application.h WASM: use shorten target platform name 'wasm' instead 'emscripten' 2023-09-05 22:17:18 +08:00
ApplicationProtocol.h Tidy platform macros/consts value 2023-09-11 19:37:49 +08:00
CMakeLists.txt Make wasm devtools works 2023-09-15 19:33:25 +08:00
Common.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Device.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
FileStream.cpp Remark IFileStream::tell as `virtual`, refer #1366 2023-10-01 22:05:45 +08:00
FileStream.h Fix undeclared identifier errors (#1370) 2023-10-03 13:59:34 +08:00
FileUtils.cpp Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
FileUtils.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
GL.h WASM: use shorten target platform name 'wasm' instead 'emscripten' 2023-09-05 22:17:18 +08:00
GLView.cpp Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
GLView.h Move queueOperation from GLView to Director 2023-06-25 01:17:29 +08:00
GLViewImpl.cpp GLView: Restore from maximized when setWindowed 2023-09-11 00:06:34 +08:00
GLViewImpl.h Processing wasm touch events properly 2023-09-07 19:32:06 +08:00
IFileStream.h Remark IFileStream::tell as `virtual`, refer #1366 2023-10-01 22:05:45 +08:00
Image.cpp Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
Image.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
PlatformConfig.h Tidy platform macros/consts value 2023-09-11 19:37:49 +08:00
PlatformDefine.h WASM: use shorten target platform name 'wasm' instead 'emscripten' 2023-09-05 22:17:18 +08:00
PlatformMacros.h [Android] Enable support for restarting application process if OpenGL context is lost (#1409) 2023-11-02 19:41:41 +08:00
SAXParser.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
SAXParser.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
StdC.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00