Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-16 | Expose 'lstat64' as a simple alias for 'lstat'. | Ryan Kelly | |
2013-07-15 | Merge pull request #1388 from inolen/unlink_fixes | Alon Zakai | |
misc unlink / rmdir fixes | |||
2013-07-15 | - rmdir / unlink no longer follow the final symlink | Anthony Pesch | |
- rmdir / unlink no longer check write permission on the found object, but on its parent - rmdir should return EBUSY when path matches the root / cwd - unlinking a directory should return EPERM according to POSIX (EISDIR is a Linux convention) | |||
2013-07-15 | Made sure that `IMG_Load_RW` is also aware that it should receive | Michael J. Bishop | |
`SDL_RWops *` generated from `SDL_RWFromFile()`. | |||
2013-07-15 | do not use safe heap in strptime loading of tm values - may have never been ↵ | Alon Zakai | |
initialized | |||
2013-07-15 | fix both number of arguments and return type based on implementation ↵ | Alon Zakai | |
information, to work around silly llvm function casts | |||
2013-07-15 | fix Functions.getSignature to handle non-legalized data | Alon Zakai | |
2013-07-15 | when we are calling an implemented function, call it using the signature it ↵ | Alon Zakai | |
is implemented as, to avoid issues with LLVM casting for no reason | |||
2013-07-15 | Updated with kripken's suggestions. | Michael J. Bishop | |
2013-07-15 | Merge pull request #1385 from fhd/zoom-if-360 | Alon Zakai | |
Just zoom the surface if the angle is divisible by 360 | |||
2013-07-15 | update relooper comment | Alon Zakai | |
2013-07-15 | Merge pull request #1384 from fhd/ttf-font-height | Alon Zakai | |
Implemented TTF_FontHeight | |||
2013-07-15 | Added support for loading .ogg audio files using a combination of | Michael J. Bishop | |
`SDL_RWFromConstMem()` + `Mix_LoadMUS/WAV_RW()`. `SDL_RWFromConstMem()` now returns an opaque reference that corresponds to a Javascript-side object which retains the information passed in. The same for `SDL_RWFromFile()` but it saves different information. When `Mix_LoadMUS/WAV_RW()` is called, it now expects a reference to one of those Javascript-side objects and from it, either uses a pre-loaded Audio, or reads bytes from the file-system to make one, or uses the bytes originally passed into `SDL_RWFromConstMem()` to create one. Note that with this change you can now simply embed sound files in your app, you do not need to preload them. | |||
2013-07-16 | Just zoom the surface if the angle is divisible by 360 | Felix H. Dahlke | |
2013-07-15 | use high-precision llrint in ta2 only | Alon Zakai | |
2013-07-15 | Merge branch 'self-dlopen' of github.com:int3/emscripten into incoming | Alon Zakai | |
2013-07-16 | Implement TTF_FontHeight | Felix H. Dahlke | |
2013-07-15 | Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen. | Jez Ng | |
Also address style feedback. | |||
2013-07-15 | check for isTerminal on the object of the filesystem entry | Alon Zakai | |
2013-07-15 | implement llrint properly; fixes #1380 | Alon Zakai | |
2013-07-15 | Implement strptime | Soeren Balko | |
2013-07-14 | Merge pull request #1381 from inolen/tty_fixes | Alon Zakai | |
isatty and ttyname fixes | |||
2013-07-14 | - moved std stream isTerminal property to object so all streams can see | Anthony Pesch | |
- made ttyname use isatty to check if fd is tty - hardcoded /dev/tty as tty name is ttyname_r - fixed and changed isatty and ttyname tests to run natively | |||
2013-07-13 | open should not set EISDIR when opening an existing directory with O_CREAT | Anthony Pesch | |
2013-07-13 | Merge pull request #1374 from inolen/posix_fallocate_fix | Alon Zakai | |
check write permission in posix_fallocate | |||
2013-07-13 | Merge pull request #1372 from inolen/dirent_fixes | Alon Zakai | |
minor fixes to return codes of closedir, telldir | |||
2013-07-13 | Merge pull request #1376 from inolen/utime_fixes | Alon Zakai | |
utime fixes | |||
2013-07-13 | don't check write permissions in utime | Anthony Pesch | |
2013-07-12 | check write permission in posix_fallocate | Anthony Pesch | |
2013-07-12 | Merge pull request #1373 from int3/safari-blobs | Alon Zakai | |
Fix image loading in Safari. | |||
2013-07-12 | Add bug number to comment. | Jez Ng | |
2013-07-12 | only push proper canvases to canvas pool | Alon Zakai | |
2013-07-12 | Simplify ArrayBuffer copy. | Jez Ng | |
2013-07-12 | Work around Safari image loading bug. Closes #1130. | Jez Ng | |
2013-07-12 | minor fixes to return codes of closedir, telldir | Anthony Pesch | |
2013-07-12 | misc ungetc fixes | Anthony Pesch | |
2013-07-11 | Filter out unnamed_addr globals from symbol table. | Jez Ng | |
2013-07-11 | Implement self-dlopen. | Jez Ng | |
2013-07-11 | Merge pull request #1362 from dtc/obj-name | Alon Zakai | |
Replace the 'scan' function, which maps a WebGL object to anassociated integer id, with a 'name' property stored on the object. The linear scan was rather slow, and as the vector grew in size games were slowing to a few fps. | |||
2013-07-11 | Merge pull request #1354 from fhd/fix-gc-pauses | Alon Zakai | |
Fix GC pauses by reusing canvas elements | |||
2013-07-11 | Add missing braces | Felix H. Dahlke | |
2013-07-11 | Document canvasPool | Felix H. Dahlke | |
2013-07-10 | Merge pull request #1363 from dtc/sdl-touch | Alon Zakai | |
Add basic touch support that translates to mouse events. | |||
2013-07-11 | glGenTextures: correct the setting of the object name. | Douglas T. Crosher | |
2013-07-11 | Update the AUTHORS file, and address some code style issues. | Douglas T. Crosher | |
2013-07-10 | Merge pull request #1364 from int3/syobon | Alon Zakai | |
Bunch of SDL fixes that are needed for running Open Syobon Action. | |||
2013-07-10 | Add comment. | Jez Ng | |
2013-07-10 | Cast signedness in library_SDL functions. | Jez Ng | |
2013-07-10 | Wrap gfx helpers in a $SDL_gfx object. | Jez Ng | |
2013-07-10 | Add (failing) test for gfx primitives. | Jez Ng | |