projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b75ef0
)
add default options -fast and -dirty. If you do not want them, add --no-fast or ...
author
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 14:02:35 +0000
(16:02 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 14:02:35 +0000
(16:02 +0200)
misc/tools/xonotic-map-compiler
patch
|
blob
|
history
diff --git
a/misc/tools/xonotic-map-compiler
b/misc/tools/xonotic-map-compiler
index 12be54ad7d0848cfcba200316255aa50073c0dd7..e14951574773dc7fb059411105283ca65c5168a4 100755
(executable)
--- a/
misc/tools/xonotic-map-compiler
+++ b/
misc/tools/xonotic-map-compiler
@@
-25,7
+25,7
@@
use File::Temp;
our $VISFLAGS = '';
# Default flags for the -light stage
- our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512';
+ our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512
-fast -dirty
';
# Default flags for the -minimap stage
our $MINIMAPFLAGS = '';