summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-26- Updated item_db.sql to current.skotlex1-10/+2
2006-04-25- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...skotlex1-1/+4
2006-04-24- Idle skills won't trigger while the mob is walking.skotlex1-1/+39
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex1-4/+4
2006-04-20- Raised the buffer size in clif_MainChatMessage to 200, removed the message ...skotlex1-1/+1
2006-04-20- Fixed buffer overflow in clif_MainChatMessage. It now prints a Debug messag...skotlex1-2/+5
2006-04-20- Added support for n to specify minutes to @charban. skotlex1-2/+2
2006-04-20- Added back the "you can't walk delay while attacking" to unit_attack_timer,...skotlex1-4/+3
2006-04-18- Removed message 592 from trade.cskotlex1-4/+2
2006-04-18* Shinomori's method (kinda) of remote script execution with interaction.Lance1-14/+3
2006-04-18cleaned the invisible fix a bit.Vicious1-11/+14
2006-04-18better way to fix invisible npc! :DVicious1-39/+23
2006-04-17- Fixed pet being incorrectly removed when it had intimacy 0.skotlex1-1/+1
2006-04-17* Clearing the dummy npc after fooling the client.Lance1-22/+42
2006-04-16Skot please fix the remaining code by removing the fake npc after sending the...Lance1-1/+1
2006-04-16Initialization in send_fake_npc. Still needs fixing.Lance1-0/+1
2006-04-16Please fix my packets :SLance1-2/+2
2006-04-16* Sending fake npc for inputs and menus for NPC without map coordinates.Lance1-0/+22
2006-04-16* Temperory fixed compiler warnings/errors. Please compile before commiting. ...Lance1-2/+2
2006-04-15- Removed the ->prev != NULL checks in skill_attack due to the fact that the ...skotlex1-64/+49
2006-04-14- Fixed being able to do all the stuff you shouldn't be able to during the pe...skotlex1-2/+2
2006-04-11- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...skotlex1-25/+89
2006-04-05- Some cleanup of clif_parseloadendack, fixed guild-member list being sent on...skotlex1-6/+13
2006-04-05- Added inter config connection_ping_interval which specifies interval in hou...skotlex1-4/+12
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex1-2/+2
2006-04-02- Added preventing sending packet clif_clearchar_id when the character in que...skotlex1-17/+38
2006-04-02- Forgot to set state.night = 1 in the night timer.skotlex1-1/+3
2006-04-02- Moved the night icon invocation to clif_parse_LoadEndAckskotlex1-138/+100
2006-04-02* Workround the warnings for clif.c (what to do? the original codes are ugly....Lance1-4/+4
2006-04-01- Added function clif_changetraplook to handle changing the appearance of tra...skotlex1-0/+30
2006-04-01- Fixed berserk not raising your HP to your new cap.skotlex1-2/+4
2006-04-01- Fixed a few functions sending a negative ID for disguised characters (such ...skotlex1-22/+12
2006-04-01Fixed the dynamic shop system memory allocation and id_db problem. Added samp...Lance1-5/+4
2006-04-01* Dynamic shops support with script callback. (needs testing)Lance1-8/+35
2006-04-01* Fixed compiler warnings.Lance1-3/+5
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-1736/+823
2006-04-01* April fool! Improved soundeffectall script command. (No, this is not a lie)Lance1-2/+7
2006-03-31- Fixed an infinite recursion in the Wedding Recall skills.skotlex1-0/+3
2006-03-31* Should fix a bug in GM stealth mode (@hide).Lance1-24/+32
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex1-1/+17
2006-03-28* Modified clif_getareachar_pc to hide hidden GMs from normal players (player...Lance1-20/+23
2006-03-28- Small fix that should help on multi-map servers when characters are swappin...skotlex1-1/+2
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex1-2/+29
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex1-3/+8
2006-03-27* GCC on Cygwin still complaining, resorted to including limits.h in malloc.hLance1-1/+0
2006-03-27* Refixed the fix with a constant list for Win32 users - limits.h (imported f...Lance1-0/+1
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-7/+7
2006-03-25- Fixed a pair of "Conditional jump or move depends on uninitialised value(s)...skotlex1-0/+2
2006-03-24- Fixed Warp Portal.skotlex1-2/+5
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-94/+88