------------------------------------------------------------------------ r7599 | terminx | 2019-04-18 10:25:02 -0700 (Thu, 18 Apr 2019) | 1 line Fix EDUKE32_STANDALONE crash when calling G_DeleteOldSaves() at startup in debug builds ------------------------------------------------------------------------ r7598 | terminx | 2019-04-18 10:24:59 -0700 (Thu, 18 Apr 2019) | 1 line Whitespace ------------------------------------------------------------------------ r7597 | terminx | 2019-04-18 10:24:55 -0700 (Thu, 18 Apr 2019) | 1 line Remove useless unused "sqr" function ------------------------------------------------------------------------ r7596 | terminx | 2019-04-18 10:24:51 -0700 (Thu, 18 Apr 2019) | 1 line Make editor no longer mask off sprite cstat bits when set from script ------------------------------------------------------------------------ r7595 | terminx | 2019-04-18 10:24:48 -0700 (Thu, 18 Apr 2019) | 1 line Update libdivide.h with a couple of fixes for obscure problems from their git repo ------------------------------------------------------------------------ r7594 | terminx | 2019-04-18 10:24:43 -0700 (Thu, 18 Apr 2019) | 1 line Fix a bunch of improperly defined bitmap arrays ------------------------------------------------------------------------ r7593 | terminx | 2019-04-18 10:24:37 -0700 (Thu, 18 Apr 2019) | 3 lines Add bounds checking for renderSetTarget() I'm not aware of this problem actually occurring anywhere, but too many consecutive calls to renderSetTarget() without the appropriate calls to renderRestoreTarget() between them would overflow 5 different arrays. ------------------------------------------------------------------------ r7592 | terminx | 2019-04-18 10:24:34 -0700 (Thu, 18 Apr 2019) | 1 line This version of equation() compiles into fewer instructions ------------------------------------------------------------------------ r7591 | terminx | 2019-04-18 10:24:30 -0700 (Thu, 18 Apr 2019) | 3 lines Replace yax_getclosestpointonwall() with getclosestpointonwall_internal() and use it in both yax_walldist() and getwalldist() This commit also adds a getsectordist() but we aren't using it anywhere yet. ------------------------------------------------------------------------ r7590 | terminx | 2019-04-18 10:24:26 -0700 (Thu, 18 Apr 2019) | 1 line Move NEXTWALL and POINT2 macros into build.h ------------------------------------------------------------------------ r7589 | terminx | 2019-04-18 10:24:22 -0700 (Thu, 18 Apr 2019) | 1 line Remove obsolete "msinttypes" headers ------------------------------------------------------------------------ r7588 | terminx | 2019-04-18 10:24:17 -0700 (Thu, 18 Apr 2019) | 1 line Use FORCE_INLINE and CONSTEXPR where appropriate in the Q16 fixed point math library ------------------------------------------------------------------------ r7587 | terminx | 2019-04-18 10:24:10 -0700 (Thu, 18 Apr 2019) | 1 line auto/const/constexpr bullshit ------------------------------------------------------------------------ r7586 | terminx | 2019-04-18 10:24:05 -0700 (Thu, 18 Apr 2019) | 1 line Rename clipwalldist() to getwalldist() and move both it and sectoradjacent() to engine.cpp ------------------------------------------------------------------------ r7585 | terminx | 2019-04-18 10:24:01 -0700 (Thu, 18 Apr 2019) | 1 line clip.cpp usectortype cleanup ------------------------------------------------------------------------ r7584 | terminx | 2019-04-18 10:23:57 -0700 (Thu, 18 Apr 2019) | 1 line Fix a really stupid bug in r7574 ------------------------------------------------------------------------ r7583 | terminx | 2019-04-18 10:23:53 -0700 (Thu, 18 Apr 2019) | 1 line Make getceilzofslopeptr/getflorzofslopeptr/getzsofslopeptr not invoke the structure trackers ------------------------------------------------------------------------ r7582 | terminx | 2019-04-18 10:23:50 -0700 (Thu, 18 Apr 2019) | 1 line Add a distance check to clipupdatesector() to prevent traversing through portals that are outside the wall distance passed to clipmove() ------------------------------------------------------------------------ r7581 | terminx | 2019-04-18 10:23:46 -0700 (Thu, 18 Apr 2019) | 1 line Expose yax_getclosestpointonwall() for use outside of engine.cpp ------------------------------------------------------------------------ r7580 | terminx | 2019-04-18 10:23:42 -0700 (Thu, 18 Apr 2019) | 1 line Fix addclipsect() accidentally being nested under #ifdef HAVE_CLIPSHAPE_FEATURE ------------------------------------------------------------------------ r7579 | terminx | 2019-04-18 10:23:38 -0700 (Thu, 18 Apr 2019) | 1 line CON_UPDATESECTOR/CON_UPDATESECTORZ: only use sprite[vm.spriteNum].sectnum if the initial value of the input/output parameter is outside the range of 0 - MAXSECTORS-1 ------------------------------------------------------------------------ r7578 | terminx | 2019-04-18 10:23:35 -0700 (Thu, 18 Apr 2019) | 1 line Use uwalltype in inside() to avoid invoking the struct trackers ------------------------------------------------------------------------ r7577 | terminx | 2019-04-18 10:23:30 -0700 (Thu, 18 Apr 2019) | 1 line Revert "Clean up clip.cpp struct casting including but not limited to r7466 changes" ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.