summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-16- Modified the "guardian" spawn script command, it no longer receives a "amou...skotlex1-39/+10
2007-02-15- Cleaned up clif_party_info a bitultramage1-9/+7
2007-02-13- A bit more work on Ticket #41.FlavioJS1-1/+21
2007-02-12Fixed clif_parse_GMmessage cutting off messages randomly (typo in r9778)ultramage1-1/+1
2007-02-12- Corrected range of self destruction / bio explosion to be equal to their sp...skotlex1-0/+3
2007-02-12- Fixed the inverted behavior of display_skill_fail, caused by r9823ultramage1-3/+2
2007-02-12Disambiguationultramage1-2/+3
2007-02-11Fixed clif_party_message using an incorrect buffer lengthultramage1-28/+30
2007-02-09- Fixed skill usage being blocked if you use Weapon Refine and there is nothi...skotlex1-3/+4
2007-02-09- Updated the 'unit walk' to functions so they stop your attack if it's possi...skotlex1-1/+0
2007-02-08- Spider web can again be recasted on target.skotlex1-5/+6
2007-02-08Added a missing null pointer check in clif_parse_globalmessageultramage1-4/+5
2007-02-08- Fixed a bunch of probably incorrect logical comparisons. skotlex1-1/+1
2007-02-07- Removed deprecated console code.FlavioJS1-1/+1
2007-02-07- Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. ...FlavioJS1-3/+0
2007-02-06- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that...skotlex1-79/+84
2007-02-06- Cleaned up homunc attack request parsing. Homunculus no longer goes into au...skotlex1-8/+1
2007-02-05- Updated the code so that now a range of a skill is determined by the skill'...skotlex1-5/+5
2007-02-05- Fixed a duplicate warp name in Rachelskotlex1-2/+2
2007-02-03- Fixed the flag parameter not working on npcshopattachskotlex1-37/+4
2007-02-02Fine-tuned the global message processing functionultramage1-17/+34
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-84/+129
2007-02-02* Restricted global messages to 255 characters (client shows only ~80 anyway,...ultramage1-23/+35
2007-02-01A followup to r9761, a header include that somehow didn't commitultramage1-0/+2
2007-02-01- When when a party-member levels up, the level change is sent to the char-se...skotlex1-1/+5
2007-01-31Wiped out the old night codeultramage1-28/+0
2007-01-29Added a nasty hack to prevent multilanguage clients from breaking guild noticesultramage1-0/+12
2007-01-27- I'm back, and I begin with an implementation of a good old Aegis bug : Assa...DracoRPG1-65/+81
2007-01-27- Moved the pet rename code from int_pet.c to inter.c and normalized it so it...skotlex1-14/+5
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