Differences From Artifact [7fffcaae48]:
- File src/renderparticles.m — part of check-in [5b7b7d2fc5] at 2025-03-24 22:14:24 on branch trunk — Convert player into a class (user: js, size: 4035) [annotate] [blame] [check-ins using]
To Artifact [f1b52c549a]:
- File src/renderparticles.m — part of check-in [0ee94739ce] at 2025-03-25 23:38:08 on branch trunk — Clean up Variable (user: js, size: 4056) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | // renderparticles.cpp #include "cube.h" #import "Player.h" #define MAXPARTICLES 10500 const int NUMPARTCUTOFF = 20; struct particle { OFVector3D o, d; int fade, type; int millis; | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | // renderparticles.cpp #include "cube.h" #import "Player.h" #import "Variable.h" #define MAXPARTICLES 10500 const int NUMPARTCUTOFF = 20; struct particle { OFVector3D o, d; int fade, type; int millis; |
︙ | ︙ |