Age | Commit message (Expand) | Author | Files | Lines |
2008-03-09 | - Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang... | skotlex | 1 | -1/+1 |
2008-03-07 | - Added config settings mob_active_time and boss_active_time, what they do is... | skotlex | 1 | -0/+2 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -0/+2 |
2008-02-26 | - Added new settings for autotrade on battle/misc.conf (you can read descript... | zephyrus | 1 | -0/+2 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 1 | -0/+4 |
2007-12-29 | Implemented THE official Steal skill equation and game mechanics (basically v... | ultramage | 1 | -2/+0 |
2007-12-22 | Path code cleaning... | ultramage | 1 | -1/+1 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -1/+0 |
2007-11-08 | - Added a new setting 'guild_skill_relog_delay' to activate the guild skills ... | zephyrus | 1 | -0/+1 |
2007-10-26 | - Removed the config setting firewall_hits_on_undead setting, Firewall and ka... | skotlex | 1 | -1/+0 |
2007-10-18 | Fixed some gcc-specific stuff, silenced some more warnings | ultramage | 1 | -0/+7 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -4/+3 |
2007-10-16 | * Fixed a copy-paste mistake in disguise code (from r5833) | ultramage | 1 | -1/+1 |
2007-10-13 | - Again modified the delayfix function to reflect the current skill delay kno... | skotlex | 1 | -1/+1 |
2007-09-28 | * Implemented Summer Outfit care of Zephyrus_CR. | L0ne_W0lf | 1 | -0/+1 |
2007-09-14 | - Gravitional Field is now a MISC type of attack. | skotlex | 1 | -1/+1 |
2007-09-10 | Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' scr... | ultramage | 1 | -0/+1 |
2007-08-29 | - Added bonus bSkillHeal to distinguish offensive skill damage increases from... | skotlex | 1 | -2/+0 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -311/+311 |
2007-08-14 | - Modified map_foreachinrange so that you can also specify the max length of ... | skotlex | 1 | -1/+1 |
2007-07-19 | Added delay_dependon_agi since people actually use and need it... | ultramage | 1 | -1/+2 |
2007-05-25 | Reformatting, warning fixes, unsigned char removal | ultramage | 1 | -1/+1 |
2007-05-23 | - Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ... | ultramage | 1 | -1/+1 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -1/+0 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 1 | -2/+0 |
2007-03-27 | - Moved coma to skill_additional_effect, added special_state.bonus_coma to pr... | skotlex | 1 | -1/+2 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -0/+2 |
2007-03-09 | - Added info on packet 0x86 (simple move packet). Not usable until a clear se... | FlavioJS | 1 | -2/+2 |
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 |