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

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

Detail

2015.04.11.Log1108.txt

📄SVN 📅2015-04-11 💾2,3 KB 5 Parsed entries CON BUILD FIX

Revision r5133

Makefile.common: for Clang, add -Wno-missing-braces.

Because we get spammed otherwise, regarding initializations of 'vec3f_t'
and 'vec3d_t' variables.
Update: actually, it also happens for GCC builds for me.

Revision r5132

Mapster32/C++ build/non-Lua: probably fix a crash in showsectordata().

Reported in
http://forums.duke4.net/topic/1348-mapster32-problems-and-bugs/page__view__findpost__p__220722
I could not reproduce it, but it is thinkable that 'searchsector' could have
been out-of-sync with the 'sectnum' local. (For example, the former one could
have been -1, triggering the crash.)

Revision r5131

Fix freeze on pitch 0 sound playback introduced in r4616.

Reported in
http://forums.duke4.net/topic/3857-the-crash-thread/page__view__findpost__p__220954

Now, PitchTable[] in initialized with the same values as pre-r4608.

Revision r5130

LunaCON: update docs and comments in lunatic/test/event_chaining.con

Revision r5129

polymost.c: fix an out-of-bounds access in polymost_dorotatesprite().

To reproduce, lower the OSD, for example.
Raw Content
------------------------------------------------------------------------
r5134 | helixhorned | 2015-04-11 06:53:09 -0700 (Sat, 11 Apr 2015) | 6 lines

SDL2: map SDL_SCANCODE_NONUSBACKSLASH to the same Build code as COMMA.

NONUSBACKSLASH is what is generated for the key between the LShift and 'Z'
here. The aliasing with the actual ',' key is as with the SDL1.2 build.
Fixes the issue reported in
http://forums.duke4.net/topic/8029-cant-bind-key-anymore/
------------------------------------------------------------------------
r5133 | helixhorned | 2015-04-11 06:53:08 -0700 (Sat, 11 Apr 2015) | 5 lines

Makefile.common: for Clang, add -Wno-missing-braces.

Because we get spammed otherwise, regarding initializations of 'vec3f_t'
and 'vec3d_t' variables.
Update: actually, it also happens for GCC builds for me.
------------------------------------------------------------------------
r5132 | helixhorned | 2015-04-11 06:53:07 -0700 (Sat, 11 Apr 2015) | 7 lines

Mapster32/C++ build/non-Lua: probably fix a crash in showsectordata().

Reported in
http://forums.duke4.net/topic/1348-mapster32-problems-and-bugs/page__view__findpost__p__220722
I could not reproduce it, but it is thinkable that 'searchsector' could have
been out-of-sync with the 'sectnum' local. (For example, the former one could
have been -1, triggering the crash.)
------------------------------------------------------------------------
r5131 | helixhorned | 2015-04-11 06:53:06 -0700 (Sat, 11 Apr 2015) | 6 lines

Fix freeze on pitch 0 sound playback introduced in r4616.

Reported in
http://forums.duke4.net/topic/3857-the-crash-thread/page__view__findpost__p__220954

Now, PitchTable[] in initialized with the same values as pre-r4608.
------------------------------------------------------------------------
r5130 | helixhorned | 2015-04-11 06:53:05 -0700 (Sat, 11 Apr 2015) | 1 line

LunaCON: update docs and comments in lunatic/test/event_chaining.con
------------------------------------------------------------------------
r5129 | helixhorned | 2015-04-11 06:53:04 -0700 (Sat, 11 Apr 2015) | 3 lines

polymost.c: fix an out-of-bounds access in polymost_dorotatesprite().

To reproduce, lower the OSD, for example.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.