summaryrefslogtreecommitdiffstats
path: root/doc/classes/OS.xml
Commit message (Expand)AuthorAgeFilesLines
...
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-2/+10
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-3/+2
|\
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-3/+2
* | Remove duplicate Month and Weekday enumsAaron Franke2022-12-261-57/+0
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-5/+25
* Merge pull request #68532 from Calinou/cmdline-user-args-add-alternative-sepa...Rémi Verschelde2022-11-281-1/+3
|\
| * Allow `++` as an alternative separator to `--` for user CLI argumentsHugo Locurcio2022-11-111-1/+3
* | fix "unknown document" classref linksHana2022-11-141-1/+1
|/
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-4/+4
* Merge pull request #67923 from Calinou/doc-displayserverMax Hilbrunner2022-10-301-1/+2
|\
| * Document the DisplayServer classHugo Locurcio2022-10-271-1/+2
* | Fix OS.get_video_adapter_driver_info crashzCubed32022-10-271-1/+1
|/
* Merge pull request #67244 from RandomShaper/split_render_further_2Rémi Verschelde2022-10-111-4/+4
|\
| * Polish rendering driver refactor further (take 2)Pedro J. Estébanez2022-10-111-4/+4
* | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+9
|\ \ | |/ |/|
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+9
* | Remove reference in OS to date and time functionsAndrew Woodward2022-10-041-1/+1
* | Merge pull request #66803 from akien-mga/core-remove-NO_THREADSRémi Verschelde2022-10-031-6/+0
|\ \
| * | Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-6/+0
* | | Merge pull request #65751 from Faless/os/4.x_expose_read_from_stdinRémi Verschelde2022-10-031-0/+8
|\ \ \ | |/ / |/| |
| * | [OS] Expose get_stdin_string to Scripting.Fabio Alessandrelli2022-09-131-0/+8
* | | Fix missing "s" at the end of word in `OS.move_to_trash()` descriptionVictor Karp2022-09-291-1/+1
* | | Add new C# code blocks to class ref pagesPaul Joannon2022-09-191-2/+8
* | | Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
| |/ |/|
* | Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+21
|/
* Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debuggingRémi Verschelde2022-08-291-36/+0
|\
| * Drop obsolete resource usage debug methods from OS classRémi Verschelde2022-08-291-36/+0
* | [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-8/+8
|/
* Remove unimplemented `OS.dump_memory_to_file()` methodHugo Locurcio2022-08-181-8/+0
* [doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney2022-08-151-21/+21
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-41/+41
* Expose the "restart on exit" OS functionalityHugo Locurcio2022-08-011-0/+23
* Add support for command-line user arguments.Juan Linietsky2022-08-011-0/+11
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+17
* Merge pull request #60798 from Calinou/doc-os-cmdline-argsRémi Verschelde2022-06-191-0/+10
|\
| * Handle CLI arguments without a value in `OS.get_cmdline_args()` exampleHugo Locurcio2022-05-051-0/+10
* | Improve description of move_to_trash()kobewi2022-06-131-0/+5
* | i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-1/+1
|/
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+9
* Expose move_to_trash()kobewi2022-04-271-0/+8
* improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke2022-04-221-1/+1
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-151-1/+8
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Minor typo fixups to Windows console changesMax Hilbrunner2022-01-271-3/+3
* [Documentation] Add instruction how to execute built-in commands of various s...bruvzg2022-01-171-0/+3
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-1/+5
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-1/+5
* | State that get static memory usage only works in debugskyace652021-12-261-1/+1
|/
* Fix OS.get_name and OS.get_user_data_dir documentationNathan Franke2021-12-151-5/+60