Age | Commit message (Expand) | Author | Files | Lines |
2011-12-30 | Added support for mob_skill_db_re.txt due to bugreport:5183 | shennetsind | 1 | -0/+7 |
2011-12-29 | Fixed SC_BURNING icon not going off after it was over; | shennetsind | 1 | -1/+1 |
2011-12-29 | Follow up to r15306, looks like someone didn't wake up properly. | shennetsind | 1 | -0/+4 |
2011-12-29 | Added support for mob_db_re.txt as per Kenpachi's request | shennetsind | 1 | -1/+1 |
2011-12-24 | * Merged changes up to eAthena 15040. | eathenabot | 1 | -16/+12 |
2011-12-21 | Fixed soul drain visual effect not being displayed to mobs, bugreport:2980 | shennetsind | 1 | -2/+7 |
2011-12-18 | - Follow up to r15155 and r15162 (bugreport:5126) | brianluau | 1 | -6/+6 |
2011-12-18 | mob.c fix after mob_read_sqlskilldb re bugreport:5126 | calciumkid | 1 | -2/+5 |
2011-12-18 | mob_read_sqlskilldb func [CalciumKid] | calciumkid | 1 | -5/+69 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -3/+3 |
2011-12-15 | monsters no longer use rudeattacked skills when they receive reflected damage... | shennetsind | 1 | -1/+0 |
2011-12-14 | NPC_KEEPING no longer remains on monster after its class is changed, bugrepor... | shennetsind | 1 | -1/+1 |
2011-12-14 | Renamed RRMODE to REMODE | shennetsind | 1 | -3/+3 |
2011-12-06 | Fixed Performance Issue on Mob DB loading bugreport:4980 | shennetsind | 1 | -2/+2 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -4/+23 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -11/+15 |
2011-09-02 | - Fixed @reloadmobdb wiping out monster spawn information | Skotlex | 1 | -0/+3 |
2011-08-11 | - Fixed the add_drop code breakage which ocurred after adding support for SP_... | Skotlex | 1 | -4/+5 |
2011-08-07 | Minor item-related updates, and a couple quest database updates. | L0ne_W0lf | 1 | -3/+4 |
2011-07-11 | * Added bonus3 bAddClassDropItem, care of Epoque. | L0ne_W0lf | 1 | -1/+2 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -10/+10 |
2011-05-17 | * Improved error reporting during monster database and spawn data reading. | ai4rei | 1 | -16/+21 |
2011-05-14 | * Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv... | ai4rei | 1 | -1/+1 |
2011-05-14 | * Some NPC event related cleaning. | ai4rei | 1 | -22/+24 |
2011-05-14 | * Removed impossible condition in mob_parse_dataset as spawn_data::eventname ... | ai4rei | 1 | -5/+1 |
2011-05-14 | * Fixed map-server printing deprecation message, when monster event label was... | ai4rei | 1 | -2/+2 |
2011-04-16 | * Some cleanups related to player and monster states. | ai4rei | 1 | -2/+2 |
2011-04-07 | * Fixed monster skill associated emotions were always ignored when having les... | ai4rei | 1 | -1/+1 |
2011-03-22 | * Fixed possible client crash when monster is class-changing to mob_avail'd one. | Gepard | 1 | -1/+1 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -12/+12 |
2011-01-08 | - Removed extra slashes in item_db.txt (bugreport:4686) | brianluau | 1 | -1/+1 |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 1 | -2/+2 |
2010-12-12 | * Fixed homunculus_autoloot not working with skill/item granted drops and loo... | ai4rei | 1 | -4/+4 |
2010-12-12 | * Fixed killed monsters were assumed to be killed by homunculus only, if no d... | ai4rei | 1 | -5/+12 |
2010-12-12 | * Added enumeration for monster damage log field 'flag'. | ai4rei | 1 | -11/+11 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -11/+11 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -11/+11 |
2010-12-02 | * Added support for IT_CASH to @iteminfo, logging filters and item drop rate ... | ai4rei | 1 | -0/+1 |
2010-12-02 | Monsters spawned with mob-generating items now have MD_ANGRY applied to them. | L0ne_W0lf | 1 | -1/+1 |
2010-12-01 | * Fixed NPC_TALK message being displayed with EOL character attached (bugrepo... | ai4rei | 1 | -1/+19 |
2010-12-01 | * Reverted change from r14533 and restored the 3rd field of mob_avail.txt bei... | ai4rei | 1 | -2/+2 |
2010-12-01 | * Monster database reading now utilizes sv_readdb. | ai4rei | 1 | -232/+99 |
2010-11-30 | * Added a define for star gladiator feel/hate info array length (follow up to... | ai4rei | 1 | -2/+2 |
2010-11-29 | * Insignificant code tweaks: removal of excess function declarations and self... | ai4rei | 1 | -1/+0 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -8/+8 |
2010-11-26 | Changed 'killerrid' and 'killedrid' from player vars to player params (bugrep... | ultramage | 1 | -3/+3 |
2010-11-21 | * Added enumeration RC2_* for mob data 'race2' (bugreport:4561). | ai4rei | 1 | -1/+1 |
2010-11-17 | Added a missing argument to a warning containing a format specifier. | Paradox924X | 1 | -1/+1 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -27/+27 |
2010-08-22 | Follow up to r14392, forgot to remove the old snprintf. | L0ne_W0lf | 1 | -1/+0 |