Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
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 | |
-Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver | |||
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 | |
And use it to better report errors in the console and project manager when a project.godot file is corrupted. Fixes #14963. | |||
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
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 | |
to has_setting. Fixes #11844 | |||
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 | |
Fixes #10244. | |||
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 | |
Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) |