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
5967753ecb
add linux32 libraries
2010-08-05 06:51:22 +02:00
Rudolf Polzer
7d182579f4
fix linux64 build
2010-08-05 06:22:38 +02:00
Rudolf Polzer
c7e738c547
add and update SDL for Win32; make Win32 build work
2010-08-05 06:11:40 +02:00
Rudolf Polzer
885913e6b1
add DX3 headers
2010-08-05 06:02:24 +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
5255097259
Merge branch 'master' of ssh://git.xonotic.org/xonotic
2010-07-29 18:23:56 +02:00
Rudolf Polzer
db9d6f27dc
delete libraries we are not using yet
2010-07-26 15:51:20 +02:00
Rudolf Polzer
976e149f1f
Revert "add d0_blind_id DLLs to our DLL dump"
...
This reverts commit 74ee735ed3
.
2010-07-26 15:50:36 +02:00
Rudolf Polzer
74ee735ed3
add d0_blind_id DLLs to our DLL dump
2010-07-26 14:36:18 +02:00
Rudolf Polzer
ae6e74a75c
update win32 modplug dll
2010-07-26 14:05:55 +02:00
Rudolf Polzer
ffc63e8d51
mark libcurl-4.dll unexecutable (means nothing to Windows, but I know it needs to be rebuilt)
2010-07-26 13:54:49 +02:00
Rudolf Polzer
cfb1bdfa33
buildfiles: rename dir from w32 to win32
2010-07-26 13:35:34 +02:00
Rudolf Polzer
060f3d257f
linux64 library dependencies for use by build script
2010-07-26 13:32:20 +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
Merlijn Hofstra
b93c58b5af
update to SDL 1.2.14
2010-07-08 20:48:56 +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