summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X2-4/+4
2010-04-23Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...skotlex1-3/+11
2010-02-09Expanded range for cached and stored-in-db guild member exp (devotion) from u...Paradox924X1-3/+3
2009-12-03Prevented online user count from going negative. (bugreport:3913)Paradox924X1-2/+4
2009-11-24Cleaned up leftover PACKETVER define on the charserver (followup to r14155).ultramage1-6/+0
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex2-13/+44
2009-11-03Extended broadcast implementation:Gepard1-11/+17
2009-10-18Removed the char_rename setting in favor of a PACKETVER define.ultramage2-9/+14
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-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish2-4/+4
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-19* Fixed a storage saving issue with txt charserver (bugreport:2084)ultramage2-74/+89
2008-08-18Merged a critical fix to charserver online tracking code (see r13087).ultramage1-1/+1
2008-08-10Some small code cleaningultramage1-8/+0
2008-08-04Fixed an auth bug in txt charserver (caused by r12579, followup to r12609)ultramage1-1/+1
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage1-1/+1
2008-07-30Fixed TXT storage code handling storage incorrectly (bugreport:1928)ultramage1-8/+4
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage4-150/+53
2008-07-15Removed the party_share_conflict() check.ultramage1-31/+2
2008-07-15Corrected wrong data loading order in txt storage code causing crashes at sta...ultramage2-2/+6
2008-07-13Modified storage data loadingultramage3-53/+29
2008-07-13storage code cleanup (no behavioral changes yet)ultramage1-41/+53
2008-07-10Renamed 'storage_' to 'items' in the storage_data structure.ultramage1-14/+14
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage2-21/+21
2008-05-16Added changes missing from the previous update (followup to r12710).ultramage1-38/+37
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-9/+9
2008-04-21Made some cleanup in changesextoms1-1/+1
2008-04-16Fixed an issue in r12575 where 'not setting char offline when going from maps...ultramage1-4/+8
2008-04-14* Followup to r12579 (all other players appeared as female on sql branch).FlavioJS1-0/+2
2008-04-13* Quick&dirty reversal of the inter-server behaviour introduced in r3255/r3256:FlavioJS1-0/+76