summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-07* Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:...Inkfish1-5/+4
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau1-1/+1
2009-04-23Added length check to functions clif_parse_CreateChatRoom and clif_parse_Chat...ultramage1-5/+11
2009-04-23Made some adjustments to the land skill code, based on official information:ultramage1-1/+1
2009-04-20Adjusted the exploit crashfix from r13678 to abort when invalid input is dete...ultramage1-2/+2
2009-04-17- Critical crash fix. Please update your servers.zephyrus1-0/+3
2009-04-14* Cooking success chance is now affected by DEX and LUKPlaytester1-1/+1
2009-04-03Quick-fixed a bug that let anyone kick any online character from the mapserve...ultramage1-11/+2
2009-03-30Defined new server-side PACKETVER 20081126 to add support for the modified pe...ultramage1-0/+7
2009-03-30Added packet 0x43f's length to the packet len table and adjusted related code...ultramage1-7/+6
2009-03-30Extended the hardcoded packet length table values up to MAX_PACKET_DB (0x500).ultramage1-52/+92
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus1-213/+51
2009-03-29Enhanced the 'hack on npc menu' message in clif_parse_NpcSelectMenu.ultramage1-7/+10
2009-03-25Added correct packets for the food item creation window.ultramage1-1/+60
2009-03-24Ghetto-fixed the status timer packet for now.Sara1-1/+3
2009-03-24Some more fixes to my buggy commit -.-;Sara1-1/+4
2009-03-24:)akrus1-3/+2
2009-03-24Some fixes to my previous commit.Sara1-2/+2
2009-03-24Quick fix for Sara's commitakrus1-2/+2
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-4/+20
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus1-24/+92
2009-03-10* Results of client behavior investigation when mes/next/close/menu/input is ...FlavioJS1-18/+63
2009-03-08Added several mail id checks to prevent a map server crash (bugreport:2837).ultramage1-3/+16
2009-03-04Small edits to battleground code (bugreport:2816)ultramage1-6/+8
2009-03-02Just some generic cleanups.ultramage1-4/+4
2009-02-26- Fixed item Nemesis.zephyrus1-133/+421
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix1-5/+5
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