Bill Currie
|
9429539f2f
|
[qfbsp] Print node and leaf info
Maximum tree depth, number of nodes in a model, and max faces per node
and leaf.
|
2022-05-19 13:26:45 +09:00 |
|
Bill Currie
|
ca9566a425
|
[qfbsp] Print the number of textures in the bsp
I needed to check what sort of numbers to expect for bsp texture counts.
It turns out id maps use only 81 max, but oum uses up to 173.
|
2021-12-17 08:28:02 +09:00 |
|
Bill Currie
|
f514345d77
|
[qfbsp] Show correct object counts for bsp29 files
Yes, this was the goal of that size_t change, but it made sense anyway.
|
2021-08-01 22:05:31 +09:00 |
|
Bill Currie
|
674ffa0941
|
[util] Make bsp_t counts size_t
and other bsp data counts unsigned, and clean up the resulting mess.
|
2021-08-01 21:54:05 +09:00 |
|
Bill Currie
|
60d23bdc8f
|
[qfbsp] Remove all arbitrary bsp limits
Planes, verts, etc can now all get crazy big.
|
2021-07-26 13:10:06 +09:00 |
|
Bill Currie
|
13e1682f5e
|
[qfbsp] Add an option to dump info about a bsp file
Just the header plus some basics of model info.
|
2021-07-25 12:14:04 +09:00 |
|