summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...ultramage1-1/+1
2009-01-22* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...FlavioJS1-7/+3
2009-01-21Fixed a null pointer crash in r13463 (thanks to Ramsey for reporting it).ultramage1-2/+2
2009-01-20Efficiency improvement for clif_send (use pc_db iterator instead of sockets a...ultramage1-53/+63
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage1-1/+1
2008-12-28Cleaned up code for inserting cards into items.ultramage1-6/+3
2008-12-28- Book reading script command.zephyrus1-0/+12
2008-12-18Removed charcommand code while allowing atcommand code to support its functio...sketchyphoenix1-5/+4
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-2/+0
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-2/+2
2008-11-16- Item Rental System.zephyrus1-8/+37
2008-11-06* Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara]Sara1-1/+2
2008-10-24Commented out unused function clif_marriage_process.Paradox924X1-1/+2
2008-10-11Swapped around packets 0x2b6 and 0x2b7, ought to fix some issues with the que...ultramage1-3/+3
2008-10-08Fixed chat_createnpcchat() not checking if a chatroom already exists, produci...ultramage1-1/+2
2008-10-06voided out clif_blown as per Valaris' instruction.L0ne_W0lf1-2/+2
2008-10-06Fixed knockback not updating the client position of disguised players (bugrep...ultramage1-16/+20
2008-10-06Fixed friends list ack packet using truncated values (bugreport:2310).ultramage1-2/+2
2008-09-28Adding null pointer check (followup to r13240).ultramage1-1/+1
2008-09-27Fixed clif_changelook betraying the presence of gm-hidden players (bugreport:...ultramage1-3/+10
2008-09-11Removed a few out of date messages from msg_athena, and updated some others.L0ne_W0lf1-1/+1
2008-09-10- Full implementation of mercenary skills.zephyrus1-72/+133
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-3/+3
2008-09-03- Starting Mercenary Skill implementation.zephyrus1-16/+43
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