summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-08-16- Now arrow-consuming skills where your main weapon is a whip or musical inst...skotlex4-13/+8
2006-08-15- Moved the deletion of timers from unit_remove_map to the homun vaporize/dea...skotlex2-3/+7
2006-08-15- Applied multiple fixes which should take care of making homun save/load wor...skotlex6-35/+35
2006-08-15Delete homunc's skills from sql when the homunc is destroyedtoms1-9/+17
2006-08-15Homunc Timers should be disabled when the homunc is vaporized or dead an re-e...toms3-14/+20
2006-08-15- Updated vc-project files to compile with the new int_homun files.skotlex2-3/+8
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex10-254/+248
2006-08-15- Fixed the int_homun.c compilation issue with Char-SQL.skotlex1-1/+1
2006-08-15- Some cleanup of int_homun.cskotlex8-22/+463
2006-08-15- Added a crash-fix on status_calc_bl_sub_homun to abort in case the homun ha...skotlex1-0/+3
2006-08-15- Updated the char save structure for char-TXT servers so that the homun id w...skotlex4-119/+142
2006-08-15- Added SCB_DYE which marks which status-changes need a forced cloth dye chan...skotlex2-13/+21
2006-08-15- Asura Strike now moves you to the target on fail always (unless the target ...skotlex5-79/+89
2006-08-15Fixed SIGSEGV with homunc savetoms1-2/+2
2006-08-14- Removed support for negative autosave intervals, instead added a minsave_in...skotlex3-11/+12
2006-08-14- Sacrifice no longer shows damage to self.skotlex7-150/+128
2006-08-14- Some cleaning of skillnotokskotlex1-19/+17
2006-08-14- Increased Run's walk speed bonus to 25->50% skotlex3-26/+25
2006-08-14- Fixed script engine allowing scripts to set a player's zeny to negative val...skotlex7-40/+28
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex9-58/+48
2006-08-13- Corrected the mapif_parse_PartyChangeMap function to correctly update level...skotlex3-18/+35
2006-08-12See Changelog.blackhole891-0/+11
2006-08-12- Fixed Dancers/Bards being able to use normal attacks while performing.skotlex1-15/+17
2006-08-11- Fixed the item group bonus not working.skotlex4-32/+78
2006-08-10Code cleanup on homunc, they stay in memory until player disconnect or homunc...toms5-79/+125
2006-08-10- Hopefully fixed family-party-even-share not breaking when a member logs out.skotlex3-2/+12
2006-08-10- Should have fixed the login-sql crash when passed user-name's length is bey...skotlex4-15/+9
2006-08-10- Fixed a warning GCC kept giving me when including mercenary.hskotlex1-2/+2
2006-08-10- Fixed two instances in the login-sql server where the ip in the log-login t...skotlex4-24/+61
2006-08-09- Fixed Asura not wasting all SP away when it fails on cast-end.skotlex1-0/+1
2006-08-09Fixed homunc skill up bugtoms3-4/+5
2006-08-09- Adjusted some the dance/song/encore code so that the source of an ensemble ...skotlex3-33/+64
2006-08-09- Added crash protection to the mob_db txt reading when the mob_db file has l...skotlex1-2/+5
2006-08-09- Should have fixed a signed/unsigned warning in login-txtskotlex4-22/+30
2006-08-09- Cleaned up some the code of TF_DOUBLE and GS_CHAINACTION.skotlex1-16/+14
2006-08-09- Trade requests will now fail when either character is unable to act (charac...skotlex3-5/+12
2006-08-09Heard skotlex voice, changed all msg_table[] into msg_txt() in atcommand.c ;)toms1-367/+367
2006-08-09- Got rid of the "i might be used uninitialized on this function" warning in ...skotlex1-1/+1
2006-08-09- Fixed the char-server not invoking the party_calc_state function when the t...skotlex2-8/+10
2006-08-09- Crash-protections in the mail-checking function.skotlex3-48/+45
2006-08-08- Added back missing state set to prevent Ankle-Snare from being retrieved af...skotlex1-0/+1
2006-08-08Fixed compilation warningtoms1-1/+1
2006-08-08- Added a check to handle Spider Web as a targetted skill. If there's more th...skotlex1-3/+4
2006-08-08- Changed the map_freeblock_unlock code so that when there's an "already free...skotlex2-3/+7
2006-08-08- Casting Kaensin will clear out Suiton and viceversa now.skotlex4-18/+12
2006-08-08- Removed config settings display_delay_skill_fail and display_snatcher_skill...skotlex5-13/+15
2006-08-08- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca...skotlex5-51/+52
2006-08-08- Fixed the login-sql server replying to the change-sex packet with the wrong...skotlex3-3/+5
2006-08-08- Cleaned up the apparent mess that is pc_skill. Hopefully it SHOULD fix as d...skotlex1-12/+29
2006-08-08- Changed define EQP_WEAPON to specify only the right-hand weapon, added defi...skotlex5-16/+15