------------------------------------------------------------------------ r3755 | helixhorned | 2013-05-12 11:51:32 -0700 (Sun, 12 May 2013) | 1 line Classic rotatesprite: fix second assertion failure documented in prev. commit. ------------------------------------------------------------------------ r3754 | helixhorned | 2013-05-12 11:51:30 -0700 (Sun, 12 May 2013) | 7 lines Classic rotatesprite: add assertion failing with DNF mod, comment another. Among other things, rotatesprite doesn't cope well with large zoom values. Two assertions are added that guard qinterpolatedown16short() calls: in the failing case, they would write outside the destination arrays. Another (existing) assertion is commented a little and like for the first, instructions are given how to reproduce its failure. ------------------------------------------------------------------------ r3753 | helixhorned | 2013-05-12 11:51:28 -0700 (Sun, 12 May 2013) | 1 line m32script: sync rotatesprite* with CON. ------------------------------------------------------------------------ r3752 | helixhorned | 2013-05-12 11:51:26 -0700 (Sun, 12 May 2013) | 4 lines a.m32: rotatesprite testing. Variables dt_* are defined. If dt_t (tile number) is >=0 that tile is drawn using 'rotatespritea'. ------------------------------------------------------------------------ r3751 | helixhorned | 2013-05-12 11:51:23 -0700 (Sun, 12 May 2013) | 1 line map-text: don't save sector[].wallnum, signal last wall of sector in point2. ------------------------------------------------------------------------ r3750 | helixhorned | 2013-05-12 11:51:19 -0700 (Sun, 12 May 2013) | 1 line build.c: fix strcpy() with overlapping arguments. ------------------------------------------------------------------------ r3749 | helixhorned | 2013-05-12 11:51:16 -0700 (Sun, 12 May 2013) | 5 lines Clean up some build.c code. - factored out: tweak_sboardfilename(), menuselect_try_findlast() - quickloading a map now doesn't require loading one first - the usual ------------------------------------------------------------------------