Traduction de rAthena en français.

ai4rei 33d2446b11 * Collection of random insignificant changes. 14 лет назад
3rdparty e82c68b8bc * Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) portability framework for Visual C++ compilers (related bugreport:4059). 14 лет назад
conf 78f2401ea0 * Made SQL char-server options 'chars_per_account' and 'char_del_level' work on TXT as well (follow up to r1063 and r8420). 14 лет назад
db 9aa76bdd13 * Added support for new /remove and /recall packets for 2010-08-03aRagexeRE and newer. 14 лет назад
doc 8643992d0b * Fixes to the dynamic shop sample script (first part of dynamic shop fixes). 14 лет назад
npc e560ba458b * Revised argument declaration of all script commands according to the actual functions' argument usage. 14 лет назад
plugins 339173867c Removed the 'upnp' plugin (see bugreport:1000). 16 лет назад
readme e52ae8ad6c * Removed unmaintained and broken 'adduser' tool (topic:262284). 14 лет назад
save-tmpl 17cbc67f05 * Reverted r14565, as the database version is already properly commented in source and is overwritten upon first sync of account.txt anyway. 14 лет назад
sql-files c961604f0b * Removed `motd` from `ragsrvinfo` table in main.sql, missed in previous commit (follow up to r14579). 14 лет назад
src 33d2446b11 * Collection of random insignificant changes. 14 лет назад
tools 9cc789d234 - Added svn:eol-style native for some conf/css/html/pl/sql/txt files. 16 лет назад
vcproj-10 00a72ed8b9 * Fixed txt-converter-login was no longer compilable with supplied project/make files, due to missing reference to function exists in utils.c (bugreport:4626, since r14528). 14 лет назад
vcproj-6 73ea4abec4 * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. 14 лет назад
vcproj-7.1 e82c68b8bc * Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) portability framework for Visual C++ compilers (related bugreport:4059). 14 лет назад
vcproj-8 73ea4abec4 * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. 14 лет назад
vcproj-9 73ea4abec4 * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. 14 лет назад
Changelog-Trunk.txt 33d2446b11 * Collection of random insignificant changes. 14 лет назад
LICENSE b03c315610 Updated License from GNU GPLv2 to GNU GPLv3. 14 лет назад
Makefile.in 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 лет назад
athena-start 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 лет назад
char-server.sh bc0b03adc2 eol-style for the startup scripts and batch files 18 лет назад
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 лет назад
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 лет назад
configure f9c60fd3fa added --enable-rdtsc configure option to enhance timer performance, especially in virtualized environments; default disabled - credits to sirius_black 15 лет назад
configure.in f9c60fd3fa added --enable-rdtsc configure option to enhance timer performance, especially in virtualized environments; default disabled - credits to sirius_black 15 лет назад
dbghelp.dll 0beb670305 Added latest version of dbghelp.dll (from microsoft debugger package), to prevent Windows from loading other, outdated versions. 17 лет назад
eAthena-10.sln 437a082a1a * Applied svn:eol-style to VS2010 project files (follow up to r14562). 14 лет назад
eAthena-6.dsw 73ea4abec4 * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. 14 лет назад
eAthena-7.1.sln c1c9806df3 minor vcproj7 sorting 18 лет назад
eAthena-8.sln 73ea4abec4 * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. 14 лет назад
eAthena-9.sln 73ea4abec4 * Fixed 'console' plugin not working on Windows, due to NULL passed to CreateThread instead of required pointer to thread id variable. 14 лет назад
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 лет назад
login-server.sh bc0b03adc2 eol-style for the startup scripts and batch files 18 лет назад
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 лет назад
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 лет назад
map-server.sh bc0b03adc2 eol-style for the startup scripts and batch files 18 лет назад
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 лет назад
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 лет назад
notice.txt 637ae9a4dc - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files. 18 лет назад
pcre3.dll a61e02cc29 Updated the server's PCRE components to 7.0 18 лет назад
readme.html 9cc789d234 - Added svn:eol-style native for some conf/css/html/pl/sql/txt files. 16 лет назад
runserver-sql.bat 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 лет назад
runserver.bat 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 лет назад
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 лет назад
start 88b7ee7389 Attempt no.2 at svn:executable (followup to r13044) 17 лет назад
zlib1.dll d768d869fd * Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM. (Required by systems without these DLLs preinstalled) 19 лет назад

readme.html