Mark Sibly 9b46c1109a window size vs drawable size related tweaks. преди 7 години
..
SDL 9b46c1109a window size vs drawable size related tweaks. преди 7 години
README.TXT 3362a8bad3 Updated. преди 7 години
makefile.monkey2 bcaaf4ff2f Added raspian target - very flaky, can't actually run an app from Ted2 yet! преди 9 години
makefile_android.monkey2 50431ac7d5 Cleanups. преди 7 години
makefile_emscripten.monkey2 d8e3e9b32c Started work on resurrecting emscripten. преди 9 години
makefile_ios.monkey2 c3e3e6242c Various ios fixes for new sdl and chipmunk. преди 9 години
makefile_linux.monkey2 807950e998 Updated. преди 7 години
makefile_macos.monkey2 33eb8d4834 Updated. преди 7 години
makefile_raspbian.monkey2 bcaaf4ff2f Added raspian target - very flaky, can't actually run an app from Ted2 yet! преди 9 години
makefile_windows.monkey2 3362a8bad3 Updated. преди 7 години
module.json 50431ac7d5 Cleanups. преди 7 години
sdl2.monkey2 4d854d7932 Added vertex colors to mojo3d + Entity.Color for modulating material colors (if supported by shader etc). преди 7 години

README.TXT

Upgrading SDL source:

* include/config_*.h : need to be copied/merged - this is where SDL features are enabled.

* include/begin_code.h : #define DECLSPEC to empty at top to statically link without msvc generating .lib and .exp files due to dllimport/dllexport symbols. Seems to be no #define SDL_STATIC_BUILD here?

* src/core/SDL_android.h/SDL_android.c : Android_JNI_GetAssetManager() added.