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
/
scripts
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
*
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
*
Move dotnet-format script to pre-commit
Raul Santos
2024-03-02
2
-37
/
+30
*
Replace hand-written pre-commit hooks with `pre-commit` Python tool
Aarni Koskela
2024-02-26
2
-79
/
+0
*
SCons: Add proper MinGW support to D3D12 deps install script
Rémi Verschelde
2024-02-23
1
-3
/
+31
*
Fix various typos with codespell
Rémi Verschelde
2024-02-07
1
-1
/
+1
*
Fix `printf` for format checks
A Thousand Ships
2024-02-02
6
-6
/
+6
*
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
*
SCons: Update mypy
Thaddeus Crews
2023-12-11
1
-1
/
+2
*
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-1
/
+1
*
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
2
-1
/
+2
*
CI: Compat checks: Make fetching the reference API more robust
RedworkDE
2023-09-05
1
-1
/
+1
*
CI: Compare API compatibility against both 4.0 and 4.1
RedworkDE
2023-08-30
1
-5
/
+28
*
Merge pull request #78908 from zorbathut/pr_gitignore
Rémi Verschelde
2023-08-29
1
-0
/
+26
|
\
|
*
Add static check for overzealous .gitignores.
Ben Rog-Wilhelm
2023-07-01
1
-0
/
+26
*
|
Fix API validation script on macOS.
bruvzg
2023-08-10
1
-4
/
+4
*
|
Fix or workaround recent extension API compatibility issues
Rémi Verschelde
2023-08-03
1
-1
/
+1
|
/
*
Fix various typos with codespell
Rémi Verschelde
2023-06-16
1
-1
/
+1
*
Update list of known breaking changes compared to 4.0-stable (3)
RedworkDE
2023-06-14
1
-1
/
+1
*
Allow validating the extension api against a reference version and a list of ...
RedworkDE
2023-05-19
1
-0
/
+60
*
CI: Make codespell checks blocking, but only check changed files
Rémi Verschelde
2023-05-08
1
-1
/
+1
*
CI: Speed up static checks by checking only changed files
Rémi Verschelde
2023-04-20
3
-16
/
+37
*
CI: Visibly print trailing whitespace when static checks fail
Rémi Verschelde
2023-04-05
6
-28
/
+37
*
Minor typo and docs URL fixes
Rémi Verschelde
2023-02-28
1
-1
/
+1
*
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-3
/
+3
*
Fix various typos with codespell
Rémi Verschelde
2023-02-01
1
-2
/
+5
*
Fix various typos with codespell
Rémi Verschelde
2023-01-30
1
-1
/
+1
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-2
/
+2
*
Fix file formatting script dependencies and cleanup
Aaron Franke
2023-01-12
1
-8
/
+10
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[CI] Use multiple forced unmount attempts for MoltenVK image.
bruvzg
2023-01-03
1
-1
/
+9
*
CI: Fix dumping GDExtension interface and API for godot-cpp
Rémi Verschelde
2022-12-14
1
-11
/
+0
*
Add an exception for thirdparty subdirectories in file_format.sh
Riteo Siuga
2022-11-13
1
-1
/
+3
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Fix dotnet format
Raul Santos
2022-10-12
1
-0
/
+7
*
Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypy
Rémi Verschelde
2022-09-30
2
-0
/
+17
|
\
|
*
ci: add Python static analysis check via mypy
Jiri Suchan
2022-09-30
2
-0
/
+17
*
|
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
|
/
*
Style: Cleanup header guards for consistency
Rémi Verschelde
2022-09-26
1
-0
/
+17
*
C#: Replace libnethost dependency to find hostfxr
Ignacio Roldán Etcheverry
2022-09-07
1
-2
/
+2
*
Fix UTF-8 validation in static checks
Gergely Kis
2022-09-05
1
-7
/
+20
*
Add `dotnet format` to CI to check C# style
Raul Santos
2022-08-27
1
-0
/
+28
*
ci: add basic test pipeline for shader builders
Jiri Suchan
2022-08-19
2
-1
/
+7
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-0
/
+2
*
CI: Link MoltenVK statically on macOS
Rémi Verschelde
2022-07-29
1
-1
/
+1
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-0
/
+61
*
Download Vulkan SDK disk image to a temporary folder in the script
Hugo Locurcio
2022-07-14
1
-2
/
+3
*
Add a script to install the Vulkan SDK on macOS
Hugo Locurcio
2022-07-12
1
-0
/
+13
[next]