Age | Commit message (Expand) | Author | Files | Lines |
2012-01-03 | removed ALL_RIDING, as per information provided by Muad_Dib the skill is mean... | shennetsind | 1 | -1/+0 |
2011-12-26 | Added support for 'reins of mount' item, bugreport:5137 | shennetsind | 1 | -0/+1 |
2011-12-15 | Added new skill inf: INF2_NOLP, for bugreport:4347. | shennetsind | 1 | -0/+1 |
2011-12-13 | Follow up r15084, tested and adjusted | shennetsind | 1 | -1/+1 |
2011-12-13 | added cool down saving, bugreport:3976 | shennetsind | 1 | -0/+4 |
2011-12-13 | - Optimised the guild aura routine which was wasting cycles by processing eve... | epoque11 | 1 | -1/+1 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -5/+54 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -2/+2 |
2011-06-25 | Slightly cleaned up some ancient Brandish Spear code: | ultramage | 1 | -2/+1 |
2011-05-23 | * Changed enumerating defines into enumerations (related topic:264007). | ai4rei | 1 | -33/+43 |
2011-02-17 | * Merged enumeration update from renewal [14699/branches/renewal] for a futur... | ai4rei | 1 | -9/+400 |
2010-12-17 | * Added temporary check to skill_delunitgroup to prevent crashes when 'group'... | ai4rei | 1 | -1/+2 |
2010-07-31 | * Implemented three new mercenary skills. | L0ne_W0lf | 1 | -0/+3 |
2010-03-24 | * Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh) | L0ne_W0lf | 1 | -3/+3 |
2010-02-27 | Some generic code cleanups (unused struct, user counting, code comment). | ultramage | 1 | -6/+0 |
2009-12-02 | Added skill ALL_WEWISH. This skill in older clients plays a song, however in ... | L0ne_W0lf | 1 | -1/+5 |
2009-06-19 | * Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N... | Inkfish | 1 | -4/+1 |
2009-06-15 | Removed the 'src' parameter from skill_delunitgroup() (see r5911) (bugreport:... | ultramage | 1 | -1/+1 |
2009-06-15 | Improving the r13888 crashfix to cover similar crash scenarios discovered: | ultramage | 1 | -1/+0 |
2009-06-04 | * Updates to ST_PRESERVE and a few other minor details! | L0ne_W0lf | 1 | -3/+4 |
2009-06-03 | * Implemented the Party Buff cash skills. | L0ne_W0lf | 1 | -5/+5 |
2009-05-29 | * Added a new battle flag for telling which skills can have bHealPower effect. | Inkfish | 1 | -1/+1 |
2009-05-29 | * Added new bonuses bHealPower and bHealPower2. | Inkfish | 1 | -1/+1 |
2009-05-27 | * skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3... | Inkfish | 1 | -2/+14 |
2009-05-14 | * More logical modifications on skill_additional_effect thing. Thanks to ultr... | Inkfish | 1 | -1/+1 |
2009-04-23 | Made some adjustments to the land skill code, based on official information: | ultramage | 1 | -17/+22 |
2009-02-26 | - Fixed item Nemesis. | zephyrus | 1 | -0/+1 |
2009-01-25 | - Implemented monster skill "Full Heal" NPC_ALLHEAL. | zephyrus | 1 | -3/+3 |
2009-01-24 | * Changed all uses of struct skill_unit_group* to group_id in status_change_e... | FlavioJS | 1 | -0/+1 |
2008-09-10 | - Full implementation of mercenary skills. | zephyrus | 1 | -2/+3 |
2008-09-03 | - Starting Mercenary Skill implementation. | zephyrus | 1 | -5/+7 |
2008-08-20 | * Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick. | L0ne_W0lf | 1 | -1/+57 |
2008-07-29 | Renamed struct 'skill' to 's_skill' to remove naming collisions. | ultramage | 1 | -1/+1 |
2008-06-12 | * Added support for skill names to script commands: | FlavioJS | 1 | -0/+2 |
2008-05-07 | - Moved the SD_PREAMBLE code to skill_area_sub | skotlex | 1 | -4/+5 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -2/+3 |
2008-04-10 | * Reverted the change to MAX_SQUARE_LAYOUT. | L0ne_W0lf | 1 | -1/+1 |
2008-04-10 | * Updated NPC skill "Evil Land". More gravity wtfage. | L0ne_W0lf | 1 | -1/+1 |
2008-03-25 | Partially fixed the mess in status.c. | ultramage | 1 | -0/+1 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -9/+64 |
2008-03-09 | Cleaned up and corrected some more land skill code: | ultramage | 1 | -11/+12 |
2008-01-04 | Modified the map_setcell() code to to use a boolean flag instead of needing S... | ultramage | 1 | -1/+0 |
2007-12-23 | - Fixed horrible handling of skill_abra_db which leads to memory corruption (... | skotlex | 1 | -1/+1 |
2007-12-09 | Changed Cloaking to not show an animation when it fails (thanks to Harbin for... | ultramage | 1 | -1/+1 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -1/+1 |
2007-11-05 | Corrected the max. allowed skill name length, and optimized code that works w... | ultramage | 1 | -1/+1 |
2007-11-05 | Changed the skill_db.txt skill names in comments into actual columns, now the... | ultramage | 1 | -2/+2 |
2007-11-02 | Removed some long-unneccessary debug messages (from r1105). | ultramage | 1 | -2/+2 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -4/+4 |