From 96ecc6d28bba6bd6ebda3e02d43b7fd466d4ab67 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 10 Jan 2006 02:26:28 +0000 Subject: * Removed Q3 icons * Removed ludwig's loki setup dir * Added Tremulous icons --- misc/merge-ioq3-into-trem.sh | 4 ++ misc/tremulous.ico | Bin 0 -> 198 bytes misc/tremulous.xpm | 90 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+) create mode 100644 misc/tremulous.ico create mode 100644 misc/tremulous.xpm (limited to 'misc') diff --git a/misc/merge-ioq3-into-trem.sh b/misc/merge-ioq3-into-trem.sh index 2e4add43..b7e7af1d 100755 --- a/misc/merge-ioq3-into-trem.sh +++ b/misc/merge-ioq3-into-trem.sh @@ -30,12 +30,16 @@ rm -f `find -iname "*.vcproj"` rm -f `find -iname "*.def"` rm -f `find -iname "*.q3asm"` rm -f `find -iname "*.mak"` +rm -f `find -iname "*.ico"` +rm -f `find -iname "*.bmp"` rm -f code/tools/lcc/makefile.nt rm -rf code/win32/msvc/ # Remove Linux docs rm -rf code/unix/LinuxSupport/ +rm -rf code/unix/setup/ rm -f code/unix/README.* +rm -f code/unix/quake3.* # Remove game code rm -rf code/cgame/ code/game/ code/ui/ code/q3_ui/ diff --git a/misc/tremulous.ico b/misc/tremulous.ico new file mode 100644 index 00000000..c1c847a6 Binary files /dev/null and b/misc/tremulous.ico differ diff --git a/misc/tremulous.xpm b/misc/tremulous.xpm new file mode 100644 index 00000000..5e070c86 --- /dev/null +++ b/misc/tremulous.xpm @@ -0,0 +1,90 @@ +/* XPM */ +static char * tremulous_xpm[] = { +"48 48 39 1", +" c None", +". c #0F0F0F", +"+ c #181818", +"@ c #000000", +"# c #282828", +"$ c #212121", +"% c #060606", +"& c #1D1D1D", +"* c #252525", +"= c #080808", +"- c #0E0E0E", +"; c #050505", +"> c #0B0B0B", +", c #0C0C0C", +"' c #232323", +") c #1F1F1F", +"! c #030303", +"~ c #0D0D0D", +"{ c #040404", +"] c #020202", +"^ c #141414", +"/ c #1E1E1E", +"( c #131313", +"_ c #111111", +": c #010101", +"< c #191919", +"[ c #090909", +"} c #292929", +"| c #070707", +"1 c #121212", +"2 c #1B1B1B", +"3 c #161616", +"4 c #0A0A0A", +"5 c #222222", +"6 c #242424", +"7 c #1A1A1A", +"8 c #151515", +"9 c #101010", +"0 c #171717", +" ", +" ... ", +" +@@@@@# ", +" $@@@@@@% ", +" &@@@@@@@@ * ", +" =- ;@@@@@@@@> ,@- ", +" @@' ;@@@@@@@@@ ,@@ ", +" )@! ;@@@@@@@@@ ~@@; ", +" ;@{ ]@@@@@@@@@~ ,@@; ", +" ^@@] /@@@@@@@@@@@( -@@; ", +" .@@; /@@@@@@@@@@@ -@@@/ ", +" _@@] /@@@@@@@@@@@ #:@@@_ ", +" @@@; /@@@@@@@@@@< :@@@- ", +" :@@! ]@@@@@@@@@ @@@@- ", +" $@@@; ;@@@@@@@@[ ~]@@@- ", +" %@@@; }!@@@@@@@@- }|@@@@, ", +" !@@@; 1@@@@@@@@@@ 2@@@@@~ ", +" ;@@@% [@@@@@@@@@@@@@@@@, ", +" @@@@{|||:@@@@@@@@@@@@@@!- ", +" -@@@@@@@@@@@@@@@@@@@@@] ", +" .@@@@@@@@@@@@@@@@@@@{ ", +" ]@@@@@@@@@@@@@@@@@ ", +" .@@@@@@@@@@@@@@@@ ", +" +@@@@@@@@@@@@@@@@@@@@@@@@@@/ ", +" =@@@@@@@@@@@@@@@@@@@@@@@@@/ ", +" .=@@@@@@@@@@@@@@@@@@% ", +" ,@@@@@@@@@@@@@@@@@@@@@ ", +" 2>]@@@@@@@@@@@@@@@@@@@@@@@3 ", +" *:@@@@@@@@@@@@@@@@@@@@@@@@@^ ", +" @@@||| 4]@@@@@@@@@@@@@@@@@ ", +" 556 _@@@@@@@@@@@@@@@@3 ", +" >@@@@@@@@@@@@@@@@+ ", +" ;@@@@@@@@@@@@@@@@@7 ", +" &@@@@@@@@@@@@@@@@@@@+ ", +" @@@@@@@@@@@@@@@@@@@@@/ ", +" 8@@@@@@@@@@@@@@@[ =@@| ", +" ;@@:::@@@@@@@@@[ %@@[ ", +" @@9 (@@@@@@@4 =@@ ", +" ,@@ {:@@: {@! ", +" !@@ << 3@@0 ", +" !@- 3@@6 ", +" ]@( (@[ ", +" 7@@ ]@ ", +" 7@@ * ", +" 7@} ", +" 7@ ", +" . ", +" "}; -- cgit