summaryrefslogtreecommitdiff
path: root/core/core_bind.cpp
AgeCommit message (Expand)Author
2022-05-03Add OS::is_process_running function.mdavisprog
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-27Expose move_to_trash()kobewi
2022-04-13Fix "File must be opened" error with File.open()nova++
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-28Merge pull request #59548 from akien-mga/obj-remove-unused-categoriesRémi Verschelde
2022-03-27Add GDExtension support to Scriptreduz
2022-03-26Object: Remove unused category boilerplateRémi Verschelde
2022-03-22Add static method support to ClassDBreduz
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-07Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saverRémi Verschelde
2022-03-07Fix ResourceSaver::save method exposition flag parameterPierre-Thomas Meisels
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Add an `OS.get_processor_name()` methodHugo Locurcio
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-06[Debugger] New extensible EngineProfiler class.Fabio Alessandrelli
2022-01-19Delete orphaned property default for exit_code which is not exposed any more.strank
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-12Use List Initializations for Vectors.Anilforextra
2022-01-07Fix missing arg name in bindings for GDExtension APIRémi Verschelde
2022-01-04Fix method validation in Threadkobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-10Improve Directory content navigationTomasz Chabora
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-03Add an `OS.crash()` method for testing system crash handlerHugo Locurcio
2021-11-12Expose Thread::get_main_id in core bindingsBrian Semrau
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-01[macOS] Add `create_instance` function to spawn editor copies.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-18Added better descriptive error messages for file operations in core_bind.cppunknown
2021-10-06[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.Brian Semrau
2021-10-02Merge pull request #53059 from timothyqiu/thread-objRémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Fix crash when creating threadHaoyu Qiu
2021-09-28Merge pull request #53053 from LATRio/callable_in_thread_startRémi Verschelde
2021-09-28Fix inversed check inside register_singletonHennadii Chernyshchyk
2021-09-25Use Callable in Thread::startLATRio
2021-09-20Remove `Engine.editor_hint` in favor of `Engine.is_editor_hint()`Hugo Locurcio
2021-09-16Implement `OS::get_locale_language()` helper methodRémi Verschelde
2021-09-11Expose enum related methods in ClassDBHaoyu Qiu
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-25Add ability to register singletons from engine APIreduz
2021-08-18Merge pull request #51627 from mhilbrunner/todo-for-neikeqRémi Verschelde
2021-08-17Namespaces instead of underscore prefix for bindsMax Hilbrunner
2021-08-17Merge pull request #51793 from KoBeWi/direnamRémi Verschelde
2021-08-17Fix renaming directorieskobewi