Age | Commit message (Expand) | Author |
2022-08-14 | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio |
2022-08-06 | Only define `keep_screen_on` project setting once | RedMser |
2022-08-05 | Implement `keep_screen_on` for Windows | RedMser |
2022-07-31 | Visual Studio Natvis file works for Variant again | derammo |
2022-07-30 | Merge pull request #63563 from aaronfranke/export-arch | Rémi Verschelde |
2022-07-29 | Improve some export error messages. | bruvzg |
2022-07-29 | Update export dialog to handle many architectures | Aaron Franke |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-27 | Merge pull request #62973 from bruvzg/sysfont_support | Rémi Verschelde |
2022-07-26 | Split up editor export code into multiple files | Aaron Franke |
2022-07-26 | Merge pull request #63096 from aaronfranke/exp-template-names | Rémi Verschelde |
2022-07-26 | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg |
2022-07-25 | Merge pull request #63459 from Kev/bigobj-for-msvc-release | Rémi Verschelde |
2022-07-25 | Use bigobj for release MSVC builds | Kevin Smith |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-25 | Merge pull request #63219 from reduz/implement-vector4-projection | Rémi Verschelde |
2022-07-24 | Fixes `OS.get_unique_id()` string not getting printed properly | MaxIsJoe |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-22 | Update export template names for Windows, Mac, and Linux | Aaron Franke |
2022-07-19 | [Windows] Set fullscreen flags on window creation. | bruvzg |
2022-07-13 | Merge pull request #62824 from MinusKube/haunted-editor-bug | Rémi Verschelde |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi |
2022-07-07 | Move windows display server's 'outside' field to WindowData struct | MinusKube |
2022-07-06 | Check if GL manager exist to prevent crash when using multithreaded renderer ... | bruvzg |
2022-07-04 | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde |
2022-07-04 | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro |
2022-07-02 | Fix exit code of --help and --version, and test them in CI | Jan Haller |
2022-06-16 | Adding function key support from F17 to F35 | gregcsokas |
2022-06-08 | Add readable export errors. | bruvzg |
2022-06-02 | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-17 | Merge pull request #61001 from derammo/derammo_popup_conditional_hide | Rémi Verschelde |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-13 | popup deferred hide suppressed if reopened | derammo |
2022-05-13 | Merge pull request #60894 from derammo/derammo_opengl3_windows | Rémi Verschelde |
2022-05-11 | opengl3 driver now works on windows including multi window | derammo |
2022-05-10 | Try to convert OS::execute() output to Unicode on Windows | Haoyu Qiu |
2022-05-10 | [Windows] Save and re-apply window icon when changing window style. | bruvzg |
2022-05-05 | Crash handler: Use `print_error` to include backtrace in logs | Rémi Verschelde |
2022-05-04 | Fix export plugins after embedded PCK loading changes. | bruvzg |
2022-05-03 | Add OS::is_process_running function. | mdavisprog |
2022-05-03 | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-29 | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-28 | [Windows Export] Improve error messages for missing rcedit and signtool. | bruvzg |
2022-04-20 | Improve embedded PCK loading and exporting. | bruvzg |
2022-04-13 | Fix sub-menu keyboard navigation. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |