Age | Commit message (Expand) | Author | Files | Lines |
2006-07-20 | - Added source reporting when you do an invalid int&str or str&int operation ... | skotlex | 1 | -0/+1 |
2006-07-20 | - Fixed the intif party creation packet having the incorrect size sent, hence... | skotlex | 1 | -1/+1 |
2006-07-20 | - Added pc_check_weapontype to do a proper skill weapon check that takes into... | skotlex | 4 | -5/+11 |
2006-07-20 | - Corrected Cloaking level 1-2 not letting you move across walls. | skotlex | 4 | -17/+16 |
2006-07-20 | - Applied the fix to homunculus name saving... | skotlex | 1 | -2/+4 |
2006-07-20 | - Added battle config settings agi_penalty_target and vit_penalty_target, the... | skotlex | 2 | -3/+12 |
2006-07-20 | - Added a skill_unit_db entry for NJ_HYOUSYOURAKU, thanks to Eus for the data. | skotlex | 2 | -16/+20 |
2006-07-20 | - corrected @homlevel up and one entry in the homun exp table as reported on ... | skotlex | 1 | -0/+1 |
2006-07-20 | - Added a status_check_skilluse on skill_attack_area call to prevent splash d... | skotlex | 1 | -1/+2 |
2006-07-20 | - Corrected fog of wall to behave as best known. Only takes effect when targe... | skotlex | 2 | -14/+16 |
2006-07-20 | - Should have fixed @refine applying multiple times to equipment that uses mu... | skotlex | 1 | -0/+8 |
2006-07-19 | - Oops, should have fixed sql compilation of mob.c | skotlex | 1 | -7/+1 |
2006-07-19 | - Fixed the inf code update breakage which was blocking all offensive skills. | skotlex | 6 | -37/+36 |
2006-07-19 | - Modified the targetted skill logic to enable offensive skills to be targett... | skotlex | 5 | -17/+62 |
2006-07-19 | - Fixed parse_names on irc.c crashing when receiving a null argument. | skotlex | 1 | -4/+4 |
2006-07-19 | - Fixed the homun creation sql statement. Why noone else did so before? | skotlex | 1 | -1/+1 |
2006-07-19 | - When enabling/disabling hiding/unhiding an npc, if the npc is a warp, it wi... | skotlex | 1 | -8/+13 |
2006-07-19 | - Corrected Trim chars to block 'enter', as explained by the Ultra mage. | skotlex | 6 | -8/+16 |
2006-07-18 | - Added atcommand @partyoption, lets you alter the party item-distribution ty... | skotlex | 7 | -19/+80 |
2006-07-18 | - Fixed a compile warning. Some minor format cleanups. | skotlex | 3 | -12/+2 |
2006-07-18 | - Added character 013 (enter) to the list of characters that are always remov... | skotlex | 2 | -3/+3 |
2006-07-18 | - Fixed a crash when trying to extend TK's infinite combo feature. | skotlex | 3 | -2/+5 |
2006-07-18 | - Corrected Venom splasher's splash damage | skotlex | 5 | -75/+18 |
2006-07-18 | - Corrected Fog of Wall's "targetted spells fail 75% of the time" feature by ... | skotlex | 2 | -18/+15 |
2006-07-18 | - Added a proper check to make aggressive mobs never override homun targets r... | skotlex | 12 | -147/+132 |
2006-07-18 | - Fixed giving the 100% damage bonus when no-splash-targets are found in the ... | skotlex | 1 | -3/+3 |
2006-07-18 | - Updated mob_db.sql to current mob_db.txt data. | skotlex | 6 | -20/+13 |
2006-07-17 | - Should have fixed the Cart Termination damage code to be scaled correctly w... | skotlex | 7 | -70/+98 |
2006-07-17 | atcommand_follow is now more verbose. | Euph | 1 | -3/+9 |
2006-07-17 | Skill lv up fix | DracoRPG | 2 | -15/+7 |
2006-07-17 | orn's lil fix | Vicious | 1 | -3/+3 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 29 | -473/+2914 |
2006-07-14 | - Kaahi no longer shows the heal effect to everyone. | skotlex | 1 | -5/+17 |
2006-07-14 | - Tuned up some more NJ_KAENSIN based on Tharis's information. | skotlex | 1 | -3/+4 |
2006-07-13 | - Corrected NJ_KAENSIN as per description. | skotlex | 1 | -7/+5 |
2006-07-13 | - Changed the default save interval to 5 minutes. Added support for specifyin... | skotlex | 3 | -4/+15 |
2006-07-13 | - Fixed @storeall and @charstoreall failing when the target character already... | skotlex | 2 | -9/+28 |
2006-07-13 | - Reverted temporarily the Cart Termination equation until it can be fixed... | skotlex | 1 | -1/+3 |
2006-07-13 | - Fixed the value range checks added by Zido on pc_bonus (some of them were e... | skotlex | 2 | -46/+32 |
2006-07-13 | - More typos... What's wrong with me today?? | Zido | 1 | -2/+2 |
2006-07-13 | - Fixed a small typo in my code | Zido | 1 | -2/+2 |
2006-07-12 | - Added negative value in bonus exploit fix for more stat bonuses | Zido | 1 | -22/+44 |
2006-07-12 | - Fixed negative value exploit (view changelog) | Zido | 1 | -2/+4 |
2006-07-12 | - Recoded NJ_BAKUENRYU to behave as I understand it best from the skill-descr... | skotlex | 2 | -16/+11 |
2006-07-12 | - Fixed NJ_TATAMIGAESHI to use ground-tiles rather than "for each in path" ca... | skotlex | 2 | -28/+43 |
2006-07-12 | - Added back the undead check to turn undead/resurrection to prevent damaging... | skotlex | 2 | -12/+12 |
2006-07-12 | - Resurrection will now silently fail when used on non-undead + not-dead char... | skotlex | 1 | -1/+2 |
2006-07-12 | - Poem of bragi/magic String's base delay reduction at level 10 (or above) is... | skotlex | 1 | -1/+2 |
2006-07-12 | - status_damage will no longer fail when the target is not on a map AND the f... | skotlex | 1 | -2/+5 |
2006-07-12 | - Fixed the IP value being apparently incorrectly casted before inserting int... | skotlex | 2 | -2/+2 |