------------------------------------------------------------------------ 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.