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
/
misc
/
extension_api_validation
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
fix node duplication in update after external changes.
ajreckof
2024-04-03
1
-0
/
+7
|
/
*
Fix some AcceptDialog argument types
kobewi
2024-03-12
1
-0
/
+8
*
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-0
/
+9
*
[RTL] Add optional `push_meta` argument to control how meta underline is drawn.
bruvzg
2024-03-01
1
-0
/
+7
*
Make Skeleton3D::add_bone return the new bone index right away, instead of re...
Zi Ye
2024-02-25
1
-0
/
+9
*
Add ufbx for FBX importing
K. S. Ernest (iFire) Lee
2024-02-23
1
-0
/
+11
*
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-0
/
+44
*
Implement hooks into renderer
Bastiaan Olij
2024-02-18
1
-0
/
+13
*
Merge pull request #84792 from scriptsengineer/distance-fog
Rémi Verschelde
2024-02-18
1
-0
/
+7
|
\
|
*
Add optional depth fog
Eidolon
2024-02-17
1
-0
/
+7
*
|
Revert "Allow configuration warnings to refer to a property"
Rémi Verschelde
2024-02-17
1
-7
/
+0
|
/
*
Make consistent the retrieval of audio tracks
Silc Lizard (Tokage) Renew
2024-02-18
1
-0
/
+7
*
Add CallbackModeDiscrete to AnimationMixer
Silc Lizard (Tokage) Renew
2024-02-17
1
-0
/
+11
*
Unbind GDExtension methods that can't reasonably be used
David Snopek
2024-02-16
1
-0
/
+9
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-0
/
+7
*
Change TileMapEditor to TileMapLayerEditor
Gilles Roudière
2024-02-12
1
-0
/
+9
*
Merge pull request #86907 from aaronfranke/getter-const
Rémi Verschelde
2024-02-09
1
-0
/
+15
|
\
|
*
Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const
Aaron Franke
2024-02-08
1
-0
/
+15
*
|
Allow configuration warnings to refer to a property
RedMser
2024-02-08
1
-0
/
+7
|
/
*
Make ShaderMaterial always the last option in inspector resource dropdowns
Hugo Locurcio
2024-02-05
1
-0
/
+9
*
[TextServer / Font] Add support for customizable baseline offset.
bruvzg
2024-01-28
2
-1
/
+8
*
Rework GraphEdit connections (drawing, API, optimizations)
Hendrik Brucker
2024-01-18
1
-0
/
+7
*
Make TileMapLayers extend Node2D and work as children of TileMap
Gilles Roudière
2024-01-17
1
-0
/
+8
*
Fix incorrect mapping of initial action as clear region continue to clear.
Dario
2024-01-09
1
-1
/
+1
*
Acyclic Command Graph for RenderingDevice.
Dario
2024-01-08
1
-0
/
+23
*
Remove Object pointer/solve types conflict in AnimationTrackCache
Silc Lizard (Tokage) Renew
2024-01-08
1
-0
/
+7
*
Fix PhysicsShapeQueryParameters3D.motion type wrongly set to Vector2
Robert Borghese
2024-01-02
1
-0
/
+7
*
Move tile transforms handling cache to TileData
Gilles Roudière
2023-12-13
1
-0
/
+7
*
CI: Add 4.2-stable.expected file for GDExtension compatibility checks
Rémi Verschelde
2023-12-07
2
-0
/
+9
*
Remove unused `NOTIFICATION_NODE_RECACHE_REQUESTED` notification
Yuri Sizov
2023-11-06
1
-1
/
+8
*
Change dropdown type filter to Texture2D in certain nodes
BlueCube3310
2023-10-28
1
-0
/
+12
*
Particle internal refactor and additions for more artistic control
QbieShay
2023-10-10
1
-0
/
+6
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-0
/
+13
*
Make `GraphEdit` toolbar more customizable
Yuri Sizov
2023-10-02
1
-0
/
+10
*
Merge pull request #82370 from YuriSizov/graphs-request-rename-close-delete-p...
Rémi Verschelde
2023-10-02
1
-1
/
+0
|
\
|
*
Rename close requests to delete requests in `GraphEdit`
Yuri Sizov
2023-09-26
1
-1
/
+0
*
|
Remove wrong API removal whitelist for `AnimationPlayer.animation_changed`
Rémi Verschelde
2023-09-29
1
-1
/
+0
*
|
Merge pull request #80813 from TokageItLab/rework-animation-manager
Rémi Verschelde
2023-09-29
1
-0
/
+64
|
\
\
|
*
|
Implement AnimationManager the base class of AnimationPlayer/Tree
Silc Lizard (Tokage) Renew
2023-09-29
1
-0
/
+64
*
|
|
Merge pull request #81356 from pkdawson/rd-compat
Yuri Sizov
2023-09-27
1
-3
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add compatibility methods for RenderingDevice BarrierMask
Patrick Dawson
2023-09-27
1
-3
/
+0
*
|
|
Moved `face_index` field in 3D `RayResult` to end of struct
Mikael Hermansson
2023-09-26
1
-0
/
+7
|
|
/
|
/
|
*
|
[RTL] Add support for image dynamic updating, padding, tooltips and size in p...
bruvzg
2023-09-26
1
-0
/
+7
*
|
Free submenu children when clearing PopupMenu
kobewi
2023-09-25
1
-0
/
+7
|
/
*
Fix bindings of `PhysicsServer3DRenderingServerHandler`
Mikael Hermansson
2023-09-20
1
-0
/
+8
*
Improve TileMap performances by using quadrants only for rendering
Gilles Roudière
2023-09-08
1
-0
/
+7
*
Clean up/refactor GraphNode and make it more flexible
Hendrik Brucker
2023-09-07
1
-0
/
+53
*
CI: Compare API compatibility against both 4.0 and 4.1
RedworkDE
2023-08-30
2
-118
/
+120
*
Exclude unexposed classes from the extension_api.json
David Snopek
2023-08-29
1
-9
/
+16
*
[Text Server] Store extra spacing of individual font variations.
bruvzg
2023-08-24
1
-0
/
+7
[prev]
[next]