summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-07Cleaning up of the socket codeultramage1-1/+1
2007-02-06- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that...skotlex1-6/+6
2007-02-06- Fixed char-server not sending party status update when a member logs on/offskotlex1-1/+2
2007-02-06- Fixed @lvup, #lvup not doing a stat reset and lowering your status points i...skotlex1-11/+9
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-7/+7
2007-02-01- Item search is now a bit smarter. When no item is found with the same 'aegi...skotlex1-4/+16
2007-01-28Some misc cleanups (typos, formatting, forgotten changelog entry etc)ultramage1-1/+1
2007-01-28Reformatted and translated atcommand.cultramage1-911/+352
2007-01-27Simple cleanupultramage1-98/+18
2007-01-27Corrected indentation of the atcommand table (editor compatibility)ultramage1-330/+330
2007-01-21Typo huntultramage1-1/+1
2007-01-20* Fixed the server not reacting properly to atcommands/charcommands when usin...ultramage1-29/+22
2007-01-20- Updated merc_reset_stats to handle resetting skill tree and points as well.skotlex1-1/+6
2007-01-18- Updated @homshuffle to preserve current hom's exp.skotlex1-0/+3
2007-01-18- Modified the Storm Gust freeze counter code. It now takes into consideratio...skotlex1-0/+52
2007-01-17- Corrected atcommand @homstats so it shows the correct minimum/maximum possi...skotlex1-9/+10
2007-01-16- Added atcommand @homstats so you can check your homunculus stats and compar...skotlex1-2/+62
2007-01-15- Probably fixed the registration flood protection code being broken.skotlex1-2/+3
2007-01-08Unimportant cleanupsultramage1-2/+2
2007-01-07Undid the memset->malloc_set replacementultramage1-129/+129
2007-01-07- re-added the duplicit nj/gs name messages in msg_athenaultramage1-2/+2
2007-01-05fixed @go bugLupus1-3/+3
2007-01-04- Updated /doc from jAthenaultramage1-2/+7
2007-01-03- Now the server will by default perform symmetric adding of friendsultramage1-0/+2
2007-01-03- Fixed FIFO defines in TURBO mode.FlavioJS1-2/+2
2007-01-03- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.ultramage1-1/+1
2006-12-29WTF was I doing?Lance1-2/+2
2006-12-26- Fixed some warningsskotlex1-2/+0
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-16/+15
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-1/+1
2006-12-12- Minor changes to ers.FlavioJS1-2/+1
2006-12-12- Removed CART_MASK as OPTION_CART can take care of that.skotlex1-1/+1
2006-12-11- simplified the code for @autolootskotlex1-56/+24
2006-12-11Fixed @revive not reviving the good chartoms1-2/+2
2006-12-07Fixed npc commands atcommand & charcommand not working with a custom command_...toms1-3/+3
2006-12-02git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9394 54...Lance1-1/+4
2006-12-02* Enabled atcommand parsing for clients with Korean langtype and version.Lance1-1/+2
2006-12-02- Added missing min/max definitions to cbasetypes.h, needed for the @send cha...FlavioJS1-0/+1
2006-12-02- Replaced @send with the version I use for testing packets.FlavioJS1-10604/+10807
2006-12-01- Fixed txt-converter compilation. skotlex1-2/+2
2006-11-22- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff i...skotlex1-387/+237
2006-11-16* Edited atcommand and charcommand syntax. Now it doesn't need the useless ch...Lance1-25/+31
2006-11-16- Overlapping song/dances will now cause dissonance/ugly-dance level 1 instea...skotlex1-1/+1
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex1-0/+4
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-171/+0
2006-10-28- Fixed mob-skill event "skillused" not triggering at all.skotlex1-1/+0
2006-10-25final clone maps -> original maps change. also fixed novice grounds map in ch...Lupus1-2/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-11/+17
2006-10-19- Cleaned up the log.c file.skotlex1-6/+6
2006-10-16- When reinvoking a combo-time, the previous combo time will be terminated.skotlex1-1/+1