Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make Mix_QuickLoad_RAW work again
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reverse the order of function lookup in getCFunc() to avoid eval()
|
|
Add glVertex3i and glVertex2i calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
eval()
|
|
Adds a much cheaper CHECK_HEAP_ALIGN option to do heap access
alignment checks. Less extensive than SAFE_HEAP, but also much
cheaper.
|
|
|
|
draft implementation for writefds
|
|
|while(Mix_Init(0)) Mix_Quit();| to work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added support in glGetBooleanv GL_VERTEX_ARRAY.
|
|
|
|
version (like llvm_va_start)
|
|
|
|
ridiculously long lines
|
|
needed internally
|
|
|
|
that in asm since asm alaways assumes precision
|
|
|
|
|
|
|