Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCons: Add method to generate raw cstrings | Thaddeus Crews | 2024-07-31 | 5 | -7/+110 |
| | |||||
* | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 2 | -2/+2 |
| | |||||
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 1 | -1/+0 |
| | | | | Found by apply the file_format checks again via #91597. | ||||
* | [Buildsystem] Fix encoding when reading files | A Thousand Ships | 2024-03-24 | 2 | -6/+6 |
| | |||||
* | Add GPUParticles to the OpenGL3 renderer. | clayjohn | 2022-11-14 | 2 | -2/+4 |
| | | | | | | | | This includes collision (2D SDF, Box, Sphere, Heightmap), attraction (Box, Sphere), and all sorting modes. This does not include 3D SDF collisions, trails, or manual emission. | ||||
* | ci: add basic test pipeline for shader builders | Jiri Suchan | 2022-08-19 | 21 | -0/+448 |