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

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

Detail

2014.08.16.Log1028.txt

📄SVN 📅2014-08-16 💾1.009 B 1 Parsed entries BUILD FIX

Revision r4572

Mapster32: fix possible integer overflow in loopinside().

This could happen when building outside the "classic" grid limits and would
then lead to e.g. incorrect loop assignment on sector splitting. Bug reported
by MetHy.
Raw Content
------------------------------------------------------------------------
r4573 | helixhorned | 2014-08-16 11:32:49 -0700 (Sat, 16 Aug 2014) | 7 lines

Mapster32: fix a crash when m32_settings.cfg contains video setting.

Such as "vid_gamma". In that case, setbrightness() would have been
called without basepaltableptr having been initialized.
The fix is by moving the preparational setbasepaltable() call from
ExtPostStartupWindow() to ExtInit(), just before the OSD command
dispatching.
------------------------------------------------------------------------
r4572 | helixhorned | 2014-08-16 11:32:47 -0700 (Sat, 16 Aug 2014) | 5 lines

Mapster32: fix possible integer overflow in loopinside().

This could happen when building outside the "classic" grid limits and would
then lead to e.g. incorrect loop assignment on sector splitting. Bug reported
by MetHy.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.