summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus1-38/+45
2008-02-22Fixed @whomap not unlocking the player db (bug in r12204)ultramage1-0/+1
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-1/+1
2008-02-17- Updated Eye of Hellion to use the new format of the input command.skotlex1-1/+1
2008-02-14- Some optimizations to @noks (now using a Status Change timer).zephyrus1-3/+18
2008-02-14Removed/replaced all calls to map_getallusers (followup to r12195).ultramage1-315/+283
2008-02-14- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...zephyrus1-1/+84
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-92/+99
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-1/+1
2008-02-01Added a missing script On-events index refresh operation after a npc is unloa...ultramage1-0/+1
2008-01-26Some random cleaningultramage1-4/+4
2008-01-15* Manner system fixingultramage1-3/+11
2008-01-10- Removed 'skill_steal_type' from skill.conf as said config no longer exists.skotlex1-2/+2
2008-01-09- corrected duration of sphere mines to be 30 secs regardless of skill levelskotlex1-2/+0
2008-01-06Cleaned up mob_once_spawn() and mob_once_spawn_area().ultramage1-3/+3
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when monst...ultramage1-14/+17
2007-12-19Fixed some formatting glitches in atcommand.cultramage1-61/+61
2007-12-19Fixed yet another buffer overflow, in @adoptultramage1-6/+7
2007-12-18Fixed a possible buffer overflow in @partyoption code.ultramage1-7/+6
2007-12-07- removed the timer heap correction code when the timers overflow since Flavi...skotlex1-1/+1
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-21/+21
2007-11-17Made OnTouch zone dimensions be stored as radius instead of diameter.ultramage1-1/+1
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage1-1/+1
2007-11-12* Fixed @addwarp crashing the map server (bugreport:390).FlavioJS1-12/+18
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage1-18/+2
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-11-07Applied knc's fix to let authorized GMs use @go on 'nogo'-flagged maps.ultramage1-1/+1
2007-11-05Corrected the max. allowed skill name length, and optimized code that works w...ultramage1-7/+3
2007-11-01Reverted the part of r11625 where MAP_NAME_LENGTH_EXT was changed (to allow ....ultramage1-11/+11
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-202/+157
2007-10-29Fixed a compilation problem and warning (maybe).ultramage1-1/+0
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-1018/+551
2007-10-27Removed 'petid', a command from r284 to look up pet ids by name.ultramage1-40/+0
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-7/+1
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-102/+6
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-3/+4
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-5/+9
2007-10-18Some code cleaning...ultramage1-8/+6
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-2/+3
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-2/+1
2007-10-12- cleaned up homshuffle and fixed a possible crash in it.skotlex1-4/+2
2007-10-09* Corrected string lengths according to bugreport:198ultramage1-3/+3
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-1/+1
2007-10-03* Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atc...zephyrus1-25/+4
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS1-1/+0
2007-09-24Added back log_chat's '1 - log everything' setting (revert from r10850).ultramage1-1/+1
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-9/+32
2007-09-16Fixed some problems making gcc error outultramage1-5/+6
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-199/+96