Age | Commit message (Expand) | Author | Files | Lines |
2006-08-18 | Fixed @homlvup | toms | 1 | -4/+8 |
2006-08-18 | - Reverted the battle_config regen settings from unsigned int to signed int. ... | skotlex | 2 | -5/+3 |
2006-08-18 | - Added guild_aura (skill.conf) setting so you can specify when it works and ... | skotlex | 4 | -2/+13 |
2006-08-18 | - Little code cleanup | toms | 6 | -23/+24 |
2006-08-18 | - Changed unit_free so that it receives which cleartype should be used when t... | skotlex | 10 | -31/+30 |
2006-08-18 | Fixed signed/unsigned comparison issues with natural heal system | toms | 1 | -3/+3 |
2006-08-18 | - Vaporize will no fail when the homun is dead. | skotlex | 3 | -14/+17 |
2006-08-18 | - Applied use of structure regen_data for a unified regen module. Natural and... | skotlex | 9 | -624/+503 |
2006-08-17 | - Corrected map_random_dir algorithm | toms | 5 | -100/+23 |
2006-08-17 | - Fixed being unable to recast Adrenaline Rush to reset the duration timers. | skotlex | 2 | -6/+34 |
2006-08-16 | - Cleaned up skill_get_range2 so that using range 0 for non-self skills uses ... | skotlex | 1 | -12/+3 |
2006-08-16 | - Added support for hexadecimal values in the const.txt file. | skotlex | 1 | -5/+6 |
2006-08-16 | - Spirit of Wizard will now consume an item 7321 each time it blocks reflecte... | skotlex | 3 | -3/+19 |
2006-08-16 | - Fixed null-pointer crash on Evolving a homunculus. | skotlex | 1 | -1/+1 |
2006-08-16 | - @produce now can make any kind of equipment | skotlex | 6 | -17/+16 |
2006-08-16 | - Updated mob_ai so that mobs will use their rude-attacked skill when they ca... | skotlex | 1 | -2/+3 |
2006-08-16 | - Now arrow-consuming skills where your main weapon is a whip or musical inst... | skotlex | 4 | -13/+8 |
2006-08-15 | - Moved the deletion of timers from unit_remove_map to the homun vaporize/dea... | skotlex | 2 | -3/+7 |
2006-08-15 | - Applied multiple fixes which should take care of making homun save/load wor... | skotlex | 6 | -35/+35 |
2006-08-15 | Delete homunc's skills from sql when the homunc is destroyed | toms | 1 | -9/+17 |
2006-08-15 | Homunc Timers should be disabled when the homunc is vaporized or dead an re-e... | toms | 3 | -14/+20 |
2006-08-15 | - Updated vc-project files to compile with the new int_homun files. | skotlex | 2 | -3/+8 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 10 | -254/+248 |
2006-08-15 | - Fixed the int_homun.c compilation issue with Char-SQL. | skotlex | 1 | -1/+1 |
2006-08-15 | - Some cleanup of int_homun.c | skotlex | 8 | -22/+463 |
2006-08-15 | - Added a crash-fix on status_calc_bl_sub_homun to abort in case the homun ha... | skotlex | 1 | -0/+3 |
2006-08-15 | - Updated the char save structure for char-TXT servers so that the homun id w... | skotlex | 4 | -119/+142 |
2006-08-15 | - Added SCB_DYE which marks which status-changes need a forced cloth dye chan... | skotlex | 2 | -13/+21 |
2006-08-15 | - Asura Strike now moves you to the target on fail always (unless the target ... | skotlex | 5 | -79/+89 |
2006-08-15 | Fixed SIGSEGV with homunc save | toms | 1 | -2/+2 |
2006-08-14 | - Removed support for negative autosave intervals, instead added a minsave_in... | skotlex | 3 | -11/+12 |
2006-08-14 | - Sacrifice no longer shows damage to self. | skotlex | 7 | -150/+128 |
2006-08-14 | - Some cleaning of skillnotok | skotlex | 1 | -19/+17 |
2006-08-14 | - Increased Run's walk speed bonus to 25->50% | skotlex | 3 | -26/+25 |
2006-08-14 | - Fixed script engine allowing scripts to set a player's zeny to negative val... | skotlex | 7 | -40/+28 |
2006-08-13 | - Removed @itemcheck as it was totally pointless. | skotlex | 9 | -58/+48 |
2006-08-13 | - Corrected the mapif_parse_PartyChangeMap function to correctly update level... | skotlex | 3 | -18/+35 |
2006-08-12 | See Changelog. | blackhole89 | 1 | -0/+11 |
2006-08-12 | - Fixed Dancers/Bards being able to use normal attacks while performing. | skotlex | 1 | -15/+17 |
2006-08-11 | - Fixed the item group bonus not working. | skotlex | 4 | -32/+78 |
2006-08-10 | Code cleanup on homunc, they stay in memory until player disconnect or homunc... | toms | 5 | -79/+125 |
2006-08-10 | - Hopefully fixed family-party-even-share not breaking when a member logs out. | skotlex | 3 | -2/+12 |
2006-08-10 | - Should have fixed the login-sql crash when passed user-name's length is bey... | skotlex | 4 | -15/+9 |
2006-08-10 | - Fixed a warning GCC kept giving me when including mercenary.h | skotlex | 1 | -2/+2 |
2006-08-10 | - Fixed two instances in the login-sql server where the ip in the log-login t... | skotlex | 4 | -24/+61 |
2006-08-09 | - Fixed Asura not wasting all SP away when it fails on cast-end. | skotlex | 1 | -0/+1 |
2006-08-09 | Fixed homunc skill up bug | toms | 3 | -4/+5 |
2006-08-09 | - Adjusted some the dance/song/encore code so that the source of an ensemble ... | skotlex | 3 | -33/+64 |
2006-08-09 | - Added crash protection to the mob_db txt reading when the mob_db file has l... | skotlex | 1 | -2/+5 |
2006-08-09 | - Should have fixed a signed/unsigned warning in login-txt | skotlex | 4 | -22/+30 |