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

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

Detail

2012.02.24.Log0450.txt

📄SVN 📅2012-02-24 💾1,6 KB 4 Parsed entries CON BUILD

Revision r2384

add Mac OS X .app bundles to repository

Revision r2383

Add the source .psd files for the EDuke32 logo and program icon to the repository. Though they are .psd, they are effectively vector because they utilize paths.

Revision r2382

cosmetic:
* update Windows icons to include 64x64, 128x128, and 256x256 sizes
* add "orange_icon.ico" (unused; classic orange color of logo)
* remove unused 32x32 "build_icon.bmp" file

Revision r2381

Do bound check for "quick" sector/wall accesses from CON, i.e. in getvarvar.

This was causing oob sector accesses with code like this:
    getwall[hitwall].nextsector temp
    ifvarvare sector[temp].floorz sector[temp].ceilingz setvar tempb 1
(from DT's HYPERCORE).

Also validate quote indices passed to CON's quote and userquote commands at
runtime.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r2385 | hendricks266 | 2012-02-24 18:59:51 -0800 (Fri, 24 Feb 2012) | 1 line

The Mac OS X build process will now automatically copy the .app bundles to "./" and move the binaries into them.
------------------------------------------------------------------------
r2384 | hendricks266 | 2012-02-24 18:59:13 -0800 (Fri, 24 Feb 2012) | 1 line

add Mac OS X .app bundles to repository
------------------------------------------------------------------------
r2383 | hendricks266 | 2012-02-24 18:57:59 -0800 (Fri, 24 Feb 2012) | 1 line

Add the source .psd files for the EDuke32 logo and program icon to the repository. Though they are .psd, they are effectively vector because they utilize paths.
------------------------------------------------------------------------
r2382 | hendricks266 | 2012-02-24 18:57:25 -0800 (Fri, 24 Feb 2012) | 4 lines

cosmetic:
* update Windows icons to include 64x64, 128x128, and 256x256 sizes
* add "orange_icon.ico" (unused; classic orange color of logo)
* remove unused 32x32 "build_icon.bmp" file
------------------------------------------------------------------------
r2381 | helixhorned | 2012-02-24 11:51:54 -0800 (Fri, 24 Feb 2012) | 9 lines

Do bound check for "quick" sector/wall accesses from CON, i.e. in getvarvar.

This was causing oob sector accesses with code like this:
    getwall[hitwall].nextsector temp
    ifvarvare sector[temp].floorz sector[temp].ceilingz setvar tempb 1
(from DT's HYPERCORE).

Also validate quote indices passed to CON's quote and userquote commands at
runtime.
------------------------------------------------------------------------