summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-23- Added column `mer_id` on char_dbzephyrus1-25/+30
2008-08-17** Please update your server ASAP. **zephyrus1-1/+1
2008-08-04Fixed an ancient sql query typo (bugreport:1979)ultramage1-1/+1
2008-08-04Added configs for quest table name adjustment (bugreport:1778)ultramage1-0/+4
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage1-1/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-162/+26
2008-07-13Modified storage data loadingultramage1-0/+12
2008-06-19Basic cleanup of the SQL charserver homunculus code.ultramage1-1/+1
2008-04-28Cleaned up char server set online/offline/char select functions. (bugreport:1...Kevin1-5/+10
2008-04-26Cleaned up auth system after change back to map server request.Kevin1-49/+60
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-8/+8
2008-04-21Made some cleanup in changesextoms1-1/+1
2008-04-17- Some mistake from someone but OMG!zephyrus1-1/+1
2008-04-16Fixed an issue in r12575 where 'not setting char offline when going from maps...ultramage1-5/+3
2008-04-14* Fixed a possible crash in char_sql. (since r12575, later modified in r12590).FlavioJS1-1/+1
2008-04-14Fixed a typo in char_sql/char.ctoms1-1/+1
2008-04-14Fixed a bug in the disconnection part char-server (not sending you offline)toms1-1/+1
2008-04-14Removed some unused variables that appeared in the last commit (r12584).Kevin1-3/+1
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-33/+1
2008-04-14* Followup to r12579 (all other players appeared as female on sql branch).FlavioJS1-0/+2