summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-16* Added support for visible garments/robes.ai4rei1-0/+2
2011-04-10* Added support for clients 2010-11-23aRagexeRE+ and 2011-01-11aRagexeRE+.ai4rei1-0/+1
2011-02-26* Reduced MAX_GUILD_STORAGE from 1000 to 600 (like MAX_STORAGE), since storag...ai4rei1-1/+1
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-1/+1
2011-02-08* Added support for new delayed character deletion.ai4rei1-0/+3
2011-01-31* Various accumulated cleanups and fixes.ai4rei1-2/+0
2010-12-18* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to ...ai4rei1-1/+1
2010-12-18* Updates to handling of hair color/style and cloth color of characters.ai4rei1-7/+0
2010-12-02* Added item type IT_CASH (item type 18) Requires user confirmation before us...L0ne_W0lf1-0/+1
2010-12-02* Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2).ai4rei1-1/+5
2010-11-22* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...ai4rei1-1/+2
2010-11-14* Updated quest_read_db. Might need reviewing. ;-;L0ne_W0lf1-1/+1
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-2/+2
2010-09-06* Implemented Icescope's fix for devotion, reflect damage is no longer absorb...L0ne_W0lf1-1/+1
2010-08-03- Merged a few minor bugfixesSkotlex1-1/+7
2010-07-31* Implemented three new mercenary skills.L0ne_W0lf1-2/+2
2010-05-21* Increased gobal_reg_value to 256 from 96.L0ne_W0lf1-2/+2
2010-04-23Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...skotlex1-2/+5
2010-02-09Expanded range for cached and stored-in-db guild member exp (devotion) from u...Paradox924X1-1/+1
2010-01-30- Added support for PACKETVER 20100105, which updates the vending related pac...skotlex1-1/+2
2009-11-24Cleaned up leftover PACKETVER define on the charserver (followup to r14155).ultramage1-0/+1
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-3/+47
2009-10-11Added character rename function.(topic:225576)(written by pakpil and fixed by...Inkfish1-0/+1
2009-09-04* QuestLog Fix.Inkfish1-2/+0
2009-07-28* Some more updates to Quest LogInkfish1-2/+1
2009-07-26Fixed mob counts and quest states are not saved properly sometimesInkfish1-1/+1
2009-07-25Rewrote Quest Log system.Inkfish1-14/+7
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-1/+1
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-1/+1
2009-01-14* Added client login packets 0x01fa and 0x027c.FlavioJS1-0/+6
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage1-1/+1
2008-11-16- Item Rental System.zephyrus1-0/+1
2008-09-04* Updated mmo.h, increased merc max count to 36.L0ne_W0lf1-1/+1
2008-09-01- Something i forget to commit mmo.h.zephyrus1-3/+3
2008-08-31- A proper mercenary lifetime calculation.zephyrus1-1/+1
2008-08-24- Fixed skill problems (who did this? Mercenary skills values are big than ho...zephyrus1-1/+1
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus1-1/+1
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-1/+0
2008-08-22- Mercenary data structures.zephyrus1-1/+17
2008-08-19* Fixed a storage saving issue with txt charserver (bugreport:2084)ultramage1-1/+0
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage1-4/+8
2008-07-27* Removed some leftover code that shouldn't have been mergedultramage1-3/+2
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-5/+1
2008-07-13Modified storage data loadingultramage1-16/+15
2008-07-10Renamed 'storage_' to 'items' in the storage_data structure.ultramage1-1/+1
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-1/+1
2008-05-25Increased storage space to 600Playtester1-1/+1
2008-04-27fixing some timestamp type difference warnings...ultramage1-2/+2
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-2/+0
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-7/+1