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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
17
-42
/
+40
*
|
|
|
Merge pull request #35522 from AndreaCatania/rpc_opt_2
Rémi Verschelde
2020-02-12
13
-170
/
+961
|
\
\
\
\
|
*
|
|
|
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
13
-170
/
+961
*
|
|
|
|
Merge pull request #36138 from GodotExplorer/fix-vscode1.42-hover-4.0
Rémi Verschelde
2020-02-12
1
-0
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix hover symbol content position
geequlim
2020-02-12
1
-0
/
+2
*
|
|
|
|
Merge pull request #36135 from akien-mga/doc-update
Rémi Verschelde
2020-02-12
1
-3
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
doc: Sync classref with current source
Rémi Verschelde
2020-02-12
1
-3
/
+2
|
|
/
/
/
*
/
/
/
Remove deprecated Color::gray
Hanif Bin Ariffin
2020-02-12
3
-14
/
+0
|
/
/
/
*
|
|
Fix assign instead of comparison in image_save_tinyexr.cpp.
Marcel Admiraal
2020-02-11
1
-1
/
+1
*
|
|
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
16
-28
/
+28
*
|
|
Fix code formatting issues and VS compilation
Rémi Verschelde
2020-02-11
4
-1
/
+91
*
|
|
Fix Vector3 ambiguities and out of bounds init.
bruvzg
2020-02-11
1
-2
/
+1
*
|
|
basis_universal: Use proper basisu_transcoder.h header, fixes Clang build
Rémi Verschelde
2020-02-11
4
-39
/
+38
*
|
|
Fixes to Basis Universal.
Juan Linietsky
2020-02-11
1
-2
/
+3
*
|
|
glslang: Disable warnings and allow unbundling
Rémi Verschelde
2020-02-11
2
-60
/
+61
*
|
|
basis_universal: Fix py3 build and document license and provenance
Rémi Verschelde
2020-02-11
2
-27
/
+35
*
|
|
Rewritten StreamTexture for better code reuse, added basis universal support
Juan Linietsky
2020-02-11
11
-102
/
+614
*
|
|
Modernized default 3D material, fixes material bugs.
Juan Linietsky
2020-02-11
5
-66
/
+61
*
|
|
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
|
|
Base 3D engine done, still untested, though.
Juan Linietsky
2020-02-11
1
-2
/
+1
*
|
|
Merge pull request #29993 from bruvzg/vulkan
Rémi Verschelde
2020-02-11
3
-139
/
+148
|
\
\
\
|
*
|
|
Add static Vulkan loader.
bruvzg
2020-02-11
3
-139
/
+148
*
|
|
|
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
1
-4
/
+4
|
/
/
/
*
|
|
Moved the shader source compilation code outside RenderingDevice and Vulkan
Juan Linietsky
2020-02-11
5
-0
/
+348
*
|
|
Changes to material required to add custom shaders in RD renderer
Juan Linietsky
2020-02-11
1
-2
/
+0
*
|
|
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
2
-3
/
+6
*
|
|
Texture refactor
Juan Linietsky
2020-02-11
17
-63
/
+71
*
|
|
Refactored RID/RID_Owner to always use O(1) allocation.
Juan Linietsky
2020-02-11
7
-236
/
+238
*
|
|
Refactor image_saver_tinyexr.cpp to prevent compiler warnings.
Marcel Admiraal
2020-02-11
1
-5
/
+10
*
|
|
[Mono] Basis/Transforms Array operator comments and improvements
Aaron Franke
2020-02-10
5
-74
/
+109
*
|
|
- Integrated NavigationServer and Navigation2DServer.
Andrea Catania
2020-02-10
21
-121
/
+2276
*
|
|
Merge pull request #33950 from Calinou/gridmap-editor-zoom-shortcut
Rémi Verschelde
2020-02-10
2
-2
/
+23
|
\
\
\
|
*
|
|
Implement zooming using Ctrl + Mouse wheel in the GridMap editor
Hugo Locurcio
2019-11-27
2
-2
/
+23
*
|
|
|
Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...
Rémi Verschelde
2020-02-10
3
-10
/
+6
|
\
\
\
\
|
*
|
|
|
Use StringName in pluginscript's set/get_prop and add_global_constant
Emmanuel Leblond
2020-02-01
3
-10
/
+6
*
|
|
|
|
Fix VisualScriptClassConstant to be updated properly
Yuri Roubinsky
2020-02-10
1
-2
/
+21
*
|
|
|
|
Merge pull request #36048 from AndreaCatania/SoftBodyStiff
Rémi Verschelde
2020-02-09
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Make softbody completelly stiff to attachment point
Andrea Catania
2020-02-09
1
-0
/
+1
*
|
|
|
|
|
Merge pull request #35649 from aaronfranke/color-unsigned
Rémi Verschelde
2020-02-09
1
-14
/
+14
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Use uint/ulong for Color in C#
Aaron Franke
2020-01-29
1
-14
/
+14
*
|
|
|
|
|
Merge pull request #36013 from raulsntos/fix-issubsequenceof
Rémi Verschelde
2020-02-09
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Avoid going out of bounds in IsSubsequenceOf
Raul Santos
2020-02-08
1
-2
/
+2
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #36011 from madmiraal/fix-33391
Rémi Verschelde
2020-02-08
1
-2
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove do{ } while(0) wrapper around error macros.
Marcel Admiraal
2020-02-08
1
-2
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #35982 from akien-mga/scons-modules-enabled-header-and-split
Rémi Verschelde
2020-02-08
1
-7
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
SCons: Split libmodules.a in folder-based libs
Rémi Verschelde
2020-02-07
1
-7
/
+16
|
|
/
/
/
/
/
*
/
/
/
/
/
Workaround WebM playback bug after AudioServer latency fixes
Rémi Verschelde
2020-02-07
2
-7
/
+14
|
/
/
/
/
/
*
|
|
|
|
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-02-07
5
-13
/
+8
*
|
|
|
|
SCons: Generate header with info on which modules are enabled
Rémi Verschelde
2020-02-07
3
-9
/
+23
*
|
|
|
|
Remove the last ERR_PRINTS that was missed by #33391
unknown
2020-02-07
1
-1
/
+1
[prev]
[next]