*** empty log message ***

This commit is contained in:
Richard Allen 2003-04-26 16:14:28 +00:00
parent b27ca7ff32
commit 386ff49727
3 changed files with 12 additions and 9 deletions

View file

@ -7,6 +7,9 @@
* With allWeapon/allItems enable it won't toss weapons/items when you die * With allWeapon/allItems enable it won't toss weapons/items when you die
* Various helmet bugs fixed. * Various helmet bugs fixed.
* Successful mapvote now waits for a round to end in TP. * Successful mapvote now waits for a round to end in TP.
* Fixed a bug in the replacement code with grenades
* In some circumstanses you would also get chest damage from a headshot
* Bug in the UI radiobind code fixed.
# List fixes here for the 3.0 release # List fixes here for the 3.0 release

View file

@ -4,16 +4,16 @@
menuDef { menuDef {
name "credit" name "credit"
background "rq3-ta-menuback" // Makro: replace "rq3-ta-menuback" with "rq3-menuback" background "rq3-ta-menuback" // Makro: replace "rq3-ta-menuback" with "rq3-menuback"
// to use the current background // to use the current background
fullScreen 1 fullScreen 1
visible 0 // Visible on open visible 0 // Visible on open
focusColor RQ3_MAIN_FOCUSCOLOR // Menu focus color for text and items focusColor RQ3_MAIN_FOCUSCOLOR // Menu focus color for text and items
timedItems 39 timedItems 39
timerInterval 5500 timerInterval 5500
fadeCycle 500 // how often fade happens in milliseconds fadeCycle 500 // how often fade happens in milliseconds
fadeAmount 0.01 // amount to adjust alpha per cycle fadeAmount 0.01 // amount to adjust alpha per cycle
fadeClamp 1.0 // sets the fadeup alpha fadeClamp 1.0 // sets the fadeup alpha
onOpen { onOpen {
@ -132,7 +132,7 @@
textscale .45 textscale .45
textalignx 220 textalignx 220
textaligny 100 textaligny 100
text "REACTION QUAKE 3 v3.0" text "REACTION QUAKE 3 v3.1"
autowrapped autowrapped
visible 1 visible 1
decoration decoration
@ -370,7 +370,7 @@
"Malcolm Ramsay\n" "Malcolm Ramsay\n"
"Jesse Smith\n" "Jesse Smith\n"
"Jaymz Plummer\n" "Jaymz Plummer\n"
"Hannu Saarinenas\n" "Hannu Saarinen\n"
"Henri Tervapuro\n" "Henri Tervapuro\n"
"Julien\n" "Julien\n"
"Kyle VanMeurs" "Kyle VanMeurs"

View file

@ -149,7 +149,7 @@
itemDef { itemDef {
name copyright name copyright
autowrapped autowrapped
text "Reaction Quake 3 v3.0\n" text "Reaction Quake 3 v3.1\n"
"Copyright (c) 2000 - 2003 Boomstick Studios\n" "Copyright (c) 2000 - 2003 Boomstick Studios\n"
"Quake III Arena (c) 1999 - 2000 id Software Inc." "Quake III Arena (c) 1999 - 2000 id Software Inc."
style 0 style 0