Age | Commit message (Expand) | Author | Files | Lines |
2007-12-08 | - Changed the chaotic delay from block to delay since it just a sec | skotlex | 1 | -1/+1 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 1 | -1/+0 |
2007-12-05 | - Made the struct weapon_atk lhw in status_data a static member rather than a... | skotlex | 1 | -41/+14 |
2007-12-02 | Fixed some minor inconsistencies in homunculus packets, in an attempt to make... | ultramage | 1 | -5/+4 |
2007-11-28 | - Applied the required changes to handle def as a signed char (allows for neg... | skotlex | 1 | -7/+6 |
2007-11-28 | - Reverted the position of the max_hp/max_sp basic setting, modified the max_... | skotlex | 1 | -4/+13 |
2007-11-27 | - Moved basic max HP/SP calculation to before parsing equipment, fixes negati... | skotlex | 1 | -9/+4 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -884/+901 |
2007-11-21 | - Moved subtype from struct block_list to struct npc_data. | skotlex | 1 | -2/+2 |
2007-11-19 | - removed 'skill_fail' message when a ground skill fails as that caues double... | skotlex | 1 | -2/+2 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -17/+11 |
2007-11-15 | - Added 2 new status changes for Life and Regeneration Potions [Zephyrus] | zephyrus | 1 | -0/+23 |
2007-11-14 | Fixed some guild skill offset calculation mistakes -_- | ultramage | 1 | -2/+2 |
2007-11-12 | - Added SC_INCMDEFRATE, used in Mdef Potions. | zephyrus | 1 | -0/+3 |
2007-11-11 | * The Forget-me-not dance now behaves like Decrease AGI | ultramage | 1 | -6/+4 |
2007-11-09 | Replaced several 'int' variables with enums that they represent. | ultramage | 1 | -3/+4 |
2007-11-02 | Corrected Whirlwind/Violent Gale to give a numeric flee bonus instead of perc... | ultramage | 1 | -1/+1 |
2007-11-02 | Removed some long-unneccessary debug messages (from r1105). | ultramage | 1 | -1/+1 |
2007-10-31 | Commented out msg_athena.conf strings disabled in r11625. | ultramage | 1 | -6/+13 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -83/+87 |
2007-10-31 | - Fixed the pc_additem weight check breaking when your current weight is abov... | skotlex | 1 | -0/+2 |
2007-10-26 | Moved the new novending cell check from the internal code to the client-serve... | ultramage | 1 | -1/+1 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -26/+37 |
2007-10-21 | - Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where... | skotlex | 1 | -10/+29 |
2007-10-19 | - Added bonusautoscript and bonusautoscript2. These are used to attach a scri... | skotlex | 1 | -2/+5 |
2007-10-19 | - Applied some cleanups that should correct "Infinite Endure" ending sometimes. | skotlex | 1 | -3/+9 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -23/+23 |
2007-10-16 | * Fixed a copy-paste mistake in disguise code (from r5833) | ultramage | 1 | -1/+1 |
2007-10-16 | Fixed NPC_CRITICALWOUND to reduce heal by 20% per level | Playtester | 1 | -1/+1 |
2007-10-15 | Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE ... | L0ne_W0lf | 1 | -0/+2 |
2007-10-13 | * Fixed up NPC_POWERUP and NPC_AGIUP | Playtester | 1 | -2/+2 |
2007-10-11 | Removed the check that prevented Warp Portal from opening after you picked th... | ultramage | 1 | -0/+1 |
2007-10-10 | * Partially removed the usage of 'flags' to direct the execution path in skil... | ultramage | 1 | -4/+4 |
2007-10-08 | * Delayed the check for required items when a skill is cast to when they are ... | FlavioJS | 1 | -1/+1 |
2007-10-05 | * Removed a broken remnant of code from old gospel code (r4349) that's _suppo... | ultramage | 1 | -2/+1 |
2007-10-05 | * Completed the code for SC_LIFEINSURANCE and it's status icon. | zephyrus | 1 | -0/+2 |
2007-10-04 | * Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. A... | zephyrus | 1 | -17/+5 |
2007-10-03 | * Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP) | zephyrus | 1 | -0/+20 |
2007-10-03 | * Cleaned up parts of skill.c related to skill units | ultramage | 1 | -107/+59 |
2007-10-03 | Bosses now can use teleport on Land Protector | Playtester | 1 | -1/+2 |
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 |