Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-12 | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde |
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière |
2022-12-09 | Editor: Fix regression fetching Windows/Linux export templates | Rémi Verschelde |
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-11-30 | Simplify GDVIRTUAL_REQUIRED_CALL calls | kobewi |
2022-11-29 | Use forward-declarations in big editor classes | trollodel |
2022-10-31 | Add console wrapper app to handle console i/o redirection on Windows. | bruvzg |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-19 | Simplify GDVIRTUAL_CALL calls | kobewi |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-12 | Merge pull request #66952 from bruvzg/macos_net_export | Rémi Verschelde |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde |
2022-10-07 | [.NET Export] Improve .NET export process. | bruvzg |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-30 | Fix typos with codespell | Rémi Verschelde |
2022-09-29 | Fix typo - "collison" -> "collision" | danboo |
2022-09-23 | Fix sub-scene root nodes not getting the correct inheritance chain when expor... | Rindbee |
2022-09-18 | Port remaining connections to callable_mp | Tomasz Chabora |
2022-09-13 | Disable menus and functionality that are not relevant on the Android Editor port | Fredia Huya-Kouadio |
2022-09-08 | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli |
2022-09-07 | Rename EditorInterface.get_editor_main_control to get_editor_main_screen | Yuri Sizov |
2022-09-01 | Add support for scene/resource customization in export plugins | Juan Linietsky |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-28 | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky |
2022-08-26 | [macOS export] Simplify code signing options, add support for rcodesign tool ... | bruvzg |
2022-08-14 | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio |
2022-08-10 | Merge pull request #62925 from aaronfranke/pck-export | Rémi Verschelde |
2022-08-09 | Allow exporting PCK files without export templates installed | Aaron Franke |
2022-08-09 | Remove duplicate data structure for export features | Aaron Franke |
2022-08-01 | Remove excessive `editor/property_editor.h` includes | Yuri Sizov |
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov |
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 | Merge pull request #63603 from aaronfranke/editor-paths | Rémi Verschelde |
2022-07-29 | Merge pull request #63595 from reduz/remove-signal-connect-binds | Rémi Verschelde |
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke |
2022-07-29 | Update export dialog to handle many architectures | Aaron Franke |
2022-07-29 | Make some editor export methods const | Aaron Franke |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-29 | Export: Fix template path for PC (Windows, Linux) | Rémi Verschelde |
2022-07-26 | Move project export and export template manager into export folder | Aaron Franke |
2022-07-26 | Split up editor export code into multiple files | Aaron Franke |