Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-15 | doc: Remove extraneous empty lines in descriptions | Rémi Verschelde | |
2018-05-30 | Improve return value of OS.execute in blocking/non-blocking variants | Rémi Verschelde | |
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. | |||
2018-05-12 | Sync classref with current source | Rémi Verschelde | |
2018-04-11 | Update classref and docs, fix missing parameters' name | Poommetee Ketson | |
2018-04-10 | [DOCS] OS | Max Hilbrunner | |
2018-04-10 | doc: Sync classref with current source | Rémi Verschelde | |
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-24 | [DOCS] clarify that OS.get_user_data_dir needs project name | Poommetee Ketson | |
[ci skip] | |||
2018-02-19 | doc: Sync classref with current source | Rémi Verschelde | |
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-02-01 | OSX: implement OS.get_unique_id | geequlim | |
Update the documentations for OS.get_unique_id() | |||
2018-01-25 | doc: Sync with current source | Rémi Verschelde | |
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). | |||
2018-01-20 | clarify OS.execute usage, add examples | Todd Ross | |
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2018-01-12 | Update docs | Bojidar Marinov | |
[ci skip] | |||
2017-11-24 | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | |
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde | |
2017-11-24 | doc: Sync classref with current source | Rémi Verschelde | |
2017-11-17 | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde | |
Will be needed to avoid confusion with system data path (XDG_DATA_HOME) and editor data dir in upcoming refactoring. | |||
2017-11-15 | doc: Remove revision.module_config from version string | Rémi Verschelde | |
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | |||
2017-11-08 | [DOCS] OS.get_unique_string(). | Max Hilbrunner | |
2017-10-30 | Add Colemak keybindings to editor for osx | N0hbdy | |
2017-10-11 | doc: Sync classref with current source | Rémi Verschelde | |
Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip] | |||
2017-10-10 | [DOCS] - Completes the docs for the OS class | David Saltares | |
2017-10-03 | Merge pull request #11793 from NathanWarden/updated_os_doc | Nathan Lovato | |
Updated some documentation for the OS class. | |||
2017-10-03 | Updated some documentation for the OS class. | Nathan Warden | |
2017-10-02 | Add OS::is_userfs_persistent to check user:// persistence | Leon Krause | |
Allows starting HTML5 export when IndexedDB is not available. | |||
2017-09-17 | doc: Sync classref and escape comparators | Rémi Verschelde | |
[ci skip] | |||
2017-09-16 | doc: Sync classref with current source | Rémi Verschelde | |
[ci skip] | |||
2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | |
possible to save module files in module directories and the build system will recognize them. |