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

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

Detail

2016.10.31.Log1249.txt

📄SVN 📅2016-10-31 💾2,7 KB 8 Parsed entries BUILD FIX

Revision r5924

Remove Menu_MouseWithinBounds() in favor of negating the result of Menu_MouseOutsideBounds().

Revision r5923

Rename menu functions to what I consider to be more sane names. No other changes.

Revision r5922

Add menu option to control r_maxfps, default r_maxfps to 60, add cvar for pixel doubling (r_pixeldoubling).

Revision r5921

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.

Revision r5920

Makefile: Remove -fno-pic from everywhere. This should fix building on Ubuntu 16.10 and any other platform that has PIE enabled.

Revision r5919

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.

Revision r5918

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.

Revision r5917

Engine: Add #ifdef USE_OPENGL forgotten in r5024 that causes an OOB access in scansector() and glitchy mirrors with USE_OPENGL=0.
Raw Content
------------------------------------------------------------------------
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.