summaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
AgeCommit message (Expand)Author
2023-02-01More codespell fixes, do more changes from previous ignore listRémi Verschelde
2023-01-28Update name of `template` feature tag in the class referenceHugo Locurcio
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-16OS: Add `unset_environment`, better validate inputRémi Verschelde
2023-01-12Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde
2023-01-11Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio
2022-12-26Remove duplicate Month and Weekday enumsAaron Franke
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
2022-11-28Merge pull request #68532 from Calinou/cmdline-user-args-add-alternative-sepa...Rémi Verschelde
2022-11-14fix "unknown document" classref linksHana
2022-11-11Allow `++` as an alternative separator to `--` for user CLI argumentsHugo Locurcio
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-30Merge pull request #67923 from Calinou/doc-displayserverMax Hilbrunner
2022-10-27Fix OS.get_video_adapter_driver_info crashzCubed3
2022-10-27Document the DisplayServer classHugo Locurcio
2022-10-11Merge pull request #67244 from RandomShaper/split_render_further_2Rémi Verschelde
2022-10-11Polish rendering driver refactor further (take 2)Pedro J. Estébanez
2022-10-11Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde
2022-10-11Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred
2022-10-04Remove reference in OS to date and time functionsAndrew Woodward
2022-10-03Merge pull request #66803 from akien-mga/core-remove-NO_THREADSRémi Verschelde
2022-10-03Merge pull request #65751 from Faless/os/4.x_expose_read_from_stdinRémi Verschelde
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
2022-09-29Fix missing "s" at the end of word in `OS.move_to_trash()` descriptionVictor Karp
2022-09-19Add new C# code blocks to class ref pagesPaul Joannon
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
2022-09-13[OS] Expose get_stdin_string to Scripting.Fabio Alessandrelli
2022-08-29Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debuggingRémi Verschelde
2022-08-29Drop obsolete resource usage debug methods from OS classRémi Verschelde
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-18Remove unimplemented `OS.dump_memory_to_file()` methodHugo Locurcio
2022-08-15[doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-01Expose the "restart on exit" OS functionalityHugo Locurcio
2022-08-01Add support for command-line user arguments.Juan Linietsky
2022-07-26Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg
2022-06-19Merge pull request #60798 from Calinou/doc-os-cmdline-argsRémi Verschelde
2022-06-13Improve description of move_to_trash()kobewi
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-05Handle CLI arguments without a value in `OS.get_cmdline_args()` exampleHugo Locurcio
2022-05-03Add OS::is_process_running function.mdavisprog
2022-04-27Expose move_to_trash()kobewi
2022-04-22improve OS.get_name classref, misc/scripts fixes, remove trailing quoteNathan Franke
2022-02-15Add an `OS.get_processor_name()` methodHugo Locurcio
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-27Minor typo fixups to Windows console changesMax Hilbrunner
2022-01-17[Documentation] Add instruction how to execute built-in commands of various s...bruvzg
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2021-12-26State that get static memory usage only works in debugskyace65