Eric Wasylishen
|
a0a7021707
|
light: refactor position_t from tuple to class
|
2017-03-29 16:09:49 -06:00 |
Eric Wasylishen
|
66744e33e2
|
qbsp: map conversion: output epairs in the correct order
|
2017-03-27 19:36:53 -06:00 |
Eric Wasylishen
|
10386581a6
|
light: make bounce of styled lights opt in with "_bouncestyled" worldspawn key
|
2017-03-27 16:44:04 -06:00 |
Eric Wasylishen
|
30b8503ccf
|
qbsp: -convert quake: silence annoying warnings
|
2017-03-26 17:46:31 -06:00 |
Eric Wasylishen
|
73082828b4
|
qbsp: don't use regex stuff, doesn't work on the travis version of gcc
|
2017-03-26 17:41:22 -06:00 |
Eric Wasylishen
|
74981a45d5
|
docs: update changelog
|
2017-03-26 17:17:48 -06:00 |
Eric Wasylishen
|
ed89dc487a
|
qbsp: add docs for -convert option
|
2017-03-26 17:07:52 -06:00 |
Eric Wasylishen
|
62f17545b9
|
qbsp: expose LoadBrush in header
|
2017-03-26 16:41:16 -06:00 |
Eric Wasylishen
|
af355a87be
|
qbsp: fix -convert quake2
|
2017-03-26 16:35:26 -06:00 |
Eric Wasylishen
|
f3caed2f8b
|
qbsp: support -convert quake2 to write classic q2/q3 format with three 0 flags
|
2017-03-26 16:06:21 -06:00 |
Eric Wasylishen
|
32b001b4d9
|
qbsp: fix typo in QuakeEd .map conversion
|
2017-03-26 16:05:33 -06:00 |
Eric Wasylishen
|
dbec32efaf
|
qbsp: -convert bp: write 0 0 0 face flags
|
2017-03-26 15:49:15 -06:00 |
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
|
1f3d38a611
|
qbsp mathlib: add helper for getting angle between vectors
|
2017-03-22 01:07:32 -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
|
9cd38feb37
|
docs: update changelog
|
2017-03-21 21:01:10 -06:00 |
Eric Wasylishen
|
f957cba775
|
light: experimental bounce version using final gather
|
2017-03-21 21:01:09 -06:00 |
Eric Wasylishen
|
b911c70372
|
light: do bounce after phong
|
2017-03-19 14:20:47 -06:00 |
Eric Wasylishen
|
21445c0d6a
|
light: add a pipe to lightstest1
|
2017-03-19 14:18:30 -06:00 |
Eric Wasylishen
|
30d9a53341
|
light: move FractionOfLine to mathlib
|
2017-03-18 23:26:16 -06:00 |
Eric Wasylishen
|
3e7b4448c1
|
mathlib: add GLM_PolyArea
|
2017-03-18 23:26:10 -06:00 |
Eric Wasylishen
|
15dd49e093
|
light: fix last commit
|
2017-03-18 17:04:22 -06:00 |
Eric Wasylishen
|
9c82068160
|
light: phong: guard against accessing phong caches before they are built
|
2017-03-18 16:43:22 -06:00 |
Eric Wasylishen
|
880ad3b381
|
bpsutil, common, light, vis: bounds check bsp->dfaces access
|
2017-03-18 16:31:52 -06:00 |
Eric Wasylishen
|
29884e2b4a
|
bsputils: add bounds checking to Face_GetNum
|
2017-03-18 16:17:01 -06:00 |
Eric Wasylishen
|
8a83e3d351
|
light: BounceLightsForFaceNum(): return indices so we have 1 main copy of the bounce lights
|
2017-03-15 13:22:43 -06:00 |
Eric Wasylishen
|
c2c3e915e6
|
light: fix leak of lightsurf->realfacenums
|
2017-03-15 13:22:35 -06:00 |
Eric Wasylishen
|
aa10d2da93
|
common: add std::vector<glm::vec3> polylib::GLM_WindingPoints(const winding_t *w)
|
2017-03-15 10:59:46 -06:00 |
Eric Wasylishen
|
18b75ec904
|
light: rewrite -bouncelightsdebug to handle patches smaller than a face
|
2017-03-15 10:59:40 -06:00 |
Eric Wasylishen
|
33fbe56e12
|
light: save poly edge planes for bouncelights
|
2017-03-15 10:59:31 -06:00 |
Eric Wasylishen
|
1d66039b2c
|
light: save poly for bouncelights
|
2017-03-15 10:59:25 -06:00 |
Eric Wasylishen
|
154158ddba
|
light: BounceLightsForFaceNum: avoid an unnecessary std::vector copy
|
2017-03-15 10:59:16 -06:00 |