queue scan added, Catch added for EntityConverter tests

This commit is contained in:
suhrke 2017-07-03 22:20:45 -07:00
commit cf2eb575fc

View File

@ -1,8 +1,10 @@
# reflex2q3 # reflex2q3
Crossplatform application that converts Reflex .map files into working idTech 3 .map files. Supports NetRadiant brush format by default and GtkRadiant format with a command line switch, as well as partial entity conversion for Xonotic entities. Crossplatform application that converts Reflex .map files into working idTech 3 .map files. Supports NetRadiant brush format by default and GtkRadiant format with a command line switch, as well as partial entity conversion for Xonotic entities.
From your command line, build the project by typing From your command line, build the project by typing the following lines
```Bash ```Bash
git submodule update --init --recursive
cd ReflexToQ3
make make
``` ```