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

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

Detail

2017.03.22.Log1265.txt

📄SVN 📅2017-03-22 💾2,2 KB 7 Parsed entries CON BUILD FIX

Revision r6088

Makefile: Use "clang++" for building C++ with clang.

Revision r6087

Makefile: Add CROSS_SUFFIX option, as requested by rhoenie.

Revision r6086

Makefile: Move CUSTOMOPT to follow COMPILERFLAGS and LINKERFLAGS, so that it can overwrite more.

Revision r6085

Makefile: Move "-Wimplicit -Werror-implicit-function-declaration" from CONLYFLAGS to a new CONLYWARNS.

Revision r6084

Makefile: Unfactor CWARNS from COMPILER_*.

Revision r6083

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.

Revision r6082

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.
Raw Content
------------------------------------------------------------------------
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.