summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
2011-12-18* Merged changes up to eAthena 15034.eathenabot1-1/+5
2011-12-11* Merged changes up to eAthena 15032.eathenabot1-1/+1
2011-12-11* Merged changes up to eAthena 15024.eathenabot1-2/+2
2011-10-16* Added field for the change slot feature to character select list packet for...ai4rei1-1/+5
2011-10-09* Rework some party code.flaviojs2-24/+22
2011-09-08* Fix C++ compilation issues.flaviojs1-2/+2
2011-08-10- added sending a dummy 0x08b9 packet in the char-server, required to support...Skotlex1-0/+10
2011-07-22* CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE.flaviojs1-4/+2
2011-07-21* CMake: Only install template files if they don't already exist.flaviojs1-5/+2
2011-07-12* CMake: set project language to C, added module FindFunctionLibrary, added s...flaviojs1-2/+2
2011-07-10* CMake: added txt-converter targets, added warning for 64bit, added list of ...flaviojs1-17/+24
2011-07-10* Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si...flaviojs1-14/+14
2011-07-07* CMake: normalized variable names, added ability to create a package/installer.flaviojs1-3/+4
2011-07-06* CMake: src/common builds static libraries common_base/common_sql, that are ...flaviojs1-54/+34
2011-07-01* CMake: marked executables as different components and other miscellaneous c...flaviojs1-1/+7
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-12/+12
2011-06-29* Added experimental support for CMake. (for now: basic build, no extras, onl...flaviojs1-0/+64
2011-06-27* Added common/random and 3rdparty/mt19937ar to project files, makefiles and ...flaviojs1-7/+14
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage2-5/+5
2011-06-16Fixed char-converter not being able to compile due to both char.h being inclu...flaviojs1-0/+2
2011-06-16* Merges from charmerge:flaviojs2-101/+278
2011-04-17* Fixed char-server missing some WFIFOHEAD (partially due to r10909 being rev...ai4rei1-0/+4
2011-04-16* Added support for visible garments/robes.ai4rei1-5/+26
2011-04-10* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.ai4rei1-1/+5
2011-02-19* Fixed gcc compile warnings in char-server and console plug-in (bugreport:47...ai4rei1-1/+1
2011-02-08* Added support for new delayed character deletion.ai4rei1-15/+306
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-14/+14
2011-01-13* Removed ladmin (remote administration tool), all related support code and t...ai4rei1-130/+0
2011-01-13* Reformatting and minor cleanups to console-plugin related code.ai4rei1-19/+9
2010-12-29* Fixed char-server making assumptions about RFIFO data length in character d...ai4rei1-1/+1
2010-12-25* Fixed a compile error in txt-converter-char caused by 'save_log' being decl...ai4rei1-3/+1
2010-12-25* Made SQL char-server options 'chars_per_account' and 'char_del_level' work ...ai4rei1-0/+26
2010-12-25* Synchronized TXT/SQL char-server code a bit.ai4rei3-120/+160
2010-12-24* Fixes to char-server.ai4rei1-54/+40
2010-12-18* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ...ai4rei1-14/+14
2010-12-18* Updates to handling of hair color/style and cloth color of characters.ai4rei1-2/+0
2010-12-18* Fixed usage of literals for map name length in character list packet (since...ai4rei1-1/+1
2010-12-12* Updates to dynamic server information `ragsrvinfo` on SQL.ai4rei1-2/+2
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei8-48/+48
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X8-48/+48
2010-12-02* Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2).ai4rei1-4/+4
2010-12-01* Fixed using main chat nick longer than 15 characters would cause a buffer o...ai4rei1-1/+1
2010-11-22* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...ai4rei2-16/+16
2010-11-22* Fixed saving/loading errors with compilers (such as VC6, MinGW), which do n...ai4rei1-2/+2
2010-11-22* Fixed map server getting notified of hair, hair color, gender, class and le...ai4rei1-1/+2
2010-11-22* Fixed a crash when shutting down char-server (TXT only), after it failed to...ai4rei1-4/+10
2010-11-19* Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x271...ai4rei1-1/+1
2010-11-02Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACK...Paradox924X1-1/+1
2010-10-17Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to ...Gepard1-1/+1
2010-08-03- Merged a few minor bugfixesSkotlex2-5/+9