| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an `OS.crash()` method for testing system crash handler | Hugo Locurcio | 2021-12-03 | 1 | -1/+8 |
* | Merge pull request #54932 from briansemrau/expose-main-thread-id | Rémi Verschelde | 2021-11-20 | 1 | -0/+7 |
|\ |
|
| * | Expose Thread::get_main_id in core bindings | Brian Semrau | 2021-11-12 | 1 | -0/+7 |
* | | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -4/+4 |
|/ |
|
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -2/+2 |
* | [macOS] Add `create_instance` function to spawn editor copies. | bruvzg | 2021-11-01 | 1 | -2/+12 |
* | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 1 | -3/+3 |
* | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | 2021-10-30 | 1 | -4/+4 |
* | Replace remaining usages of yield with new await keyword | Duroxxigar | 2021-10-22 | 1 | -2/+2 |
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg | 2021-10-01 | 1 | -1/+1 |
* | [macOS, sandbox] Add export option to embed and sign helper executables. | bruvzg | 2021-09-27 | 1 | -0/+2 |
* | Merge pull request #52877 from Calinou/add-print-verbose | Rémi Verschelde | 2021-09-21 | 1 | -1/+1 |
|\ |
|
| * | Add `print_verbose()` built-in function to print in verbose mode only | Hugo Locurcio | 2021-09-21 | 1 | -1/+1 |
* | | Document how to delay code execution in a non-blocking manner | Hugo Locurcio | 2021-09-21 | 1 | -2/+6 |
|/ |
|
* | Implement `OS::get_locale_language()` helper method | Rémi Verschelde | 2021-09-16 | 1 | -1/+8 |
* | Add partial support for Android scoped storage. | ne0fhyk | 2021-08-16 | 1 | -6/+2 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -156/+78 |
* | Merge pull request #50747 from bruvzg/move_alert_to_os | Rémi Verschelde | 2021-07-23 | 1 | -0/+11 |
|\ |
|
| * | Move `alert` function from `DisplayServer` to `OS`. | bruvzg | 2021-07-22 | 1 | -0/+11 |
* | | Fix doc typos | Nicholas Huelin | 2021-07-23 | 1 | -5/+5 |
|/ |
|
* | Fix msec documentation description typo | Distrikt64 | 2021-07-22 | 1 | -1/+1 |
* | Expose OS data directory getter methods | Hugo Locurcio | 2021-06-19 | 1 | -0/+25 |
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -1/+1 |
* | Add Time singleton | Aaron Franke | 2021-06-11 | 1 | -78/+0 |
* | Add OS.get_external_data_dir() to get Android external directory | Marcel Admiraal | 2021-06-10 | 1 | -0/+7 |
* | OS: Better validation of invalid input for get_unix_time_from_datetime | Rémi Verschelde | 2021-05-24 | 1 | -1/+1 |
* | Fix typos with codespell | Rémi Verschelde | 2021-05-20 | 1 | -1/+1 |
* | Document caveats of `OS.get_unique_id()` | Hugo Locurcio | 2021-05-09 | 1 | -0/+1 |
* | Implement the `%command%` placeholder in the Main Run Args setting | Hugo Locurcio | 2021-05-07 | 1 | -1/+1 |
* | Clarify that get_unix_time() returns seconds | kobewi | 2021-03-24 | 1 | -1/+1 |
* | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -3/+3 |
* | [46188] fix: get unix from datetime when empty dict | Aitor Cereceto | 2021-03-12 | 1 | -0/+1 |
* | Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>... | Emmanuel Leblond | 2021-02-25 | 1 | -4/+0 |
* | Improve the `OS.get_environment()`/`OS.set_environment()` documentation | Hugo Locurcio | 2021-02-25 | 1 | -6/+9 |
* | Expose set_environment to GDScript | Bastiaan Olij | 2021-02-25 | 1 | -0/+11 |
* | Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()` | Hugo Locurcio | 2021-02-18 | 1 | -2/+2 |
* | Move tablet driver API from OS to DisplayServer. | bruvzg | 2021-02-18 | 1 | -21/+0 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-01-28 | 1 | -8/+8 |
* | Merge pull request #44732 from Calinou/os-add-get-thread-caller-id | Rémi Verschelde | 2021-01-26 | 1 | -0/+8 |
|\ |
|
| * | Add an `OS.get_thread_caller_id()` method | Hugo Locurcio | 2020-12-27 | 1 | -0/+8 |
* | | Split OS::execute into two methods | Marcel Admiraal | 2021-01-09 | 1 | -25/+34 |
|/ |
|
* | Add important note about OS.get_unixtime. | Fabio Alessandrelli | 2020-12-13 | 1 | -0/+1 |
* | Merge pull request #40708 from bruvzg/improve_os_locale | Rémi Verschelde | 2020-12-10 | 1 | -1/+6 |
|\ |
|
| * | Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use... | bruvzg | 2020-08-11 | 1 | -1/+6 |
* | | Docs: Port Code Examples to C# (M, N, O, P, R) | HaSa1002 | 2020-11-09 | 1 | -8/+39 |
* | | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+1 |
* | | OS: Remove unused get_splash_tick_msec | Rémi Verschelde | 2020-09-24 | 1 | -7/+0 |
|/ |
|
* | doc: Sync classref with current source | Rémi Verschelde | 2020-07-28 | 1 | -1/+1 |
* | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde | 2020-07-21 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | 2020-07-21 | 1 | -1/+1 |