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