Differences From Artifact [f38617a638]:
- File src/world.mm — part of check-in [5659be76db] at 2025-03-15 00:24:34 on branch trunk — More string migrations (user: js, size: 10936) [annotate] [blame] [check-ins using]
To Artifact [2ac8b85a8f]:
- File
src/world.mm
— part of check-in
[489124a92f]
at
2025-03-16 10:11:39
on branch trunk
— Use one autorelease pool per frame
This way, nowhere else autorelease pools need to be managed. (user: js, size: 10859) [annotate] [blame] [check-ins using]
︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | - - - + + - - + + - | return; settag(tag, type); if (!savegame && type != 3) playsound(S_RUMBLE); |
︙ | |||
302 303 304 305 306 307 308 | 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 | - - + - - - - - + + + - | { int e = closestent(); if (e < 0) { conoutf(@"no more entities"); return; } int t = ents[e].type; |
︙ |