summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-04-04Fixed indentsRainer Deyke
2022-04-04Fixed unsafe castsRainer Deyke
2022-04-04Made Key operators constexprRainer Deyke
2022-03-26Object: Remove unused category boilerplateRémi Verschelde
2022-03-18Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab"Hugo Locurcio
2022-03-14Include platform_config.h in thread.cpp and thread.hBartłomiej T. Listwon
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-02-23Add offset string from minutes conversion method to Time singletonAaron Franke
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Add an `OS.get_processor_name()` methodHugo Locurcio
2022-02-14[OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-18Replace use of `OS::set_exit_code()` by `SceneTree::quit()` in `EditorNode`Emmanuel Leblond
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-12Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde
2022-01-06Fix multiple missing UTF-8 decoding.bruvzg
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-19[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli
2021-11-19Merge pull request #54499 from Faless/threads/4.x_work_pool_defaultRémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-02[OS] Add ThreadWorkPool default size to OS.Fabio Alessandrelli
2021-11-01Add support for PowerPC familyDaniel Kolesa
2021-11-01[macOS] Add `create_instance` function to spawn editor copies.bruvzg
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28Update Time documentationAaron Franke
2021-10-22Add support for the RISC-V architectureAaron Franke
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-04GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde
2021-09-30Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde
2021-09-29Fix Platform Thread OverrideLucy
2021-09-16Merge pull request #52734 from lucypero/thread_override_masterRémi Verschelde
2021-09-16Allow for platform Thread implementation overrideLucy
2021-09-16Implement `OS::get_locale_language()` helper methodRémi Verschelde
2021-09-15--single-window is passed through project manager.Jacob Edie
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-08-13Refactors the memnew_placement.AndreaCatania
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-06OS: Fix used resource debug printsRémi Verschelde
2021-08-03[Headless] Add --headless switch (no rendering, no audio).Fabio Alessandrelli
2021-07-26Use doubles for time everywhere in Timer/SceneTreeAaron Franke