Age | Commit message (Expand) | Author |
2023-01-30 | Refactor high quality texture import | Juan Linietsky |
2023-01-27 | Fix code style and consistency of RWLock and Semaphore | Pedro J. Estébanez |
2023-01-27 | Merge pull request #72168 from RandomShaper/sensible_lock_return | Rémi Verschelde |
2023-01-27 | Booleanize various sync primitives' wait & locking methods | Pedro J. Estébanez |
2023-01-25 | Remove unused SUPER_L/R constants. | bruvzg |
2023-01-23 | Cleanup and unify keyboard input. | bruvzg |
2023-01-21 | Merge pull request #71396 from reduz/fix-broken-userdir | Rémi Verschelde |
2023-01-16 | OS: Add `unset_environment`, better validate input | Rémi Verschelde |
2023-01-15 | Fix cases of broken user:// paths. | Juan Linietsky |
2023-01-15 | add CMD_OR_CTRL as a Key and not just a key modifier | ajreckof |
2023-01-12 | Merge pull request #70714 from Calinou/doc-os-stdin | Rémi Verschelde |
2023-01-11 | Improve documentation for `OS.read_string_from_stdin()` | Hugo Locurcio |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-26 | Remove duplicate Month and Weekday enums | Aaron Franke |
2022-12-16 | Silence `Input.vibrate_handheld()` warning as it's already documented | Hugo Locurcio |
2022-12-07 | Add feature tags to signify engine float precision | Mikael Hermansson |
2022-12-06 | Merge pull request #67906 from groud/simpler_gdextension_config | Rémi Verschelde |
2022-12-04 | Use system fonts as fallback and improve system font handling. | bruvzg |
2022-12-01 | Allow specifying a prefix to automatically detect library files for gdextensi... | Gilles Roudière |
2022-10-19 | Simplify GDVIRTUAL_CALL calls | kobewi |
2022-10-12 | Merge pull request #66003 from voidshine/fix_midi_event_mutation | Rémi Verschelde |
2022-10-11 | Fix MIDI note-on events being converted to note-off events | voidshine |
2022-10-11 | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde |
2022-10-11 | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred |
2022-10-06 | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde |
2022-10-05 | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez |
2022-10-05 | Merge pull request #64819 from RandomShaper/enhance_thread_funcs | Rémi Verschelde |
2022-10-04 | Enhance portability of threading | Pedro J. Estébanez |
2022-10-03 | Rename `Engine.target_fps` and associated project setting to `max_fps` | Hugo Locurcio |
2022-10-03 | Remove NO_THREADS fallback code, Godot 4 requires thread support | Rémi Verschelde |
2022-09-23 | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde |
2022-09-20 | Merge pull request #65541 from clayjohn/renderer-setting | Rémi Verschelde |
2022-09-19 | Split rendering driver project setting into renderer_name and rendering_drive... | clayjohn |
2022-09-16 | Add get_distribution_name() and get_version() to OS | MJacred |
2022-09-10 | Fixes #65377: get_datetime_* functions can return wrong values | James |
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg |
2022-08-29 | Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debugging | Rémi Verschelde |
2022-08-29 | Drop obsolete resource usage debug methods from OS class | Rémi Verschelde |
2022-08-29 | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli |
2022-08-25 | Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file | Rémi Verschelde |
2022-08-23 | Merge pull request #59779 from rainerdeyke/constexpr-operators | JFonS |
2022-08-19 | Overhaul CLI argument forwarding to processes started by the editor | Pedro J. Estébanez |
2022-08-18 | Remove unimplemented `OS.dump_memory_to_file()` method | Hugo Locurcio |
2022-08-04 | [Core] Use std type traits to check operations triviality. | Fabio Alessandrelli |
2022-08-01 | Add support for command-line user arguments. | Juan Linietsky |
2022-07-27 | HTML5: Add support for `Input.vibrate_handheld()` | pattlebass |
2022-07-26 | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-07-07 | [macOS] Improve file association handling, and allow URL schema handling. | bruvzg |