Age | Commit message (Expand) | Author | Files | Lines |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -1/+1 |
2007-02-16 | - Modified the "guardian" spawn script command, it no longer receives a "amou... | skotlex | 1 | -2/+1 |
2007-02-01 | - Added support for mob skill target 'randomtarget', when specified, it will ... | skotlex | 1 | -0/+1 |
2007-01-30 | - Corrected char deletion not working (column is called homun_id, not hom_id...) | skotlex | 1 | -4/+0 |
2007-01-27 | Removed useless read-from-GRF features | DracoRPG | 1 | -6/+0 |
2007-01-27 | - Moved the pet rename code from int_pet.c to inter.c and normalized it so it... | skotlex | 1 | -0/+1 |
2007-01-22 | - Reverted the battle_calc_return_damage code as the previous one was correct... | skotlex | 1 | -1/+1 |
2007-01-21 | Typo hunt | ultramage | 1 | -1/+1 |
2006-12-18 | - Added hom_setting to specify which homunculus 'quirks' are in effect. The d... | skotlex | 1 | -1/+2 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -455/+455 |
2006-12-02 | - Fixed passive mobs becoming increasingly unlikely to retaliate to attacks a... | skotlex | 1 | -1/+1 |
2006-11-29 | - Added overflow protection to @main whisper parsing. | skotlex | 1 | -1/+1 |
2006-10-30 | - Set the inf2 to encore skills of Wand of Hermode | skotlex | 1 | -1/+1 |
2006-10-25 | - Made the exp bonus settings be adjustable: | skotlex | 1 | -0/+2 |
2006-10-24 | - Cleaned up the "show_steal_in_party" setting so it only takes effect when t... | skotlex | 1 | -2/+1 |
2006-10-20 | - Added config setting "summon_flora_setting", which it you can decide now tw... | skotlex | 1 | -1/+2 |
2006-10-06 | - Removed gm_all_skill_add_abra which was doing nothing anyway. | skotlex | 1 | -1/+0 |
2006-10-03 | - Renamed setting delay_dependon_dex to delay_dependon_agi, the delay of skil... | skotlex | 1 | -1/+1 |
2006-09-25 | - Removed config setting allow_atcommand_when_mute as it's no longer used (se... | skotlex | 1 | -1/+0 |
2006-09-19 | - Made the report_Src function also report name of non-bl objects. | skotlex | 1 | -1/+0 |
2006-09-15 | - Added config setting "friend_auto_add" (battle/player.conf), if set, when y... | skotlex | 1 | -0/+1 |
2006-09-08 | - Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_du... | skotlex | 1 | -1/+2 |
2006-09-07 | - Removed the Warmth "stacking" code. | skotlex | 1 | -0/+1 |
2006-09-05 | - Removed setting mob_show_hp, it's been replaced now by mob_show_info, which... | skotlex | 1 | -2/+2 |
2006-09-01 | - Added a missing break in battle_check_target | skotlex | 1 | -0/+1 |
2006-08-31 | - Added setting attack_walk_delay which specifies whether a character should ... | skotlex | 1 | -0/+1 |
2006-08-24 | - Added setting clear_skills_on_warp to specify when a character's land-based... | skotlex | 1 | -0/+1 |
2006-08-21 | - Removed config setting "muting_players", and expanded the manner_system con... | skotlex | 1 | -1/+0 |
2006-08-19 | Added homunculus_friendly_rate battle config | toms | 1 | -1/+1 |
2006-08-18 | - Reverted the battle_config regen settings from unsigned int to signed int. ... | skotlex | 1 | -3/+3 |
2006-08-18 | - Added guild_aura (skill.conf) setting so you can specify when it works and ... | skotlex | 1 | -0/+1 |
2006-08-18 | Fixed signed/unsigned comparison issues with natural heal system | toms | 1 | -3/+3 |
2006-08-10 | - Should have fixed the login-sql crash when passed user-name's length is bey... | skotlex | 1 | -1/+0 |
2006-08-08 | - Removed config settings display_delay_skill_fail and display_snatcher_skill... | skotlex | 1 | -2/+1 |
2006-08-08 | - Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca... | skotlex | 1 | -0/+1 |
2006-08-07 | - Some code cleaning in status.c | skotlex | 1 | -11/+3 |
2006-08-07 | - Adjusted Battle_check_target so that alchemist summoned mobs are targetted ... | skotlex | 1 | -0/+1 |
2006-08-04 | - Removed settings enemy_critical_rate, homun_critical_rate. Added settings e... | skotlex | 1 | -4/+4 |
2006-07-31 | Added possibility to restrict duel usage to same map | toms | 1 | -0/+1 |
2006-07-28 | - Some cleaning of battle_drain, Evil Druid card should work now. | skotlex | 1 | -1/+2 |
2006-07-27 | - Added config setting party_update_interval so you can specify how often the... | skotlex | 1 | -0/+1 |
2006-07-27 | - Added config setting "party_hp_mode" (battle/party.conf) which determines m... | skotlex | 1 | -0/+1 |
2006-07-20 | - Added battle config settings agi_penalty_target and vit_penalty_target, the... | skotlex | 1 | -0/+2 |
2006-07-19 | - Fixed the inf code update breakage which was blocking all offensive skills. | skotlex | 1 | -3/+3 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 1 | -0/+2 |
2006-07-06 | - Added no_skill_delay setting, when set, affected object types will have the... | skotlex | 1 | -0/+1 |
2006-07-04 | - Added battle config setting emergency_recall, specifies behaviour of that s... | skotlex | 1 | -0/+1 |
2006-07-03 | - Char-server SQL won't perform the reconnect cleanup routines when kick_on_d... | skotlex | 1 | -1/+1 |
2006-06-26 | - Merged Mitternacht's max_heal/max_heal_lv config settings. | skotlex | 1 | -0/+2 |
2006-06-16 | - Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ... | skotlex | 1 | -1/+1 |