summaryrefslogtreecommitdiff
path: root/src/map/charcommand.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-20Corrected #storagelist target typo (bugreport:1873)sketchyphoenix1-1/+1
2008-07-13Modified storage data loadingultramage1-61/+49
2008-07-13storage code cleanup (no behavioral changes yet)ultramage1-1/+1
2008-07-10Renamed 'storage_' to 'items' in the storage_data structure.ultramage1-7/+7
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-2/+2
2008-03-13Replaced some foreach-based functions by their inlined iterator equivalents.ultramage1-2/+2
2008-02-29- Added #cash and #points to add cash/kafra points to a character.zephyrus1-0/+50
2008-02-12Fixed a typo in #item preventing it from working (see r12195).ultramage1-61/+56
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-96/+56
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-1/+1
2008-02-04- Some code cleanups.zephyrus1-0/+4
2008-01-21Fixed/cleaned r12114 and 12117.ultramage1-1/+1
2008-01-21- Optimized some code about @size changes in chars.zephyrus1-1/+6
2007-12-07- removed the timer heap correction code when the timers overflow since Flavi...skotlex1-9/+9
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-4/+4
2007-11-06Patching a gcc compilation problem...ultramage1-0/+2
2007-11-01Fixed silly copy-paste typo in r11607 preventing #-commands from working...ultramage1-2/+2
2007-10-29Fixed a compilation problem and warning (maybe).ultramage1-1/+0
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-383/+349
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-6/+2
2007-10-21* Fixed 'unequip' removing items in the wrong position (bugreport:252)ultramage1-1/+1
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-5/+9
2007-10-18Some code cleaning...ultramage1-3/+3
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+1
2007-09-16Fixed some problems making gcc error outultramage1-22/+19
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-35/+24
2007-09-01Fixed certain typos in src/npc/doc filesultramage1-1/+1
2007-08-30- Cleaned up a bit the homunculus evolution code, and fixed homevolution allo...skotlex1-15/+11
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-5/+5
2007-08-15* Some serious code cleanupsultramage1-10/+1
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