Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make Mix_QuickLoad_RAW work again
|
|
|
|
|
|
|
|
to at least add params to node/v8 in ~/.emscripten by defining a list there and not just a string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reverse the order of function lookup in getCFunc() to avoid eval()
|
|
Add glVertex3i and glVertex2i calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement SDL_TEXTINPUT
|
|
|
|
|
|
|
|
|
|
These are basically just aliases for the glVertex3f function.
Javascript seems to convert the integers to float values correctly.
However, I did not follow the code path through the immediate mode
emulation to know for sure. In my applications it works for "normal", small
values (e.g. 1, 500, 1000, ...).
|
|
|
|
|
|
|
|
|
|
|
|
Add CHECK_HEAP_ALIGN to perform runtime alignment checks
|
|
Add additional error reporting to Popen failures on Windows to be able t...
|
|
|
|
|
|
Add a stub pthread_mutex_trylock().
|
|
only put filenames with no space in response file
|