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
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-4
/
+19
*
[Crypto] Expose OS.get_entropy
Fabio Alessandrelli
2024-06-17
1
-0
/
+9
*
[Crypto] Expose get_system_ca_certificates.
Fabio Alessandrelli
2024-06-14
1
-0
/
+5
*
Expose several EngineDebugger methods and signals as plugin callbacks
Chris Cranford
2024-06-10
1
-0
/
+77
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
*
Merge pull request #90916 from Naros/expose-classdb-class-get-property-defaul...
Rémi Verschelde
2024-04-22
1
-0
/
+11
|
\
|
*
Expose ClassDB::class_get_property_default_value method
Chris Cranford
2024-04-19
1
-0
/
+11
*
|
Merge pull request #90368 from Naros/expose-classdb-is-enum-bitfield
Rémi Verschelde
2024-04-22
1
-1
/
+7
|
\
\
|
*
|
Expose `ClassDB::is_enum_bitfield` as `ClassDB::is_class_enum_bitfield`
Chris Cranford
2024-04-19
1
-1
/
+7
|
|
/
*
|
Fix import and saving related crashes
A Thousand Ships
2024-04-22
1
-2
/
+0
*
|
Add get_process_exit_code() method
kobewi
2024-04-16
1
-0
/
+5
|
/
*
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
1
-6
/
+15
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+6
*
Merge pull request #86777 from Mickeon/autocomplete-classdb
Rémi Verschelde
2024-03-01
1
-0
/
+24
|
\
|
*
Add autocompletion for ClassDB & AudioServer
Micky
2024-02-29
1
-0
/
+24
*
|
Merge pull request #86743 from Mickeon/autocompletion-optimise-object
Rémi Verschelde
2024-03-01
1
-1
/
+3
|
\
\
|
*
|
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-1
/
+3
*
|
|
Enhance cache modes in resource loading
Pedro J. Estébanez
2024-02-26
1
-0
/
+2
|
/
/
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-7
/
+7
*
|
Merge pull request #83353 from Chubercik/expose_delaunay_3d
Rémi Verschelde
2024-01-04
1
-0
/
+5
|
\
\
|
*
|
Expose 3D Delaunay tetrahedralization in `Geometry3D`
Jakub Marcowski
2023-10-16
1
-0
/
+5
*
|
|
Add autocompletion for `Engine.get_singleton` & similar
Micky
2024-01-03
1
-0
/
+10
|
|
/
|
/
|
*
|
Add Direct3D 12 RenderingDevice implementation
Pedro J. Estébanez
2023-12-12
1
-0
/
+1
|
/
*
Fixes to allow object-less callables throughout Godot
Mai Lavelle
2023-10-06
1
-2
/
+1
*
Merge pull request #78871 from jitspoe/master.pr_compute_convex_mesh_points
Rémi Verschelde
2023-08-16
1
-0
/
+12
|
\
|
*
Expose compute_convex_mesh_points function to GDScript.
jitspoe
2023-08-14
1
-0
/
+12
*
|
Add ability to get barycentric coordinates from ray
PrecisionRender
2023-08-02
1
-0
/
+7
*
|
[macOS] Implement optional native file selection dialog support for sandboxed...
bruvzg
2023-07-12
1
-0
/
+10
|
/
*
Merge pull request #78000 from RandomShaper/let_users_mess_up
Rémi Verschelde
2023-06-10
1
-0
/
+8
|
\
|
*
Let user scripts disable thread safety checks
Pedro J. Estébanez
2023-06-09
1
-0
/
+8
*
|
Mark thread name setup safe for nodes
Pedro J. Estébanez
2023-06-08
1
-0
/
+4
|
/
*
Merge pull request #52314 from lawnjelly/four_delta_smooth
Rémi Verschelde
2023-05-17
1
-0
/
+12
|
\
|
*
Add frame delta smoothing option (4.x)
lawnjelly
2023-05-16
1
-0
/
+12
*
|
Merge pull request #77000 from reduz/make-more-base-nodes-thread-safe
Rémi Verschelde
2023-05-16
1
-30
/
+30
|
\
\
|
*
|
Make more base nodes thread safe
Juan Linietsky
2023-05-15
1
-30
/
+30
|
|
/
*
/
Robustify multi-threading primitives
Pedro J. Estébanez
2023-05-12
1
-4
/
+20
|
/
*
Merge pull request #76418 from reduz/method-bind-validated-call
Rémi Verschelde
2023-05-08
1
-2
/
+3
|
\
|
*
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
1
-2
/
+3
*
|
Cache feature list in OS.has_feature()
kobewi
2023-05-05
1
-1
/
+8
*
|
Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorer
Rémi Verschelde
2023-04-25
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Implement and expose OS::shell_show_in_file_manager()
Daylily-Zeleen
2023-04-25
1
-0
/
+10
*
|
[OS] Implement and expose to scripting APIs `get_memory_info` method instead ...
bruvzg
2023-04-24
1
-0
/
+5
|
/
*
Add Engine::unregister_script_language and make Engine::register_script_langu...
Emmanuel Leblond
2023-02-10
1
-2
/
+7
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-7
/
+7
*
Booleanize various sync primitives' wait & locking methods
Pedro J. Estébanez
2023-01-27
1
-3
/
+3
*
OS: Add `unset_environment`, better validate input
Rémi Verschelde
2023-01-16
1
-3
/
+8
*
Merge pull request #70714 from Calinou/doc-os-stdin
Rémi Verschelde
2023-01-12
1
-3
/
+3
|
\
[next]