aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-05-16fix test_sdl_alloctextAlon Zakai
2013-05-16Merge pull request #1177 from j4m3z0r/sdl-fixesAlon Zakai
SDL Fixes
2013-05-16Merge pull request #1173 from manuels/incomingAlon Zakai
Fix bug in rename() that occures if new filename starts with the old filename
2013-05-16when not aliasing tables, keep them all at full size to avoid aliasing ↵Alon Zakai
through the &M mask in a small table
2013-05-15forward gl emulation sigsAlon Zakai
2013-05-15fix some gl sigsAlon Zakai
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15refactor code to generate empty function tablesAlon Zakai
2013-05-15option to alias function pointer indexes across typesAlon Zakai
2013-05-15do not index functions in postAlon Zakai
2013-05-15Fix bug in rename() that occures if new filename starts with the old filenamemanuels
2013-05-14* Switch to using offscren canvas for TTF size estimation in SDLJames Gregory
* use the actual font the user asked for.
2013-05-13use Browser mouse calculations in glfwAlon Zakai
2013-05-13use Browser mouse calculations in glutAlon Zakai
2013-05-13refactor mouse movement handling from SDL into BrowserAlon Zakai
2013-05-13don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias ↵Alon Zakai
resolving
2013-05-10Merge pull request #1165 from inolen/library_gl_patchesAlon Zakai
library_gl misc fixes
2013-05-10Added OES_element_index_uint and OES_standard_derivatives detection, ↵Anthony Pesch
glDetachShader support and misc. function signature fixes
2013-05-10make sure removeAndAdd works properlyAlon Zakai
2013-05-10make sure interpLines works properlyAlon Zakai
2013-05-10shadow away i64<-->double casts in more casesAlon Zakai
2013-05-10show all dangerous pointer casts only in VERBOSE=1Alon Zakai
2013-05-09do not attempt aligned reads/writes on illegal valuesAlon Zakai
2013-05-09fix 0x0 in formatString; fixes #1164Alon Zakai
2013-05-09FORCE_ALIGNED_MEMORY optionAlon Zakai
2013-05-09better error on shared libs being deprecatedAlon Zakai
2013-05-09misc sdl fixes to pull #1146Alon Zakai
2013-05-09Merge branch 'incoming' of github.com:mgerhardy/emscripten into ↵Alon Zakai
mgerhardy-incoming
2013-05-09changed getLength to cacheLengthJohn Allwine
2013-05-09changed createLazyFile to only issue xhr requests when the file is accessed ↵John Allwine
(fixes issue #1127)
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-08fix FI_* of Math.*Alon Zakai
2013-05-08fix function table wrapping of Math.*Alon Zakai
2013-05-08Fix bug in rename() that occures if new filename starts with the old filenamemanuels
2013-05-07avoid unnecessary bitcasts from double to i64, if the double was loaded and ↵Alon Zakai
only used as an i64
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-07* SDL_GL_ExtensionSupported: fixed integer valueMartin Gerhardy
* added myself to the AUTHORS file
2013-05-07* more SDL2 stuffMartin Gerhardy
2013-05-07* some SDL2 stuffMartin Gerhardy
2013-05-06Merge pull request #1138 from sylvestre/incomingAlon Zakai
Minor improvements in the sources
2013-05-05add test for sdl allocation, and warn when using stub malloc/freeAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then ↵Alon Zakai
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
2013-05-04emit aborting stubs for DEAD_FUNCTIONSAlon Zakai
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-03assert on no fp80s etc. in non-x86 targetAlon Zakai
2013-05-03Merge pull request #1126 from imvu/more_embind_updatesAlon Zakai
More embind updates
2013-05-03fix asm.js coercionAlon Zakai
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵Alon Zakai
fairfieldt-strcat-fix
2013-05-03Provide the right declarations for the scripts to be executed correctlySylvestre Ledru
2013-05-02only emit aborting function stubs on undefined symbols in asm modeAlon Zakai