Commit Graph

  • e1d076bbea [PATCH] qbsp: Re-use PlaneEqual functions in TestAddPlane Tyrann 2007-08-20 21:21:17 +0930
  • 01bda0c407 [PATCH] qbsp: Use hash in FindPlane Tyrann 2007-08-20 21:21:17 +0930
  • 984d696b46 [PATCH] qbsp: Make NormalizePlane tell us when the plane is flipped Tyrann 2007-08-20 21:21:17 +0930
  • de9f49f954 [PATCH] qbsp: Add missing float.h include from last patch Tyrann 2007-08-20 15:05:37 +0930
  • 1465e15bea [PATCH] qbsp: Use real int/float/double limits Tyrann 2007-08-19 20:17:23 +0930
  • 5a4499dc48 [PATCH] qbsp: select better non-axial split planes Tyrann 2007-08-19 20:17:23 +0930
  • 00132a9ff0 [PATCH] qbsp: Factor out split plane metrics in solidbsp Tyrann 2007-08-19 20:17:23 +0930
  • 6add073624 [PATCH] qbsp: implement sloping cuts for DivideNodeBounds Tyrann 2007-08-19 20:17:23 +0930
  • 0b70607015 [PATCH] qbsp: flush stdout when printing messages Tyrann 2007-08-19 20:17:23 +0930
  • 5cd1832e09 [PATCH] qbsp: remove trailing '/' from wadpath Tyrann 2007-08-19 05:32:46 +0930
  • f689c241e4 [PATCH] qbsp: Log to <mapname>.log instead of qbsp.log Tyrann 2007-08-19 05:32:46 +0930
  • 165055db7b [PATCH] qbsp: Add -wadpath option Tyrann 2007-08-19 05:32:46 +0930
  • eb7c5d5cca [PATCH] qbsp: Fix off-by-one error in command line parser string Tyrann 2007-08-19 05:32:46 +0930
  • 6bd69a0519 [PATCH] qbsp: Remove malloc retry logic Tyrann 2007-08-19 05:32:46 +0930
  • b22ed2107a [PATCH] qbsp: Fix subdivide option parse error Tyrann 2006-10-09 22:52:02 +0930
  • c1380abe3b [PATCH] qbsp: Allow arbitrary length command lines Tyrann 2006-10-09 22:52:02 +0930
  • c2084c0885 [PATCH] qbsp: Replace hard coded epsilons with defines Tyrann 2006-10-09 22:52:02 +0930
  • b7f84130de [PATCH] qbsp: Collect all epsilons together in qbsp.h Tyrann 2006-10-09 22:52:02 +0930
  • c221cc2f08 [PATCH] qbsp: Update IntroString / version number Tyrann 2006-10-09 13:47:08 +0930
  • 2e4a4a917f [PATCH] bsputil: Attempt correct byte-swapping in bsp -> wad export Tyrann 2006-10-09 13:02:07 +0930
  • 05dab0640e [PATCH] qbsp: Tidy up PrintOptions Tyrann 2006-10-09 12:09:42 +0930
  • 6027e5aeb3 [PATCH] bsputil: Add texture extraction Tyrann 2006-10-03 08:53:05 +0930
  • b05f86296d [PATCH] qbsp: Avoid some unnecessary face splits Tyrann 2006-10-02 20:14:01 +0930
  • 118916b825 [PATCH] qbsp: Refactor some winding clip/split code Tyrann 2006-10-02 19:46:43 +0930
  • fa7e4c9671 [PATCH] qbsp: Use winding_t for face_t's winding Tyrann 2006-10-02 19:46:35 +0930
  • e214ca10db [PATCH] qbsp: Print human-readable peak memory usage values Tyrann 2006-10-02 19:11:59 +0930
  • d09b5657f2 [PATCH] qbsp: Fix reporting of peak winding memory use Tyrann 2006-10-02 17:56:34 +0930
  • 747631223c [PATCH] qbsp: Complete removal of wadlist_t Tyrann 2006-10-02 14:26:27 +0930
  • 39d6337fe3 [PATCH] qbsp: Remove numwads from wadlist_t Tyrann 2006-10-02 14:08:58 +0930
  • 582b3db593 [PATCH] qbsp: Pass numwads into other wadlist functions Tyrann 2006-10-02 14:03:12 +0930
  • 71c45cd883 [PATCH] qbsp: Return number of wads in WADList_Init Tyrann 2006-10-02 13:52:33 +0930
  • 6bb3ad326e [PATCH] qbsp: Load mapname.wad when no other wads available Tyrann 2006-10-02 13:39:42 +0930
  • 60d1e22160 [PATCH] qbsp: Fix warning about invalid wads Tyrann 2006-10-02 12:58:44 +0930
  • a2e9503fdc [PATCH] qbsp: WADList_Init/LoadLumpInfo cleanup Tyrann 2006-10-02 12:31:35 +0930
  • d578113a47 [PATCH] qbsp: Improve variable naming in WADList LoadLumpInfo Tyrann 2006-10-02 10:52:40 +0930
  • f089c31fce [PATCH] qbsp: More wad structure naming cleanups Tyrann 2006-10-02 10:29:54 +0930
  • fbe06cdb51 [PATCH] qbsp: Swap wad_t and wadlist_t struct names Tyrann 2006-10-02 10:00:12 +0930
  • bba30bcc2e [PATCH] qbsp: Remove unnecessary name field from wad_t Tyrann 2006-10-02 09:30:27 +0930
  • c5b7fa7d2b [PATCH] qbsp: Account size of winding_t allocations Tyrann 2006-10-01 20:21:44 +0930
  • 47c83e7db7 [PATCH] qbsp: Don't overwrite wad list length Tyrann 2006-09-25 20:16:18 +0930
  • b9a0bf538e [PATCH] qbsp: Add support for QuArK map files Tyrann 2006-09-17 21:36:01 +0930
  • 3feeec1778 [PATCH] qbsp: Factor out texture vector calculation Tyrann 2006-09-17 10:02:43 +0930
  • ad5e555e89 [PATCH] qbsp: Enable map file parser to return comment tokens Tyrann 2006-09-16 22:24:09 +0930
  • e660c87c32 [PATCH] qbsp: remove strange comment... Tyrann 2006-09-16 19:52:36 +0930
  • 50f526d44c [PATCH] qbsp: Constify VectorXX functions Tyrann 2006-09-16 19:37:48 +0930
  • d6b1b4de87 [PATCH] qbsp: Utilise bsp tree properties in line intesection test Tyrann 2006-09-16 19:34:26 +0930
  • 45c5ec349b [PATCH] qbsp: Allow for FP imprecision in LineIntersect_r Tyrann 2006-09-16 19:34:21 +0930
  • bffce8c99b [PATCH] qbsp: refactor leak trail printing Tyrann 2006-09-16 19:34:17 +0930
  • bdbae95003 [PATCH] qbsp: Fix typo in leak file generation Tyrann 2006-09-16 19:34:13 +0930
  • 4464491807 [PATCH] qbsp: Use double-precision floating point Tyrann 2006-09-16 16:36:16 +0930
  • b550faf877 [PATCH] qbsp: Remove unnecessary cast of malloc return value Tyrann 2006-09-16 16:31:06 +0930
  • dc9b279203 [PATCH] qbsp: remove unused filename variable Tyrann 2006-09-16 16:31:02 +0930
  • 41d3de5180 [PATCH] qbsp: Don't forget to call Wad destructor Tyrann 2006-09-16 16:30:58 +0930
  • 90710dc8d8 [PATCH] qbsp: Fix cast of data pointer for LoadFile callers Tyrann 2006-09-16 16:20:56 +0930
  • 073959d654 [PATCH 15/15] qbsp: writebsp.c statics Tyrann 2006-09-10 22:46:03 +0930
  • b38a84b657 [PATCH 14/15] qbsp: util.c statics Tyrann 2006-09-10 22:46:02 +0930
  • 5afe45acda [PATCH 13/15] qbsp: tjunc.c static Tyrann 2006-09-10 22:46:02 +0930
  • b6e104e2b4 [PATCH 12/15] qbsp: surfaces.c statics Tyrann 2006-09-10 22:46:01 +0930
  • c47243a1c1 [PATCH 11/15] qbsp: solidbsp.c statics Tyrann 2006-09-10 22:46:01 +0930
  • 4b9560a60c [PATCH 10/15] qbsp: qbsp.c statics Tyrann 2006-09-10 22:46:00 +0930
  • 0a230cc79d [PATCH 09/15] qbsp: portals.c statics Tyrann 2006-09-10 22:45:59 +0930
  • a79e5c28b2 [PATCH 08/15] qbsp: parser.c statics Tyrann 2006-09-10 22:45:59 +0930
  • e89f25be80 [PATCH 07/15] qbsp: outside.c statics Tyrann 2006-09-10 22:45:58 +0930
  • 898f66d460 [PATCH 06/15] qbsp: merge.c statics Tyrann 2006-09-10 22:45:58 +0930
  • 950b163181 [PATCH 05/15] qbsp: map.c statics Tyrann 2006-09-10 22:45:57 +0930
  • 525c3ec2fe [PATCH 04/15] qbsp: csg4.c statics Tyrann 2006-09-10 22:45:57 +0930
  • 5e29db5df0 [PATCH 03/15] qbsp: cmdlib.c statics Tyrann 2006-09-10 22:45:56 +0930
  • ed50a94fd6 [PATCH 02/15] qbsp: bspfile.c statics Tyrann 2006-09-10 22:45:55 +0930
  • 85b459931a [PATCH 01/15] qbsp: brush.c statics Tyrann 2006-09-10 22:45:55 +0930
  • dcb6fa7c9b [PATCH] qbsp: Remove unnecessary casts from AllocMem calls Tyrann 2006-09-10 20:29:00 +0930
  • 50e6c880cc [PATCH 9/9] qbsp: Compile as C code Tyrann 2006-09-10 17:38:34 +0930
  • 1c082ace11 [PATCH 8/9] qbsp: Remove stricmp/strcasecmp workaround Tyrann 2006-09-10 17:38:34 +0930
  • 099e22f733 [PATCH 7/9] qbsp: Replace C++ consts with defines Tyrann 2006-09-10 17:38:33 +0930
  • 8ef5c8bc5d [PATCH 6/9] qbsp: Remove two C++ style casts Tyrann 2006-09-10 17:38:33 +0930
  • 2dfd647656 [PATCH 5/9] qbsp: Replace new/delete with malloc/free Tyrann 2006-09-10 17:38:32 +0930
  • 293efefa26 [PATCH 4/9] qbsp: Remove default arguments from {Alloc,Free}Mem Tyrann 2006-09-10 17:38:32 +0930
  • 45c387c7eb [PATCH 3/9] qbsp: Replace parser class with plain C code Tyrann 2006-09-10 17:38:31 +0930
  • 0cae98f22f [PATCH 2/9] qbsp: Replace WAD class Tyrann 2006-09-10 17:38:30 +0930
  • 8bded2dfaf [PATCH 1/9] qbsp: Replace File class with basic stdio functions Tyrann 2006-09-10 17:38:30 +0930
  • 25f6148fc3 [PATCH] Make qbsp build Tyrann 2006-09-10 17:35:05 +0930
  • a2c8785d81 [PATCH 3/3] qbsp: run indent over the source files Tyrann 2006-09-05 20:57:33 +0930
  • 689790cbdb [PATCH 2/3] qbsp: consistently use newline at EOF Tyrann 2006-09-05 20:57:21 +0930
  • 950c8ab0de [PATCH 1/3] qbsp: add copyright notices and license info Tyrann 2006-09-05 20:56:57 +0930
  • d0a0c3c15c [PATCH] Import QBSP sources Tyrann 2006-08-29 00:03:53 +0930
  • 2c2f3c8eb6 Import initial sources v0.1 Tyrann 2006-08-28 23:58:10 +0930