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
/
methods.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright_headers.py referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Fix build versioning to account for status_version
Spartan322
2024-10-24
1
-2
/
+9
*
Fix VERSION_FULL_CONFIG ignoring status versioning
Spartan322
2024-10-23
1
-1
/
+1
*
Bump version to 4.3-beta.1
Spartan322
2024-10-17
1
-0
/
+1
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-1
/
+7
*
[Buildsystem] Improve cache handling
A Thousand Ships
2024-09-17
1
-38
/
+62
*
Merge pull request #93753 from Repiteo/scons/visual-studio-fixes
Rémi Verschelde
2024-07-22
1
-2
/
+13
|
\
|
*
SCons: Fix output with `vsproj=yes`
Thaddeus Crews
2024-06-29
1
-2
/
+13
*
|
Merge pull request #94117 from mhilbrunner/fix-94090-vsproj-scons-4.8
Rémi Verschelde
2024-07-09
1
-3
/
+5
|
\
\
|
*
|
Fix VS project generation with SCons 4.8.0+
Max Hilbrunner
2024-07-09
1
-3
/
+5
|
|
/
*
/
Fix build fetching git_timestamp if git log.showsignature=true
Zorvalt
2024-07-08
1
-1
/
+1
|
/
*
Fix not using `encoding="utf-8"` when writing to files or reading from them
Kusok
2024-06-19
1
-2
/
+2
*
SCons: Minor fixes/adjustments for web compilation
Thaddeus Crews
2024-05-24
1
-0
/
+2
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-28
/
+23
*
SCons: Generate all scripts natively
Thaddeus Crews
2024-05-07
1
-131
/
+113
*
SCons: Fixes for warn/error colorization
Thaddeus Crews
2024-04-29
1
-46
/
+48
*
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-66
/
+80
*
SCons: `scons_version` to environment variable
Thaddeus Crews
2024-04-24
1
-7
/
+3
*
[Web] Fix building for web on Windows
A Thousand Ships
2024-04-20
1
-1
/
+5
*
SCons: Disable `show_progress` with ninja
Thaddeus Crews
2024-04-18
1
-0
/
+4
*
Visual Studio: Fix indentation in sln file, VS is VERY PICKY
Andreia Gaita
2024-04-12
1
-2
/
+2
*
Ensure all Visual Studio files are generated with CRLF
Andreia Gaita
2024-04-10
1
-3
/
+3
*
Merge pull request #88244 from shana/vs-improve-settings
Rémi Verschelde
2024-04-08
1
-8
/
+12
|
\
|
*
VS: Don't override user options. Add additional vs hints
Andreia Gaita
2024-02-12
1
-8
/
+12
*
|
SCons: Ensure *all* generated files can be cleaned
Thaddeus Crews
2024-04-05
1
-0
/
+25
*
|
Merge pull request #89452 from Riteo/name-a-better-duo
Rémi Verschelde
2024-04-04
1
-26
/
+34
|
\
\
|
*
|
SCons: unify code generations routine and minimize timestamp changes
Riteo
2024-03-15
1
-26
/
+34
*
|
|
[Buildsystem] Fix encoding when reading files
A Thousand Ships
2024-03-24
1
-10
/
+10
|
/
/
*
|
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
1
-6
/
+2
*
|
SCons: Ensure `with` statement where applicable
Thaddeus Crews
2024-03-10
1
-50
/
+56
*
|
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-11
/
+13
*
|
Add two new COMSTR environment variables
Thaddeus Crews
2024-03-01
1
-4
/
+11
*
|
Merge pull request #88949 from shana/vs-performance-improvement
Rémi Verschelde
2024-02-29
1
-23
/
+46
|
\
\
|
*
|
VS: Improve performance of parsing project file
Andreia Gaita
2024-02-28
1
-23
/
+46
*
|
|
Display the build date in the editor and when starting the engine
Hugo Locurcio
2024-02-27
1
-0
/
+13
|
/
/
*
/
VS: Fix user workflows with custom user VS configurations
Andreia Gaita
2024-02-12
1
-1
/
+19
|
/
*
Add new VS proj generation logic that supports any platform that wants to opt in
Andreia Gaita
2024-01-31
1
-155
/
+453
*
Remove now unused `year` member from `version.py`
Rémi Verschelde
2024-01-25
1
-2
/
+0
*
Merge pull request #85206 from bruvzg/mac_clang_version_check_update
Rémi Verschelde
2024-01-18
1
-1
/
+30
|
\
|
*
[macOS] Check Apple specific version instead of generic clang version.
bruvzg
2023-11-22
1
-1
/
+30
*
|
use venv if detected when building godot.sln
Alex Drozd
2023-11-26
1
-3
/
+10
*
|
Fix generating vsproj with SCons 4.6.0+
Max Hilbrunner
2023-11-25
1
-8
/
+11
|
/
*
SCons: Reduce and cleanup verbose output for SCU builds
Rémi Verschelde
2023-10-26
1
-3
/
+0
*
Fix compiler detection.
bruvzg
2023-09-26
1
-1
/
+1
*
Updated compiler version detection
Mario Liebisch
2023-09-25
1
-9
/
+26
*
SCons: Fix Python 3.12 SyntaxError with regex escape sequences
Rémi Verschelde
2023-09-25
1
-7
/
+7
*
fix build options configuration for Visual Studio projects
Valery Zhuk
2023-09-02
1
-22
/
+13
*
Build system: add option for MSVC incremental linking.
ocean (they/them)
2023-08-29
1
-0
/
+3
*
Carry over the windows_subsystem setting to the generated vsproj if it's not ...
Dario
2023-08-12
1
-0
/
+3
*
SCons: Move platform logo/run icon to `export` folder
Rémi Verschelde
2023-06-20
1
-27
/
+0
[next]