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
/
doc
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
Improve area/body_shape_entered/exited signals parameter names and doc
Maxime Lapointe
2021-10-14
4
-60
/
+60
*
|
|
|
|
|
|
|
|
Fix the height fog effect
Brian Semrau
2021-10-14
1
-0
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #53597 from Xeadriel/patch-1
Rémi Verschelde
2021-10-13
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Add that elapsed_time in CharFXTransform resets when RichTextLabels text is c...
Xeadriel
2021-10-13
1
-1
/
+1
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Remove REST transform influence in skeleton bones
reduz
2021-10-13
1
-31
/
+5
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Prevent tiles outside atlas texture
Gilles Roudière
2021-10-13
1
-12
/
+10
*
|
|
|
|
|
|
Merge pull request #53689 from reduz/remove-animation-transform3d-track
Rémi Verschelde
2021-10-13
3
-31
/
+69
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Remove animation 3D transform track, replace by loc/rot/scale tracks.
reduz
2021-10-12
3
-31
/
+69
*
|
|
|
|
|
|
|
Merge pull request #53636 from KoBeWi/colorayer
Rémi Verschelde
2021-10-12
1
-0
/
+15
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Add modulate property to TileMap layers
kobewi
2021-10-10
1
-0
/
+15
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Add a way to force undo/redo operations to be kept in MERGE_ENDS mode
Gilles Roudière
2021-10-12
1
-1
/
+13
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #52548 from m4gr3d/customize_metadata_dir_master
Rémi Verschelde
2021-10-12
2
-7
/
+12
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Make the project data directory customizable.
ne0fhyk
2021-10-11
2
-7
/
+12
*
|
|
|
|
|
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
5
-43
/
+3
*
|
|
|
|
|
Merge pull request #48332 from TokageItLab/implement-ping-pong
Rémi Verschelde
2021-10-11
5
-3
/
+43
|
\
\
\
\
\
\
|
*
|
|
|
|
|
implement ping-pong loop in animation
Tokage
2021-10-09
5
-3
/
+43
*
|
|
|
|
|
|
Move add_syntax_highlighter bind to ScriptEditorBase
Paulb23
2021-10-11
2
-1
/
+8
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Mention remove_node() side effect of potentially setting owner to null
zacryol
2021-10-09
1
-0
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix typo in the `Timer.wait_time` description
Hugo Locurcio
2021-10-09
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Add a warning for Timer nodes with very low wait times
Hugo Locurcio
2021-10-09
1
-1
/
+2
*
|
|
|
Fix missing argument names in bindings
Rémi Verschelde
2021-10-09
4
-9
/
+9
*
|
|
|
Allow any floating-point value as a 3D rendering scale option
Hugo Locurcio
2021-10-08
3
-27
/
+9
*
|
|
|
Merge pull request #53549 from DeeJayLSP/refcounted-fix-description
Rémi Verschelde
2021-10-08
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix RefCounted description
DeeJayLSP
2021-10-08
1
-2
/
+2
*
|
|
|
|
[Net] Add call_local argument to Node.rpc_config.
Fabio Alessandrelli
2021-10-08
1
-2
/
+3
*
|
|
|
|
Merge pull request #53493 from DeeJayLSP/patch-1
Rémi Verschelde
2021-10-07
1
-1
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
DisplayServer: Add multiple descriptions for methods.
DeeJayLSP
2021-10-07
1
-1
/
+11
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #53541 from Calinou/doc-call-group-null
Rémi Verschelde
2021-10-07
1
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Document null argument limitation with `SceneTree.call_group()`
Hugo Locurcio
2021-10-07
1
-1
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #53523 from Calinou/remove-occlusion-color
Rémi Verschelde
2021-10-07
2
-3
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Remove unimplemented `Environment.ambient_light_occlusion_color` property
Hugo Locurcio
2021-10-07
2
-3
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #53538 from Calinou/environment-ssr-fade-no-negative-values
Rémi Verschelde
2021-10-07
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Clamp Environment's SSR fade-in and fade-out to positive values
Hugo Locurcio
2021-10-07
1
-2
/
+2
|
|
/
/
/
/
*
/
/
/
/
Don't allow translucent colors in built-in sky material properties
Hugo Locurcio
2021-10-07
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #53455 from briansemrau/thread-is-executing
Rémi Verschelde
2021-10-06
1
-4
/
+12
|
\
\
\
\
|
*
|
|
|
[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.
Brian Semrau
2021-10-06
1
-4
/
+12
*
|
|
|
|
Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo
Rémi Verschelde
2021-10-06
3
-7
/
+47
|
\
\
\
\
\
|
*
|
|
|
|
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-07
3
-7
/
+47
*
|
|
|
|
|
Merge pull request #53472 from akien-mga/doc-update-tutorial-links
Rémi Verschelde
2021-10-06
57
-98
/
+61
|
\
\
\
\
\
\
|
*
|
|
|
|
|
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
57
-98
/
+61
*
|
|
|
|
|
|
Change dragging cursor on Windows
kobewi
2021-10-06
1
-0
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #53416 from DeeJayLSP/patch-1
Rémi Verschelde
2021-10-06
1
-0
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Describe how window mode setter and getter works
DeeJayLSP
2021-10-05
1
-0
/
+3
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #53446 from nekomatata/container-pre-sort-children
Rémi Verschelde
2021-10-06
1
-1
/
+9
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add pre-sort signal and notification in Container
PouleyKetchoupp
2021-10-05
1
-1
/
+9
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-10-05
37
-93
/
+114
|
/
/
/
/
*
|
|
|
Merge pull request #53420 from nekomatata/fix-tilemap-moving-platform
Rémi Verschelde
2021-10-05
2
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Fix physics glitch with TileMap moving platforms
PouleyKetchoupp
2021-10-04
2
-0
/
+6
*
|
|
|
|
Merge pull request #53406 from KoBeWi/are_you_a_process_or_an_idle
Rémi Verschelde
2021-10-04
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix some leftover references to idle_frame
kobewi
2021-10-04
1
-1
/
+1
[prev]
[next]