diff options
39 files changed, 63 insertions, 19 deletions
@@ -7,7 +7,6 @@ Aethyra Dev Team == Programmers == Sanga <sanga@aethyra.com> - Scraggy <DougABoffey@netscape.net> Kraant <kraant@gmail.com> Tametomo @@ -25,7 +24,7 @@ Aethyra Dev Team == Inactive == Sertraline - + Scraggy <DougABoffey@netscape.net> ----------------------- The Mana World Dev Team ----------------------- @@ -1,3 +1,8 @@ +2008-09-16 Kevin Day ("Blame") <blame@aethyra.com> + + * Added autobuild.sh complete build script for the client + * Updated the gui graphics for the client for halloween + 2008-09-12 Lloyd Bryant ("Sanga") <sanga@aethyra.com> * Changed default port for Aethyra to 21001 @@ -15,7 +20,7 @@ * Added code to change colours in the chatlog -2008-08-30 kevin Day ("blame") <blame@aethyra.com> +2008-08-30 Kevin Day ("Blame") <blame@aethyra.com> * Updated the in game help files "/trunk/data/help" @@ -40,15 +40,21 @@ you to figure this out. =============================================== 1) Go to the directory you have extracted the source to. -2) If you checked out from SVN, run "./autogen.sh" to generate configure. -3) Run "./configure" -4) Run "make" -5) Run "make install" as root +2) If you checked out from SVN, run "./autobuild.sh" to install the client. It should have installed Aethyra on your system now, and you can run it with "aethyra". By default all files are installed to /usr/local, you can pass a different prefix to configure as usual. + NOTE: if the autobuild.sh fails + 1.) ./autogen.sh + 2.) ./configure + 3.) make + 4.) su -c "make install" + + you can get help from A.) IRC channel irc.freenode.net #aedev or #aethyra + B.) http://forum.aethyra.com + Make sure you record the output from the konsole window NOTE: It is possible to compile Aethyra without support for OpenGL rendering. To do this perform step 3 as follows: @@ -64,4 +70,4 @@ pass a different prefix to configure as usual. If you have any problems, you are welcome to post your questions on our forums, or talk about them in our IRC channel. -- The Mana Experiment Dev Team +- Aethyra Dev Team @@ -1,7 +1,7 @@ AETHYRA =================== - Version: 0.0.24.1 Date: 7/4/2007 + Version: 0.0.25 Date: 9/16/2008 Development team: - See AUTHORS file for a list @@ -48,16 +48,15 @@ Use arrow keys to move around. Other keys: - F7 toggle chat window - F9 show setup window - F10 toggle debug window -- Alt + 0-9 show emotions -- Alt + S sit down / stand up +- Alt + 0-9 show emotions / usuable at skill level 2. +- Alt + S sit down / stand up / usuable at skill level 3. - Alt + F toggle debug pathfinding feature - Alt + P take screenshot -- Alt + T turns on anti-trade function +- Alt + T turns on anti-trade function / usuable at skill level 1. - A target nearest monster - H hide all non-sticky windows - G or Z pick up item - Enter focus chat window / send message -- Shift hold it when attacking to lock target for auto attack MOUSE: @@ -75,7 +74,7 @@ context menu. Holding [Left Shift] prevents from walking when attacking. - /whisper send a private msg to another player (format: /whisper <charname> <message>) If the <nick> has spaces in it, enclose it in double - quotes + quotes e.g. /whisper "char name" <message> - /record Records the Chat output (format: /record <filename to write to> starts the record session /record again @@ -122,9 +121,11 @@ level 10: enables not used If you're having troubles, please first of all read the FAQ. If you can't find a solution to your problem, feel free to check our Bugs/Support section of the forum: -- http://209.168.213.109/forums +- http://forums.aethyra.com or come visit us on our IRC channel: -- #themanaexperiment @ irc.freenode.net +- #aethyra @ irc.freenode.net +- ##aethyra @ irc.freenode.net +- #aedev @ irc.freenode.net Otherwise check the AUTHORS file to have a list of developers and how to contact them. diff --git a/autobuild.sh b/autobuild.sh new file mode 100755 index 00000000..0d8f8b27 --- /dev/null +++ b/autobuild.sh @@ -0,0 +1,35 @@ +#!/bin/sh +# auto build script based on fedora but usable for other distros +#author=Blame <blame@aethyra.com> +#last modified date 2008-09-16 Blame + + +echo "Generating build information using aclocal, autoheader, automake and autoconf." +echo + +# Regerate configuration files +aclocal +autoheader +automake --gnu --add-missing --copy +autoconf + +echo +echo "Now you are ready to run ./configure" + +./configure + +echo +echo "now running make" + +make + +echo +echo "now running make install please input your root password" + +su -c "make install" +su -c "make clean" + +echo "done" + +aethyra & +exit 1; diff --git a/data/graphics/gui/bg_quad_dis.png b/data/graphics/gui/bg_quad_dis.png Binary files differindex 3a0354bb..b79b9ca7 100644 --- a/data/graphics/gui/bg_quad_dis.png +++ b/data/graphics/gui/bg_quad_dis.png diff --git a/data/graphics/gui/button.png b/data/graphics/gui/button.png Binary files differindex 9ebbea63..ff50a908 100644 --- a/data/graphics/gui/button.png +++ b/data/graphics/gui/button.png diff --git a/data/graphics/gui/button_disabled.png b/data/graphics/gui/button_disabled.png Binary files differindex 0ce3aa6f..cb5a1b01 100644 --- a/data/graphics/gui/button_disabled.png +++ b/data/graphics/gui/button_disabled.png diff --git a/data/graphics/gui/buttonhi.png b/data/graphics/gui/buttonhi.png Binary files differindex c4772634..da30f283 100644 --- a/data/graphics/gui/buttonhi.png +++ b/data/graphics/gui/buttonhi.png diff --git a/data/graphics/gui/buttonpress.png b/data/graphics/gui/buttonpress.png Binary files differindex e9cd1765..ed7e5054 100644 --- a/data/graphics/gui/buttonpress.png +++ b/data/graphics/gui/buttonpress.png diff --git a/data/graphics/gui/checkbox.png b/data/graphics/gui/checkbox.png Binary files differindex 669ecf03..bf8e9052 100644 --- a/data/graphics/gui/checkbox.png +++ b/data/graphics/gui/checkbox.png diff --git a/data/graphics/gui/close_button.png b/data/graphics/gui/close_button.png Binary files differindex f87cc2a9..8b4a451a 100644 --- a/data/graphics/gui/close_button.png +++ b/data/graphics/gui/close_button.png diff --git a/data/graphics/gui/deepbox.png b/data/graphics/gui/deepbox.png Binary files differindex ed3231f3..0980f57e 100644 --- a/data/graphics/gui/deepbox.png +++ b/data/graphics/gui/deepbox.png diff --git a/data/graphics/gui/hscroll_left_default.png b/data/graphics/gui/hscroll_left_default.png Binary files differindex 2f763d30..6d21e7c0 100644 --- a/data/graphics/gui/hscroll_left_default.png +++ b/data/graphics/gui/hscroll_left_default.png diff --git a/data/graphics/gui/hscroll_left_highlight.png b/data/graphics/gui/hscroll_left_highlight.png Binary files differindex 6be5ae25..e2686c13 100644 --- a/data/graphics/gui/hscroll_left_highlight.png +++ b/data/graphics/gui/hscroll_left_highlight.png diff --git a/data/graphics/gui/hscroll_left_pressed.png b/data/graphics/gui/hscroll_left_pressed.png Binary files differindex b8ebcb46..92478ec8 100644 --- a/data/graphics/gui/hscroll_left_pressed.png +++ b/data/graphics/gui/hscroll_left_pressed.png diff --git a/data/graphics/gui/hscroll_right_default.png b/data/graphics/gui/hscroll_right_default.png Binary files differindex 33fdddd0..547a86dd 100644 --- a/data/graphics/gui/hscroll_right_default.png +++ b/data/graphics/gui/hscroll_right_default.png diff --git a/data/graphics/gui/hscroll_right_highlight.png b/data/graphics/gui/hscroll_right_highlight.png Binary files differindex e9e633ea..ef56538f 100644 --- a/data/graphics/gui/hscroll_right_highlight.png +++ b/data/graphics/gui/hscroll_right_highlight.png diff --git a/data/graphics/gui/hscroll_right_pressed.png b/data/graphics/gui/hscroll_right_pressed.png Binary files differindex 53972f2b..36cff58a 100644 --- a/data/graphics/gui/hscroll_right_pressed.png +++ b/data/graphics/gui/hscroll_right_pressed.png diff --git a/data/graphics/gui/item_shortcut_bgr.png b/data/graphics/gui/item_shortcut_bgr.png Binary files differindex e878fc7a..01f1643a 100644 --- a/data/graphics/gui/item_shortcut_bgr.png +++ b/data/graphics/gui/item_shortcut_bgr.png diff --git a/data/graphics/gui/menuitemD.png b/data/graphics/gui/menuitemD.png Binary files differindex a9fe2222..e6654e97 100644 --- a/data/graphics/gui/menuitemD.png +++ b/data/graphics/gui/menuitemD.png diff --git a/data/graphics/gui/menuitemF.png b/data/graphics/gui/menuitemF.png Binary files differindex 84142a16..f18a82eb 100644 --- a/data/graphics/gui/menuitemF.png +++ b/data/graphics/gui/menuitemF.png diff --git a/data/graphics/gui/menuitemN.png b/data/graphics/gui/menuitemN.png Binary files differindex bf25dd61..f813d4c5 100644 --- a/data/graphics/gui/menuitemN.png +++ b/data/graphics/gui/menuitemN.png diff --git a/data/graphics/gui/menuitemP.png b/data/graphics/gui/menuitemP.png Binary files differindex 060d5a34..ba6e1543 100644 --- a/data/graphics/gui/menuitemP.png +++ b/data/graphics/gui/menuitemP.png diff --git a/data/graphics/gui/radioin.png b/data/graphics/gui/radioin.png Binary files differindex 12e027fe..9034f469 100644 --- a/data/graphics/gui/radioin.png +++ b/data/graphics/gui/radioin.png diff --git a/data/graphics/gui/radioout.png b/data/graphics/gui/radioout.png Binary files differindex 5eb67bd8..4e088943 100644 --- a/data/graphics/gui/radioout.png +++ b/data/graphics/gui/radioout.png diff --git a/data/graphics/gui/resize.png b/data/graphics/gui/resize.png Binary files differindex 6b31ac64..9890f83f 100644 --- a/data/graphics/gui/resize.png +++ b/data/graphics/gui/resize.png diff --git a/data/graphics/gui/slider.png b/data/graphics/gui/slider.png Binary files differindex 1f6e6b35..32adf4f7 100644 --- a/data/graphics/gui/slider.png +++ b/data/graphics/gui/slider.png diff --git a/data/graphics/gui/thickborder.png b/data/graphics/gui/thickborder.png Binary files differindex da72c92f..d3844b71 100644 --- a/data/graphics/gui/thickborder.png +++ b/data/graphics/gui/thickborder.png diff --git a/data/graphics/gui/vscroll_blue.png b/data/graphics/gui/vscroll_blue.png Binary files differindex 397501ce..295ca1a5 100644 --- a/data/graphics/gui/vscroll_blue.png +++ b/data/graphics/gui/vscroll_blue.png diff --git a/data/graphics/gui/vscroll_down_default.png b/data/graphics/gui/vscroll_down_default.png Binary files differindex c4292489..4bf696b0 100644 --- a/data/graphics/gui/vscroll_down_default.png +++ b/data/graphics/gui/vscroll_down_default.png diff --git a/data/graphics/gui/vscroll_down_highlight.png b/data/graphics/gui/vscroll_down_highlight.png Binary files differindex ac88f7c7..a7459745 100644 --- a/data/graphics/gui/vscroll_down_highlight.png +++ b/data/graphics/gui/vscroll_down_highlight.png diff --git a/data/graphics/gui/vscroll_down_pressed.png b/data/graphics/gui/vscroll_down_pressed.png Binary files differindex 9dcc89f6..e6238024 100644 --- a/data/graphics/gui/vscroll_down_pressed.png +++ b/data/graphics/gui/vscroll_down_pressed.png diff --git a/data/graphics/gui/vscroll_grey.png b/data/graphics/gui/vscroll_grey.png Binary files differindex 87ba8758..4d950a32 100644 --- a/data/graphics/gui/vscroll_grey.png +++ b/data/graphics/gui/vscroll_grey.png diff --git a/data/graphics/gui/vscroll_red.png b/data/graphics/gui/vscroll_red.png Binary files differindex d7ad4a90..0e50513c 100644 --- a/data/graphics/gui/vscroll_red.png +++ b/data/graphics/gui/vscroll_red.png diff --git a/data/graphics/gui/vscroll_up_default.png b/data/graphics/gui/vscroll_up_default.png Binary files differindex 1cecc351..c08a2b2a 100644 --- a/data/graphics/gui/vscroll_up_default.png +++ b/data/graphics/gui/vscroll_up_default.png diff --git a/data/graphics/gui/vscroll_up_highlight.png b/data/graphics/gui/vscroll_up_highlight.png Binary files differindex 7b5009f3..2f5ffade 100644 --- a/data/graphics/gui/vscroll_up_highlight.png +++ b/data/graphics/gui/vscroll_up_highlight.png diff --git a/data/graphics/gui/vscroll_up_pressed.png b/data/graphics/gui/vscroll_up_pressed.png Binary files differindex 2320ec42..102bac86 100644 --- a/data/graphics/gui/vscroll_up_pressed.png +++ b/data/graphics/gui/vscroll_up_pressed.png diff --git a/data/help/commands.txt b/data/help/commands.txt index 8303e995..3019ebfc 100644 --- a/data/help/commands.txt +++ b/data/help/commands.txt @@ -28,9 +28,7 @@ ##2H##P hide all non-sticky windows ##2G or Z##P pick up item ##2Enter##P focus chat window / send message - ##2Shift##P hold it when attacking to lock target for auto - attack - + ##2MOUSE: |