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
*
Pre-commit: Fix `copyright_headers.py` to run on all relevant files
Rémi Verschelde
2024-03-15
1
-45
/
+49
*
Fix some AcceptDialog argument types
kobewi
2024-03-12
1
-0
/
+8
*
SCons: Ensure `with` statement where applicable
Thaddeus Crews
2024-03-10
2
-22
/
+19
*
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
2
-2
/
+2
*
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-0
/
+9
*
Merge pull request #88933 from raulsntos/dotnet/pre-commit
Rémi Verschelde
2024-03-02
2
-37
/
+30
|
\
|
*
Move dotnet-format script to pre-commit
Raul Santos
2024-03-02
2
-37
/
+30
*
|
[RTL] Add optional `push_meta` argument to control how meta underline is drawn.
bruvzg
2024-03-01
1
-0
/
+7
|
/
*
Replace hand-written pre-commit hooks with `pre-commit` Python tool
Aarni Koskela
2024-02-26
10
-874
/
+0
*
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
*
SCons: Add proper MinGW support to D3D12 deps install script
Rémi Verschelde
2024-02-23
1
-3
/
+31
*
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
*
[iOS/macOS] Add option to automatically build (and sign / archive) bundles.
bruvzg
2024-02-13
2
-0
/
+221
*
Merge pull request #88253 from shana/vs-add-custom-config-support
Rémi Verschelde
2024-02-13
2
-7
/
+5
|
\
|
*
VS: Fix user workflows with custom user VS configurations
Andreia Gaita
2024-02-12
2
-7
/
+5
*
|
Merge pull request #87340 from DarioSamo/rd_common_context
Rémi Verschelde
2024-02-12
1
-0
/
+7
|
\
\
|
*
|
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-0
/
+7
*
|
|
Merge pull request #86089 from adamscott/pwa-coop-coep
Rémi Verschelde
2024-02-12
2
-57
/
+140
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add option to ensure cross-origin isolation headers on web export
Adam Scott
2024-02-12
2
-57
/
+140
*
|
|
Change TileMapEditor to TileMapLayerEditor
Gilles Roudière
2024-02-12
1
-0
/
+9
|
/
/
*
|
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
|
/
[next]