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
/
gles3_builders.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SCons: Add method to generate raw cstrings
Thaddeus Crews
2024-07-31
1
-13
/
+5
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-6
/
+7
*
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
1
-1
/
+1
*
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-3
/
+3
*
[Buildsystem] Fix encoding when reading files
A Thousand Ships
2024-03-24
1
-1
/
+1
*
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
1
-11
/
+1
*
SCons: Ensure `with` statement where applicable
Thaddeus Crews
2024-03-10
1
-505
/
+502
*
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-1
/
+1
*
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-0
/
+1
*
SCons: Update mypy
Thaddeus Crews
2023-12-11
1
-1
/
+1
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-0
/
+7
*
CI: Update static checks to black 23.3.0
Rémi Verschelde
2023-06-19
1
-7
/
+0
*
Allow for external python scripts to call the build python headers via extern...
Bradley Clemetson
2023-03-19
1
-2
/
+12
*
Add GPUParticles to the OpenGL3 renderer.
clayjohn
2022-11-14
1
-5
/
+44
*
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-5
/
+5
*
ci: add Python static analysis check via mypy
Jiri Suchan
2022-09-30
1
-4
/
+6
*
ci: add basic test pipeline for shader builders
Jiri Suchan
2022-08-19
1
-5
/
+3
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-1
/
+1
*
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-9
/
+9
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-6
/
+6
*
Fix typo in gles3_builders.py
Marcel Admiraal
2022-01-28
1
-1
/
+1
*
New OpenGL batching canvas renderer
clayjohn
2022-01-11
1
-136
/
+211
*
WIP New GLES3 Shader Compiler
reduz
2022-01-11
1
-176
/
+132
*
Add a double-precision editor build to CI
Aaron Franke
2021-12-09
1
-35
/
+35
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-0
/
+528