summaryrefslogtreecommitdiff
path: root/src/map/charcommand.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-12* Replaced some mob_avail.txt entries with a simple example entryultramage1-1/+2
2007-08-04* Removed weird mvp reward item drop behavior (see topic:160077)ultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+4
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-1/+1
2007-05-19Reformatting @_@ultramage1-358/+146
2007-04-17Massive at+charcommand cleanup, big thanks to HiddenDragonDracoRPG1-409/+2765
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-06I'm still here!DracoRPG1-2/+2
2007-04-01- Reviewed atcommand.c and charcommand.c to make sure there's no scanf where ...skotlex1-4/+4
2007-03-30* Added all the missing defines for ctype.h functions and converted all the d...FlavioJS1-3/+3
2007-03-26- Fixed # commands not being blocked when muted if the mute config settings s...skotlex1-0/+3
2007-03-22Some generic typo fixes (src and npc)ultramage1-2/+2
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG1-6/+0
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex1-1/+1
2007-02-06- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that...skotlex1-1/+1
2007-02-06- Fixed @lvup, #lvup not doing a stat reset and lowering your status points i...skotlex1-11/+9
2007-02-05- Fixed a duplicate warp name in Rachelskotlex1-54/+53
2007-02-01- Item search is now a bit smarter. When no item is found with the same 'aegi...skotlex1-1/+4
2007-01-20* Fixed the server not reacting properly to atcommands/charcommands when usin...ultramage1-4/+4
2007-01-07Undid the memset->malloc_set replacementultramage1-37/+37
2007-01-07- re-added the duplicit nj/gs name messages in msg_athenaultramage1-2/+2
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-1/+1
2006-12-07Fixed npc commands atcommand & charcommand not working with a custom command_...toms1-3/+3
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-1846/+1846
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-11-16* Edited atcommand and charcommand syntax. Now it doesn't need the useless ch...Lance1-22/+28
2006-10-19- Cleaned up the log.c file.skotlex1-2/+2
2006-09-25- Oops, fixed a pretty bad typo on the fix for #baselvupskotlex1-1/+1
2006-09-25- Fixed #baselevelup adding instead of substracting status points when used w...skotlex1-1/+3
2006-09-20- Fixed nocommand mapflag causing the "you can't use commands on this map" me...skotlex1-10/+11
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex1-2/+2
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-37/+37
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-39/+41
2006-08-08- Changed define EQP_WEAPON to specify only the right-hand weapon, added defi...skotlex1-3/+3
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-6/+2
2006-07-11- Made @monsterignore be an universal ignore. Means you cannot be targetted a...skotlex1-2/+2
2006-07-11- Coded @reset.skotlex1-3/+3
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-14/+14
2006-05-30[Optimized]: Lance1-1/+1
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-10/+1
2006-04-16- Fixed mysql ping setting being in minutes rather than hours.skotlex1-34/+29
2006-04-13- Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attackskotlex1-1/+2
2006-04-13- Cleaned atcommand_param against overflows and also to make it standard C so...skotlex1-13/+27
2006-04-11- Fixed various include lines in the map server (of the type <include "nullpo...skotlex1-1/+1
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex1-0/+1
2006-03-27* GCC on Cygwin still complaining, resorted to including limits.h in malloc.hLance1-1/+0
2006-03-27* Refixed the fix with a constant list for Win32 users - limits.h (imported f...Lance1-0/+1
2006-03-27- Changed status_point/skill_point to unsigned short. Adjusted the code as ne...skotlex1-15/+28
2006-03-09- Fixed #itemlist not taking into consideration crafted/forged items and pet ...skotlex1-7/+24