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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #87000 from akx/pre-commit-clang-format-ignore-fix
Rémi Verschelde
2024-02-09
1
-0
/
+3
|
\
|
*
Add tests/python_build to clang-format pre-commit hook ignore list
Aarni Koskela
2024-01-09
1
-0
/
+3
*
|
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
|
/
/
*
|
Fix various typos with codespell
Rémi Verschelde
2024-02-07
1
-1
/
+1
*
|
Make ShaderMaterial always the last option in inspector resource dropdowns
Hugo Locurcio
2024-02-05
1
-0
/
+9
*
|
Merge pull request #84885 from shana/vsproj-for-everyone
Rémi Verschelde
2024-02-03
4
-0
/
+113
|
\
\
|
*
|
Add new VS proj generation logic that supports any platform that wants to opt in
Andreia Gaita
2024-01-31
4
-0
/
+113
*
|
|
Fix `printf` for format checks
A Thousand Ships
2024-02-02
6
-6
/
+6
|
/
/
*
|
[TextServer / Font] Add support for customizable baseline offset.
bruvzg
2024-01-28
2
-1
/
+8
*
|
SCons: Fix Windows cross-compilation from Linux after #86717
Rémi Verschelde
2024-01-26
1
-1
/
+7
*
|
Add a python script to install Direct3D 12 SDK components.
MrBBBaiXue
2024-01-24
1
-0
/
+98
*
|
Add `--log-file` command line argument to write output log to a file
Hugo Locurcio
2024-01-19
3
-2
/
+5
*
|
Merge pull request #87358 from bruvzg/ios_xc1520_4
Rémi Verschelde
2024-01-19
1
-12
/
+6
|
\
\
|
*
|
[iOS] Update linker flags for Xcode 15.2.
bruvzg
2024-01-19
1
-12
/
+6
*
|
|
Rework GraphEdit connections (drawing, API, optimizations)
Hendrik Brucker
2024-01-18
1
-0
/
+7
|
/
/
*
|
Merge pull request #85939 from adamscott/single-threaded-godot-4
Rémi Verschelde
2024-01-18
3
-10
/
+15
|
\
\
|
*
|
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
3
-10
/
+15
*
|
|
Make TileMapLayers extend Node2D and work as children of TileMap
Gilles Roudière
2024-01-17
1
-0
/
+8
|
/
/
*
|
[macOS/iOS export] Add option to set custom Info.plist data.
bruvzg
2024-01-11
1
-0
/
+1
*
|
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
*
Merge pull request #85837 from akien-mga/clang-format-16
Rémi Verschelde
2024-01-05
2
-2
/
+2
|
\
|
*
Style: Mark clang-format 16 as supported for pre-commit hook
Rémi Verschelde
2023-12-06
2
-2
/
+2
*
|
[iOS export] Add export options for performance capabilities and min. iOS ver...
bruvzg
2024-01-04
1
-4
/
+4
*
|
Merge pull request #86312 from bruvzg/ios_fix_screen_res
Rémi Verschelde
2024-01-03
13
-104
/
+0
|
\
\
|
*
|
[iOS] Remove deprecated LaunchImages support and switch to Storyboard by defa...
bruvzg
2023-12-18
13
-104
/
+0
*
|
|
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
*
|
SCons: Update mypy
Thaddeus Crews
2023-12-11
1
-1
/
+2
*
|
CI: Add 4.2-stable.expected file for GDExtension compatibility checks
Rémi Verschelde
2023-12-07
2
-0
/
+9
|
/
*
Bump version to 4.3-dev
Rémi Verschelde
2023-11-29
2
-3
/
+3
*
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-1
/
+1
*
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
*
Merge pull request #79527 from QbieShay/qbe/particles-rework
Rémi Verschelde
2023-10-10
1
-0
/
+6
|
\
|
*
Particle internal refactor and additions for more artistic control
QbieShay
2023-10-10
1
-0
/
+6
*
|
[iOS] Fix build on Xcode 14 and older.
bruvzg
2023-10-10
1
-2
/
+14
|
/
*
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
*
|
Merge pull request #82458 from bruvzg/ios_build_fix
Rémi Verschelde
2023-09-30
1
-6
/
+6
|
\
\
|
*
|
[iOS] Fix build with Xcode 15.
bruvzg
2023-09-27
1
-6
/
+6
*
|
|
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
|
\
\
\
|
|
/
/
|
/
|
|
[next]