Rudolf Polzer
362f64cb1b
also cache whether the images have alpha or not
2010-08-05 14:38:34 +02:00
Rudolf Polzer
180139e81b
more text
2010-08-05 14:31:00 +02:00
Rudolf Polzer
c3c4edb842
fix the mkdir related stuff
2010-08-05 14:02:13 +02:00
Rudolf Polzer
f679d78341
fix another typo breaking release building
2010-08-05 13:58:36 +02:00
Rudolf Polzer
0981696b60
fix compressonator usage
2010-08-05 13:48:24 +02:00
Rudolf Polzer
9c3bb7b447
fix another typo
2010-08-05 12:19:39 +02:00
Rudolf Polzer
ca78fa143e
fix typos
2010-08-05 12:11:05 +02:00
Rudolf Polzer
a2ab7b0b50
create missing dirs
2010-08-05 12:08:29 +02:00
Rudolf Polzer
3501f1c4f3
start X11 as compressonator needs it
2010-08-05 10:59:22 +02:00
Rudolf Polzer
47c4128537
Merge branch 'master' of ssh://git.xonotic.org/xonotic
2010-08-04 21:32:21 +02:00
Rudolf Polzer
0fcb7de675
now that we HAVE an official map, we can get rid of the ???????????????-??????????? error message :P
2010-08-04 09:06:05 +02:00
Rudolf Polzer
3b54ba8ef7
weapon profiler: add seeker
2010-07-25 07:57:06 +02:00
Rudolf Polzer
a1f2cac462
also add -fastbounce by default. Though there is no -bounce in the default settings, this allows bounces to be fast even if --no-fast is used. If you do not want this, also add --no-fastbounce.
2010-07-21 16:06:30 +02:00
Rudolf Polzer
e2cc38fb4e
add default options -fast and -dirty. If you do not want them, add --no-fast or --no-dirty behind the + in your map options file
2010-07-21 16:02:35 +02:00
Rudolf Polzer
6b75ef0f42
map compiler: allow an option --no-fast that removes a -fast option (possibly including argument) from the command line
2010-07-21 15:54:13 +02:00
Rudolf Polzer
a2fd478196
fix typo
2010-07-21 15:05:51 +02:00
Rudolf Polzer
ae02c9f56e
REALLY fix timeout feature
2010-07-21 15:03:35 +02:00
Rudolf Polzer
c0386f2fba
better time measuring
2010-07-19 14:40:45 +02:00
Rudolf Polzer
eeb4e981e7
more timeout fixing
2010-07-19 14:39:21 +02:00
Rudolf Polzer
9ac2d431c5
cut down hashes also on finished compile
2010-07-19 09:23:14 +02:00
Rudolf Polzer
d95dde1cc4
fixes :P
2010-07-19 09:16:54 +02:00
Rudolf Polzer
75840126be
fix timeouts
2010-07-19 08:34:34 +02:00
Rudolf Polzer
3a27e02f3a
autobuild scripts: specify timeouts for the q3map2 stages
2010-07-19 08:33:26 +02:00
Rudolf Polzer
627ef87743
hope this will yield useful exit status
2010-07-19 07:58:50 +02:00
Rudolf Polzer
8bfb119d5e
treat 404 as warning, not error
2010-07-18 19:08:13 +02:00
Rudolf Polzer
4c6e2486ff
improve ircspam
2010-07-17 15:40:04 +02:00
Rudolf Polzer
94ce252c0a
autobuild: improve messages, detect exit status
2010-07-17 15:18:14 +02:00
Rudolf Polzer
d5cad69062
support -scale flags
2010-07-04 19:14:39 +02:00
Rudolf Polzer
058d912718
compress-texture: when calling wine, unset $DISPLAY so it won't show a dialog box if compressing failed.
2010-06-26 22:21:56 +02:00
Rudolf Polzer
fd716c102c
another typo fix :P
2010-06-26 16:57:19 +02:00
Rudolf Polzer
9059f41000
use BoxFilter.dll in Compressonator
2010-06-26 16:48:53 +02:00
Rudolf Polzer
9c9343fa31
allow choosing between ATICompressor and DXTC.dll
2010-06-26 16:38:26 +02:00
Rudolf Polzer
0e1fbbc2bf
also support ATI Compressonator via WINE for release building
2010-06-26 16:29:54 +02:00
Rudolf Polzer
cbe525917b
move shaderlist.txt into the individual dirs again now that we can
2010-06-24 17:41:55 +02:00
Rudolf Polzer
316e76ac82
in .options files, change syntax to allow settings on different lines. Syntax rules now are:
...
any line starting with - specifies options
any other line is a comment
anything from a # in a line to the end of the line is a comment
(Bad) Example:
-bsp -samplesize 16 # do not use default options
-light + -fast # this looks good too, default options are still used
-vis +
-minimap +
Version: 1
2010-06-24 15:53:02 +02:00
Rudolf Polzer
14fdc5e189
more converter fixes. Converter should work now.
2010-06-21 16:43:11 +02:00
Rudolf Polzer
555bd2f563
remove a sleep 10 debug command
2010-06-21 16:25:52 +02:00
Rudolf Polzer
86d79beedb
another typo...
2010-06-21 16:25:14 +02:00
Rudolf Polzer
0af3caab3d
fix caching
2010-06-21 16:19:54 +02:00
Rudolf Polzer
c585f98ad6
fix permissions
2010-06-21 16:12:09 +02:00
Rudolf Polzer
b1235e18e3
new, better, greater data converter script
2010-06-21 16:08:19 +02:00
Rudolf Polzer
019698126f
generate-jpeg: minor fixes
2010-06-21 15:09:03 +02:00
Rudolf Polzer
835ee48b40
JPEG and DDS generator scripts (untested)
2010-06-21 09:45:07 +02:00
Rudolf Polzer
ec5e922a7b
also do a pre-compile irc notification for map compiles
2010-06-19 13:49:40 +02:00
Rudolf Polzer
cd1034fc67
save the options my build machine actually uses
2010-06-17 15:26:49 +02:00
Rudolf Polzer
33cf5b77ca
do not delete data.old automatically. Let user do that.
2010-06-17 14:18:10 +02:00
Rudolf Polzer
a543153ec5
Merge branch 'master' of ssh://git.xonotic.org/xonotic
2010-06-17 14:08:52 +02:00
Rudolf Polzer
f1c468e0b2
autodownload compiled maps on "compile"
2010-06-17 14:08:38 +02:00
Rudolf Polzer
76666d3246
fix two slash errors
2010-06-16 12:56:41 +02:00
Rudolf Polzer
d85a9b84b2
ircspam: use maps/$M.log, not $M.log :P
2010-06-16 12:55:51 +02:00