Eric Wasylishen
|
8294e1d750
|
qbsp: change -convert valve220 to shorter -convert valve
|
2017-03-26 15:32:58 -06:00 |
Eric Wasylishen
|
75c3fdadf6
|
qbsp: rewrite .map printing code. Print as integers if it can be done losslessly.
|
2017-03-26 15:29:36 -06:00 |
Eric Wasylishen
|
2fe14087db
|
qbsp: QuakeEd .map conversion: normalize shifts
|
2017-03-26 15:08:10 -06:00 |
Eric Wasylishen
|
6c336738c4
|
qbsp: QuakeEd .map conversion: drop the RMSE test as it sometimes picked worse visual results (wood roof trim in ad_swampy)
|
2017-03-26 14:42:13 -06:00 |
Eric Wasylishen
|
39c137c2a3
|
qbsp: SetTexinfo_QuakeEd_New: treat scale=0 as scale=1
|
2017-03-26 13:00:07 -06:00 |
Eric Wasylishen
|
94ba5560c7
|
qbsp: fix QuakeEd map conversion
|
2017-03-26 12:40:06 -06:00 |
Eric Wasylishen
|
ce673b813e
|
qbsp: remove dead code
|
2017-03-23 14:40:03 -06:00 |
Eric Wasylishen
|
5fae648506
|
qbsp: refactor TexDef_BSPToValve
|
2017-03-23 14:39:34 -06:00 |
Eric Wasylishen
|
57bed163be
|
qbsp: change "brushprimtivies" label to shorter "bp"
|
2017-03-23 14:38:08 -06:00 |
Eric Wasylishen
|
78d517a99d
|
qbsp: remove placeholder entity inserted at the end of the vecotr
|
2017-03-22 19:22:23 -06:00 |
Eric Wasylishen
|
6f17758fc7
|
qbsp: quake/valve map output: avoid divide by 0 when calculating scale
|
2017-03-22 18:27:13 -06:00 |
Eric Wasylishen
|
be78da93e8
|
qbsp: quark ETP: add missing negative sign to match bjptools-xt output
|
2017-03-22 17:13:36 -06:00 |
Eric Wasylishen
|
fc2b5e438d
|
qbsp: brush primitives output
|
2017-03-22 16:39:43 -06:00 |
Eric Wasylishen
|
e8a7e55bb7
|
qbsp: refactoring to SetTexinfo_BrushPrimitives
|
2017-03-22 16:39:43 -06:00 |
Eric Wasylishen
|
3dda0e9c4e
|
qbsp: hook up "to quake" conversion
|
2017-03-22 02:39:55 -06:00 |
Eric Wasylishen
|
aab47605bb
|
qbsp: add TexDef_BSPToQuakeEd()
|
2017-03-22 02:12:16 -06:00 |
Eric Wasylishen
|
f04f34524c
|
qbsp: TextureAxisFromPlane: add extra param for returning the snapped axis
|
2017-03-22 01:11:21 -06:00 |
Eric Wasylishen
|
8e1b7effca
|
qbsp: mark unreachable code
|
2017-03-22 00:40:33 -06:00 |
Eric Wasylishen
|
c2bb2bea32
|
qbsp: first draft of * to valve220 conversion
|
2017-03-21 21:01:10 -06:00 |
Eric Wasylishen
|
d607aa1a89
|
qbsp: whitespace fix
|
2017-03-21 21:01:10 -06:00 |
Eric Wasylishen
|
986aad52c2
|
qbsp: save _mincolor to the .texinfo file
|
2016-11-02 17:10:01 -06:00 |
Eric Wasylishen
|
e5f5b99584
|
qbsp: bounds check some array accesses
|
2016-11-02 16:52:12 -06:00 |
Eric Wasylishen
|
05447ee0b9
|
qbsp: use a mtexinfo_t for texinfo before writing to bsp
|
2016-11-02 16:45:41 -06:00 |
Eric Wasylishen
|
a6468984bf
|
all: finish c++ification
|
2016-10-17 19:52:17 -06:00 |
Eric Wasylishen
|
cc12810da3
|
qbsp: brush primitives support
|
2016-10-04 22:39:13 -06:00 |
Eric Wasylishen
|
939778bd23
|
build: add snprintf wrapper from QuakeSpasm (vs2013 compat)
|
2016-08-06 15:47:40 -07:00 |
Eric Wasylishen
|
1340529234
|
qbsp: add -splitsky and -splitturb, finer control over -splitspecial
|
2016-04-16 22:53:33 -06:00 |
Eric Wasylishen
|
91f321493e
|
qbsp: fix wrong return type in ParseEntity
|
2016-04-07 21:11:53 -06:00 |
Eric Wasylishen
|
177e037de3
|
qbsp: better bounds checking for mapbrush_t::face and mapentity_t::mapbrush
|
2016-03-20 20:02:39 -06:00 |
Eric Wasylishen
|
86e92ee6b3
|
qbsp: add missing include
|
2016-03-20 14:08:34 -06:00 |
Eric Wasylishen
|
60c0b64906
|
qbsp: change mapdata_t to use std::vector
|
2016-03-20 14:02:31 -06:00 |
Eric Wasylishen
|
4ee88ede3b
|
qbsp: turn map.num* into functions
|
2016-03-12 13:50:24 -07:00 |
Eric Wasylishen
|
3db441eea2
|
qbsp: rename files to .cc
|
2016-03-12 13:02:28 -07:00 |