summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-03-27 01:48:34 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-03-27 01:48:34 +0000
commite1cc877845298b6d51e74e5e8b527312b6583d64 (patch)
treebd02da079d3f276f89700edeb7590c0e061a00aa /dist
parent4c831dc330fb9ac8f6b5f05f77d2f72b5b1f32c2 (diff)
downloadmana-client-e1cc877845298b6d51e74e5e8b527312b6583d64.tar.gz
mana-client-e1cc877845298b6d51e74e5e8b527312b6583d64.tar.bz2
mana-client-e1cc877845298b6d51e74e5e8b527312b6583d64.tar.xz
mana-client-e1cc877845298b6d51e74e5e8b527312b6583d64.zip
*** empty log message ***
Diffstat (limited to 'dist')
-rwxr-xr-xdist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control30
-rwxr-xr-xdist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst5
-rwxr-xr-xdist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm5
-rw-r--r--dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gzbin0 -> 213 bytes
-rw-r--r--dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright17
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control30
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst7
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm7
-rwxr-xr-xdist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld6
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld7
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop15
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/AUTHORS33
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/README72
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gzbin0 -> 210 bytes
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.gzbin0 -> 1860 bytes
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright17
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.pngbin0 -> 1102 bytes
-rw-r--r--dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gzbin0 -> 1050 bytes
18 files changed, 251 insertions, 0 deletions
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control
new file mode 100755
index 00000000..7f5f7248
--- /dev/null
+++ b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/control
@@ -0,0 +1,30 @@
+Package: manaworld-data
+Version: 0.0.11-1
+Section: games
+Priority: optional
+Architecture: i386
+Depends: manaworld (>= 0.0.11-1)
+Suggests: Nothing
+Installed-Size: 1200
+Maintainer: Ferreira Yohann <bertram@cegetel.net>
+Description: The Mana World is a Great Online Game based upon the Seiken Densetsu Serie.
+ It has its own universe, and and its own character management system, which will
+ give you the opportunity to play in a 2D heroic-fantasy world forever.
+ .
+ This package depends on the non-official package :
+ libguichan which can be found on :
+ http://guichan.darkbits.org/downloads.shtml
+ .
+ Look at the website for further informations...
+ .
+ Authors:
+ Elven Programmer <elvenprogrammer@sourceforge.net>
+ Kth5 <kth5@gawab.com>
+ Ultramichy <celdron15@hotmail.com>
+ SimEdw <simon@crossnet.se>
+ Rotonen <j_orponen@hotmail.com>
+ Chetic <Chetic@gmail.com>
+ HammerBear <bjorn@lindeijer.nl>
+ Bertram <bertram@cegetel.net>
+ .
+ Web Site: http://themanaworld.sourceforge.net
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst
new file mode 100755
index 00000000..e3fb7d37
--- /dev/null
+++ b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ "$1" = "configure" ]; then
+ # Nothing at all for now
+ echo "";
+fi
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm
new file mode 100755
index 00000000..8ee55bce
--- /dev/null
+++ b/dist/debian/manaworld-data_X.Y.Z-R_i386/DEBIAN/prerm
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then
+ # Nothing at all for the moment
+ echo "";
+fi
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gz b/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gz
new file mode 100644
index 00000000..7f932527
--- /dev/null
+++ b/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/changelog.Debian.gz
Binary files differ
diff --git a/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright b/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright
new file mode 100644
index 00000000..a6322d56
--- /dev/null
+++ b/dist/debian/manaworld-data_X.Y.Z-R_i386/usr/share/doc/manaworld/data/copyright
@@ -0,0 +1,17 @@
+This package was debianized by Yohann FERREIRA <bertram@cegetel.net>.
+
+It was downloaded from http://themanaworld.sourceforge.net/
+
+License:
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License <http://www.opensource.org/gpl-license.html>
+ for more details.
+
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL file.
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control
new file mode 100755
index 00000000..7de00bb0
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/control
@@ -0,0 +1,30 @@
+Package: manaworld
+Version: 0.0.11-1
+Section: games
+Priority: optional
+Architecture: i386
+Depends: manaworld-data (>= 0.0.11-1), libsdl1.2debian (>= 1.2.7), libsdl-image1.2 (>= 1.2.3), libsdl-mixer1.2 (>= 1.2.5), libguichan (>= 0.3.0), libxml2 (>= 2.4.19), libphysfs-1.0-0 (>= 1.0.0-1)
+Suggests: Nothing
+Installed-Size: 191
+Maintainer: Ferreira Yohann <bertram@cegetel.net>
+Description: The Mana World is a Great Online Game based upon the Seiken Densetsu Serie.
+ It has its own universe, and and its own character management system, which will
+ give you the opportunity to play in a 2D heroic-fantasy world forever.
+ .
+ This package depends on the non-official package :
+ libguichan which can be found on :
+ http://guichan.darkbits.org/downloads.shtml
+ .
+ Look at the website for further informations...
+ .
+ Authors:
+ Elven Programmer <elvenprogrammer@sourceforge.net>
+ Kth5 <kth5@gawab.com>
+ Ultramichy <celdron15@hotmail.com>
+ SimEdw <simon@crossnet.se>
+ Rotonen <j_orponen@hotmail.com>
+ Chetic <Chetic@gmail.com>
+ HammerBear <bjorn@lindeijer.nl>
+ Bertram <bertram@cegetel.net>
+ .
+ Web Site: http://themanaworld.sourceforge.net
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst
new file mode 100755
index 00000000..04cbe176
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ "$1" = "configure" ]; then
+ # Update Menus
+ if [ -x update-menus ]; then
+ update-menus;
+ fi
+fi
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm
new file mode 100755
index 00000000..7ce69a7e
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/DEBIAN/postrm
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then
+ if [ -x update-menus ]; then
+ # Updates Menus
+ update-menus;
+ fi
+fi
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld b/dist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld
new file mode 100755
index 00000000..5cf50e52
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/games/manaworld
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd /usr/share/games/manaworld;
+./tmw;
+cd -;
+echo "Thanks for playing Mana World !"; \ No newline at end of file
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld b/dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld
new file mode 100644
index 00000000..95ef5dbd
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/lib/menu/manaworld
@@ -0,0 +1,7 @@
+?package(manaworld): \
+ needs="X11" \
+ section="Games/Arcade" \
+ title="The Mana World" \
+ longtitle="The Mana World is an Online Fantasy arcade game." \
+ command="/usr/games/manaworld" \
+ icon="/usr/share/pixmaps/manaworld-icon.xpm"
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop
new file mode 100644
index 00000000..d3c69b71
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/applications/manaworld.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Name=The Mana World
+Name[fr]=Le Monde de Mana
+GenericName=Strategy Game
+GenericName[fr]=Jeu d'Arcade En Ligne
+Comment=A fantasy on-line game
+Comment[fr]=Un jeu en ligne dans un univers fantastique
+Icon=/usr/share/games/manaworld/manaworld-icon.png
+FilePattern=manaworld
+TryExec=manaworld
+Exec=manaworld
+Categories=Application;Game;ArcadeGame;
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/AUTHORS b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/AUTHORS
new file mode 100644
index 00000000..ba52fca6
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/AUTHORS
@@ -0,0 +1,33 @@
+-----------------------
+The Mana World Dev Team
+-----------------------
+
+ ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net)
+ Project leader, programmer
+
+== Programmers ==
+
+ Bertram (SDL input, progress bar drawing, Debian package)
+ Bjorn lindeijer (various parts, GUI, graphics, A* and map rewrites)
+ nym (several GUI parts)
+ Shura (configuration, sound, misc. ports)
+ zenogais (resource manager)
+ Usiu (several GUI parts)
+
+== Artists ==
+
+ Chetic (maps)
+ Gnulia (conceptual art)
+ Neko-mon (player sprites, various things)
+ Neorice (monster sprites, tiles)
+ Rotonen (backstory, art director, music, sound)
+
+== Misc thanks ==
+
+ Ultramichy (hosting test server)
+
+== Inactive/retired ==
+
+ SimEdw (network code) <- Computer broke
+ Sull (hosting CVS and related services) <- Went missing
+ Vlady (several items) <- In the army
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/README b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/README
new file mode 100644
index 00000000..2d44079c
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/README
@@ -0,0 +1,72 @@
+THE MANA WORLD
+==============
+
+ Version: 0.0.10 Date: 5/3/2005
+
+
+ Development team:
+
+ - Elven Programmer (Admin)
+ - Hammerbear (Admin)
+ - kth5 (Programmer)
+ - Ultramichy (Game server admin)
+ - Rotonen (Background story and music)
+ - Kyokai (Game systems design)
+ - Bertram (Programmer)
+ - zenogais (Programmer)
+
+ Special thanks:
+
+ - Sull (Linux Developer)
+ - Neorice (Pixel Artist)
+ - natsuki (Win32 Developer)
+ - Genis (Win32 Developer)
+ - RRC (Graphic Designer)
+ - necromus (Pixel Artist)
+ - LordNev (Artist)
+ - jui-feng for helping in server development and php scripts.
+ - SimEdw (Programmer)
+
+ Powered by:
+
+ - SDL, SDL_image, SDL_mixer (Media framework)
+ - Guichan (GUI framework)
+ - libxml2 (XML parsing and writing)
+ - PhysFS (Data files)
+
+
+0. Index
+--------
+
+1. Account
+2. Commands
+
+1. Account
+----------
+
+To create an account, add "_M" after your username when you login for the first
+time and enter a password of your choice. Remember that the server is only for
+demo and development purposes.
+
+2. Commands
+-----------
+
+Use arrow keys to move around and the right mouse button over NPC's feet to
+talk to them. Other keys:
+
+- Left Ctrl attack
+- Alt + 0-9 show emotions
+- F1 take a screenshot
+- F5 sit down / stand up
+- F6 toggle debug pathfinding feature
+- F7 play levelup sound
+- F11 raise volume
+- F12 lower volume
+- G get item
+- Enter focus chat window / send message
+- Alt + K show skills
+- Alt + S show stats
+- Alt + I show inventory
+- Alt + E show equipment
+- Alt + N show new skill window in development
+- Ctrl + F switch windowed / fullscreen
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gz b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gz
new file mode 100644
index 00000000..22808b92
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.Debian.gz
Binary files differ
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.gz b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.gz
new file mode 100644
index 00000000..1091f29c
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/changelog.gz
Binary files differ
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright
new file mode 100644
index 00000000..a6322d56
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/doc/manaworld/copyright
@@ -0,0 +1,17 @@
+This package was debianized by Yohann FERREIRA <bertram@cegetel.net>.
+
+It was downloaded from http://themanaworld.sourceforge.net/
+
+License:
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License <http://www.opensource.org/gpl-license.html>
+ for more details.
+
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL file.
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.png b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.png
new file mode 100644
index 00000000..30622354
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/games/manaworld/manaworld-icon.png
Binary files differ
diff --git a/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gz b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gz
new file mode 100644
index 00000000..b49ad239
--- /dev/null
+++ b/dist/debian/manaworld_X.Y.Z-R_i386/usr/share/man/man6/manaworld.6.gz
Binary files differ