summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-24/+15
2007-10-18* Further optimization of the skill unit codePlaytester1-0/+1
2007-10-16* Venom Splasher fixes according to bugreport:230ultramage1-3/+3
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-13/+13
2007-10-13- Again modified the delayfix function to reflect the current skill delay kno...skotlex1-1/+1
2007-10-10* Partially removed the usage of 'flags' to direct the execution path in skil...ultramage1-1/+1
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf1-0/+1
2007-09-24- Changed Greed Scroll's type to 11 (all itemskill items should use this)skotlex1-1/+1
2007-09-21* Corrected skill Charge Attack as described in bugreport:67ultramage1-1/+5
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+1
2007-09-14- Gravitional Field is now a MISC type of attack.skotlex1-43/+23
2007-09-10Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' scr...ultramage1-0/+1
2007-09-04- Removed usage of MAX_PC_BONUS all over the code, it is now only used in map...skotlex1-14/+13
2007-09-03- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ...skotlex1-2/+14
2007-08-29- Added bonus bSkillHeal to distinguish offensive skill damage increases from...skotlex1-17/+3
2007-08-21Corrected item drop rate limits to allow full 0.01%-100% range (fixes mistake...ultramage1-13/+13
2007-08-20- Oops, forgot to add the Pulse Strike damage modifier.skotlex1-1/+1
2007-08-19Set proper limits to drop rates to prevent integer overflow.ultramage1-13/+13
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-0/+1
2007-08-17Changed the duel_time_interval setting's lower bound to 0 (to allow disabling...ultramage1-1/+1
2007-08-15* Some serious code cleanupsultramage1-932/+398
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-5/+30
2007-08-09- stable -> trunk syncultramage1-353/+351
2007-08-04Some all-around code reformatting/cleaningultramage1-29/+19
2007-07-28* Removed ridiculous refine_posword config switchultramage1-4/+1
2007-07-27* Changed the way hit bonus is applied.Vicious1-8/+9
2007-07-24Venom Splasher and Gloria Domini fixes and updatesDracoRPG1-15/+13
2007-07-19Added delay_dependon_agi since people actually use and need it...ultramage1-0/+2
2007-07-09A rather ugly fix to fix knockback for Firewall, Stormgust and Sanctuaryultramage1-6/+2
2007-07-06* Cleaned up some nasty code related to skill_blownultramage1-4/+5
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-1/+2
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-7/+10
2007-05-19Reformatting @_@ultramage1-39/+26
2007-05-11Re-phrased the attacker flee/def penalty config descsultramage1-10/+10
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex1-2/+6
2007-04-23- Updated the skill_db, some mob skills seem to be better to a range of -9 th...skotlex1-4/+3
2007-04-23- Fixed a compilation problem with the pid pluginultramage1-1/+1
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-5/+4
2007-04-15- Fixed battle_getenemy picking dead characters.skotlex1-23/+23
2007-04-10- Modified status_get_sc_def to handle both rate and tick reductions. This wa...skotlex1-2/+2
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-3/+4
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage1-22/+2
2007-04-02- Re-fixed the attack_attr_none setting x_Xskotlex1-2/+2
2007-04-02- Corrected the login TXT server not initializing the waiting_disconnect vari...skotlex1-1/+1
2007-03-30- Corrected damage of non-player casted Cart Revolutionskotlex1-1/+1
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-14/+5
2007-03-22- Removed unused bIgnoreDefMob skotlex1-6/+4
2007-03-20- Removed Magic Rod's cast bar.skotlex1-0/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-23/+24
2007-03-19- Rewrote the jail logic to always use a status change. This means that the c...skotlex1-11/+21