ericw-tools/common
Jonathan 9c73416594 Squashed commit of the following:
change temp-named planeside_ to plane_flipped

commit 8b3938f5069837e76504a16ffd019a8682fd4325
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 05:35:05 2022 -0400

    fix compile errors/warnings

commit 0c19a922490a332a084ceb65bbb88368fecb40a1
Merge: 31edc84e a2451a41
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 05:30:54 2022 -0400

    Merge branch 'brushbsp' into paril/brushbsp_plane2

    # Conflicts:
    #	qbsp/portals.cc
    #	qbsp/tree.cc

commit 31edc84e5a0f16196aacb4e465657954a523ccf9
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 02:55:52 2022 -0400

    use std::map for the two other hashes (edge/vertex) for speed

commit a9bb68b6ea203226d21f73d42558ffe388fc3051
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 02:31:45 2022 -0400

    remove final uses of FindPlane

commit 951a2b1977f813751c93417901a775a7a0cb77f4
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 02:01:19 2022 -0400

    only set flipped status if we actually flipped; this seems to have no affect in practice, but it was wrong in theory

commit 97610203bebb115391ef39ea2b5c6400b9ce2d89
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 01:56:19 2022 -0400

    remove FindPositivePlane

commit d424afbb2cfa32669883f5aafcf34555169eec3e
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 01:22:10 2022 -0400

    side_t uses plane and side_ now

commit af883bc111049a8c6fcb12c8c888e17f03cf30ff
Author: Jonathan <jonno.5000@gmail.com>
Date:   Wed Jul 27 00:46:52 2022 -0400

    face_t uses internal plane

commit 1cd776c89b683b0af0d8a642eee7e54b5f54b559
Author: Jonathan <jonno.5000@gmail.com>
Date:   Tue Jul 26 22:59:47 2022 -0400

    node_t using plane directly, pulling planenum in when necessary

commit 8b34312ef9c3d416c011f2694a34fb9d5eba4faa
Author: Jonathan <jonno.5000@gmail.com>
Date:   Tue Jul 26 22:22:28 2022 -0400

    remove PLANENUM_LEAF, use a boolean for the separation
2022-07-27 05:38:50 -04:00
..
CMakeLists.txt tests: unify tests under one target 2022-07-10 16:36:15 -06:00
bspfile.cc Squashed commit of the following: 2022-07-27 05:38:50 -04:00
bspinfo.cc fix lmscale with bounce lighting 2022-07-09 23:09:02 -04:00
bsputils.cc qbsp: brushbsp.cc import from qbsp3 2022-07-03 01:22:09 -06:00
cmdlib.cc add an entry point for specifically loading meta-only file formats, like .wal; used for discerning replacements from their source material (since replacements are often larger than the default, we need the scale info) 2022-06-29 12:59:33 -04:00
debugger.natvis use vector as overflow instead of secondary storage for winding 2022-06-19 19:17:52 -04:00
entdata.cc remove unnecessary includes from entdata 2022-06-23 19:07:10 -04:00
fs.cc improved path detection (and overriding) routines 2022-07-03 18:23:40 -04:00
imglib.cc Merge branch 'type-cleanup' into brushbsp 2022-06-30 05:23:05 -04:00
log.cc Merge remote-tracking branch 'github-desktop-paril/type-cleanup' into brushbsp 2022-06-10 21:32:23 -06:00
mathlib.cc Command line args systems (#2) 2022-02-27 00:01:57 -05:00
parser.cc parser: support quark comments 2022-06-21 22:05:27 -06:00
prtfile.cc testqbsp: read .prt files back in 2022-06-16 23:22:15 -06:00
qvec.cc BSPX structurization and cleanup 2021-10-03 12:16:13 -04:00
settings.cc change settings semantics to be simpler and more clear: 2022-07-14 09:03:59 -04:00
threads.cc remove old threading code entirely 2022-03-01 10:28:59 -05:00