aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
Commit message (Collapse)AuthorAgeFilesLines
* Expose OS.get_ticks_usec()Marc Gilleron2018-06-181-0/+7
|
* doc: Remove extraneous empty lines in descriptionsRémi Verschelde2018-06-151-1/+0
|
* Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde2018-05-301-8/+16
| | | | | | | | | | | | | | Initialized the PID to -2, which will be the value returns in blocking- mode where the PID is not available. (-1 was already taken to signify an execution failure). OS::execute will now properly return a non-OK error code when it fails to execute the target file. The documentation was rewritten to be very clear about the differences between blocking and non-blocking mode. Fixes #19056.
* Sync classref with current sourceRémi Verschelde2018-05-121-1/+9
|
* Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-2/+2
|
* [DOCS] OSMax Hilbrunner2018-04-101-10/+61
|
* doc: Sync classref with current sourceRémi Verschelde2018-04-101-0/+28
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* [DOCS] clarify that OS.get_user_data_dir needs project namePoommetee Ketson2018-02-241-0/+4
| | | | [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2018-02-191-0/+26
|
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* OSX: implement OS.get_unique_idgeequlim2018-02-011-1/+2
| | | | Update the documentations for OS.get_unique_id()
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* clarify OS.execute usage, add examplesTodd Ross2018-01-201-1/+12
|
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Update docsBojidar Marinov2018-01-121-223/+40
| | | | [ci skip]
* 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.