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
*
Merge pull request #23961 from Faless/lws_poll_all
Rémi Verschelde
2018-11-26
1
-5
/
+10
|
\
|
*
Websocket LWS keep servicing till no CB are left
Fabio Alessandrelli
2018-11-25
1
-5
/
+10
*
|
Merge pull request #23959 from RandomShaper/fix-dangling-script-fix
Rémi Verschelde
2018-11-26
4
-41
/
+26
|
\
\
|
*
|
Fix crash on signal/resume to dangling target
Pedro J. Estébanez
2018-11-25
2
-31
/
+19
|
*
|
Revert "Fix crash on signal/resume to dangling target"
Pedro J. Estébanez
2018-11-24
4
-46
/
+43
*
|
|
Parse C# generics and type constraints correctly
Carter Anderson
2018-11-24
3
-4
/
+100
|
|
/
|
/
|
*
|
Merge pull request #23740 from ttencate/unused_argument_22139
Rémi Verschelde
2018-11-23
1
-12
/
+15
|
\
\
|
*
|
Prevent unused_argument warning when passing arg to parent constructor
Thomas ten Cate
2018-11-16
1
-12
/
+15
*
|
|
Merge pull request #22953 from DualMatrix/properties_gone
Rémi Verschelde
2018-11-22
1
-18
/
+27
|
\
\
\
|
*
|
|
Fixed parents properties not appearing in inspector if parent is class_name.
DualMatrix
2018-10-12
1
-18
/
+27
*
|
|
|
Improved algorithm that check collision
Andrea Catania
2018-11-22
3
-2
/
+44
*
|
|
|
add undeclared function params of VisualScriptEditor::_selected_method , Fixe...
Liangdi
2018-11-21
2
-2
/
+2
*
|
|
|
C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor
Ignacio Etcheverry
2018-11-20
3
-16
/
+21
*
|
|
|
Merge pull request #23760 from BastiaanOlij/fix_tangent_direction
Rémi Verschelde
2018-11-20
1
-8
/
+6
|
\
\
\
\
|
*
|
|
|
Fixing tangent and binormal logic
Bastiaan Olij
2018-11-19
1
-8
/
+6
*
|
|
|
|
Merge pull request #23824 from BastiaanOlij/polygon_caps
Rémi Verschelde
2018-11-20
1
-3
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
Adding UVs on end caps
Bastiaan Olij
2018-11-19
1
-3
/
+34
*
|
|
|
|
|
Remove trailing whitespace
Rémi Verschelde
2018-11-20
14
-40
/
+40
*
|
|
|
|
|
doc: Another indentation fixup
Rémi Verschelde
2018-11-20
1
-2
/
+0
*
|
|
|
|
|
Merge pull request #23833 from neikeq/hh
Ignacio Etcheverry
2018-11-20
1
-10
/
+16
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
C#: Fix Basis(Vec3,Vec3,Vec3) constructor
Ignacio Etcheverry
2018-11-20
1
-10
/
+16
*
|
|
|
|
|
Merge pull request #23789 from vnen/gdscript-empty-class-bug
Rémi Verschelde
2018-11-18
1
-0
/
+20
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Check for valid values when checking for class members
George Marques
2018-11-17
1
-0
/
+20
*
|
|
|
|
|
|
Allow primitives to be compared to Object types with `is`
George Marques
2018-11-17
1
-30
/
+27
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #23668 from sdfgeoff/fix_angular_constraints
Rémi Verschelde
2018-11-17
1
-1
/
+39
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Added angular restitution
Geoffrey Irons
2018-11-13
1
-1
/
+39
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #23743 from BastiaanOlij/csg_mikkt_tangent
Juan Linietsky
2018-11-16
3
-3
/
+145
|
\
\
\
\
\
|
*
|
|
|
|
Adding mikkt tangent support to CSG objects
Bastiaan Olij
2018-11-17
3
-3
/
+145
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Fix Squish decompression, closes #18109
Juan Linietsky
2018-11-16
1
-3
/
+4
*
|
|
|
|
Fix some undefined behaviour in Bullet module.
Ibrahn Sahir
2018-11-16
2
-2
/
+12
*
|
|
|
|
Get rid of gridmap error due to not yet valid cursor instance, fixes #17546
Juan Linietsky
2018-11-16
1
-1
/
+3
*
|
|
|
|
-Make sure monitorable cant be flipped while flushing queries, fixes #17330
Juan Linietsky
2018-11-16
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Assign pointer null in RegEx::clear to avoid double free on destruction.
Ibrahn Sahir
2018-11-15
1
-2
/
+6
*
|
|
|
Merge pull request #22940 from Faless/lws_buffers_bis
Rémi Verschelde
2018-11-13
18
-148
/
+285
|
\
\
\
\
|
*
|
|
|
Convert WebSocket module to use PacketBuffer class
Fabio Alessandrelli
2018-11-12
17
-148
/
+163
|
*
|
|
|
Add new PacketBuffer class for buffered peers
Fabio Alessandrelli
2018-11-12
1
-0
/
+122
*
|
|
|
|
Make enum values not be script constants if enum is named
George Marques
2018-11-11
1
-32
/
+45
|
/
/
/
/
*
|
|
|
Merge pull request #23490 from Faless/lws_client_memfix
Rémi Verschelde
2018-11-10
1
-6
/
+7
|
\
\
\
\
|
*
|
|
|
Fix access to freed mem in WS client after #23241
Fabio Alessandrelli
2018-11-03
1
-6
/
+7
*
|
|
|
|
Merge pull request #23639 from neikeq/gg
Rémi Verschelde
2018-11-10
1
-0
/
+7
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix GDScript placeholder fallback
Ignacio Etcheverry
2018-11-10
1
-0
/
+7
*
|
|
|
Merge pull request #23505 from zorbathut/zorbathut/updateproject
Ignacio Etcheverry
2018-11-08
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Add option for automatic project updating.
Ben Rog-Wilhelm
2018-11-04
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #23595 from neikeq/ff
Ignacio Etcheverry
2018-11-08
2
-6
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix assertion fail when loading assembly on project export
Ignacio Etcheverry
2018-11-08
2
-6
/
+2
*
|
|
|
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
4
-12
/
+12
*
|
|
|
Merge pull request #23583 from neikeq/ee
Ignacio Etcheverry
2018-11-08
15
-204
/
+234
|
\
|
|
|
|
*
|
|
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
15
-204
/
+234
*
|
|
|
Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536
Rémi Verschelde
2018-11-06
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
On virtual method creation cancel don't do anything.
K. S. Ernest (iFire) Lee
2018-11-05
2
-2
/
+2
[next]