summaryrefslogtreecommitdiff
path: root/src/map/mob.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-29mob: Avoid dangling elseFreeyorp1-0/+2
2024-04-10Add server-wide drop rates modifierFedja Beader1-0/+3
2023-11-27activity checks and status cleanupHoraK-FDF1-71/+182
2022-12-16mobs critical_def + 10 drops + storage 500HoraK-FDF1-0/+9
2022-11-17MobInfoHoraK-FDF1-4/+4
2019-08-28Revert the changes from the last 2 releasesgumi1-56/+31
2019-08-26allow summoned mobs to also have slavesgumi1-4/+1
2019-08-26fix mob slaves not attackinggumi1-21/+44
2019-08-23allow to summon multiple mobs with @summongumi1-12/+17
2016-04-15improvements, cleanup, bug fixesmekolat1-2/+11
2016-04-15new/modified builtinswushin1-0/+10
2015-09-29Merge pull request #161 from wushin/failover-bugmeko1-17/+1
2015-09-29Merge pull request #152 from wushin/summoned-mobsmeko1-0/+13
2015-09-27Stop looking for the next victim on the map for mob deaths.wushin1-17/+1
2015-09-24Fix warp mob freeze bugwushin1-2/+2
2015-09-22Fix how attacked summons behave when master leaveswushin1-0/+13
2015-09-20Merge pull request #150 from wushin/mob-freeze-bugWushin1-3/+3
2015-09-20More abs errors on directionwushin1-4/+7
2015-09-20Add missing checkswushin1-3/+3
2015-04-19Dynamic Xp percentage command @expratewushin1-24/+26
2015-01-23Use generated config for mapBen Longbons1-11/+14
2015-01-22Have I mentioned that I hate ADL?Ben Longbons1-4/+4
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-1/+2
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-1/+1
2014-11-04Remove sc_countBen Longbons1-1/+0
2014-10-26Fix header rankingBen Longbons1-2/+2
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-29/+27
2014-10-05Stupid bug in mob summonsBen Longbons1-1/+1
2014-09-30Rename enum Option to Opt0Ben Longbons1-2/+2
2014-08-05Enums are not usually integers, sorryBen Longbons1-6/+8
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-3/+0
2014-06-30Invulnerability should not be the defaultBen Longbons1-0/+7
2014-06-30It's about time I did thisBen Longbons1-18/+18
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-86/+86
2014-06-26specialize inventory/storage indicesBen Longbons1-2/+2
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-3/+3
2014-05-27Generate the char server protocolBen Longbons1-4/+4
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-6/+6
2014-05-12Split net/ from mmo/Ben Longbons1-2/+3
2014-04-24Header cleanupBen Longbons1-2/+1
2014-04-22Use strict ID typesBen Longbons1-228/+234
2014-04-14Ditch gcc 4.6 supportBen Longbons1-44/+38
2014-04-09Add all the missing copyright headersBen Longbons1-1/+21
2014-03-31Be stricter about most arraysBen Longbons1-15/+15
2014-03-16Clean up header organizationBen Longbons1-6/+9
2014-03-15Remove unused fields to shrink character structBen Longbons1-1/+0
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-3/+3
2014-02-08Implement AStringBen Longbons1-3/+3
2014-02-06Wrap remaining FDs in a classBen Longbons1-3/+4