Traduction de rAthena en français.

Lupus 4e5553c36a re-fixed Kafra + Super Novices CART преди 20 години
Dev ca52162d48 update the todo list преди 20 години
conf-tmpl d082b6aa4e added better filters into logs преди 20 години
db cc757903b3 Some item fixes ^^ преди 20 години
doc 480a67ddb8 Cards and item updates, 4 different bUnstripable effects преди 20 години
npc 4e5553c36a re-fixed Kafra + Super Novices CART преди 20 години
readme 7659b79f23 преди 20 години
save-tmpl 25d104d8c4 * Added bAddRace2 преди 20 години
sql-files 79e0161686 eol fix преди 20 години
src 67a9cafa79 * Fixed a crash in clif_send when checking packet version преди 20 години
vcproj db81e6615a clean this up a bit преди 20 години
Changelog-SVN.txt 67a9cafa79 * Fixed a crash in clif_send when checking packet version преди 20 години
Changelog.txt 0ff3b351da * Fixed a potential crash in pc_walk in Win32 builds преди 20 години
INSTALL d479e29aee Fixed some file types преди 20 години
LICENCE d479e29aee Fixed some file types преди 20 години
LICENCE_JA d479e29aee Fixed some file types преди 20 години
Makefile 79aeb26b68 Fixed my bug in Makefile (broke FreeBSD build) преди 20 години
README.win32 394d162391 Fixes for logging trades [MouseJstr] преди 20 години
Readme-jap 72f63ee03e * updated map server to jA1137~1159 преди 20 години
Readme2.txt d479e29aee Fixed some file types преди 20 години
SVN-SUPPORT c89903cdf1 updated SVN-SUPPORT [MouseJstr] преди 20 години
athena-start d479e29aee Fixed some file types преди 20 години
char-server.sh d479e29aee Fixed some file types преди 20 години
charserv.bat d479e29aee Fixed some file types преди 20 години
eAthena.sln ae33c172d5 release builds for txt servers work преди 20 години
help.txt d479e29aee Fixed some file types преди 20 години
login-server.sh d479e29aee Fixed some file types преди 20 години
logserv.bat d479e29aee Fixed some file types преди 20 години
map-server.sh 22763ca3cb преди 20 години
mapserv.bat d479e29aee Fixed some file types преди 20 години
object_del.bat 5e8d08b978 Added my work into NPCs Changelog, some updates in item_db, updated obj_del преди 20 години
readme.html b64618bb09 преди 20 години
runserver.bat d479e29aee Fixed some file types преди 20 години
start d479e29aee Fixed some file types преди 20 години

README.win32

Building eAthena under win32

There are currently two ways to build eAthena. The first and oldest way is by using cygwin (www.cygwin.org). This was the only way until the svn 1370 timeframe. The second way is by using Visual Studio .NET 2003.

Building using cygwin:

1) delete every copy of cygwin1.dll on your system
2) Go to www.cygwin.com and run the setup.exe.
3) install gcc, make, bash, g++, and gdb. Basically install
all developer tools if possible. If later you find you are
missing something, re-run the setup and install that
4) make sure the ../bin of wherever you installed cygwin to is in your
path. ie, if you put cygwin in C:/cygwin then add c:/cygwin/bin
to your path
5) return to this directory and type "make txt"

Building using Visual Studio .NET 2003

1) Make sure you have the platform SDK installed when you install
this. If you don't have it, you can go to microsoft and download a
copy.
2) open the eAthena.sln file
3) Build the components you wish..

if you wish mysql support (http://dev.mysql.com/), grab a windows
install of mysql

http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-4.1.10a-win32.zip/from/pick#mirrors

and install it into the default location on the C drive. This will
best match how I set up the solutions/project files