summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
AgeCommit message (Expand)AuthorFilesLines
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-11/+11
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-3/+3
2011-06-16* Merges from charmerge:flaviojs1-103/+273
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/+9
2011-04-10* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.ai4rei1-1/+5
2011-03-19Removed leftovers of old charcommand config (follow-up to r13403).Gepard1-1/+2
2011-02-19* Fixed gcc compile warnings in char-server and console plug-in (bugreport:47...ai4rei1-2/+2
2011-02-08* Added support for new delayed character deletion.ai4rei1-7/+259
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-16/+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* Synchronized TXT/SQL char-server code a bit.ai4rei1-111/+112
2010-12-24* Fixes to char-server.ai4rei1-58/+55
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-9/+4
2010-11-19* Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x271...ai4rei1-1/+1
2010-11-09Follow-up to r14368. Load last_map from SQL on char load so the information i...Paradox924X1-2/+5
2010-11-02Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (b...Paradox924X1-1/+1
2010-11-02Ensured character data is saved even when last map is the only value that has...Paradox924X1-0/+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-10-11Use `char_id` rather than `master` when checking if a guild needs to be delet...Paradox924X1-1/+1
2010-08-03- Merged a few minor bugfixesSkotlex1-0/+4
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-10/+40
2009-10-18Removed the char_rename setting in favor of a PACKETVER define.ultramage1-14/+10
2009-10-12Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues.Inkfish1-28/+15
2009-10-12Fixed an error when 'char_rename' is set to 'no'Inkfish1-6/+5
2009-10-11Added character rename function.(topic:225576)(written by pakpil and fixed by...Inkfish1-25/+162
2009-09-20Disabled ip checking during auth, since it lead to a lot of confusion.ultramage1-4/+4
2009-07-26* Some updates of Quest Log systemInkfish1-1/+1
2009-07-25Rewrote Quest Log system.Inkfish1-4/+1
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage1-5/+3
2009-04-01* Removed online_check config options. (always active now)FlavioJS1-46/+52
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-4/+4
2008-11-17followupultramage1-2/+2
2008-11-16- Item Rental System.zephyrus1-34/+41
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-7/+10
2008-10-03* Fix for "yet another online check bypass technique". (bugreport:2292)FlavioJS1-1/+2
2008-09-02- Fixed problem deleting characters.zephyrus1-9/+7
2008-09-01- Moved char server's mercenary code to a different file (int_mercenary.*)zephyrus1-24/+38
2008-08-24- Ops!! this is mine (homunculus hungry messages).zephyrus1-1/+1
2008-08-23- Some stuff i forgot for char_sql. Bug Report 2112.zephyrus1-4/+4