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
*
Update ICU and msdfgen.
bruvzg
2024-03-13
7
-4
/
+19
*
Merge pull request #89393 from Repiteo/retire-subprocess_main
Rémi Verschelde
2024-03-11
2
-20
/
+3
|
\
|
*
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
2
-20
/
+3
*
|
Merge pull request #89383 from bruvzg/font_no_bitmaps
Rémi Verschelde
2024-03-11
4
-6
/
+58
|
\
\
|
|
/
|
/
|
|
*
[Font] Add option to disable embedded bitmaps loading.
bruvzg
2024-03-11
4
-6
/
+58
*
|
Merge pull request #89381 from aaronfranke/disable-3d
Rémi Verschelde
2024-03-11
1
-2
/
+3
|
\
\
|
*
|
Disable all 3D nodes, physics, and resources when compiling without 3D
Aaron Franke
2024-03-11
1
-2
/
+3
|
|
/
*
/
pcre2: Update to 10.43
Jakub Marcowski
2024-03-11
1
-0
/
+1
|
/
*
Merge pull request #89361 from Repiteo/scons/with-statement
Rémi Verschelde
2024-03-10
4
-115
/
+112
|
\
|
*
SCons: Ensure `with` statement where applicable
Thaddeus Crews
2024-03-10
4
-115
/
+112
*
|
gltf export: Remove snapping and fix validation
Lyuma
2024-03-10
5
-55
/
+109
|
/
*
Merge pull request #89333 from Repiteo/enforce-eol-python
Rémi Verschelde
2024-03-09
6
-12
/
+14
|
\
|
*
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
6
-12
/
+14
*
|
C#: Fix warnings
Paul Joannon
2024-03-09
2
-0
/
+21
|
/
*
Merge pull request #89284 from mihe/lsp-multiple-messages
Rémi Verschelde
2024-03-09
4
-13
/
+25
|
\
|
*
Allow LSP to process multiple messages per poll
Mikael Hermansson
2024-03-08
4
-13
/
+25
*
|
Editor Help: Add syntax highlighting for code blocks
Danil Alexeev
2024-03-09
2
-11
/
+25
*
|
Merge pull request #89025 from Chubercik/clipper2-1.3.0
Rémi Verschelde
2024-03-08
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
clipper2: Update to 1.3.0
Jakub Marcowski
2024-03-01
1
-2
/
+2
*
|
GDScript: Add @export_custom annotation
George Marques
2024-03-07
3
-0
/
+38
*
|
Merge pull request #82952 from AbelToy/gds-export-array
Rémi Verschelde
2024-03-06
12
-64
/
+455
|
\
\
|
*
|
Support Array and PackedArray in @export_*
Abel Toy
2024-03-06
12
-64
/
+455
*
|
|
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
2
-2
/
+4
*
|
|
Merge pull request #89171 from bruvzg/fix_fb_breaks
Rémi Verschelde
2024-03-05
2
-2
/
+8
|
\
\
\
|
*
|
|
[TextServer] Fix fallback line breaking code adding two breaks for CR-LF.
bruvzg
2024-03-05
2
-2
/
+8
*
|
|
|
Allow configuring the script filename casing rule
RedMser
2024-03-05
2
-0
/
+5
|
/
/
/
*
|
|
[GDScript] Fix some test file paths
A Thousand Ships
2024-03-04
14
-0
/
+0
*
|
|
Merge pull request #89108 from Faless/mp/fix_config_reload
Rémi Verschelde
2024-03-04
2
-0
/
+10
|
\
\
\
|
*
|
|
[MP] Fix replication config reload error
Fabio Alessandrelli
2024-03-03
2
-0
/
+10
|
|
/
/
*
|
|
Merge pull request #89092 from AThousandShips/csharp_doc
Rémi Verschelde
2024-03-04
1
-1
/
+1
|
\
\
\
|
*
|
|
[C#] Fix typo in `Color` documentation
A Thousand Ships
2024-03-02
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #89007 from paulloz/dotnet/fix-interpolated-string-scriptp...
Rémi Verschelde
2024-03-04
5
-1
/
+105
|
\
\
\
|
*
|
|
Fix interpolated strings in ScriptPropertyDefVal
Paul Joannon
2024-03-01
5
-1
/
+105
*
|
|
|
Merge pull request #86973 from HolonProduction/tests-batch-1
Rémi Verschelde
2024-03-04
72
-6
/
+665
|
\
\
\
\
|
*
|
|
|
Cleanup
HolonProduction
2024-03-01
11
-105
/
+3
|
*
|
|
|
Debugging additions
HolonProduction
2024-03-01
8
-13
/
+87
|
*
|
|
|
Add test for `get_node` autocompletion
HolonProduction
2024-03-01
73
-6
/
+693
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #85918 from 20kdc/tnj-static-called-on-instance-fix-confusion
Rémi Verschelde
2024-03-04
3
-15
/
+31
|
\
\
\
\
|
*
|
|
|
GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...
20kdc
2024-03-01
3
-15
/
+31
|
|
/
/
/
*
|
|
|
Merge pull request #85153 from Repiteo/scons-improve-logs
Rémi Verschelde
2024-03-04
5
-4
/
+18
|
\
\
\
\
|
*
|
|
|
Add two new COMSTR environment variables
Thaddeus Crews
2024-03-01
5
-4
/
+18
*
|
|
|
|
Merge pull request #83504 from Repiteo/c#-generator-langword-check
Rémi Verschelde
2024-03-04
1
-4
/
+21
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
C# - bindings generator langword check
Thaddeus Crews
2023-10-17
1
-4
/
+21
*
|
|
|
|
Merge pull request #88933 from raulsntos/dotnet/pre-commit
Rémi Verschelde
2024-03-02
2
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Move dotnet-format script to pre-commit
Raul Santos
2024-03-02
2
-2
/
+2
*
|
|
|
|
Merge pull request #89036 from Mickeon/documentation-uncommon-words-2
Rémi Verschelde
2024-03-01
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Overhaul some "uncommon" wording in class reference
Micky
2024-03-01
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #89021 from wheatear-dev/test-crypto-key
Rémi Verschelde
2024-03-01
3
-0
/
+73
|
\
\
\
\
\
|
*
|
|
|
|
Add unit tests for CryptoKey
Edward Moulsdale
2024-03-01
3
-0
/
+73
|
|
/
/
/
/
*
/
/
/
/
Optimize SceneTree's `change_scene_to_file` autocompletion
Micky
2024-03-01
1
-2
/
+16
|
/
/
/
/
[next]