projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
324e8f3
)
filter out lightmaps and model previews from DDS
author
Rudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 15:31:40 +0000
(17:31 +0200)
committer
Rudolf Polzer <divVerent@alientrap.org>
Fri, 6 Aug 2010 15:31:40 +0000
(17:31 +0200)
misc/tools/cached-converter.sh
patch
|
blob
|
history
diff --git
a/misc/tools/cached-converter.sh
b/misc/tools/cached-converter.sh
index 5b1d0bf07bfd0dd10537eeeed1e2f02bb6e1ee96..ccbe0bb862a507b41b0b85d1cf905b0e5408d636 100755
(executable)
--- a/
misc/tools/cached-converter.sh
+++ b/
misc/tools/cached-converter.sh
@@
-175,9
+175,9
@@
for F in "$@"; do
will_jpeg=$do_jpeg
will_dds=$do_dds
case "$f" in
will_jpeg=$do_jpeg
will_dds=$do_dds
case "$f" in
+ ./models/player/*) will_dds=false ;;
./textures/*) ;;
./models/*) ;;
./textures/*) ;;
./models/*) ;;
- ./maps/*/*) ;;
./particles/*) ;;
./progs/*) ;;
*)
./particles/*) ;;
./progs/*) ;;
*)