Differences From Artifact [d2bce2bd10]:
- File src/rendergl.m — part of check-in [e8f80b0482] at 2025-03-23 02:03:32 on branch trunk — Convert monster into a class (user: js, size: 11357) [annotate] [blame] [check-ins using]
To Artifact [34f844358a]:
- File
src/rendergl.m
— part of check-in
[6b85eefc85]
at
2025-03-23 02:47:40
on branch trunk
— Remove loop[ijkl]
They confused clang-format a lot. (user: js, size: 11430) [annotate] [blame] [check-ins using]
︙ | |||
108 109 110 111 112 113 114 | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | - + - - - - + + + | s = converted; } @finally { SDL_FreeFormat(format); } } #if 0 |
︙ | |||
175 176 177 178 179 180 181 | 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 | + + - + | // ( cube texture, frame ) -> ( opengl id, name ) static int mapping[256][MAXFRAMES]; static OFString *mapname[256][MAXFRAMES]; void purgetextures() { for (int i = 0; i < 256; i++) for (int j = 0; j < MAXFRAMES; j++) |
︙ | |||
217 218 219 220 221 222 223 | 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | - + - + | return tid; } *xs = *ys = 16; if (tid == 0) return 1; // crosshair :) |
︙ |