Age | Commit message (Expand) | Author | Files | Lines |
2010-02-06 | 2010/02/06 | Inkfish | 1 | -0/+1 |
2010-01-30 | - Added support for PACKETVER 20100105, which updates the vending related pac... | skotlex | 1 | -1/+1 |
2010-01-15 | * Fixed change cart packet doesn't check for skill. | Inkfish | 1 | -0/+2 |
2009-11-19 | - Applied the renewal client support patch from Diablo (eA forum topic 222623) | skotlex | 1 | -29/+3 |
2009-11-03 | Extended broadcast implementation: | Gepard | 1 | -3/+2 |
2009-09-13 | * Progressbar aborts when player is attacked. | Inkfish | 1 | -0/+1 |
2009-09-12 | * Clarified the names of some questlog functions and eventually implemented k... | Inkfish | 1 | -5/+6 |
2009-09-04 | * QuestLog Fix. | Inkfish | 1 | -1/+1 |
2009-08-25 | Implemented Progress Bar.(topic:207933) | Inkfish | 1 | -0/+3 |
2009-08-02 | * Questlog code cleanup. | Inkfish | 1 | -0/+3 |
2009-07-25 | Rewrote Quest Log system. | Inkfish | 1 | -2/+1 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -0/+5 |
2009-05-12 | - Rental items now can be stackable items too. | zephyrus | 1 | -0/+4 |
2009-03-30 | Defined new server-side PACKETVER 20081126 to add support for the modified pe... | ultramage | 1 | -1/+2 |
2009-03-29 | - Implementing official battleground "emblem" crossed swords icon. | zephyrus | 1 | -8/+2 |
2009-03-25 | Added correct packets for the food item creation window. | ultramage | 1 | -0/+1 |
2009-03-24 | * Added support for new status change packet, uses new setting display_status... | Sara | 1 | -1/+1 |
2009-03-17 | - Implemented official battlechat packets (thanks to Pakpil). | zephyrus | 1 | -3/+5 |
2009-02-26 | - Fixed item Nemesis. | zephyrus | 1 | -0/+21 |
2009-01-22 | * Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por... | FlavioJS | 1 | -1/+1 |
2008-12-28 | - Book reading script command. | zephyrus | 1 | -0/+3 |
2008-11-16 | - Item Rental System. | zephyrus | 1 | -0/+4 |
2008-10-15 | - Added the required changes to support the 2008-09-10+ clients | skotlex | 1 | -2/+2 |
2008-10-06 | voided out clif_blown as per Valaris' instruction. | L0ne_W0lf | 1 | -1/+1 |
2008-10-06 | Fixed knockback not updating the client position of disguised players (bugrep... | ultramage | 1 | -2/+2 |
2008-09-10 | - Full implementation of mercenary skills. | zephyrus | 1 | -1/+1 |
2008-08-31 | * More mercenary updates. | zephyrus | 1 | -0/+1 |
2008-08-24 | - Implemented Mercenary Scrolls (item_db) | zephyrus | 1 | -0/+1 |
2008-08-23 | - Mercenary Packets (Server to Client). Still need a little more info. | zephyrus | 1 | -0/+4 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 1 | -0/+1 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 1 | -8/+8 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 1 | -4/+4 |
2008-06-29 | Random assortment of various small corrections and tweaks. | ultramage | 1 | -1/+0 |
2008-06-11 | Increased MAX_PACKET_DB to handle the new packet range. | ultramage | 1 | -1/+1 |
2008-05-26 | Added clif_announce_ex() for broadcasts with varying font size | ultramage | 1 | -0/+1 |
2008-05-09 | Added correct extended info packets for items that are being moved into stora... | ultramage | 1 | -1/+1 |
2008-05-02 | * Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539) | FlavioJS | 1 | -0/+9 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -1/+0 |
2008-04-15 | Used a forward declaration of the struct quest instead of including mmo.h | toms | 1 | -1/+2 |
2008-04-13 | Added an include in clif.h to avoid a complaint of gcc | toms | 1 | -1/+1 |
2008-04-11 | The max_account_id packetver detection mechanism will never cause any connect... | ultramage | 1 | -1/+0 |
2008-04-11 | More questlog code. | Kevin | 1 | -0/+5 |
2008-04-10 | Some preliminary code for the questlog system (clif packet functions and basi... | Kevin | 1 | -0/+3 |
2008-04-08 | Fixed party invitation ack messages not displaying on recent clients (bugrepo... | ultramage | 1 | -1/+2 |
2008-04-08 | Modified PACKETVER for recent clients to use a YYYYMMDD date format instead o... | ultramage | 1 | -11/+12 |
2008-04-08 | Reverted L0ne_W0lf's change of PACKETVER | toms | 1 | -1/+1 |
2008-04-08 | Updated MAX_GUARDIANS to support an insane amount of guardians. | L0ne_W0lf | 1 | -1/+1 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -0/+1 |
2008-04-07 | Removed the 'wait close' timer that closed a session's socket after 5 seconds. | ultramage | 1 | -1/+0 |
2008-03-27 | Chagned trunk's default server->client PACKETVER to 9 | ultramage | 1 | -1/+1 |