summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-02- Removed OPTION_XMAS, it seems to not exist....skotlex1-5/+6
2006-05-01- status_setviewdata will set your option accordingly when the previous/new v...skotlex1-2/+1
2006-05-01* Optimized fake npc system. Added npc_checknear back to npc_buysellsel.Lance1-0/+18
2006-05-01- Some corrections in the clif_parse_whisper function which should fix crashe...skotlex1-9/+11
2006-04-30- Removed attack_type from sd->state structure (it's only use was for soul-dr...skotlex1-1/+0
2006-04-29- Changed checks of item's identify field from 0/1 to 0/non-zeroskotlex1-4/+4
2006-04-29Added @noask command: enable/disable deals/invites autorejecting.LuzZza1-6/+71
2006-04-29- Added support for packet 0x229 (clif_changeoption).skotlex1-9/+64
2006-04-29- Clones can't be class-changed nowskotlex1-5/+5
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance1-13/+10
2006-04-28- Removed the sending of the online guild list when you log-on, may fix the "...skotlex1-1/+2
2006-04-28- Modified clif_skill_nodamage to allow for a NULL source. This is to simplif...skotlex1-9/+9
2006-04-27- unit_remove_map will reset attackable-time, canact and canwalk delays.skotlex1-5/+30
2006-04-27- Fixed the compilation error. Gee, how did that slipped by...skotlex1-1/+1
2006-04-27- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")skotlex1-5/+22
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