Age | Commit message (Expand) | Author | Files | Lines |
2007-09-28 | Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used... | ultramage | 1 | -1/+1 |
2007-09-28 | * Implemented Summer Outfit care of Zephyrus_CR. | L0ne_W0lf | 1 | -3/+18 |
2007-09-25 | - Corrected being able to cast multiple Gravitation Fields before the previou... | skotlex | 1 | -1/+1 |
2007-09-24 | - Changed Greed Scroll's type to 11 (all itemskill items should use this) | skotlex | 1 | -38/+30 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -0/+1 |
2007-09-13 | - Corrected SG Miracle to trigger per attack, not per walked tile. Trigger ra... | skotlex | 1 | -7/+6 |
2007-09-12 | Added SI_STEELBODY properly (value from packet capture) | ultramage | 1 | -2/+1 |
2007-09-04 | - bonus3 autospell (and autospell when hit) will now select for spell target ... | skotlex | 1 | -1/+6 |
2007-09-04 | - Removed usage of MAX_PC_BONUS all over the code, it is now only used in map... | skotlex | 1 | -6/+0 |
2007-09-03 | - Made regen work always, like Hp/Sp Loss, it no longer displays healing numb... | skotlex | 1 | -5/+5 |
2007-09-03 | - Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ... | skotlex | 1 | -14/+19 |
2007-09-01 | Fixed certain typos in src/npc/doc files | ultramage | 1 | -1/+1 |
2007-08-30 | - Added a piece of missing code from the addition of sd->skillheal | skotlex | 1 | -0/+1 |
2007-08-22 | - Fixed Dragon Fear's status change selection and duration. | skotlex | 1 | -14/+0 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -7/+8 |
2007-08-17 | * Implemented the official dual-wield aspd equation | ultramage | 1 | -8/+18 |
2007-08-16 | Added icons for NPC_CRITICALWOUND and NPC_SLOWCAST | Playtester | 1 | -2/+2 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -4/+1 |
2007-08-14 | - Modified map_foreachinrange so that you can also specify the max length of ... | skotlex | 1 | -5/+53 |
2007-08-13 | * Corrected skill-based hp/sp regen (SM_RECOVERY, MG_SRECOVERY, MO_SPIRITSREC... | ultramage | 1 | -7/+7 |
2007-08-08 | - Changed the structure of the homunculus_db file so that the homunculus and ... | skotlex | 1 | -3/+4 |
2007-08-06 | * Slightly deobfuscated the max-hp calculation functionality | ultramage | 1 | -36/+42 |
2007-08-04 | Some all-around code reformatting/cleaning | ultramage | 1 | -119/+52 |
2007-08-04 | * Removed weird mvp reward item drop behavior (see topic:160077) | ultramage | 1 | -1/+1 |
2007-07-08 | - added temp skill db entries and corrected some existing ones (see topic:157... | ultramage | 1 | -2/+2 |
2007-07-05 | * update from Skotlex | ultramage | 1 | -1/+1 |
2007-07-02 | Undid the change from r10298, frozen status again modifies def/mdef | ultramage | 1 | -0/+4 |
2007-06-15 | * Fixed script command sc_end not supporting the extra argument as stated in... | FlavioJS | 1 | -2/+2 |
2007-06-11 | - Fixed pet equip not displaying correctly at all (closes topic:153753) | ultramage | 1 | -0/+35 |
2007-06-03 | - Fixed missing client update when 'return to savepoint' fails | ultramage | 1 | -2/+2 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 1 | -5/+9 |
2007-05-20 | - Fixed Chase Walk having a deactivation cast time (should be instant) | ultramage | 1 | -12/+12 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -30/+19 |
2007-05-11 | - Updated the effect list a bit | ultramage | 1 | -1/+2 |
2007-05-06 | * Fixed Converters not overwriting each other | Playtester | 1 | -0/+1 |
2007-05-05 | * Attempt to fix Kyrie Eleison not castable on enemy players | Playtester | 1 | -3/+7 |
2007-05-03 | Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr... | ultramage | 1 | -5/+0 |
2007-04-24 | - NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ... | skotlex | 1 | -0/+1 |
2007-04-22 | - Removed the include of features.h from the console.c plugin. It is apparent... | skotlex | 1 | -2/+2 |
2007-04-21 | - Removed the +25% mdef, -50% def effect from Freeze status | ultramage | 1 | -4/+0 |
2007-04-17 | - Expanded the autospell structure to hold a flag, which contains the require... | skotlex | 1 | -30/+38 |
2007-04-12 | - Fixed status changes that can't be reduced and have a passed duration of 0 ... | skotlex | 1 | -1/+1 |
2007-04-11 | - When a mob fails to use the selected skill, it will now move on to the next... | skotlex | 1 | -0/+4 |
2007-04-10 | - Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin... | skotlex | 1 | -1/+1 |
2007-04-10 | - Modified status_get_sc_def to handle both rate and tick reductions. This wa... | skotlex | 1 | -53/+69 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-08 | - Made the return code \n for Apple systems (it was \r before), this still ne... | skotlex | 1 | -2/+1 |
2007-04-07 | - Disabled the exception handler on windows debug builds | ultramage | 1 | -2/+2 |
2007-04-04 | - Corrected song/dances/encores reducing SP at the incorrect intervals (eithe... | skotlex | 1 | -1/+1 |
2007-04-03 | - Corrected Longing for Freedom, it should triple SP cost rather than modifyi... | skotlex | 1 | -1/+1 |