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
/
object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
4
-30
/
+7
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
3
-26
/
+9
*
Remove ThreadWorkPool, replace by WorkerThreadPool
Juan Linietsky
2022-07-25
2
-75
/
+138
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+3
*
Merge pull request #63141 from reduz/implement-thread-runner
Rémi Verschelde
2022-07-22
2
-0
/
+609
|
\
|
*
Implement a Worker ThreadPool
reduz
2022-07-22
2
-0
/
+609
*
|
Implement Feature Build Profiles
reduz
2022-07-22
3
-7
/
+18
|
/
*
Remove unused hints
kobewi
2022-07-12
1
-45
/
+38
*
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
3
-0
/
+13
|
\
|
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
3
-0
/
+13
*
|
Implement a BitField hint
reduz
2022-07-05
3
-12
/
+47
|
/
*
GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...
Jan Haller
2022-06-29
3
-4
/
+12
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
4
-0
/
+57
*
Merge pull request #62185 from reduz/export-node-pointer-path
Rémi Verschelde
2022-06-27
1
-0
/
+1
|
\
|
*
Add ability to export Node pointers as NodePaths
reduz
2022-06-25
1
-0
/
+1
*
|
Rename export_range's noslider option to no_slider
Marcus Elg
2022-06-24
1
-1
/
+1
*
|
Implement varargs in Methodinfo
reduz
2022-06-23
3
-228
/
+59
|
/
*
Merge pull request #62122 from reduz/implement-movie-writer
Rémi Verschelde
2022-06-21
1
-0
/
+1
|
\
|
*
Implement Running Godot as Movie Writer
reduz
2022-06-21
1
-0
/
+1
*
|
Clean up Hash Functions
reduz
2022-06-20
3
-43
/
+38
*
|
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-06-19
2
-0
/
+38
*
|
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
2
-9
/
+9
|
/
*
Merge pull request #62030 from KoBeWi/SetName/GetName
Rémi Verschelde
2022-06-14
2
-6
/
+6
|
\
|
*
Change set/get binding to use StringName
kobewi
2022-06-14
2
-6
/
+6
*
|
Add vector value linking
kobewi
2022-06-14
1
-0
/
+1
|
/
*
Add callable_mp_static
reduz
2022-05-22
1
-0
/
+82
*
Add a new HashSet template
reduz
2022-05-20
6
-11
/
+12
*
Replace most uses of Map by HashMap
reduz
2022-05-16
8
-40
/
+38
*
Fix signal completion in GDScript editor
Yuri Rubinsky
2022-05-12
2
-0
/
+2
*
Add a new HashMap implementation
reduz
2022-05-12
4
-114
/
+75
*
Implement missing Node & Resource placeholders
reduz
2022-05-03
1
-18
/
+17
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
4
-7
/
+5
*
Change D_METHOD to variadic template
kobewi
2022-04-30
2
-200
/
+17
*
Merge pull request #59932 from vnen/remove-arg-names-release
Rémi Verschelde
2022-04-27
3
-2
/
+23
|
\
|
*
Remove argument name strings from release builds
George Marques
2022-04-05
3
-2
/
+23
*
|
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-45
/
+45
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-2
/
+12
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
3
-18
/
+18
|
/
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
5
-10
/
+10
*
Merge pull request #59633 from EricEzaM/better-code-complete-update
Rémi Verschelde
2022-04-03
3
-1
/
+18
|
\
|
*
Improve sorting of Code Completion options.
Eric M
2022-04-01
3
-1
/
+18
*
|
Fix some issues found by clang sanitizers.
bruvzg
2022-03-31
1
-3
/
+3
*
|
Fix typos with codespell
Rémi Verschelde
2022-03-31
1
-1
/
+1
*
|
Make vararg method bind no return and return
Pierre-Thomas Meisels
2022-03-30
5
-54
/
+101
*
|
Merge pull request #58608 from KoBeWi/metadefault
Rémi Verschelde
2022-03-29
2
-4
/
+10
|
\
\
|
|
/
|
/
|
|
*
Add optional 'default' argument to get_meta()
kobewi
2022-03-22
2
-4
/
+10
*
|
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-28
3
-30
/
+0
|
\
\
|
*
|
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
3
-30
/
+0
*
|
|
Merge pull request #59553 from reduz/script-extension-support
Rémi Verschelde
2022-03-28
4
-48
/
+1065
|
\
\
\
|
*
|
|
Add GDExtension support to Script
reduz
2022-03-27
4
-48
/
+1065
|
|
/
/
[next]