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
/
core
/
core_bind.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
1
-0
/
+5
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-7
/
+7
*
Expose move_to_trash()
kobewi
2022-04-27
1
-0
/
+5
*
Fix "File must be opened" error with File.open()
nova++
2022-04-13
1
-1
/
+0
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-79
/
+60
*
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-28
1
-5
/
+0
|
\
|
*
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
1
-5
/
+0
*
|
Add GDExtension support to Script
reduz
2022-03-27
1
-0
/
+16
|
/
*
Add static method support to ClassDB
reduz
2022-03-22
1
-2
/
+2
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-24
/
+10
*
Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saver
Rémi Verschelde
2022-03-07
1
-2
/
+3
|
\
|
*
Fix ResourceSaver::save method exposition flag parameter
Pierre-Thomas Meisels
2022-03-07
1
-2
/
+3
*
|
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+1
*
|
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
1
-0
/
+5
*
|
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+0
*
|
[Debugger] New extensible EngineProfiler class.
Fabio Alessandrelli
2022-02-06
1
-55
/
+10
|
/
*
Delete orphaned property default for exit_code which is not exposed any more.
strank
2022-01-19
1
-1
/
+0
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-6
/
+6
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-6
/
+6
*
|
Use List Initializations for Vectors.
Anilforextra
2022-01-12
1
-8
/
+2
*
|
Fix missing arg name in bindings for GDExtension API
Rémi Verschelde
2022-01-07
1
-2
/
+2
*
|
Fix method validation in Thread
kobewi
2022-01-04
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
|
/
*
Improve Directory content navigation
Tomasz Chabora
2021-12-10
1
-7
/
+54
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
Add an `OS.crash()` method for testing system crash handler
Hugo Locurcio
2021-12-03
1
-0
/
+5
*
Expose Thread::get_main_id in core bindings
Brian Semrau
2021-11-12
1
-0
/
+5
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-4
/
+4
*
[macOS] Add `create_instance` function to spawn editor copies.
bruvzg
2021-11-01
1
-0
/
+14
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-1
/
+1
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-1
/
+1
*
Added better descriptive error messages for file operations in core_bind.cpp
unknown
2021-10-18
1
-33
/
+33
*
[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.
Brian Semrau
2021-10-06
1
-7
/
+15
*
Merge pull request #53059 from timothyqiu/thread-obj
Rémi Verschelde
2021-10-02
1
-4
/
+12
|
\
|
*
Fix crash when creating thread
Haoyu Qiu
2021-09-29
1
-4
/
+12
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
|
/
*
Merge pull request #53053 from LATRio/callable_in_thread_start
Rémi Verschelde
2021-09-28
1
-32
/
+11
|
\
|
*
Use Callable in Thread::start
LATRio
2021-09-25
1
-32
/
+11
*
|
Fix inversed check inside register_singleton
Hennadii Chernyshchyk
2021-09-28
1
-1
/
+1
*
|
Remove `Engine.editor_hint` in favor of `Engine.is_editor_hint()`
Hugo Locurcio
2021-09-20
1
-2
/
+0
|
/
*
Implement `OS::get_locale_language()` helper method
Rémi Verschelde
2021-09-16
1
-0
/
+5
*
Expose enum related methods in ClassDB
Haoyu Qiu
2021-09-11
1
-0
/
+41
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-6
/
+6
*
Add ability to register singletons from engine API
reduz
2021-08-25
1
-2
/
+33
*
Merge pull request #51627 from mhilbrunner/todo-for-neikeq
Rémi Verschelde
2021-08-18
1
-707
/
+715
|
\
|
*
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-17
1
-707
/
+715
*
|
Merge pull request #51793 from KoBeWi/direnam
Rémi Verschelde
2021-08-17
1
-2
/
+4
|
\
\
|
|
/
|
/
|
[next]