Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
2100Filtered Results

Detail

2012.11.17.Log0675.txt

📄SVN 📅2012-11-17 💾2,0 KB 6 Parsed entries CON BUILD FIX

Revision r3206

Clean up base engine functions: tighten scope of locals declarations.

Revision r3205

Clean up engine code by factoring repeated 3-liners into spriteheightofs().

This function also changed: it doesn't handle floor-aligned sprites now,
and the z offset is returned instead of set by pointer.

Revision r3204

A couple of meaning-preserving rewrites of picanm[]-touching code.

Revision r3203

Mapster32: fix cycling picnum in 3D mode.

Using non-keypad [-]/[+] or LMB + mousewheel, it was broken when a void
tile was in between.

Revision r3202

Clean up picanm[] by making its elements values of struct type picanm_t.

The size of that struct is currently 4, and its layout almost the same as
what is read in with loadpics().  The number of tiles in an animation is
bumped to 256, so that the max. tile difference in DEF's animtilerange is
255. (There's no way to have such animations from ART.)

Revision r3201

Lunatic: update BUILD types with signed->unsigned changes of *stat.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r3207 | helixhorned | 2012-11-17 11:46:50 -0800 (Sat, 17 Nov 2012) | 1 line

Engine cleanup: factor out code getting bounds of sprites.
------------------------------------------------------------------------
r3206 | helixhorned | 2012-11-17 11:46:47 -0800 (Sat, 17 Nov 2012) | 1 line

Clean up base engine functions: tighten scope of locals declarations.
------------------------------------------------------------------------
r3205 | helixhorned | 2012-11-17 11:46:43 -0800 (Sat, 17 Nov 2012) | 4 lines

Clean up engine code by factoring repeated 3-liners into spriteheightofs().

This function also changed: it doesn't handle floor-aligned sprites now,
and the z offset is returned instead of set by pointer.
------------------------------------------------------------------------
r3204 | helixhorned | 2012-11-17 11:46:37 -0800 (Sat, 17 Nov 2012) | 1 line

A couple of meaning-preserving rewrites of picanm[]-touching code.
------------------------------------------------------------------------
r3203 | helixhorned | 2012-11-17 11:46:33 -0800 (Sat, 17 Nov 2012) | 4 lines

Mapster32: fix cycling picnum in 3D mode.

Using non-keypad [-]/[+] or LMB + mousewheel, it was broken when a void
tile was in between.
------------------------------------------------------------------------
r3202 | helixhorned | 2012-11-17 11:46:28 -0800 (Sat, 17 Nov 2012) | 6 lines

Clean up picanm[] by making its elements values of struct type picanm_t.

The size of that struct is currently 4, and its layout almost the same as
what is read in with loadpics().  The number of tiles in an animation is
bumped to 256, so that the max. tile difference in DEF's animtilerange is
255. (There's no way to have such animations from ART.)
------------------------------------------------------------------------
r3201 | helixhorned | 2012-11-17 11:46:18 -0800 (Sat, 17 Nov 2012) | 1 line

Lunatic: update BUILD types with signed->unsigned changes of *stat.
------------------------------------------------------------------------