| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expose OS.get_ticks_usec() | Marc Gilleron | 2018-06-18 | 1 | -0/+7 |
| | | |||||
| * | doc: Remove extraneous empty lines in descriptions | Rémi Verschelde | 2018-06-15 | 1 | -1/+0 |
| | | |||||
| * | Improve return value of OS.execute in blocking/non-blocking variants | Rémi Verschelde | 2018-05-30 | 1 | -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 source | Rémi Verschelde | 2018-05-12 | 1 | -1/+9 |
| | | |||||
| * | Update classref and docs, fix missing parameters' name | Poommetee Ketson | 2018-04-11 | 1 | -2/+2 |
| | | |||||
| * | [DOCS] OS | Max Hilbrunner | 2018-04-10 | 1 | -10/+61 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2018-04-10 | 1 | -0/+28 |
| | | |||||
| * | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -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 name | Poommetee Ketson | 2018-02-24 | 1 | -0/+4 |
| | | | | | [ci skip] | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2018-02-19 | 1 | -0/+26 |
| | | |||||
| * | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 |
| | | |||||
| * | OSX: implement OS.get_unique_id | geequlim | 2018-02-01 | 1 | -1/+2 |
| | | | | | Update the documentations for OS.get_unique_id() | ||||
| * | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 1 | -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 examples | Todd Ross | 2018-01-20 | 1 | -1/+12 |
| | | |||||
| * | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 |
| | | |||||
| * | Update docs | Bojidar Marinov | 2018-01-12 | 1 | -223/+40 |
| | | | | | [ci skip] | ||||
| * | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | 2017-11-24 | 1 | -39/+39 |
| | | |||||
| * | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-11-24 | 1 | -7/+7 |
| | | |||||
| * | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde | 2017-11-17 | 1 | -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 string | Rémi Verschelde | 2017-11-15 | 1 | -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 Hilbrunner | 2017-11-08 | 1 | -1/+1 |
| | | |||||
| * | Add Colemak keybindings to editor for osx | N0hbdy | 2017-10-30 | 1 | -1/+1 |
| | | |||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-10-11 | 1 | -1/+15 |
| | | | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip] | ||||
| * | [DOCS] - Completes the docs for the OS class | David Saltares | 2017-10-10 | 1 | -28/+56 |
| | | |||||
| * | Merge pull request #11793 from NathanWarden/updated_os_doc | Nathan Lovato | 2017-10-03 | 1 | -0/+7 |
| |\ | | | | | Updated some documentation for the OS class. | ||||
| | * | Updated some documentation for the OS class. | Nathan Warden | 2017-10-03 | 1 | -0/+7 |
| | | | |||||
| * | | Add OS::is_userfs_persistent to check user:// persistence | Leon Krause | 2017-10-02 | 1 | -0/+7 |
| |/ | | | | Allows starting HTML5 export when IndexedDB is not available. | ||||
| * | doc: Sync classref and escape comparators | Rémi Verschelde | 2017-09-17 | 1 | -8/+8 |
| | | | | | [ci skip] | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-09-16 | 1 | -6/+6 |
| | | | | | [ci skip] | ||||
| * | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+854 |
| possible to save module files in module directories and the build system will recognize them. | |||||
