Skip to content

Commit

Permalink
SnapShot 0131
Browse files Browse the repository at this point in the history
・サーバースナップショット(version.h)
・不要なファイルを削除
	bcc32_consqlmake.bat
・全てにおいて「Athena」の冠を撤去、「Auriga」に変更
  • Loading branch information
Rayce authored and poporing-popori committed Mar 23, 2007
1 parent e75140e commit 82e5480
Show file tree
Hide file tree
Showing 71 changed files with 1,186 additions and 1,340 deletions.
746 changes: 746 additions & 0 deletions Readme

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions Readme0131
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
----------------------------------------
//0131 [2007/03/24] by Rayce

・サーバースナップショット(version.h)
・不要なファイルを削除
bcc32_consqlmake.bat
・全てにおいて「Athena」の冠を撤去、「Auriga」に変更
745 changes: 0 additions & 745 deletions Readme084

This file was deleted.

40 changes: 20 additions & 20 deletions athena-start → auriga-start
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
#!/bin/sh
# athena starting script by rowla
# and modified for Auriga

# chkconfig: 345 99 01
# description: start and stop athena service
# description: start and stop auriga service

PATH=./:$PATH

L_SRV=./bin/login-server
C_SRV=./bin/char-server
M_SRV=./bin/map-server
L_SRV_C=./conf/login_athena.conf
C_SRV_C=./conf/char_athena.conf
C_SRV_C2=./conf/inter_athena.conf
M_SRV_C=./conf/map_athena.conf
M_SRV_C2=./conf/battle_athena.conf
M_SRV_C3=./conf/atcommand_athena.conf
M_SRV_C4=./conf/script_athena.conf
M_SRV_C5=./conf/msg_athena.conf
L_SRV_C=./conf/login_auriga.conf
C_SRV_C=./conf/char_auriga.conf
C_SRV_C2=./conf/inter_auriga.conf
M_SRV_C=./conf/map_auriga.conf
M_SRV_C2=./conf/battle_auriga.conf
M_SRV_C3=./conf/atcommand_auriga.conf
M_SRV_C4=./conf/script_auriga.conf
M_SRV_C5=./conf/msg_auriga.conf
M_SRV_C6=./conf/grf-files.txt

print_start() {
# more << EOF
echo "Athena Starting..."
echo "Auriga Starting..."
echo " (c) 2003 Athena Project."
echo " URL:http://project-yare.de/"
echo ""
echo "Debug informations will appear,"
echo "since this is a test release."
Expand Down Expand Up @@ -54,8 +54,8 @@ check_account() {
done
fi

if [ ! -f ./save/athena.txt ]; then
echo -n > save/athena.txt
if [ ! -f ./save/auriga.txt ]; then
echo -n > save/auriga.txt
fi

if [ ! -f ./save/homun.txt ]; then
Expand Down Expand Up @@ -126,15 +126,15 @@ check_files() {
for i in ${L_SRV} ${C_SRV} ${M_SRV} ${L_SRV_C} ${C_SRV_C} ${C_SRV_C2} ${M_SRV_C} ${M_SRV_C2} ${M_SRV_C3} ${M_SRV_C4} ${M_SRV_C5} ${M_SRV_C6}
do
if [ ! -f ./$i ]; then
echo "$i does not exist, or can't run."
echo "Stoped, Check your compile or configuration file."
exit 1;
echo "$i does not exist, or can't run."
echo "Stoped, Check your compile or configuration file."
exit 1;
fi
done

# more << EOF
echo "Check done."
echo "Looks good, have a nice athena!"
echo "Looks good, have a nice auriga!"
#EOF
}

Expand Down Expand Up @@ -181,9 +181,9 @@ case $1 in
# exec nice -n -20 ${M_SRV} ${M_SRV_C} ${M_SRV_C2} ${M_SRV_C3} ${M_SRV_C4} ${M_SRV_C5} ${M_SRV_C6}&
exec ${M_SRV} ${M_SRV_C} ${M_SRV_C2} ${M_SRV_C3} ${M_SRV_C4} ${M_SRV_C5} ${M_SRV_C6}&

echo "Now Started Athena."
echo "Now Started Auriga."
else
echo "Athena is already running..."
echo "Auriga is already running..."
fi
;;
'stop')
Expand Down Expand Up @@ -281,6 +281,6 @@ case $1 in
fi
;;
*)
echo "Usage: athena-start { start | stop | kill | restart }"
echo "Usage: auriga-start { start | stop | kill | restart }"
;;
esac
38 changes: 19 additions & 19 deletions athena.dsp → auriga.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions athena.dsw → auriga.dsw
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00

###############################################################################

Project: "athena"=.\athena.dsp - Package Owner=<4>
Project: "auriga"=.\auriga.dsp - Package Owner=<4>

Package=<5>
{{{
Expand All @@ -24,7 +24,7 @@ Package=<4>

###############################################################################

Project: "athena_sql"=.\athena_sql.dsp - Package Owner=<4>
Project: "auriga_sql"=.\auriga_sql.dsp - Package Owner=<4>

Package=<5>
{{{
Expand Down Expand Up @@ -143,4 +143,3 @@ Package=<3>
}}}

###############################################################################

38 changes: 19 additions & 19 deletions athena_sql.dsp → auriga_sql.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82e5480

Please sign in to comment.