Age | Commit message (Expand) | Author | Files | Lines |
2008-08-31 | * More mercenary updates. | zephyrus | 1 | -34/+43 |
2008-08-24 | - Mercenary Dismiss packet and some corrections. | zephyrus | 1 | -0/+2 |
2008-08-24 | - Implemented Mercenary Scrolls (item_db) | zephyrus | 1 | -7/+32 |
2008-08-24 | - Moving all content of Homunculus code to a proper file Homunculus.c/h | zephyrus | 1 | -1/+2 |
2008-08-24 | - Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce... | zephyrus | 1 | -6/+18 |
2008-08-23 | - Completed Mercenary Create, Delete, Save. Tests OK. | zephyrus | 1 | -6/+12 |
2008-08-23 | - Mercenary Packets (Server to Client). Still need a little more info. | zephyrus | 1 | -18/+126 |
2008-08-21 | - Big update to Basilica, implementing official behavior. | zephyrus | 1 | -6/+16 |
2008-08-20 | - New invisible walls system (for WOE SE and Battlegrounds). | zephyrus | 1 | -0/+1 |
2008-08-20 | - Removed my barricade implementation. Not required in WoE SE. | zephyrus | 1 | -2/+0 |
2008-08-11 | Fixed right-click npc unload not unloading duplicates (bugreport:2014) | ultramage | 1 | -0/+3 |
2008-08-09 | Now Novices without lvl5 basic skill can be partied (bugreport:1131). | ultramage | 1 | -14/+0 |
2008-08-02 | Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s... | ultramage | 1 | -1/+1 |
2008-08-01 | Disabled the gm-hide namerequest cheat detection, uncomment if you know what ... | ultramage | 1 | -18/+15 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 1 | -4/+2 |
2008-07-30 | Removed the IRC bot system, now a customization (see topic:194306) | ultramage | 1 | -4/+0 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 1 | -0/+44 |
2008-07-22 | Fixed a bug in the npc shop code, where requesting an item that wasn't on the... | ultramage | 1 | -16/+18 |
2008-07-13 | Modified storage data loading | ultramage | 1 | -4/+3 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 1 | -71/+57 |
2008-07-10 | Renamed 'storage_' to 'items' in the storage_data structure. | ultramage | 1 | -16/+16 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 1 | -3/+3 |
2008-07-10 | * Users can't click floating npcs directly. (quick fix for bugreport:1814) | FlavioJS | 1 | -1/+2 |
2008-07-07 | Fixed a typo :o | akrus | 1 | -1/+1 |
2008-07-07 | * Players autotrading will not be able to recieve whispers (bugreport:1804) | sketchyphoenix | 1 | -1/+10 |
2008-06-29 | Random assortment of various small corrections and tweaks. | ultramage | 1 | -2/+2 |
2008-06-18 | Added a fix for refresh properly displaying dead and sitting players. | sketchyphoenix | 1 | -0/+4 |
2008-06-07 | Devotion links will now be sent properly in all situations (followup to 12171). | ultramage | 1 | -2/+6 |
2008-06-01 | Added Ai4rei's "gm can view all players' equips" feature (topic:186519). | ultramage | 1 | -1/+1 |
2008-05-31 | Removed the debug message from r12726 (bugreport:1587) | ultramage | 1 | -7/+0 |
2008-05-29 | - Added support for NPC with different sizes (setnpcdisplay). | zephyrus | 1 | -4/+18 |
2008-05-28 | Fixed stat values displaying incorrectly when increasing them past 255 (wrapa... | ultramage | 1 | -1/+1 |
2008-05-26 | Moved the options to disable specific compiler warnings from the generic 'Add... | ultramage | 1 | -0/+7 |
2008-05-26 | Increased the allowed packet size for chat messages. | ultramage | 1 | -5/+6 |
2008-05-26 | Added clif_announce_ex() for broadcasts with varying font size | ultramage | 1 | -1/+6 |
2008-05-13 | Fixed a mistake in r11344 that caused the 'my shop' window to display info ab... | ultramage | 1 | -1/+1 |
2008-05-12 | Fixed a script engine problem where warping away while having a menu window o... | ultramage | 1 | -0/+2 |
2008-05-09 | Added correct extended info packets for items that are being moved into stora... | ultramage | 1 | -5/+40 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -1/+8 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -2/+6 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -25/+2 |
2008-05-01 | Replaced the integers+checking approach in r12679 with usage of floating poin... | ultramage | 1 | -2/+2 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 1 | -3/+5 |
2008-05-01 | Quest packet typo. | Kevin | 1 | -1/+1 |
2008-04-27 | fixing some timestamp type difference warnings... | ultramage | 1 | -2/+2 |
2008-04-27 | Removed the calc_times() no-op (bugreport:1289) | ultramage | 1 | -1/+1 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -8/+15 |
2008-04-27 | Changed the last commit so it must be called with @reloaditemdb2. @reloaditem... | Kevin | 1 | -19/+12 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 1 | -12/+19 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |