| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.21.5; fixes #2547
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
egl context creation. This also adds a RED clear color for the default viewport so that the GL output can be visually observed
|
|
|
|
|
|
|
|
|
|
Feature to enable asynchronous event driven network event handling
|
|
the 3 parts of the emscripten version; fixes #2343
|
|
|
|
Upstreaming progress at https://github.com/bulletphysics/bullet3/pull/197
|
|
|
|
|
|
Improve cmake for sdl2
|
|
|
|
|
|
|
|
|
|
include getopt() to openjpeg CMake build, but let it get detected via CMake.
|
|
to specify a default suffix (.js) for generated executables and the suffix that was set got silently erased. Previously the default suffix was empty "", which meant all user CMakeLists.txt files had to explicitly specify the suffix. Fixing this adds support for CMake built-in check_function_exists() detection macro which is used e.g. by SDL2 CMakeLists.txt path. To build html files, add the directive 'SET(CMAKE_EXECUTABLE_SUFFIX ".html")' like before.
|
|
EMMAKEN_JUST_CONFIGURE=1, since that breaks CMake configuration because CMake expects to be able to build identically at config and build time. This fixes CMake check_include_file() with Emscripten. Add tests to make sure that it doesn't regress.
|
|
|
|
|
|
remove some TODOs and commented-out test code
|
|
|
|
|
|
ensuring at most one value with unknown lower bits; #2481
|
|
|
|
|
|
|
|
|