------------------------------------------------------------------------ r6089 | hendricks266 | 2017-03-22 08:46:06 -0700 (Wed, 22 Mar 2017) | 1 line Makefile: Use -std=c99 and -std=c++03 instead of -std=gnu99 and -std=gnu++03. ------------------------------------------------------------------------ r6088 | hendricks266 | 2017-03-22 08:46:04 -0700 (Wed, 22 Mar 2017) | 1 line Makefile: Use "clang++" for building C++ with clang. ------------------------------------------------------------------------ r6087 | hendricks266 | 2017-03-22 08:46:01 -0700 (Wed, 22 Mar 2017) | 1 line Makefile: Add CROSS_SUFFIX option, as requested by rhoenie. ------------------------------------------------------------------------ r6086 | hendricks266 | 2017-03-22 08:45:59 -0700 (Wed, 22 Mar 2017) | 1 line Makefile: Move CUSTOMOPT to follow COMPILERFLAGS and LINKERFLAGS, so that it can overwrite more. ------------------------------------------------------------------------ r6085 | hendricks266 | 2017-03-22 08:45:56 -0700 (Wed, 22 Mar 2017) | 1 line Makefile: Move "-Wimplicit -Werror-implicit-function-declaration" from CONLYFLAGS to a new CONLYWARNS. ------------------------------------------------------------------------ r6084 | hendricks266 | 2017-03-22 08:45:54 -0700 (Wed, 22 Mar 2017) | 1 line Makefile: Unfactor CWARNS from COMPILER_*. ------------------------------------------------------------------------ r6083 | hendricks266 | 2017-03-22 08:45:49 -0700 (Wed, 22 Mar 2017) | 3 lines Makefile: Factor out common uses of COMMONFLAGS, COMPILERFLAGS, and LINKERFLAGS into COMPILER_* and LINKER. Collateral changes: Engine objects now use COMPILER_CXX instead of CXX, BUILD_SETTINGS_LINKER now includes GUI_LIBS, and the Build tools now use LINK_STATUS and result instead of ONESTEP. ------------------------------------------------------------------------ r6082 | hendricks266 | 2017-03-20 13:30:04 -0700 (Mon, 20 Mar 2017) | 3 lines Fix r5498 so that projectiles actually do not hit their owner during their first tic of movement. Clear the hitscan bit instead of blocking bit because Proj_MoveCustom uses CLIPMASK1. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.