Traduction de rAthena en français.

brianluau 8cde4ba5c4 - Updated RAthena links in readme.html files. 13 jaren geleden
3rdparty 9703374f8a * Fix C++ compilation issues. 13 jaren geleden
conf da76d5f271 * Fixed novending cell check using misleading error message (bugreport:2592, since r11572 and r14724, related r11580). 13 jaren geleden
db f204e8aa09 * Fixed npc class HIDDEN_WARP_NPC (139) being sent to the client, causing client crashes in poring war. It's a server-side "sprite" only. 13 jaren geleden
doc 825caaa72f - Reverted r15002 because the Instance script commands were already in docs. 13 jaren geleden
npc 9aa3a700a7 - Removed .gat from map names. 13 jaren geleden
plugins 339173867c Removed the 'upnp' plugin (see bugreport:1000). 16 jaren geleden
readme 8cde4ba5c4 - Updated RAthena links in readme.html files. 13 jaren geleden
save-tmpl 7919c7d9fc * Added 'birthdate' field to account data. For SQL apply upgrade_svn14672.sql to upgrade table `login`; for TXT no action is necessary, as it upgrades itself. 14 jaren geleden
sql-files 9aa3a700a7 - Removed .gat from map names. 13 jaren geleden
src 16645cbdb9 Updated core.c ASCII art to reflect RAthena rather than eAthena. 13 jaren geleden
tools f0865b9aa7 * Fixed some `mob_db` columns being too small for currently used values (bugreport:4866, since r14727). 14 jaren geleden
vcproj-10 a182c367f2 Enabled multi-processor compilation in vcproj-10 files too (followup to r14997). 13 jaren geleden
vcproj-6 7cb94965db * Fixed minor stuff in login/char converter VS6 project files (since r14858). 14 jaren geleden
vcproj-7.1 f4d8ec2ff0 * Added common/random and 3rdparty/mt19937ar to project files, makefiles and configure script. 14 jaren geleden
vcproj-8 f4d8ec2ff0 * Added common/random and 3rdparty/mt19937ar to project files, makefiles and configure script. 14 jaren geleden
vcproj-9 b76537ecdf Added /MP (build with multiple processes) switch to all vcproj-9 files to significantly speed up compilation. 13 jaren geleden
CMakeLists.txt bdfa11d86e * CMake: Only install template files if they don't already exist. 14 jaren geleden
Changelog-Trunk.txt 146e136ad5 Welcome to RAthena! http://rathena.org/board/topic/53704-rathena-the-fork/ 13 jaren geleden
LICENSE b03c315610 Updated License from GNU GPLv2 to GNU GPLv3. 14 jaren geleden
Makefile.in f4d8ec2ff0 * Added common/random and 3rdparty/mt19937ar to project files, makefiles and configure script. 14 jaren geleden
RAthena-10.sln 823fdc8f76 Renamed eAthena Project (.sln) files to RAthena. 13 jaren geleden
RAthena-6.dsw 823fdc8f76 Renamed eAthena Project (.sln) files to RAthena. 13 jaren geleden
RAthena-7.1.sln 823fdc8f76 Renamed eAthena Project (.sln) files to RAthena. 13 jaren geleden
RAthena-8.sln 823fdc8f76 Renamed eAthena Project (.sln) files to RAthena. 13 jaren geleden
RAthena-9.sln 823fdc8f76 Renamed eAthena Project (.sln) files to RAthena. 13 jaren geleden
athena-start 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 jaren geleden
char-server.sh bc0b03adc2 eol-style for the startup scripts and batch files 18 jaren geleden
charserv-sql.bat 611892db22 * Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). 14 jaren geleden
charserv.bat 611892db22 * Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). 14 jaren geleden
configure deb770e053 * Added -fno-strict-aliasing detection to configure.in (-fstrict-aliasing is added through -O2), since the code is not aliasing safe and causes warnings with gcc. 14 jaren geleden
configure.in deb770e053 * Added -fno-strict-aliasing detection to configure.in (-fstrict-aliasing is added through -O2), since the code is not aliasing safe and causes warnings with gcc. 14 jaren geleden
dbghelp.dll 0beb670305 Added latest version of dbghelp.dll (from microsoft debugger package), to prevent Windows from loading other, outdated versions. 17 jaren geleden
libmysql.dll dc68eb5449 Updated DLLS to match libs. Please DO NOT update the libs from now on (except if mySQL has newer builds which are not compatible with client DLL). 19 jaren geleden
login-server.sh bc0b03adc2 eol-style for the startup scripts and batch files 18 jaren geleden
logserv-sql.bat 611892db22 * Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). 14 jaren geleden
logserv.bat 611892db22 * Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). 14 jaren geleden
map-server.sh bc0b03adc2 eol-style for the startup scripts and batch files 18 jaren geleden
mapserv-sql.bat 611892db22 * Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). 14 jaren geleden
mapserv.bat 611892db22 * Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). 14 jaren geleden
notice.txt 637ae9a4dc - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files. 18 jaren geleden
pcre3.dll a61e02cc29 Updated the server's PCRE components to 7.0 18 jaren geleden
readme.html 8cde4ba5c4 - Updated RAthena links in readme.html files. 13 jaren geleden
runserver-sql.bat 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 jaren geleden
runserver.bat 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 jaren geleden
serv.bat 611892db22 * Batch files (Windows) now detect whether the server crashed, aborted or shutdown cleanly (Ctrl+C or @mapexit) and print appropriate message, instead of always assuming, that the server crashed (bugreport:3476, since r1818). 14 jaren geleden
start 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 jaren geleden
zlib1.dll d768d869fd * Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM. (Required by systems without these DLLs preinstalled) 19 jaren geleden

readme.html















  • What is RAthena?

    RAthena is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. RAthena is a continuation of the eAthena project.