summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-18- removed redundant clif_hominfo line in merc_hom_dead (it was sent already f...skotlex1-3/+0
2007-12-17* Added flag.server to indicate interserver socketsultramage1-1/+1
2007-12-16Some more guild code reformatting (moved do_init_guild() to the end of guild....ultramage1-1/+1
2007-12-12* Some preparations for the guild script updateultramage1-13/+19
2007-12-10- Cleaned up clif_setdisguise and fixed it for PACKETVER>=9. I was kinda righ...skotlex1-36/+12
2007-12-10- Reverted last change, I was wrong in my assumption o_O;skotlex1-5/+3
2007-12-10- Fixed the disguise packet sent in clif_moveskotlex1-2/+4
2007-12-09small fix to the server's packet parsing code to display server IPs correctly.ultramage1-2/+1
2007-12-08- Fixed a 'variable may be used uninitialized' error.skotlex1-2/+2
2007-12-07- Insignificant cleanups.skotlex1-1/+4
2007-12-06- Cleaned up the messy code used to generate the idle/walk packets (or at lea...skotlex1-176/+123
2007-12-06- Likely fixed clif_set_disguise for PACKET_VER 9skotlex1-19/+26
2007-12-06- The default event script behaviour is to trigger on labels rather than NPCs...skotlex1-4/+1
2007-12-05- Made the struct weapon_atk lhw in status_data a static member rather than a...skotlex1-4/+4
2007-12-03- Added a fix to prevent missing a mail attachment is map servers disconnect ...zephyrus1-1/+2
2007-12-03- Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai...skotlex1-17/+18
2007-12-02Fixed some minor inconsistencies in homunculus packets, in an attempt to make...ultramage1-2/+2
2007-12-02Fixed charserver unable to reestablish link to login server after a disconnec...ultramage1-12/+11
2007-12-01Fixed 'unit walking in sight' packet missing the 'level' value (mistake in r1...ultramage1-1/+1
2007-11-30* Random cleanup/documentation.FlavioJS1-22/+56
2007-11-29- Allowed disguising while riding a peco-peco (this does not seem to cause pr...skotlex1-3/+2
2007-11-29- Integrated the SG related info of hate_mob and feel_map into a single struc...skotlex1-2/+1
2007-11-28- Cleaned up some disguise related code, it fixes the disguise sprite not hav...skotlex1-35/+35
2007-11-28Applied clif_setlevel() to the new trade window packets to make it display pr...ultramage1-2/+2
2007-11-28* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...ultramage1-15/+40
2007-11-26Fixed guild expulsion not working correctly.ultramage1-1/+1
2007-11-24Added support for latest official client/server packet changes.ultramage1-1/+31
2007-11-24Make the walk/stand/spawn packet generation incremental - deriving new versio...ultramage1-304/+150
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-35/+34
2007-11-22* Modified mapserver login procedure to make clients from may 2007 and newer ...ultramage1-4/+13
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex1-2/+1
2007-11-21More clif.c cleaningultramage1-65/+66
2007-11-21random cleanupultramage1-16/+12
2007-11-21Cleaned up/reformatted clif_set0078 and clif_set_007b (stand and walk packet ...ultramage1-362/+285
2007-11-18* Replaced jA's way of allocating npc shop data with a simple dynamic array t...ultramage1-16/+13
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-14/+7
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage1-3/+3
2007-11-12- Important fix to Mail System allowing (by a low change) items duple.zephyrus1-2/+2
2007-11-08- Fixed not all objects spawning within your range of sight when you warp/rel...skotlex1-0/+6
2007-11-07- Added separated packets for get and set attachment on mail system.zephyrus1-4/+18
2007-11-07- Some updates on the mail system packets [Zephyrus]zephyrus1-8/+8
2007-11-05Corrected the max. allowed skill name length, and optimized code that works w...ultramage1-5/+5
2007-10-31Commented out msg_athena.conf strings disabled in r11625.ultramage1-1/+1
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-2/+2
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-41/+44
2007-10-28- Fixed a bug on the Attachment [Mail System]zephyrus1-5/+8
2007-10-27Followup fixes to r11583:ultramage1-45/+32
2007-10-27- Improvements to the mail system.zephyrus1-118/+97
2007-10-26Moved the new novending cell check from the internal code to the client-serve...ultramage1-2/+2
2007-10-26* Removed confusing map_nick2sd_nocase(), let the charserver handle itultramage1-19/+6