bspc icon indicating copy to clipboard operation
bspc copied to clipboard

Quake 3 BSP-to-AAS compiler

Results 5 bspc issues
Sort by recently updated
recently updated
newest added

A few fixes and new/rebuilt MSVC project files. Binaries are included in GtkRadiant 1.6.3 builds. See https://github.com/TTimo/GtkRadiant/issues/63 for details.

When using the command: ``` git clone https://github.com/bnoordhuis/bspc && cd bspc && make clean && make ``` I receive the error: ``` collect2: error: ld returned 1 exit status make:...

I've noticed this with any bspc I've seen. What happens is the splits counter doesn't increase when 2 or more threads are set in a batch file or when using...

The checksum calculation is incompatible to new ioquake versions, because the CM_LoadMap function changed (deps/qcommon/cm_load.c and deps/qcommon/md4.c). The aas files are not loaded by ioquake because of wrong checksums.

Hey, I am looking at including a bspc binary from this source tree in the Windows releases of GtkRadiant .. I don't see up to date MSVC project files, nor...