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

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

Detail

2017.10.09.Log1329.txt

📄SVN 📅2017-10-09 💾2,9 KB 11 Parsed entries CON

Revision r6472

compat.h: Use C++17, C++11, or C11 static_assert if available.

Revision r6471

compat.h: Only use C++ attribute versions of fallthrough if C++11 or greater.

Revision r6470

build.h: Error out if Visual Studio is older than 2013.

We keep getting support requests about this. See previous commit.

Revision r6469

compat.h: Add EDUKE32_MSVC_CXX_PREREQ().

It is necessary for testing C++11 functionality because Visual Studio never defines __cplusplus to be 201112L.

Revision r6468

compat.h: Add detection of C++17.

Revision r6467

Some more standalone stuff.

Revision r6466

Menus: If you open the Help menu with the F1 key, make Help the selected item on the main menu, if applicable.

Revision r6465

Menus: Factor out code into Menu_AboutToStartDisplaying and Menu_ChangingTo.

Revision r6464

Menus: Use SMALLFNTCURSOR for a text caret in the absence of a SPINNINGNUKEICON tile.

Revision r6463

Menus: Factor out SPINNINGNUKEICON drawing

Revision r6462

Avoid an unused variable warning with EDUKE32_STANDALONE.
Raw Content
------------------------------------------------------------------------
r6473 | hendricks266 | 2017-10-09 00:37:17 -0700 (Mon, 09 Oct 2017) | 3 lines

Eliminate the force-disabling of glprojectionhacks during showview.

Please notify me if this change negatively affects your code.
------------------------------------------------------------------------
r6472 | hendricks266 | 2017-10-09 00:37:14 -0700 (Mon, 09 Oct 2017) | 1 line

compat.h: Use C++17, C++11, or C11 static_assert if available.
------------------------------------------------------------------------
r6471 | hendricks266 | 2017-10-09 00:37:11 -0700 (Mon, 09 Oct 2017) | 1 line

compat.h: Only use C++ attribute versions of fallthrough if C++11 or greater.
------------------------------------------------------------------------
r6470 | hendricks266 | 2017-10-09 00:37:08 -0700 (Mon, 09 Oct 2017) | 3 lines

build.h: Error out if Visual Studio is older than 2013.

We keep getting support requests about this. See previous commit.
------------------------------------------------------------------------
r6469 | hendricks266 | 2017-10-09 00:37:05 -0700 (Mon, 09 Oct 2017) | 3 lines

compat.h: Add EDUKE32_MSVC_CXX_PREREQ().

It is necessary for testing C++11 functionality because Visual Studio never defines __cplusplus to be 201112L.
------------------------------------------------------------------------
r6468 | hendricks266 | 2017-10-09 00:37:01 -0700 (Mon, 09 Oct 2017) | 1 line

compat.h: Add detection of C++17.
------------------------------------------------------------------------
r6467 | hendricks266 | 2017-10-09 00:36:58 -0700 (Mon, 09 Oct 2017) | 1 line

Some more standalone stuff.
------------------------------------------------------------------------
r6466 | hendricks266 | 2017-10-09 00:36:55 -0700 (Mon, 09 Oct 2017) | 1 line

Menus: If you open the Help menu with the F1 key, make Help the selected item on the main menu, if applicable.
------------------------------------------------------------------------
r6465 | hendricks266 | 2017-10-09 00:36:52 -0700 (Mon, 09 Oct 2017) | 1 line

Menus: Factor out code into Menu_AboutToStartDisplaying and Menu_ChangingTo.
------------------------------------------------------------------------
r6464 | hendricks266 | 2017-10-09 00:36:48 -0700 (Mon, 09 Oct 2017) | 1 line

Menus: Use SMALLFNTCURSOR for a text caret in the absence of a SPINNINGNUKEICON tile.
------------------------------------------------------------------------
r6463 | hendricks266 | 2017-10-09 00:36:45 -0700 (Mon, 09 Oct 2017) | 1 line

Menus: Factor out SPINNINGNUKEICON drawing
------------------------------------------------------------------------
r6462 | hendricks266 | 2017-10-09 00:36:40 -0700 (Mon, 09 Oct 2017) | 1 line

Avoid an unused variable warning with EDUKE32_STANDALONE.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.