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