Граф коммитов

3573 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 9998978f1b Module.preInit 2012-08-10 10:33:40 -07:00
Alon Zakai b3389d30aa allow customizing the status message in updateStatus (shown when blockers are run) 2012-08-09 19:04:37 -07:00
Alon Zakai 7d0bcc0fbb change download message 2012-08-09 17:34:14 -07:00
Alon Zakai 609fa65577 show progress on datafile download 2012-08-09 17:32:10 -07:00
Alon Zakai 91a6f5cdab make dataFile contents easier to understand 2012-08-08 18:22:18 -07:00
Alon Zakai ace6f0a30c only create new Uint8Arrays during preloading when actually necessary 2012-08-08 18:18:34 -07:00
Alon Zakai 3093568256 test for llvm.expect.i32 being defined 2012-08-08 12:02:30 -07:00
Alon Zakai 9e737adb21 labs 2012-08-08 12:01:56 -07:00
Alon Zakai 91e088b306 optimize rendererCache lookups 2012-08-05 22:43:12 -07:00
Alon Zakai d72ea76443 keep rendererComponents dense 2012-08-05 21:56:55 -07:00
Alon Zakai 9f4d1f501e fix glEnd rendererComponents bug 2012-08-05 21:56:54 -07:00
Alon Zakai ae028b781f ensure all renderer cache items are dense, except for program 2012-08-05 21:56:54 -07:00
Alon Zakai 82291eb9c6 experimental renderer cache hash diff 2012-08-05 21:56:54 -07:00
Alon Zakai 390e155e60 refactor to always access attributes quickly by their id 2012-08-05 21:56:54 -07:00
Alon Zakai 04ea62fb7c optimize byteSizeByType 2012-08-05 21:56:54 -07:00
Alon Zakai 259415224a keep GL lookup tables dense 2012-08-05 21:56:54 -07:00
Alon Zakai 6a46d74b73 make test_unaligned more robust 2012-08-04 09:06:11 -07:00
Alon Zakai a470f753c3 optimize pread inner loop 2012-08-03 16:20:46 -07:00
Alon Zakai 920a641a4e add FS.checkStreams and fix some minor misuses 2012-08-03 15:25:28 -07:00
Alon Zakai cb990bd69e properly account for the difference between dup2 and fcntl/F_DUPFD 2012-08-03 15:12:43 -07:00
Alon Zakai 069a356cda fix handling of null-holes in FS.streams 2012-08-03 14:05:16 -07:00
Alon Zakai ace5387ed5 keep FS.streams dense by allocating stdin, stdout, stderr in low memory, and filling the space around them 2012-08-03 13:45:34 -07:00
Alon Zakai 14bd8deb1c comment in settings.js 2012-08-01 17:21:37 -07:00
Alon Zakai 5513c4f3c0 send param to onFullScreen callback 2012-08-01 17:21:23 -07:00
Alon Zakai 48d4dfdbd9 fix file preloading with -o subdir/.. 2012-07-30 14:26:22 -07:00
Alon Zakai b74118f69a improve emcc help on --embed and --preload 2012-07-29 16:41:51 -07:00
Alon Zakai 8f1d44960c if generateStructInfo gets invalid data, return null, do not throw: possibly duplicate struct names, and it is ok to return null 2012-07-28 20:54:10 -07:00
Alon Zakai 943f5a9c56 Merge pull request #521 from DopefishJustin/master
Add LD to the variables replaced by emmake
2012-07-27 14:07:43 -07:00
Justin Kerk 6b20729a18 Add self to AUTHORS 2012-07-26 21:10:43 -07:00
Justin Kerk 5831375b15 Add LD to the variables replaced by emmake 2012-07-25 22:10:47 -07:00
Alon Zakai 96cdbee964 allow apps to link both GL and SDL 2D backends and use just one 2012-07-25 11:30:15 -07:00
Alon Zakai 5739787049 finally found a working workaround for chromium bug 124926 2012-07-24 18:20:51 -07:00
Alon Zakai 7fc38afc4f further attempts to get sound working in chrome; even if oncanplaythrough did not fire, continue and hope for the best 2012-07-24 17:52:45 -07:00
Alon Zakai 66a8d5364b refactor workaround for chromium bug 124926 2012-07-24 17:46:17 -07:00
Alon Zakai 3a22d88914 optimize generateTempBuffers by more than an order of magitude 2012-07-24 15:40:50 -07:00
Alon Zakai df425dc2c2 fix ceilPower2 parameter (it worked before, luckily for it it had the right variable in the outer scope..) 2012-07-24 14:35:14 -07:00
Alon Zakai 4900b45ecf try even harder to work around chromium bug 124926 2012-07-24 10:42:45 -07:00
Alon Zakai 9ce4bbf9a3 center progress 2012-07-23 21:36:23 -07:00
Alon Zakai 5ef666df80 comma fix 2012-07-23 21:07:40 -07:00
Alon Zakai 80a58685b5 always look for main in .a files 2012-07-23 16:47:02 -07:00
Alon Zakai 463a7b1af8 everyone is confused about fullScreen vs fullscreen 2012-07-23 14:05:05 -07:00
Alon Zakai a389d5daf6 add progress to shell.html 2012-07-23 13:18:20 -07:00
Alon Zakai 94b682b227 use blob constructor when present instead of blobbuilder to make chrome happier 2012-07-23 11:23:31 -07:00
Alon Zakai bfc0bd5a11 allow defining preload plugins from outside 2012-07-22 20:52:43 -07:00
Alon Zakai 35811b1c50 optional plugins for file packager 2012-07-22 20:10:08 -07:00
Alon Zakai 80e012a435 test + fix for continuing to load despite bad audios 2012-07-22 19:24:42 -07:00
Alon Zakai 3501bc15bf refactor preload processing into plugins 2012-07-22 16:47:21 -07:00
Alon Zakai 82ce326a9a nudge progress a little with non-counted blockers 2012-07-22 11:34:49 -07:00
Alon Zakai 67ba7bdd02 emscripten_push_uncounted_main_loop_blocker 2012-07-21 21:39:43 -07:00
Alon Zakai 4568be0563 Merge pull request #516 from caiiiycuk/sdl_colors_perfomance
Improve perfomance of SDL_HWPALETTE
2012-07-21 16:35:19 -07:00