Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow customizing user:// path (folder in OS::get_data_path()) | Rémi Verschelde | 2017-11-26 | 1 | -1/+2 | |
| | | | | | | | | This allows to specify any valid folder name (including with subfolders) to use as user:// on all platforms. The folder is constrained to the platform-specific OS::get_data_path() (typically what `XDG_DATA_HOME` resolves to). Fixes #13236. | |||||
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 1 | -1/+1 | |
| | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | |||||
* | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde | 2017-11-17 | 1 | -1/+1 | |
| | | | | | Will be needed to avoid confusion with system data path (XDG_DATA_HOME) and editor data dir in upcoming refactoring. | |||||
* | Move singleton management from ProjectSettings to Engine | Leon Krause | 2017-11-14 | 1 | -28/+0 | |
| | ||||||
* | Add an option to use zstd's recently introduced long range matching (off by ↵ | Ferenc Arn | 2017-10-27 | 1 | -0/+6 | |
| | | | | default). | |||||
* | Made directory scan optional | BastiaanOlij | 2017-10-10 | 1 | -44/+9 | |
| | ||||||
* | Fix trailing whitespaces in project settings header comment | Emmanuel Leblond | 2017-10-09 | 1 | -2/+2 | |
| | ||||||
* | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | 2017-10-05 | 1 | -3/+13 | |
| | | | | to has_setting. Fixes #11844 | |||||
* | fixed the OS.has_feature() API, and added support for 32 and 64. | Juan Linietsky | 2017-10-03 | 1 | -1/+1 | |
| | ||||||
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -1/+1 | |
| | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||||
* | Fixed naming of pck file | Bastiaan Olij | 2017-09-17 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #11062 from BastiaanOlij/osx_datapack | Rémi Verschelde | 2017-09-13 | 1 | -2/+56 | |
|\ | | | | | Fixed loading package from resource folder, exporting textures to bun… | |||||
| * | Fixed loading package from resource folder, exporting textures to bundle and ↵ | BastiaanOlij | 2017-09-08 | 1 | -2/+56 | |
| | | | | | | | | added a bit of feedback for a debug compile | |||||
* | | Add user data directory support for ProjectSettings::globalize_path | geequlim | 2017-09-10 | 1 | -1/+9 | |
|/ | ||||||
* | Fix files header | Poommetee Ketson | 2017-09-01 | 1 | -1/+1 | |
| | ||||||
* | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -40/+0 | |
| | ||||||
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 | |
| | ||||||
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 | |
| | ||||||
* | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 1 | -2/+2 | |
| | | | | Closes #7695 | |||||
* | Fix mutating project.godot | Pedro J. Estébanez | 2017-07-26 | 1 | -17/+33 | |
| | | | | | | | Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | |||||
* | Add newline after config_version and fix custom_features hint | Rémi Verschelde | 2017-07-25 | 1 | -1/+2 | |
| | | | | Fixes #9818. | |||||
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -0/+1038 | |
-Added system for feature overrides, it's pretty cool :) |