Age | Commit message (Expand) | Author |
2020-12-17 | Remove OS::can_draw() remnants | Marcel Admiraal |
2020-12-03 | Reorganize rendering server. | reduz |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp |
2020-06-11 | Merge pull request #38958 from lawnjelly/time_overflow_4 | Rémi Verschelde |
2020-05-22 | Fix overflow condition with QueryPerformanceCounter | lawnjelly |
2020-05-16 | Fix Android LineEdit editing bugs | SkyJJ |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-03 | Drop old semaphore implementation | Pedro J. Estébanez |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-14 | Remove incomplete battery status/power API | Rémi Verschelde |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-01 | iOS modular build and export implementation. | bruvzg |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-05-16 | Fix OS_UWP::execute's signature after cd4449e | Rémi Verschelde |
2019-04-15 | Add Input::get_current_cursor_shape | Guilherme Felipe |
2019-03-05 | Disable driver fallback to GLES2 by default | Rémi Verschelde |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-13 | Merge pull request #25842 from marcelofg55/windows_timezone | Rémi Verschelde |
2019-02-13 | Fix get_time_zone_info returning inverted bias on Windows/UWP | Marcelo Fernandez |
2019-02-12 | Platform: Ensure classes match their header filename | Rémi Verschelde |
2019-02-03 | Added set_environment to OS class | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-03 | Fix UWP build. | Fabio Alessandrelli |
2018-11-01 | Fix init of VisualServerRaster | Rémi Verschelde |
2018-11-01 | Fix initialization of visual server in all platforms | George Marques |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-09-13 | Properly initialize Winsock on startup | Fabio Alessandrelli |
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli |
2018-09-12 | Unify PacketPeerUDP using NetSocket | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-28 | Fix typo in os_uwp causing a build failure | Hein-Pieter van Braam |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam |
2018-07-20 | Fix some more build issues after c69de2ba4 | Rémi Verschelde |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-17 | Fix keep screen on property path for Android/iOS/UWP | volzhs |
2018-07-12 | UWP: Add support for GLES2 driver | George Marques |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |