Age | Commit message (Expand) | Author |
2021-09-16 | Merge pull request #52720 from Faless/js/4.x_fix_wheel | Rémi Verschelde |
2021-09-15 | Merge pull request #52695 from Faless/js/4.x_audio_mix_rate | Fabio Alessandrelli |
2021-09-15 | [HTML5] Fix wheel/touch callback modifying event after parse. | Fabio Alessandrelli |
2021-09-15 | [HTML5] Fix bug in AudioWorklet when reading output buffer. | Fabio Alessandrelli |
2021-09-15 | [HTML5] Use browser mix rate by default on the Web. | Fabio Alessandrelli |
2021-09-14 | Merge pull request #52604 from Faless/js/4.x_input_fix | Fabio Alessandrelli |
2021-09-12 | [HTML5] Fix input not working when buffered. | Fabio Alessandrelli |
2021-09-12 | [HTML5] Fix build error due to missing string cast. | Fabio Alessandrelli |
2021-09-11 | Add logo attribution for Android, HTML5 and Linux platform icons | Hugo Locurcio |
2021-08-31 | Make platform feature tag names lowercase | Hugo Locurcio |
2021-08-31 | Merge pull request #49598 from Calinou/web-editor-improve-download-project-so... | Fabio Alessandrelli |
2021-08-19 | HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@ | Rémi Verschelde |
2021-08-18 | [CI] Upgrade Emscripten to 2.0.27. | Fabio Alessandrelli |
2021-08-16 | Improve the generated ZIP archive name when using Download Project Source | Hugo Locurcio |
2021-08-12 | Split javascript export template into multiple files | Sergey Minakov |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-16 | Modernize Display server to use override keyword | Hendrik Brucker |
2021-07-15 | [HTML5] Make threads build the default. | Fabio Alessandrelli |
2021-07-15 | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli |
2021-07-15 | Misc cleanup of header includes | Rémi Verschelde |
2021-07-13 | [HTML5] Raise default initial memory to 32 MiB. | Fabio Alessandrelli |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-07-07 | [HTML5] Fix JavaScript string parsing with new interface. | Fabio Alessandrelli |
2021-06-25 | [HTML5] Add option to focus canvas on start. | Fabio Alessandrelli |
2021-06-25 | Strip query string when parsing HTTP request line for path | Haoyu Qiu |
2021-06-23 | [Net] Makes HTTPClient a custom instance class. | Fabio Alessandrelli |
2021-06-23 | [Net] Unify HTTPClient request and request_raw. | Fabio Alessandrelli |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-19 | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal |
2021-06-18 | [HTML5] JS callback functions now returns passed value. | Fabio Alessandrelli |
2021-06-15 | Merge pull request #49592 from Faless/js/4.x_fix_sigs | Rémi Verschelde |
2021-06-14 | [HTML5] Update eslint and jsdoc dependencies. | Fabio Alessandrelli |
2021-06-14 | [HTML5] Fix JS build without eval. | Fabio Alessandrelli |
2021-06-14 | [HTML5] Fix some JS library signature. | Fabio Alessandrelli |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-06-08 | Fixed missed IDHandler dependency in GodotFetch | Arthur Bikmullin |
2021-06-03 | Add MOUSE_MODE_CONFINED_HIDDEN | Aaron Franke |
2021-06-01 | Move remaining dummy drivers to servers. | Fabio Alessandrelli |
2021-06-01 | LinuxBSD now compiles without vulkan/x11. | Fabio Alessandrelli |
2021-05-31 | Implement shader caching | reduz |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-25 | Tweak dozens of editor property hints for consistency | Hugo Locurcio |
2021-05-21 | Merge pull request #48928 from Faless/js/4.x_fix_build_after_rename | Rémi Verschelde |
2021-05-21 | [HTML5] Fix build after KEY_CTRL rename. | Fabio Alessandrelli |