summaryrefslogtreecommitdiff
path: root/src/map/battle.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-03weapon base attack delay standardizationHoraK-FDF1-2/+2
2023-02-09bAllStats, bAgiVit, bAgiDexStr, bDeadlyStrikeRate, bDeadlyStrikeAddRateHoraK-FDF1-118/+138
2022-12-16mobs critical_def + 10 drops + storage 500HoraK-FDF1-0/+2
2022-12-15item bonus and showexprateHoraK-FDF1-97/+249
2019-08-28Revert the changes from the last 2 releasesgumi1-13/+19
2019-08-26fix mob slaves not attackinggumi1-18/+12
2019-08-23allow to summon multiple mobs with @summongumi1-2/+2
2016-05-12don't send hidden part of npc names with npctalk => [fate]mekolat1-1/+6
2016-04-15improvements, cleanup, bug fixesmekolat1-0/+2
2016-04-15Fix range issue in magic spellswushin1-1/+3
2016-04-15allow to get mob/npc params and add more params to readparammekolat1-9/+0
2016-04-01add player nicks back to messageswushin1-0/+21
2015-09-19Declaring abs for dx & dy caused latter equation to always be positivewushin1-4/+6
2015-01-23Use generated config for mapBen Longbons1-360/+13
2015-01-22Use Spanned<T> while parsing configBen Longbons1-36/+14
2015-01-22Remove unsupportable config settingsBen Longbons1-8/+0
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-2/+6
2015-01-03Merge remote-tracking branch 'origin/hotfix'Ben Longbons1-2/+2
2015-01-03Document every network packet's pre, post, and descBen Longbons1-11/+0
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-2/+2
2014-11-04Remove sc_countBen Longbons1-10/+0
2014-10-26Fix header rankingBen Longbons1-1/+3
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-5/+15
2014-10-06Remove vestigial support for offhanded weaponsBen Longbons1-155/+17
2014-09-30Rename enum Option to Opt0Ben Longbons1-1/+1
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+1
2014-06-30Finally get around to decoupling the warning systemBen Longbons1-6/+6
2014-06-30It's about time I did thisBen Longbons1-10/+10
2014-06-26Stick everything in a namespaceBen Longbons1-0/+3
2014-06-26Low hanging fruitBen Longbons1-57/+57
2014-06-26specialize inventory/storage indicesBen Longbons1-11/+11
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-15/+15
2014-04-24Header cleanupBen Longbons1-2/+2
2014-04-22Use strict ID typesBen Longbons1-24/+24
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-2/+2
2014-04-14Ditch gcc 4.6 supportBen Longbons1-15/+12
2014-04-09Add all the missing copyright headersBen Longbons1-0/+21
2014-03-31Check the equip index arrayBen Longbons1-16/+17
2014-03-31Be stricter about most arraysBen Longbons1-22/+22
2014-03-16Clean up header organizationBen Longbons1-3/+6
2014-03-15Remove unused fields to shrink character structBen Longbons1-17/+0
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-4/+4
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-2/+2
2014-02-08Implement AStringBen Longbons1-3/+3
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-14/+32
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-5/+4
2013-10-12Disallow unchecked being castsBen Longbons1-107/+107
2013-10-05Remove owning slicesBen Longbons1-4/+2
2013-10-05Split string header into piecesBen Longbons1-0/+5