Eric Wasylishen
|
681a916348
|
qbsp: wad.cc: zero out data after \0 in dmiptex_t.name
This is just for consistency with the cleanup branch which is also doing this
|
2021-10-07 00:31:11 -06:00 |
Jonathan
|
c95a1e2ccb
|
q2 and bug fixes
# Conflicts:
# include/qbsp/qbsp.hh
# include/qbsp/winding.hh
# qbsp/brush.cc
# qbsp/csg4.cc
# qbsp/merge.cc
|
2021-09-12 08:34:01 -04:00 |
Jonathan
|
35040d1bd3
|
Q2 working sorta
|
2021-09-09 02:13:28 -04:00 |
Jonathan
|
dad0e61f63
|
Fix for texinfo/miptex searching routines
surf flags now use the "native + extended" format that will eventually be used for brush contents. Q1 output seems identical, haven't tested Q2 yet.
|
2021-09-05 16:56:29 -04:00 |
Jonathan
|
04ad8e2962
|
OOP wad file stuff
|
2021-09-04 23:23:03 -04:00 |
Jonathan
|
3b656e6ef1
|
Cleanup & preserve texture name for q2bsp
|
2021-09-04 22:15:04 -04:00 |
Eric Wasylishen
|
54d9e08033
|
qbsp: handle target bsp version
|
2021-09-01 00:42:30 -06:00 |
Eric Wasylishen
|
1123205d47
|
qbsp: replace FreeMem uses
|
2021-08-24 22:49:06 -06:00 |
Eric Wasylishen
|
a7fd04af12
|
qbsp: refactor texdata writing
|
2021-08-23 22:44:22 -06:00 |
Eric Wasylishen
|
b5fcdec19e
|
cleanup: remove "byte" typedef
|
2021-02-07 14:02:35 -07:00 |
Eric Wasylishen
|
79d3aa99de
|
qbsp: fix relative paths for .wad files
Fixes #279
|
2019-10-27 19:03:45 -06:00 |
Shpoike
|
89365949bc
|
Squashed commit of the following:
commit 8ca122916d
Author: Eric Wasylishen <ewasylishen@gmail.com>
Date: Thu Jul 4 20:54:23 2019 -0600
fix linker error (radlights is in 2 .cpp files)
commit 8f06fc9c8d
Author: Eric Wasylishen <ewasylishen@gmail.com>
Date: Thu Jul 4 20:53:57 2019 -0600
add clarification comment
commit 038a553fb0
Author: Eric Wasylishen <ewasylishen@gmail.com>
Date: Thu Jul 4 20:30:27 2019 -0600
fix tests compilation
commit 02e94ec507
Author: Eric Wasylishen <ewasylishen@gmail.com>
Date: Thu Jul 4 19:59:25 2019 -0600
hlbsp: use q_snprintf
commit 669a5a7911
Author: Eric Wasylishen <ewasylishen@gmail.com>
Date: Thu Jul 4 19:56:21 2019 -0600
Reformat
commit 6653760982
Merge: 347a455 ac3553c
Author: Eric Wasylishen <ewasylishen@gmail.com>
Date: Thu Jul 4 19:28:06 2019 -0600
Merge remote-tracking branch 'origin/master' into hlbsp
# Conflicts:
# include/qbsp/qbsp.hh
commit 347a455102
Author: Shpoike <Shpoike@users.noreply.github.com>
Date: Thu Mar 28 02:18:16 2019 +0000
Misc HLBSP tweaks
Added support for multiple -wadpath args.
Added -xwadpath (for eg valve/*.wad to avoid bloat/license issues).
Reworked hint brushes - the non-hint surfaces can use any name, just so long as they're not 'hint', for compat with zhlt.
Support 'bevel' and 'null' textures for compat with zhlt.
commit 7fb22c7367
Author: Shpoike <Shpoike@users.noreply.github.com>
Date: Thu Mar 28 01:59:42 2019 +0000
Support for halflife-style .rad surface lights (probably too bright, but the basics work).
commit 2da504fb62
Author: Shpoike <Shpoike@users.noreply.github.com>
Date: Thu Mar 28 01:56:27 2019 +0000
Add minus-prefixed textures for halflife's randomised-textures feature, instead of getting crash-to-desktop errors when the map is loaded.
commit 6366199bdb
Author: Shpoike <Shpoike@users.noreply.github.com>
Date: Thu Mar 21 04:51:24 2019 +0000
First attempt at hlbsp output.
|
2019-07-04 21:08:17 -06:00 |
Eric Wasylishen
|
2710f9b1a1
|
qbsp: remove/comment dead code
|
2017-07-11 00:07:32 -06:00 |
Eric Wasylishen
|
8d2a257729
|
wad.cc: factor out .wad file opening
|
2017-06-15 03:29:55 -06:00 |
Eric Wasylishen
|
9034eb107a
|
qbsp: move remaining headers to include directory
|
2017-04-20 19:52:06 -06:00 |
Eric Wasylishen
|
e5f5b99584
|
qbsp: bounds check some array accesses
|
2016-11-02 16:52:12 -06:00 |
Eric Wasylishen
|
a6468984bf
|
all: finish c++ification
|
2016-10-17 19:52:17 -06:00 |
Eric Wasylishen
|
939778bd23
|
build: add snprintf wrapper from QuakeSpasm (vs2013 compat)
|
2016-08-06 15:47:40 -07:00 |
Eric Wasylishen
|
ed48508070
|
qbsp: fix usage of offsetof() with a non-compile time constant, was erroring on gcc
|
2016-03-16 10:55:39 -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 |