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

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

Detail

2015.02.22.Log1087.txt

📄SVN 📅2015-02-22 💾678 B 1 Parsed entries FIX

Revision r5033

CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens.

enum
{
    EF_HIDEFROMSP = 1<<0,
    EF_HIDEFROMMP = 1<<1,
};
Raw Content
------------------------------------------------------------------------
r5034 | hendricks266 | 2015-02-22 14:15:35 -0800 (Sun, 22 Feb 2015) | 1 line

Menus: Fix assorted issues in MENU_NETOPTIONS.
------------------------------------------------------------------------
r5033 | hendricks266 | 2015-02-22 14:15:20 -0800 (Sun, 22 Feb 2015) | 7 lines

CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens.

enum
{
    EF_HIDEFROMSP = 1<<0,
    EF_HIDEFROMMP = 1<<1,
};
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.