Age | Commit message (Expand) | Author |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-09-28 | Rename the ".import" folder to ".godot/imported" | Aaron Franke |
2020-09-03 | Merge pull request #40400 from Arivval/load-resourcepack-with-offset | Rémi Verschelde |
2020-09-02 | added load resource pack with offset feature | Yilin Ma |
2020-08-18 | Fixed issues with adding custom project settings and added confirmation dialo... | Eric M |
2020-08-10 | Rewrite ProjectSettings editor advanced options | Stijn Hinlopen |
2020-07-15 | Docs: Ignore OS specific values (constants, project settings, properties). | bruvzg |
2020-07-06 | Add a map of autoloads to ProjectSettings | George Marques |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-20 | Revert "Made possible to specify where to dump the contents when loading a ".... | Rémi Verschelde |
2020-04-16 | Made possible to specify where to dump the contents when loading a ".pck" file | Michael Alexsander |
2020-03-25 | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-25 | Add flag to control the replacement of files by ProjectSettings.load_resource... | Florian Kothmeier |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-21 | ProjectManager: Warn when projects have different config_version | Rémi Verschelde |
2018-12-20 | Core: Drop unused global_defaults logic | Rémi Verschelde |
2018-12-13 | Add application/config/project_settings_override option to override project s... | Marcelo Fernandez |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-20 | Fix build issues and typos after c69de2ba4 | Rémi Verschelde |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-18 | Fixed OS.has_feature not using custom feature tags. | matthew1006 |
2018-07-03 | Update resource file project settings on rename | Benjamin |
2018-04-16 | Allow actions to provide an analog value | Gilles Roudiere |
2018-02-19 | Improve error reporting of ProjectSettings::setup() | Rémi Verschelde |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause |
2017-10-10 | Made directory scan optional | BastiaanOlij |
2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ... | Juan Linietsky |
2017-09-01 | Fix files header | Poommetee Ketson |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-08 | Moved member variables from constructor to initialization list | Wilson E. Alvarez |
2017-07-26 | Fix mutating project.godot | Pedro J. Estébanez |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |