Age | Commit message (Expand) | Author |
2018-04-02 | Merge pull request #17844 from Faless/uwp_fix | Rémi Verschelde |
2018-03-31 | Fix UpdatePowerInfo method implementation in PowerIphone class | Igors Vaitkus |
2018-03-30 | Fix bug in HTML5 HTTPClient. | Fabio Alessandrelli |
2018-03-29 | Fix UWP build after #17194 | Fabio Alessandrelli |
2018-03-29 | Detect and configure JavaScript build per Emscripten configuration file | Leon Krause |
2018-03-28 | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | bruvzg |
2018-03-28 | Fix IPhone and OSX cross compilation | Fabio Alessandrelli |
2018-03-27 | Add safety checks when handling Android input | Ruslan Mustakov |
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 | Added new audio device functions to set/get the audio device | Marcelo Fernandez |
2018-03-26 | Merge pull request #17760 from eska014/html5-refactor | Rémi Verschelde |
2018-03-26 | Refactor JavaScript platform build script | Leon Krause |
2018-03-26 | [macOS] Return exit code specified by `OS.exit_code` parameter. | bruvzg |
2018-03-23 | Revert "Implement OS_OSX::execute" | bruvzg |
2018-03-22 | Fix dragging window from non-retina to retina display. | bruvzg |
2018-03-22 | Fix several in-class initialization clang warning | Marcelo Fernandez |
2018-03-21 | Merge pull request #17653 from eska014/rwlock-dummy | Rémi Verschelde |
2018-03-21 | Prevent android to split-screen | Xavier Sellier |
2018-03-20 | Merge pull request #17645 from volzhs/android-device-info | Rémi Verschelde |
2018-03-20 | Fix getting Android device information | volzhs |
2018-03-20 | Add RWLockDummy for NO_THREADS builds | Leon Krause |
2018-03-19 | Implement OS_OSX::execute | bruvzg |
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 | Fix MinGW cross-build | bruvzg |
2018-03-15 | Added missing import BoolVariable | Bastiaan Olij |
2018-03-15 | Check only for WebGL 1.0, move test to HTML file | Leon Krause |
2018-03-13 | Enable SCons to autodetect Windows MSVC compiler | Gary Oberbrunner |
2018-03-13 | Merge pull request #17311 from marcelofg55/export_err_checks | Rémi Verschelde |
2018-03-13 | Merge pull request #17440 from viktor-ferenczi/issue-5042 | Rémi Verschelde |
2018-03-13 | fix iOS build - error due to GLES2 missing include (with the advice from bruv... | Yannick Le Duc |
2018-03-11 | Properly closing all files in Python code | Viktor Ferenczi |
2018-03-07 | Reinstate WebGL 1.0 driver in HTML5 platform | Leon Krause |
2018-03-06 | Improved error checking at EditorExportPlatformPC::export_project | Marcelo Fernandez |
2018-03-06 | Explicitly set OpenGL profile to core (X11, Windows). | bruvzg |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-03-04 | SCons: Fix linking system pcre2 on server platform | Rémi Verschelde |
2018-03-03 | Modify OSX can_export logic to match the logic from EditorExportPlatformPC::c... | Marcelo Fernandez |
2018-03-03 | Hack to force macOS window activation for non-bundled app. | bruvzg |
2018-03-02 | Merge pull request #17158 from bruvzg/gles2_driver_select | Rémi Verschelde |
2018-03-02 | GLES2 renderer support on macOS. | bruvzg |
2018-03-02 | Fix `--help` output, allow renderer override from command line (`--video-driv... | bruvzg |
2018-03-01 | Merge pull request #17133 from bruvzg/macos_fix_webm_optim | Rémi Verschelde |
2018-03-01 | add GLES 2 renderer for 2D | karroffel |
2018-03-01 | Merge pull request #17058 from marcelofg55/minmax_windows | Rémi Verschelde |
2018-03-01 | Merge pull request #17137 from endragor/fix-audio-init-crash | Rémi Verschelde |
2018-03-01 | Fix intermittent audio driver crash during startup on Android | Ruslan Mustakov |