------------------------------------------------------------------------ r5925 | terminx | 2016-10-31 18:35:41 -0700 (Mon, 31 Oct 2016) | 1 line Mapster32: support sprite blending mode and statnum in clipboard. ------------------------------------------------------------------------ r5924 | terminx | 2016-10-31 18:35:36 -0700 (Mon, 31 Oct 2016) | 1 line Remove Menu_MouseWithinBounds() in favor of negating the result of Menu_MouseOutsideBounds(). ------------------------------------------------------------------------ r5923 | terminx | 2016-10-31 18:35:32 -0700 (Mon, 31 Oct 2016) | 1 line Rename menu functions to what I consider to be more sane names. No other changes. ------------------------------------------------------------------------ r5922 | terminx | 2016-10-31 18:35:24 -0700 (Mon, 31 Oct 2016) | 1 line Add menu option to control r_maxfps, default r_maxfps to 60, add cvar for pixel doubling (r_pixeldoubling). ------------------------------------------------------------------------ r5921 | hendricks266 | 2016-10-29 09:59:34 -0700 (Sat, 29 Oct 2016) | 5 lines sdlayer: Remove disabling certain mouse features under debug builds. It makes mouse aiming unusable. If you need to release the mouse for some reason when you can't pull down the console (such as hitting a breakpoint), execute "grabmouse_low(0)" from your debugger. Alt+Tab is your friend. DONT_BUILD. ------------------------------------------------------------------------ r5920 | hendricks266 | 2016-10-29 09:59:31 -0700 (Sat, 29 Oct 2016) | 1 line Makefile: Remove -fno-pic from everywhere. This should fix building on Ubuntu 16.10 and any other platform that has PIE enabled. ------------------------------------------------------------------------ r5919 | hendricks266 | 2016-10-29 09:59:28 -0700 (Sat, 29 Oct 2016) | 1 line Makefile: Revert r5864 and move some code introduced in r5762 to a later Mac-only block so that architecture detection is not broken on Linux. ------------------------------------------------------------------------ r5918 | hendricks266 | 2016-10-29 09:59:26 -0700 (Sat, 29 Oct 2016) | 1 line sdlayer: Work around warning: signed and unsigned type in conditional expression [-Wsign-compare] indirectly caused by the SDL 2.0.5 headers making all preprocessor macro literals unsigned. ------------------------------------------------------------------------ r5917 | hendricks266 | 2016-10-29 09:59:21 -0700 (Sat, 29 Oct 2016) | 1 line Engine: Add #ifdef USE_OPENGL forgotten in r5024 that causes an OOB access in scansector() and glitchy mirrors with USE_OPENGL=0. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.