summaryrefslogtreecommitdiff
path: root/src/char/char.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-30- Removed more trailing tabs.brianluau1-2/+2
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-2/+2
2012-01-23` Added renaming support for the remaining 'ragnarok' tables in the inter_ath...xantara1-4/+17
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-2/+1
2012-01-20Merged TXT removal branch back to trunk.gepard19841-1819/+1658
2011-12-18* Merged changes up to eAthena 15034.eathenabot1-1/+5
2011-10-16* Added field for the change slot feature to character select list packet for...ai4rei1-1/+5
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-10* Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si...flaviojs1-14/+14
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-12/+12
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-4/+4
2011-06-16* Merges from charmerge:flaviojs1-101/+270
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.ai4rei1-118/+160
2010-12-24* Fixes to char-server.ai4rei1-54/+40
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...ai4rei1-16/+16
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-16/+16
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 bugfixesSkotlex1-3/+7
2010-04-23Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...skotlex1-3/+11
2009-12-03Prevented online user count from going negative. (bugreport:3913)Paradox924X1-2/+4
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-11/+42
2009-10-18Removed the char_rename setting in favor of a PACKETVER define.ultramage1-9/+8
2009-10-15Ported over several TXT online code fixes from charmerge (autotrading chars c...ultramage1-14/+35
2009-09-20Disabled ip checking during auth, since it lead to a lot of confusion.ultramage1-4/+4
2009-07-11Some insignificant code tweaks.ultramage1-2/+5
2009-04-01* Removed online_check config options. (always active now)FlavioJS1-48/+53
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-11/+4
2008-11-06* Fixed 'Char creation denied' message not being sent properly.FlavioJS1-1/+1
2008-10-15- Added the required changes to support the 2008-09-10+ clientsskotlex1-6/+8
2008-10-11Quick fix to txt charserver initialization order - chardb needs to be ready f...ultramage1-4/+1
2008-10-03* Fix for "yet another online check bypass technique". (bugreport:2292)FlavioJS1-1/+2
2008-08-18Merged a critical fix to charserver online tracking code (see r13087).ultramage1-1/+1
2008-08-04Fixed an auth bug in txt charserver (caused by r12579, followup to r12609)ultramage1-1/+1