Age | Commit message (Expand) | Author |
2012-06-02 | glDrawRangeElements | Alon Zakai |
2012-06-02 | add parents to makeHEAPView | Alon Zakai |
2012-06-02 | return correct values for GL_SHADER_COMPILER and GL_NUM_SHADER_BINARY_FORMATS | Alon Zakai |
2012-06-02 | clean up unneeded comment | Alon Zakai |
2012-06-02 | make temp buffer size larger by default, and add assertions | Alon Zakai |
2012-06-02 | scan indices when necessary to figure out what vertex data to push, when no b... | Alon Zakai |
2012-06-01 | clarify the difference between drawArrays and drawElements index argument | Alon Zakai |
2012-06-01 | fix drawArrays emulated buffer size calculation | Alon Zakai |
2012-06-01 | handle pointers to clientside data in glDrawElements when emulating GL | Alon Zakai |
2012-06-01 | but disable dump by default | Alon Zakai |
2012-06-01 | use dump when available instead of console.log | Alon Zakai |
2012-06-01 | properly fix bug with holding mouse down while exiting canvas | Alon Zakai |
2012-06-01 | fix handling of glUseProgram(0) and gl_ModelViewMatrixTranspose | Alon Zakai |
2012-05-31 | fix minus keybinding | Alon Zakai |
2012-05-31 | disable mouse unpressing on mouse exit, til we figure out the bugginess | Alon Zakai |
2012-05-31 | make strtod properly handle .5 etc | Alon Zakai |
2012-05-31 | un-press all mouse buttons when the mouse leaves the canvas, prevents bug wit... | Alon Zakai |
2012-05-31 | Merge pull request #460 from adetaylor/llvm_uadd_with_overflow_i16 | Alon Zakai |
2012-05-31 | Merge pull request #455 from caiiiycuk/library_sdl | Alon Zakai |
2012-05-31 | do not do GL immediate mode emulation if a 2D context is being used, even if ... | Alon Zakai |
2012-05-31 | Adding LLVM intrinsic llvm_uadd_with_overflow_i16. | Adrian Taylor |
2012-05-30 | properly identify function pointers that return things like [64 x i16]* | Alon Zakai |
2012-05-30 | Merge pull request #450 from caiiiycuk/openttd | Alon Zakai |
2012-05-30 | Add sdl functions: 'SDL_UpdateRects', 'SDL_GetKeyState' | Aleksander Guryanov |
2012-05-29 | Add missing sdl functions (SDL_VideoModeOK SDL_VideoDriverName SDL_QuitSubSys... | Aleksander Guryanov |
2012-05-29 | Fix behavior strndup whern size <= 0, in this case strndup returns empty string | Aleksander Guryanov |
2012-05-28 | fix string detection regexp and add test | Alon Zakai |
2012-05-28 | throw on writes to absolute memory addresses; fixes #451 | Alon Zakai |
2012-05-28 | Fix size of new string (0 +1->size +1) | Aleksander Guryanov |
2012-05-28 | Add implementation of strndup function and test for it | Aleksander Guryanov |
2012-05-26 | fix strtod behavior on non-ints | Alon Zakai |
2012-05-25 | allow - in globals, aliases and types | Alon Zakai |
2012-05-24 | make fgetc return the char value as unsigned (in a signed int) | Alon Zakai |
2012-05-24 | Merge pull request #435 from ehsan/sdlmouse | Alon Zakai |
2012-05-23 | Stub a few more gl functions | Ehsan Akhgari |
2012-05-22 | Save the state of the mouse button as we're creating a C event for it | Ehsan Akhgari |
2012-05-22 | Fix the SDL mouse motion events | Ehsan Akhgari |
2012-05-18 | WARN_ON_UNDEFINED_SYMBOLS | Alon Zakai |
2012-05-18 | sdl backtick | Alon Zakai |
2012-05-18 | ignore module asm, in some cases it is ok to do so, but warn | Alon Zakai |
2012-05-16 | ignore GL_FOG_END | Alon Zakai |
2012-05-16 | ignore GL_FOG_START | Alon Zakai |
2012-05-16 | fix invalid character | Alon Zakai |
2012-05-16 | Fix the incorrect initial value of GL.immediate.currentMatrix | Ehsan Akhgari |
2012-05-15 | Merge pull request #428 from ehsan/fixes | Alon Zakai |
2012-05-15 | browser gc test | Alon Zakai |
2012-05-15 | Stub glAlphaFunc | Ehsan Akhgari |
2012-05-15 | Fix IMG_Load to work with absolute paths | Ehsan Akhgari |
2012-05-15 | Make FS_LOG work again | Ehsan Akhgari |
2012-05-15 | Make glHint accept two arguments | Ehsan Akhgari |