From f1f9d455f271d216fb73ecee6181b49030078777 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 14 Aug 2007 21:59:16 +0000 Subject: moved /trunk/other to /assets --- other/website/default.css | 110 --------------------------- other/website/download.html | 102 ------------------------- other/website/gfx/happytee.png | Bin 50445 -> 0 bytes other/website/gfx/linux_tee.png | Bin 2620 -> 0 bytes other/website/gfx/main_bg_sun.png | Bin 2904 -> 0 bytes other/website/gfx/main_bg_sun_top.png | Bin 3868 -> 0 bytes other/website/gfx/menu_download_sun.png | Bin 12839 -> 0 bytes other/website/gfx/menu_home_sun.png | Bin 7296 -> 0 bytes other/website/gfx/menu_support_sun.png | Bin 12547 -> 0 bytes other/website/gfx/menu_team_sun.png | Bin 8141 -> 0 bytes other/website/gfx/osx_tee.png | Bin 5789 -> 0 bytes other/website/gfx/sun_bg.png | Bin 70145 -> 0 bytes other/website/gfx/teeattack_placeholder.png | Bin 24124 -> 0 bytes other/website/gfx/teesupport_placeholder.png | Bin 65491 -> 0 bytes other/website/gfx/top_logo_sun.png | Bin 40120 -> 0 bytes other/website/gfx/win_tee.png | Bin 4913 -> 0 bytes other/website/index.html | 62 --------------- other/website/smileys/big_smile.png | Bin 664 -> 0 bytes other/website/smileys/cool.png | Bin 724 -> 0 bytes other/website/smileys/hmm.png | Bin 797 -> 0 bytes other/website/smileys/lol.png | Bin 783 -> 0 bytes other/website/smileys/mad.png | Bin 809 -> 0 bytes other/website/smileys/neutral.png | Bin 787 -> 0 bytes other/website/smileys/roll.png | Bin 804 -> 0 bytes other/website/smileys/sad.png | Bin 807 -> 0 bytes other/website/smileys/smile.png | Bin 803 -> 0 bytes other/website/smileys/tongue.png | Bin 785 -> 0 bytes other/website/smileys/wink.png | Bin 794 -> 0 bytes other/website/smileys/yikes.png | Bin 761 -> 0 bytes other/website/src/content_download.html | 73 ------------------ other/website/src/content_home.html | 32 -------- other/website/src/content_support.html | 17 ----- other/website/src/content_team.html | 54 ------------- other/website/src/make.sh | 6 -- other/website/src/make_page.py | 6 -- other/website/src/template.html | 30 -------- other/website/support.html | 47 ------------ other/website/team.html | 83 -------------------- 38 files changed, 622 deletions(-) delete mode 100644 other/website/default.css delete mode 100644 other/website/download.html delete mode 100644 other/website/gfx/happytee.png delete mode 100644 other/website/gfx/linux_tee.png delete mode 100644 other/website/gfx/main_bg_sun.png delete mode 100644 other/website/gfx/main_bg_sun_top.png delete mode 100644 other/website/gfx/menu_download_sun.png delete mode 100644 other/website/gfx/menu_home_sun.png delete mode 100644 other/website/gfx/menu_support_sun.png delete mode 100644 other/website/gfx/menu_team_sun.png delete mode 100644 other/website/gfx/osx_tee.png delete mode 100644 other/website/gfx/sun_bg.png delete mode 100644 other/website/gfx/teeattack_placeholder.png delete mode 100644 other/website/gfx/teesupport_placeholder.png delete mode 100644 other/website/gfx/top_logo_sun.png delete mode 100644 other/website/gfx/win_tee.png delete mode 100644 other/website/index.html delete mode 100644 other/website/smileys/big_smile.png delete mode 100644 other/website/smileys/cool.png delete mode 100644 other/website/smileys/hmm.png delete mode 100644 other/website/smileys/lol.png delete mode 100644 other/website/smileys/mad.png delete mode 100644 other/website/smileys/neutral.png delete mode 100644 other/website/smileys/roll.png delete mode 100644 other/website/smileys/sad.png delete mode 100644 other/website/smileys/smile.png delete mode 100644 other/website/smileys/tongue.png delete mode 100644 other/website/smileys/wink.png delete mode 100644 other/website/smileys/yikes.png delete mode 100644 other/website/src/content_download.html delete mode 100644 other/website/src/content_home.html delete mode 100644 other/website/src/content_support.html delete mode 100644 other/website/src/content_team.html delete mode 100755 other/website/src/make.sh delete mode 100644 other/website/src/make_page.py delete mode 100644 other/website/src/template.html delete mode 100644 other/website/support.html delete mode 100644 other/website/team.html (limited to 'other/website') diff --git a/other/website/default.css b/other/website/default.css deleted file mode 100644 index b7ae1af9..00000000 --- a/other/website/default.css +++ /dev/null @@ -1,110 +0,0 @@ -body { - margin-top: 0px; - background-image: url(gfx/sun_bg.png); - background-repeat: no-repeat; - background-color: #82CDFF; - margin-left: 0px; - margin-right: 0px; - margin-bottom: 0px; - - color: #666666; - font-size: 12px; - font-family: Verdana, Arial, Helvetica, sans-serif; - line-height: 20px; -} - -div#outer -{ - margin-left: auto; - margin-right: auto; - width: 820px; -} - -.page_header { - margin-top: 0px; - background-image: url(gfx/top_logo_sun.png); - background-repeat: no-repeat; - padding-left: 370px; - margin-left: 0px; - margin-right: 0px; - margin-bottom: 0px; -} - -.page_body_top { - background: url(gfx/main_bg_sun_top.png) no-repeat top left; - height: 40px; -} - -.page_body { - background: url(gfx/main_bg_sun.png) repeat-y top left; - height: auto; - padding-top: 40px; - padding-left: 70px; - padding-right: 70px; - padding-bottom: 40px; -} - - -.page_image { - margin-left: 30px; - float: right; -} - -.topic { - font-size: 18px; - color: #627E27; - font-weight: bold; -} - - -.subtopic { - font-size: 14px; - color: #627E27; -} - -.normal { - font-size: 12px; -} - -.date { - color: #666666; - font-size: 12px; - line-height: 20px; - font-style: italic; - font-weight: normal; -} - - -.sign { - color: #666666; - font-size: 12px; - line-height: 20px; - font-style: italic; - text-align: right; -} - - -a:link { - color: #333333; -} -a:visited { - color: #333333; -} -a:hover { - color: #333333; -} -a:active { - color: #333333; -} - -a:link img { - border: none; -} - -a:visited img { - border: none; -} - -a:hover img { - border: none; -} diff --git a/other/website/download.html b/other/website/download.html deleted file mode 100644 index f722548d..00000000 --- a/other/website/download.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - Teewars - - - - -
- - -
-
 
-
- -

DOWNLOADS

- -

This is the latest version of Teewars.

- -

General notes

- -
    -
  • An earlier version client cannot connect to a current version server, and vice versa.
  • -
  • Windows binaries are not tested under Microsoft Vista.
  • -
- -

Teewars Version 0.2.0 Released 2007-08-05

- - - -
- - - - - - - - - - - - - - - -
-
Windows (32bit)
- - -
 
-
Mac OS X (Intel)
- - -
 
-
Mac OS X (PPC)
- - -
 
-
Linux x86
- - -
 
-
Linux x86_64
- - -
-
  - - -

Release notes

-
    -
  • Two new maps
  • -
  • Ingame chat
  • -
  • Kill messages
  • -
  • New and improved scoreboard
  • -
  • Lots of weapon tweaks and improvements
  • -
  • Lots of new sounds
  • -
  • Revised offline GUI with settings for keys, graphics and more
  • -
  • Respawn times
  • -
  • Score and time limit
  • -
  • Reworked network engine, smoother, less bandwidth
  • -
  • The all-new Ninja powerup!
  • -
  • Added screenshot button: F10
  • -
  • New and improved master server system
  • -
- -
- -
-
-
- - - diff --git a/other/website/gfx/happytee.png b/other/website/gfx/happytee.png deleted file mode 100644 index 3c431aae..00000000 Binary files a/other/website/gfx/happytee.png and /dev/null differ diff --git a/other/website/gfx/linux_tee.png b/other/website/gfx/linux_tee.png deleted file mode 100644 index 9ccc249b..00000000 Binary files a/other/website/gfx/linux_tee.png and /dev/null differ diff --git a/other/website/gfx/main_bg_sun.png b/other/website/gfx/main_bg_sun.png deleted file mode 100644 index afd2a54b..00000000 Binary files a/other/website/gfx/main_bg_sun.png and /dev/null differ diff --git a/other/website/gfx/main_bg_sun_top.png b/other/website/gfx/main_bg_sun_top.png deleted file mode 100644 index 505e8fc0..00000000 Binary files a/other/website/gfx/main_bg_sun_top.png and /dev/null differ diff --git a/other/website/gfx/menu_download_sun.png b/other/website/gfx/menu_download_sun.png deleted file mode 100644 index 9c2a4a65..00000000 Binary files a/other/website/gfx/menu_download_sun.png and /dev/null differ diff --git a/other/website/gfx/menu_home_sun.png b/other/website/gfx/menu_home_sun.png deleted file mode 100644 index 274f193e..00000000 Binary files a/other/website/gfx/menu_home_sun.png and /dev/null differ diff --git a/other/website/gfx/menu_support_sun.png b/other/website/gfx/menu_support_sun.png deleted file mode 100644 index d67b2f61..00000000 Binary files a/other/website/gfx/menu_support_sun.png and /dev/null differ diff --git a/other/website/gfx/menu_team_sun.png b/other/website/gfx/menu_team_sun.png deleted file mode 100644 index 474f2f71..00000000 Binary files a/other/website/gfx/menu_team_sun.png and /dev/null differ diff --git a/other/website/gfx/osx_tee.png b/other/website/gfx/osx_tee.png deleted file mode 100644 index eaf7bb25..00000000 Binary files a/other/website/gfx/osx_tee.png and /dev/null differ diff --git a/other/website/gfx/sun_bg.png b/other/website/gfx/sun_bg.png deleted file mode 100644 index 4dd421c7..00000000 Binary files a/other/website/gfx/sun_bg.png and /dev/null differ diff --git a/other/website/gfx/teeattack_placeholder.png b/other/website/gfx/teeattack_placeholder.png deleted file mode 100644 index e56ecd8c..00000000 Binary files a/other/website/gfx/teeattack_placeholder.png and /dev/null differ diff --git a/other/website/gfx/teesupport_placeholder.png b/other/website/gfx/teesupport_placeholder.png deleted file mode 100644 index 95841b54..00000000 Binary files a/other/website/gfx/teesupport_placeholder.png and /dev/null differ diff --git a/other/website/gfx/top_logo_sun.png b/other/website/gfx/top_logo_sun.png deleted file mode 100644 index df26f9dd..00000000 Binary files a/other/website/gfx/top_logo_sun.png and /dev/null differ diff --git a/other/website/gfx/win_tee.png b/other/website/gfx/win_tee.png deleted file mode 100644 index 8752c203..00000000 Binary files a/other/website/gfx/win_tee.png and /dev/null differ diff --git a/other/website/index.html b/other/website/index.html deleted file mode 100644 index e2259d3b..00000000 --- a/other/website/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - Teewars - - - - -
- - -
-
 
-
- - -
- -
- -

TEEWARS 0.2.0 RELEASED 2007-08-05

-

The long sought-after update of Teewars has finally arrived! -The highlights of version 0.2.0 include:

- -
    -
  • Much improved network stability
  • -
  • Time- and frag limits
  • -
  • A proper options screen
  • -
  • New death match maps
  • -
- -

Any support-related questions or bug reports can be given either on -IRC (#teewars at quakenet) or in the almighty forum (look under support).

- -

Enjoy the new release!

-

The Teewars Team

- -

WHAT IS THIS, THEN?

-

Teewars is a multiplayer 2D shooter, drawing its inspiration not only from -the old classics, but also incorporating the advancements that FPS games brought -in when the torch was handed over.

- -

The game features 3D-accelerated sprite graphics, mouse-aiming, a grappling -hook, some rather weird weaponry and a built-in multiplayer server. You can play -it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.

- -

More info about the game can be found under the support section.

- - -
-
-
- - - diff --git a/other/website/smileys/big_smile.png b/other/website/smileys/big_smile.png deleted file mode 100644 index 75343576..00000000 Binary files a/other/website/smileys/big_smile.png and /dev/null differ diff --git a/other/website/smileys/cool.png b/other/website/smileys/cool.png deleted file mode 100644 index e8de7f6a..00000000 Binary files a/other/website/smileys/cool.png and /dev/null differ diff --git a/other/website/smileys/hmm.png b/other/website/smileys/hmm.png deleted file mode 100644 index b83ed5f6..00000000 Binary files a/other/website/smileys/hmm.png and /dev/null differ diff --git a/other/website/smileys/lol.png b/other/website/smileys/lol.png deleted file mode 100644 index c0cadb80..00000000 Binary files a/other/website/smileys/lol.png and /dev/null differ diff --git a/other/website/smileys/mad.png b/other/website/smileys/mad.png deleted file mode 100644 index a6ee3783..00000000 Binary files a/other/website/smileys/mad.png and /dev/null differ diff --git a/other/website/smileys/neutral.png b/other/website/smileys/neutral.png deleted file mode 100644 index 036e1f52..00000000 Binary files a/other/website/smileys/neutral.png and /dev/null differ diff --git a/other/website/smileys/roll.png b/other/website/smileys/roll.png deleted file mode 100644 index 4807ccdf..00000000 Binary files a/other/website/smileys/roll.png and /dev/null differ diff --git a/other/website/smileys/sad.png b/other/website/smileys/sad.png deleted file mode 100644 index 586f6ab2..00000000 Binary files a/other/website/smileys/sad.png and /dev/null differ diff --git a/other/website/smileys/smile.png b/other/website/smileys/smile.png deleted file mode 100644 index b773d939..00000000 Binary files a/other/website/smileys/smile.png and /dev/null differ diff --git a/other/website/smileys/tongue.png b/other/website/smileys/tongue.png deleted file mode 100644 index ff6e8078..00000000 Binary files a/other/website/smileys/tongue.png and /dev/null differ diff --git a/other/website/smileys/wink.png b/other/website/smileys/wink.png deleted file mode 100644 index a2b70cb7..00000000 Binary files a/other/website/smileys/wink.png and /dev/null differ diff --git a/other/website/smileys/yikes.png b/other/website/smileys/yikes.png deleted file mode 100644 index acb334f1..00000000 Binary files a/other/website/smileys/yikes.png and /dev/null differ diff --git a/other/website/src/content_download.html b/other/website/src/content_download.html deleted file mode 100644 index bc8cbf9b..00000000 --- a/other/website/src/content_download.html +++ /dev/null @@ -1,73 +0,0 @@ -

DOWNLOADS

- -

This is the latest version of Teewars.

- -

General notes

- - - -

Teewars Version 0.2.0 Released 2007-08-05

- - - -
- - - - - - - - - - - - - - - -
-
Windows (32bit)
- - -
 
-
Mac OS X (Intel)
- - -
 
-
Mac OS X (PPC)
- - -
 
-
Linux x86
- - -
 
-
Linux x86_64
- - -
-
  - - -

Release notes

-
    -
  • Two new maps
  • -
  • Ingame chat
  • -
  • Kill messages
  • -
  • New and improved scoreboard
  • -
  • Lots of weapon tweaks and improvements
  • -
  • Lots of new sounds
  • -
  • Revised offline GUI with settings for keys, graphics and more
  • -
  • Respawn times
  • -
  • Score and time limit
  • -
  • Reworked network engine, smoother, less bandwidth
  • -
  • The all-new Ninja powerup!
  • -
  • Added screenshot button: F10
  • -
  • New and improved master server system
  • -
- -
\ No newline at end of file diff --git a/other/website/src/content_home.html b/other/website/src/content_home.html deleted file mode 100644 index 75461800..00000000 --- a/other/website/src/content_home.html +++ /dev/null @@ -1,32 +0,0 @@ - -
- -
- -

TEEWARS 0.2.0 RELEASED 2007-08-05

-

The long sought-after update of Teewars has finally arrived! -The highlights of version 0.2.0 include:

- - - -

Any support-related questions or bug reports can be given either on -IRC (#teewars at quakenet) or in the almighty forum (look under support).

- -

Enjoy the new release!

-

The Teewars Team

- -

WHAT IS THIS, THEN?

-

Teewars is a multiplayer 2D shooter, drawing its inspiration not only from -the old classics, but also incorporating the advancements that FPS games brought -in when the torch was handed over.

- -

The game features 3D-accelerated sprite graphics, mouse-aiming, a grappling -hook, some rather weird weaponry and a built-in multiplayer server. You can play -it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.

- -

More info about the game can be found under the support section.

diff --git a/other/website/src/content_support.html b/other/website/src/content_support.html deleted file mode 100644 index f6792d80..00000000 --- a/other/website/src/content_support.html +++ /dev/null @@ -1,17 +0,0 @@ - -

SUPPORT

- -

If you have trouble getting Teewars to run, experience performance problems or -have questions about the game, start out by checking our forums. Registration is free -(YA, RLY!) and no question is too dumb to search for.

- -

There's also the IRC channel if you're feeling talkative, lonely or just want -to give us cake. Or bacon. We like bacon.

- -

IRC: #teewars at irc.quakenet.org

- -

FORUM

- -

- -

diff --git a/other/website/src/content_team.html b/other/website/src/content_team.html deleted file mode 100644 index 18a85ccb..00000000 --- a/other/website/src/content_team.html +++ /dev/null @@ -1,54 +0,0 @@ -

TEAM AND CONTRIBUTORS

- - - -
- -

THE TEAM

-

Magnus Auvinen (matricks)
-
Lead Programmer

- -

Jakob Fries (serp)
-
Game Programmer

- -

Olle Rosenquist (phobos)
-
Game Programmer

- -

Joel de Vahl (void)
-
Engine Programmer

- -

Johan Althoff (teetow)
-
Sound Designer

- -

Tobias Lundmark (dopefish)
-
Level Designer

- -

Victor Andreæ (red_com)
-
Lead Artist

- -

Marika Metsävainio (maikka)
-
Level Artist

- -

Tomas Landin (kungtotte)
-
Win32 Maintainer

- -

Camilla Berglund (elmindreda)
-
Linux 32-Bit Maintainer

- -
  - - -

THE CONTRIBUTORS

- -
    -
  • Trin
  • -
  • Ampleyfly
  • -
  • Concept-P
  • -
  • Retro
  • -
  • People at Birdie
  • -
  • People at #c++.se
  • -
  • People at Starbreeze
  • -
- - -
\ No newline at end of file diff --git a/other/website/src/make.sh b/other/website/src/make.sh deleted file mode 100755 index cf1c2723..00000000 --- a/other/website/src/make.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -python make_page.py < content_home.html > ../index.html -python make_page.py < content_team.html > ../team.html -python make_page.py < content_download.html > ../download.html -python make_page.py < content_support.html > ../support.html diff --git a/other/website/src/make_page.py b/other/website/src/make_page.py deleted file mode 100644 index 57d6ef51..00000000 --- a/other/website/src/make_page.py +++ /dev/null @@ -1,6 +0,0 @@ -import sys - -template = "".join(file("template.html").readlines()) -content = "".join(sys.stdin.readlines()) -final_page = template.replace("%CONTENT%", content) -print final_page \ No newline at end of file diff --git a/other/website/src/template.html b/other/website/src/template.html deleted file mode 100644 index 18eac49d..00000000 --- a/other/website/src/template.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Teewars - - - - -
- - -
-
 
-
- - %CONTENT% - -
-
-
- - - \ No newline at end of file diff --git a/other/website/support.html b/other/website/support.html deleted file mode 100644 index 60cabc7f..00000000 --- a/other/website/support.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - Teewars - - - - -
- - -
-
 
-
- - -

SUPPORT

- -

If you have trouble getting Teewars to run, experience performance problems or -have questions about the game, start out by checking our forums. Registration is free -(YA, RLY!) and no question is too dumb to search for.

- -

There's also the IRC channel if you're feeling talkative, lonely or just want -to give us cake. Or bacon. We like bacon.

- -

IRC: #teewars at irc.quakenet.org

- -

FORUM

- -

- -

- - -
-
-
- - - diff --git a/other/website/team.html b/other/website/team.html deleted file mode 100644 index efe5c5dc..00000000 --- a/other/website/team.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - Teewars - - - - -
- - -
-
 
-
- -

TEAM AND CONTRIBUTORS

- - - -
- -

THE TEAM

-

Magnus Auvinen (matricks)
-
Lead Programmer

- -

Jakob Fries (serp)
-
Game Programmer

- -

Olle Rosenquist (phobos)
-
Game Programmer

- -

Joel de Vahl (void)
-
Engine Programmer

- -

Johan Althoff (teetow)
-
Sound Designer

- -

Tobias Lundmark (dopefish)
-
Level Designer

- -

Victor Andreæ (red_com)
-
Lead Artist

- -

Marika Metsävainio (maikka)
-
Level Artist

- -

Tomas Landin (kungtotte)
-
Win32 Maintainer

- -

Camilla Berglund (elmindreda)
-
Linux 32-Bit Maintainer

- -
  - - -

THE CONTRIBUTORS

- -
    -
  • Trin
  • -
  • Ampleyfly
  • -
  • Concept-P
  • -
  • Retro
  • -
  • People at Birdie
  • -
  • People at #c++.se
  • -
  • People at Starbreeze
  • -
- - -
- -
-
-
- - - -- cgit 1.4.1