aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-39/+39
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-241-7/+7
|
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-2/+2
| | | | | Will be needed to avoid confusion with system data path (XDG_DATA_HOME) and editor data dir in upcoming refactoring.
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* [DOCS] OS.get_unique_string().Max Hilbrunner2017-11-081-1/+1
|
* Add Colemak keybindings to editor for osxN0hbdy2017-10-301-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-10-111-1/+15
| | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
* [DOCS] - Completes the docs for the OS classDavid Saltares2017-10-101-28/+56
|
* Merge pull request #11793 from NathanWarden/updated_os_docNathan Lovato2017-10-031-0/+7
|\ | | | | Updated some documentation for the OS class.
| * Updated some documentation for the OS class.Nathan Warden2017-10-031-0/+7
| |
* | Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-021-0/+7
|/ | | | Allows starting HTML5 export when IndexedDB is not available.
* doc: Sync classref and escape comparatorsRémi Verschelde2017-09-171-8/+8
| | | | [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-09-161-6/+6
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+854
possible to save module files in module directories and the build system will recognize them.