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