-Renamed GlobalConfig to ProjectSettings, makes more sense.

-Added system for feature overrides, it's pretty cool :)
This commit is contained in:
Juan Linietsky
2017-07-19 17:00:46 -03:00
parent 89588d4334
commit 25678b1876
162 changed files with 1296 additions and 831 deletions

View File

@ -236,7 +236,7 @@ public:
virtual void move_window_to_foreground();
virtual String get_data_dir() const;
virtual bool check_feature_support(const String &p_feature);
virtual bool _check_internal_feature_support(const String &p_feature);
void set_gl_context(ContextEGL *p_context);
void screen_size_changed();