Documented some vrad options.#390
Documented some vrad options.#390Unusuario2 wants to merge 52 commits intomapbase-source:developfrom
Conversation
sp/src/utils/vrad/vrad.cpp
Outdated
| #include "byteswap.h" | ||
|
|
||
| #define ALLOWDEBUGOPTIONS (0 || _DEBUG) | ||
| #define ALLOWDEBUGOPTIONS (1 || _DEBUG) |
There was a problem hiding this comment.
why even enable the debug here? You can already set it to be debug if you compile vrad, under the debug option inside Visual Studio
There was a problem hiding this comment.
Because i want (purposely) to have these extra commands enable in a full build Release of Vrad since many commands are useful, for example coring (saves lightmap space in bigger maps)
Also is worth nothing that these extra command gives the final user more options to experiment with lighting in general, so we should enable these by default.
There was a problem hiding this comment.
then the function you want to be none debug only you can just remove it from the #ifdef and make it use the mapbase #ifdef instead
Code base cleanup
added to vrad "-ultrafast"
Extrapasses commandline
documented-some-vbsp-options
Vrad compressconstant commandline
|
i mess up this PR i will make a new one, sorry for the inconvenience |
Self explanatory and also cleans up unused code.
PR Checklist
developbranch OR targets another branch with a specific goal in mind