summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-07- More official way of auction mails.zephyrus1-1/+1
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-0/+217
2008-03-05* Added code to clear the Illusionary Shadow effect (followup to r12293)ultramage1-2/+2
2008-03-03- By test, this seen to be a valid operation for mail. When a char receives t...zephyrus1-3/+0
2008-03-02- The last, i hope, fix to the mail system.zephyrus1-0/+15
2008-03-02Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...ultramage1-1/+1
2008-02-29- Starting preparatives for Auctions System.zephyrus1-0/+18
2008-02-28- Added cash shop support. (i need to add documentation, working on it).zephyrus1-0/+52
2008-02-27Added support for the "view player equip" feature (see topic:174461)ultramage1-2/+133
2008-02-22* Removed code in socket.c that tries to avoid send buffer overloading, as th...ultramage1-12/+6
2008-02-22Fixed 2 problems in r12223 - incorrect variable used (bugreport:1031) and a m...ultramage1-3/+3
2008-02-21- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...skotlex1-3/+1
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-93/+90
2008-02-19Fixed a typo in /map/clif.c (acount_id -> account_id)L0ne_W0lf1-1/+1
2008-02-19* Forgotten update to the definition of script command 'input'.FlavioJS1-1/+5
2008-02-16Removed some useless svn:ignore properties.ultramage1-17/+6
2008-02-13- Some fixes to mail system.zephyrus1-4/+21
2008-02-04- Some code cleanups.zephyrus1-17/+23
2008-02-03Fixes to Devotion (see topic:153345)ultramage1-40/+26
2008-01-26Added an out-of-bounds crashfix for map_delobject and map_delobjectnofree.ultramage1-1/+1
2008-01-26Some random cleaningultramage1-18/+13
2008-01-21Fixed/cleaned r12114 and 12117.ultramage1-19/+13
2008-01-21- Optimized some code about @size changes in chars.zephyrus1-5/+20
2008-01-15* Manner system fixingultramage1-30/+78
2008-01-14* Client packet correctionsultramage1-118/+156
2008-01-14Applied a temp patch to make some npc-executed atcommands work again (bugrepo...ultramage1-5/+19
2008-01-14Simplified the BL_CAST macro (see topic:166795)ultramage1-8/+8
2008-01-10- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...skotlex1-1/+1
2008-01-09- corrected duration of sphere mines to be 30 secs regardless of skill levelskotlex1-4/+3
2008-01-08Added missing code to log main chat messages sent by whispering to main_chat_...ultramage1-0/+5
2008-01-06Corrected a TXT compilation problem caused by r12023 (mail system code is not...ultramage1-4/+9
2008-01-06- Fixed a visual itemdupple bug on mail system.zephyrus1-0/+5
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-15/+15
2008-01-04Fixed a typo in r12008 causing server crashes when sending the fake npc packet.ultramage1-2/+4
2008-01-04- Fixed clif_sendfakenpc not being updated for PACKETVER 9skotlex1-7/+13
2008-01-03Moved extra junk from map_addblock/map_delblock to where it logically belongs...ultramage1-0/+10
2007-12-31* Added code to reject double logins in clif_parse_WantToConnection and added...FlavioJS1-1/+11
2007-12-28* Reverted a bad modification in clif_produceeffect from r11290.FlavioJS1-2/+5
2007-12-27* Tweeked the declaration and initialization defines for vectors.FlavioJS1-1/+2
2007-12-23- Fixed warning about unused variableskotlex1-3/+0
2007-12-22Fixed server not always sending the correct level values to the client.ultramage1-4/+5
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