index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
OS.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Document the process of parsing command-line arguments
Andrii Doroshenko (Xrayez)
2020-07-20
1
-1
/
+12
|
/
*
Move Haiku platform port to external repository
Rémi Verschelde
2020-06-20
1
-1
/
+1
*
DocData: Skip language-specific ClassDoc without methods/constants
Rémi Verschelde
2020-06-17
1
-14
/
+0
*
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-31
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2020-05-20
1
-1
/
+1
*
[Windows] Add tablet driver selection.
bruvzg
2020-05-20
1
-0
/
+21
*
Warn when trying to open `res://` or `user://` with `OS.shell_open()`
Hugo Locurcio
2020-04-28
1
-0
/
+1
*
doc: Sync classref with DisplayServer/Window changes
Rémi Verschelde
2020-03-31
1
-462
/
+0
*
doc: Sync classref with current source
Rémi Verschelde
2020-03-09
1
-16
/
+16
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-7
/
+7
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
1
-12
/
+5
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-39
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
1
-3
/
+3
*
Allow per pixel transparency in javascript platform
muiroc
2020-02-10
1
-1
/
+1
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
Document how to get a human-readable string from an InputEventKey
Hugo Locurcio
2020-01-25
1
-0
/
+1
*
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
1
-1
/
+1
*
Revert "Enable Vsync via Compositor by default"
Rémi Verschelde
2020-01-13
1
-1
/
+2
*
Improve the `OS.is_debug_build()` documentation
Hugo Locurcio
2020-01-10
1
-3
/
+3
*
Enable Vsync via Compositor by default
Hugo Locurcio
2020-01-09
1
-1
/
+2
*
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-06
1
-0
/
+8
|
\
|
*
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-28
1
-0
/
+8
*
|
Add a shorthand for setting the exit code using `SceneTree::quit()`
Hugo Locurcio
2020-01-03
1
-0
/
+1
[next]