------------------------------------------------------------------------ r4965 | helixhorned | 2015-02-07 09:29:15 -0800 (Sat, 07 Feb 2015) | 4 lines Classic: fix underallocation of TILE_TILT and tilting at very small resolutions. Since TILE_TILT is only allocated once, it must be done with the maximum possible size. ------------------------------------------------------------------------ r4964 | helixhorned | 2015-02-07 09:29:14 -0800 (Sat, 07 Feb 2015) | 1 line sdlayer.c: minor stylistic simplification of sdlayer_checkversion(). DONT_BUILD. ------------------------------------------------------------------------ r4963 | helixhorned | 2015-02-07 09:29:13 -0800 (Sat, 07 Feb 2015) | 3 lines osd.c: in OSD_HandleChar() for TAB, fix use of uninitialized osd->editor.buf[i]. Exposed by Valgrind. DONT_BUILD. ------------------------------------------------------------------------ r4962 | helixhorned | 2015-02-07 09:29:12 -0800 (Sat, 07 Feb 2015) | 1 line LunaCON: make -fbad-getactorvar-use-pli enabled by default. DONT_BUILD. ------------------------------------------------------------------------ r4961 | helixhorned | 2015-02-07 09:29:11 -0800 (Sat, 07 Feb 2015) | 3 lines Make g_player a +1 offset pointer into 'static g_player_s[1 + MAXPLAYER]'. This fixes the out-of-bounds read of former g_player[] in VM_EventCommon_(). ------------------------------------------------------------------------ r4960 | helixhorned | 2015-02-07 09:29:10 -0800 (Sat, 07 Feb 2015) | 1 line Classic: on desktops, handle abs. z diff. of floor/ceiling to camera >= 1<<24. ------------------------------------------------------------------------ r4959 | helixhorned | 2015-02-07 09:29:08 -0800 (Sat, 07 Feb 2015) | 1 line engine.c: style-cleanup owallmost() and wallmost(). DONT_BUILD. ------------------------------------------------------------------------ r4958 | helixhorned | 2015-02-05 09:17:05 -0800 (Thu, 05 Feb 2015) | 3 lines In DEBUGANYWAY=2/DEBUG_MAIN_ARRAYS build, declare tsprite[] as tspritetype. Fixing a bunch of warnings. DONT_BUILD. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.