Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-18 | add runDependency tracking and fix detected bugs | Alon Zakai | |
2012-07-18 | balance runDependencies in createPreloadedFile | Alon Zakai | |
2012-07-18 | fix relative paths in preloading and add testing | Alon Zakai | |
2012-07-18 | fix getAudioMimetype | Alon Zakai | |
2012-07-18 | use createPreloadedFile in file packager | Alon Zakai | |
2012-07-18 | refactor file preloading to happen in FS.createPreloadedFile, so that not ↵ | Alon Zakai | |
only file_packager preloading gets preloaded Images and Audios | |||
2012-07-18 | fix powf -> pow | Alon Zakai | |
2012-07-17 | check llvm version only when actually checking sanity - not on every call to ↵ | Alon Zakai | |
emcc | |||
2012-07-17 | fix cases/514.ll for s_x_x | Alon Zakai | |
2012-07-17 | commented future change to benchmarks | Alon Zakai | |
2012-07-17 | Merge pull request #511 from forandom/keycode | Alon Zakai | |
Fix keyCodes for ctrl, alt, shift | |||
2012-07-17 | use unget properly in scanString, so it works in fscanf and not just sscanf | Alon Zakai | |
2012-07-16 | handle i64 icmp using processMathOp code | Alon Zakai | |
2012-07-16 | add test for #514 | Alon Zakai | |
2012-07-16 | handle illegal icmps; fixes #514 | Alon Zakai | |
2012-07-16 | warn on wrong llvm version | Alon Zakai | |
2012-07-16 | add commented option to make crunch try a png input if crunching the dds failed | Alon Zakai | |
2012-07-16 | optimize bswap | Alon Zakai | |
2012-07-15 | remove whitespace at beginning of sscanf, fixes #512 | Alon Zakai | |
2012-07-15 | utf parsing in writeStringToMemory as well | Alon Zakai | |
2012-07-15 | freePreloadedMediaOnUse option to free preloaded media on use | Alon Zakai | |
2012-07-15 | when using SDL for GL, do not keep canvas and contexts for 2D blitting | Alon Zakai | |
2012-07-15 | fix test_utf | Alon Zakai | |
2012-07-14 | test utf8 in Pointer_stringify | Alon Zakai | |
2012-07-14 | make Pointer_stringify utf8-aware | Alon Zakai | |
2012-07-14 | refactor utf8processing | Alon Zakai | |
2012-07-14 | utf-8 support | Alon Zakai | |
2012-07-14 | test FS.analyzePath | Alon Zakai | |
2012-07-14 | fix test_poppler | Alon Zakai | |
2012-07-14 | Fix keyCodes for ctrl, alt, shift | Xingxing Pan | |
2012-07-13 | add some EMSCRIPTEN comments for the last merge | Alon Zakai | |
2012-07-13 | Merge pull request #497 from imvu/c++11 | Alon Zakai | |
Fix C++11 support in libcxx | |||
2012-07-13 | Disable setting LIBTOOL | Behdad Esfahbod | |
emlibtool is a big TODO right now. The only reason this was not causing problems is that autotools-generated configure does NOT get libtool from environment variables. | |||
2012-07-13 | Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATH | Behdad Esfahbod | |
Such that: 1. Packages installed into system/ or system/local are found by configure. 2. System packages are NOT found. This can be a pain sometimes. Can be overriden by setting EM_PKG_CONFIG_PATH to additional locations. | |||
2012-07-13 | Look into system/local/include and system/local/lib too | Behdad Esfahbod | |
Now one can do: emconfigure ./configure --prefix=/path/to/emscripten/local And then make install to there, like a real /usr/local. No manual bitcode moving. Now if there was a way to change default prefix of configure using an env var... | |||
2012-07-13 | set status message in main loop queue | Alon Zakai | |
2012-07-13 | Merge pull request #313 from SiggyBar/settings-1 | Alon Zakai | |
Fixed M_TWOPI in settings.js | |||
2012-07-13 | emscripten_push_main_loop_blocker improvements | Alon Zakai | |
2012-07-12 | fix btest harness bug, python += is not the same as = + | Alon Zakai | |
2012-07-12 | emscripten_push_main_loop_blocker | Alon Zakai | |
2012-07-12 | fix tabs->spaces | Alon Zakai | |
2012-07-12 | Merge pull request #380 from linghuye/master | Alon Zakai | |
2012-07-12 | treat pixels of 0 as null in texImage2D | Alon Zakai | |
2012-07-11 | Merge branch 'master' into incoming | Alon Zakai | |
2012-07-11 | Merge pull request #286 from richardassar/ie7fix_script | Alon Zakai | |
Added IE7 fix script | |||
2012-07-11 | add some slack to sdl_maprgba for linux/ati | Alon Zakai | |
2012-07-11 | Merge pull request #508 from nandhp/master | Alon Zakai | |
Fix SDL_MapRGB and implement SDL_MapRGBA. | |||
2012-07-11 | settings tweaks | Alon Zakai | |
2012-07-11 | Fix SDL_MapRGB and implement SDL_MapRGBA. | nandhp | |
Also provide a test case. | |||
2012-07-09 | llvm umul|add intrinsics | Alon Zakai | |