Age | Commit message (Expand) | Author |
2018-08-24 | Merge pull request #21336 from eska014/html5-new-presentation | Rémi Verschelde |
2018-08-23 | Merge pull request #21332 from dragmz/apk-hint-fix | Rémi Verschelde |
2018-08-23 | Fix file hints | Marcin Zawiejski |
2018-08-23 | Merge pull request #21330 from eska014/html5-canvas-resize | Rémi Verschelde |
2018-08-23 | Add responsive HTML5 export page with full-size canvas as new default | Leon Krause |
2018-08-23 | Facilitate external modification of HTML5 canvas size | Leon Krause |
2018-08-21 | BPTC support | elasota |
2018-08-21 | Merge pull request #20922 from kripken/err | Leon Krause |
2018-08-20 | fix Android/HTML5 custom templates option does not work | Alessandro |
2018-08-11 | use console.warn instead of Module.printErr: emscripten no longer exports pri... | Alon Zakai (kripken) |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-10 | Refactor OS_JavaScript | Leon Krause |
2018-07-09 | Added support for extra mouse buttons. | unknown |
2018-06-28 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio |
2018-06-08 | Detect channel count, mix rate, and buffer length in HTML5 audio driver | Leon Krause |
2018-05-24 | Javascript: Remove weird log | Max Hilbrunner |
2018-05-14 | Build HTML5 release_debug with -Os, like release. | Leon Krause |
2018-05-14 | Small refactoring in HTML5 build scripts | Leon Krause |
2018-05-10 | Merge pull request #18765 from eska014/enginejs-extalt | Rémi Verschelde |
2018-05-10 | Merge pull request #18766 from eska014/html5-localcustomshell | Max Hilbrunner |
2018-05-10 | Use local path for custom HTML5 shell export | Leon Krause |
2018-05-10 | Accept non-default main packs in engine.js startGame() | Leon Krause |
2018-05-10 | Merge pull request #18753 from eska014/html5-iframefocus | Max Hilbrunner |
2018-05-10 | Add Engine.setWebAssemblyFilenameExtension() | Leon Krause |
2018-05-10 | Fix keyboard focus lock-out with HTML5 canvas in iframe | Leon Krause |
2018-05-10 | Fix relative mouse motion when captured in HTML5 platform | Leon Krause |
2018-04-30 | Implement universal translation of touch to mouse | Pedro J. Estébanez |
2018-04-04 | Merge pull request #17792 from eska014/enginejs-preloadpaths | Rémi Verschelde |
2018-04-03 | Merge pull request #17836 from eska014/detect-emconfig | Rémi Verschelde |
2018-03-30 | Fix bug in HTML5 HTTPClient. | Fabio Alessandrelli |
2018-03-29 | Detect and configure JavaScript build per Emscripten configuration file | Leon Krause |
2018-03-27 | Fix engine.js startGame() when loading from directory | Leon Krause |
2018-03-27 | Allow custom path when using engine.js preloadFile() with URL | Leon Krause |
2018-03-27 | Fix engine.js preloadFile() with directories | Leon Krause |
2018-03-27 | Expose Emscripten libs to engine.js discreetly | Leon Krause |
2018-03-26 | Refactor JavaScript platform build script | Leon Krause |
2018-03-20 | Add RWLockDummy for NO_THREADS builds | Leon Krause |
2018-03-18 | Disable Emscripten assertions in release_debug builds | Leon Krause |
2018-03-16 | Fix typo in engine.js | Leon Krause |
2018-03-15 | Check only for WebGL 1.0, move test to HTML file | Leon Krause |
2018-03-07 | Reinstate WebGL 1.0 driver in HTML5 platform | Leon Krause |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-02-17 | Merge pull request #16781 from eska014/html5-httpc | Rémi Verschelde |
2018-02-17 | Flush HTTPClient response data only on request/close in HTML5 platform | Leon Krause |
2018-02-17 | Warn when polling HTTPClient synchronously in HTML5 platform | Leon Krause |
2018-02-17 | Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform | Leon Krause |
2018-02-16 | Fix HTML5 HTTPClient response header retrieval | Leon Krause |
2018-02-16 | Fix HTML5 HTTPClient failure detection | Leon Krause |
2018-02-14 | Disabled mbedtls module in javascript platform | Fabio Alessandrelli |