summaryrefslogtreecommitdiff
path: root/src/char
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-12... but not with a buggy tool (missing svn:props)ultramage1-47/+47
2008-04-12TXT code has been re uploaded. Please note this does not change the fact that...Kevin17-0/+8982
2008-04-12I live in a giant bucket.Kevin17-8982/+0
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage3-31/+0
2008-04-10Modified the charservers to use a DBMap instead of a cyclic array for auth data.ultramage2-296/+314
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage1-10/+10
2008-03-28Some more txt/sql login server synchronization:ultramage1-32/+0
2008-03-27Partial rewrite of the login server's auth system.ultramage1-9/+18
2008-03-27merged the charserver acc modification code cleanup to TXT (r11324)ultramage1-88/+76
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage8-102/+95
2008-03-25Added proper checks to adoption processing (followup to r12428).ultramage1-10/+16
2008-03-08Corrected a problem where a party invite acknowledgement would not be sent (b...ultramage1-21/+24
2008-02-22Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs direct...Lupus1-1/+1
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex2-1/+2
2008-02-17- Updated Eye of Hellion to use the new format of the input command.skotlex1-1/+1
2008-01-10Another round of login server cleaningultramage1-5/+0
2008-01-08Added missing session auth checks to charserver.ultramage1-7/+15
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage7-26/+9
2007-12-31* Fixed a crash in txt char-servers that the memory manager was hiding. onlin...FlavioJS1-4/+4
2007-12-18Fixed a glitch where the TXT charserver would not unlock castle.txt after cre...ultramage1-2/+2
2007-12-18minor code tweakingultramage1-1/+3
2007-12-17* Added flag.server to indicate interserver socketsultramage1-8/+8
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-100/+33
2007-12-12Some more tweaks to the guild codeultramage1-120/+171
2007-12-12* Some preparations for the guild script updateultramage1-195/+256
2007-12-12Removed the badly designed/unfinished guild_check_conflict() data integrity c...ultramage1-35/+0