summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-24- Made the pc_deleteinvincibletimer function a define so it auto-checks for t...skotlex1-13/+6
2007-01-23- Changed the night status from 149 to 160, which seems to work so much bette...skotlex1-2/+15
2007-01-23- Added view_data support to mercenary.*, so that the Homunculus entries are ...skotlex1-1/+3
2007-01-23- Moved the homunculus setting from pet.conf to homunc.confskotlex1-2/+2
2007-01-22- Removed sd->max_menu, sd->npc_menu is now reused to store what is the max n...skotlex1-1/+1
2007-01-21Typo huntultramage1-6/+6
2007-01-19- Reverted the dup-label check code since it has a bug that needs to be fixed...skotlex1-22/+5
2007-01-16- Implemented Intravision as it should be. Thanks to HelloKitty2 for the capt...skotlex1-53/+0
2007-01-15- The NPC elemental attacks will display a skill animation again.skotlex1-14/+6
2007-01-15- Fixed Joint Beat's speed penalty.skotlex1-2/+2
2007-01-12- Fixed autotrading characters not being able to reconnect. Seams like I misu...FlavioJS1-1/+2
2007-01-09- Changes to script buildin functions:FlavioJS1-1/+1
2007-01-07Undid the memset->malloc_set replacementultramage1-41/+41
2007-01-07- re-added the duplicit nj/gs name messages in msg_athenaultramage1-1/+1
2007-01-03- Moved refusal of a known packet versions to clif_parse_WantToConnection and...FlavioJS1-83/+60
2007-01-02- Gospel sends the buff message to the affected player.FlavioJS1-10/+1
2006-12-31* Refer to http://www.eathena.ws/board/index.php?showtopic=130285FlavioJS1-3/+3
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-31/+25
2006-12-25- Applied part 1 of TheUltraMage's socket cleanup.FlavioJS1-1/+1
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-2/+1
2006-12-19- Cleanups or minor changes.FlavioJS1-2/+3
2006-12-18- Updated POS2 macros. The 6th byte is subx0 and suby0FlavioJS1-18/+30
2006-12-18- Added hom_setting to specify which homunculus 'quirks' are in effect. The d...skotlex1-2/+5
2006-12-18- When walking into a Guild Dungeon your pvp_points will be set to 5 so you h...skotlex1-0/+4
2006-12-16- Moved packet_len_table values to packet_db[SERVER].FlavioJS1-550/+579
2006-12-16- Increased MAX_PACKET_DB to 0x300 and added a warning for when packet ids gr...FlavioJS1-4/+26
2006-12-14- Added function skill_strip to handle stripping code. The RG strip skills an...skotlex1-9/+0
2006-12-13- Modified flush_fifo so you can decide whether to block the current thread o...skotlex1-1/+1
2006-12-12- Fixed a bug in the new knockback additional packet.skotlex1-6/+10
2006-12-12- Modifed a bit the clif_change_look function, it should fix crashes with the...skotlex1-2/+10
2006-12-12- Fixed skills displaying a 32k damage when used while disguised.skotlex1-2/+2
2006-12-12- Added guild master check before asking to make/delete an alliance/oppositionskotlex1-1/+17
2006-12-12- Minor changes to ers.FlavioJS1-1/+1
2006-12-12- Modified the skill damage packet and the knockback packets to mimic aegis s...skotlex1-7/+19
2006-12-12- Removed CART_MASK as OPTION_CART can take care of that.skotlex1-5/+3
2006-12-11- Added various guild packet related missing checksskotlex1-1/+16
2006-12-10err, ups... -.-'FlavioJS1-1/+1
2006-12-10- Added more helpfull error messages when packet_ver=-1. (no more "clif_parse...FlavioJS1-31/+80
2006-12-09- Reversed revision #9415 (messages with server_tick field being sent as soon...FlavioJS1-29/+24
2006-12-08- Now you can request a trade regardless of the state of the target trader.skotlex1-7/+3
2006-12-06- Fixed the compile error when trying to build the ladmin exe.skotlex1-1/+1
2006-12-06- Messages with server_tick field are sent as soon as possible now.FlavioJS1-25/+32
2006-12-05- Found the position of emblem_id in packet 1b6, commented out the old fix wh...FlavioJS1-2/+4
2006-12-05- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and chang...FlavioJS1-33/+28
2006-12-04- Changed clif_blown to use fixpos again as per aegis packets.skotlex1-2/+3
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-11/+2
2006-12-04- Fixed the txt->sql converter not escaping character names before saving them.skotlex1-26/+8
2006-12-02- Replaced @send with the version I use for testing packets.FlavioJS1-12342/+12301
2006-12-01- Fixed txt-converter compilation. skotlex1-4/+13
2006-11-29- Added a missing map_quit in clif_parse which was the real reason for the cr...skotlex1-1/+2