Age | Commit message (Expand) | Author | Files | Lines |
2006-05-31 | - Added function pc_check_skilltree for checking if you unlocked new tree-ski... | skotlex | 1 | -26/+7 |
2006-05-31 | - Fixed status_calc_pc not zero'ing ALL vars it should, allowing certain bonu... | skotlex | 1 | -0/+2 |
2006-05-30 | - Call Slave now invokes slaves on a 5x5 area around master. | skotlex | 1 | -1/+1 |
2006-05-30 | - Fixed status_damage not setting your HP to 0 when you died T.T | skotlex | 1 | -0/+1 |
2006-05-30 | - Fixed underflow issues when calculating dmotion. | skotlex | 1 | -6/+5 |
2006-05-30 | - Rewrote/cleaned up @petfriendly. | skotlex | 1 | -16/+0 |
2006-05-30 | - Removed the on-die specific code from unit_remove_map and placed it on the ... | skotlex | 1 | -10/+56 |
2006-05-30 | - Small optimization in battle_check_target | skotlex | 1 | -4/+139 |
2006-05-30 | [Fixed] | Lance | 1 | -5/+5 |
2006-05-30 | - Changed status_heal and status_damage to receive signed int values. They wi... | skotlex | 1 | -4/+26 |
2006-05-29 | - Corrected aspd calculation code to avoid negative overflows. | skotlex | 1 | -16/+16 |
2006-05-29 | - Updated max_def parameter to not apply to mdef if magic_defense_type is set... | skotlex | 1 | -1/+1 |
2006-05-29 | - Updated ASC_BREAKER's range to 9. | skotlex | 1 | -10/+4 |
2006-05-29 | - Added a division by zero check in mob_dead to prevent the (impossible) case... | skotlex | 1 | -5/+5 |
2006-05-29 | - Cleaned up some status_get functions. | skotlex | 1 | -18/+25 |
2006-05-29 | - Fixed pc_readparam/pc_setparam to use battle_status.hp/sp rather than statu... | skotlex | 1 | -5/+18 |
2006-05-29 | * [Fixed]: | Lance | 1 | -1/+1 |
2006-05-29 | [Optimized] | Lance | 1 | -1/+1 |
2006-05-28 | - Added functions status_revive, pc_revive and mob_revive to handle revival (... | skotlex | 1 | -3/+34 |
2006-05-28 | - Suppressed compilation warnings (unsigned and signed mismatches) | Lance | 1 | -4/+4 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -6174/+6123 |
2006-05-26 | I'm still here! | DracoRPG | 1 | -3/+3 |
2006-05-22 | - Fixed a pair of compilation logic errors. | skotlex | 1 | -3/+5 |
2006-05-22 | SC_SPEARSQUICKEN -> SC_SPEARQUICKEN normalized enum name | Lupus | 1 | -10/+10 |
2006-05-21 | * Part A of the Homunculus code. | blackhole89 | 1 | -0/+47 |
2006-05-21 | - Fixed the "fake" mute status bug | Zido | 1 | -1/+4 |
2006-05-17 | - Added check to clear previous skill when combo time ends. Should fix TK Ran... | skotlex | 1 | -1/+4 |
2006-05-15 | - Added SC_BLADESTOP to the switch listing in status_change_start | skotlex | 1 | -0/+1 |
2006-05-11 | - NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) o... | skotlex | 1 | -0/+2 |
2006-05-10 | - Moved the OPTION defines from map.h to status.h (where they belong) | skotlex | 1 | -0/+2 |
2006-05-10 | - Rewrote/cleaned up trade.c for a more clean trading implementation. | skotlex | 1 | -4/+4 |
2006-05-09 | - Updated SKA to return a random value between 0 and 99 each time status_get_... | skotlex | 1 | -2/+2 |
2006-05-09 | - Added missing icon for Joint Beat | skotlex | 1 | -1/+1 |
2006-05-09 | - Cleaned up somewhat the implementation of BladeStop. | skotlex | 1 | -10/+9 |
2006-05-08 | - ES magic will now put the caster on stun for 0.5 secs regardless of whether... | skotlex | 1 | -4/+6 |
2006-05-08 | - Increased max number of tries to find a random spot in maps to 1000 since s... | skotlex | 1 | -2/+2 |
2006-05-08 | - Removed SP_DISGUISE from the bonus list. | skotlex | 1 | -6/+15 |
2006-05-05 | - /doridori now won't double the HP/SP regen of TKs, it only activates their ... | skotlex | 1 | -10/+14 |
2006-05-05 | - Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (... | skotlex | 1 | -11/+14 |
2006-05-05 | - Added a check to prevent player invoked-endure from overriding infinite end... | skotlex | 1 | -2/+11 |
2006-05-05 | - OnEquip scripts will be trigger on log-on now. | skotlex | 1 | -15/+40 |
2006-05-04 | - All KA-spells are interruptable. | skotlex | 1 | -4/+2 |
2006-05-04 | - Rewrote Kaahi to behave as it should. It will hear whatever amount of damag... | skotlex | 1 | -27/+45 |
2006-05-03 | - Kaahi now triggers every 500ms rather than on every hit (but it only heals ... | skotlex | 1 | -3/+29 |
2006-05-02 | - Kaite now works against all types of spells. | skotlex | 1 | -12/+18 |
2006-05-02 | - Modified how Rogue's treasure works so that you get +1% to your steal rate ... | skotlex | 1 | -35/+19 |
2006-05-02 | - Fixed Jump Kick's range to 9. | skotlex | 1 | -1/+1 |
2006-05-02 | - Removed OPTION_XMAS, it seems to not exist.... | skotlex | 1 | -11/+6 |
2006-05-01 | - status_setviewdata will set your option accordingly when the previous/new v... | skotlex | 1 | -0/+8 |
2006-05-01 | - Added -DMAPREGSQL to Makefile, commented out by default for now. | skotlex | 1 | -4/+5 |