Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-10 | Add user data directory support for ProjectSettings::globalize_path | geequlim | |
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry | |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | |
Closes #7695 | |||
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-25 | Add newline after config_version and fix custom_features hint | Rémi Verschelde | |
Fixes #9818. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) |