AlexVinS
|
21a85a6c35
Do bonus tree fix in any serializer mode.
|
9 年之前 |
Vadim Markovtsev
|
baa7a84db3
Fix memory corruption during loading artifacts from mods
|
9 年之前 |
AlexVinS
|
f124db9f61
Get rid of Bonus::sourceSpell()
|
9 年之前 |
AlexVinS
|
c2a6c268c0
Cleanup terrain overlay bonuses, fixed CURSED_GROUND
|
9 年之前 |
AlexVinS
|
b6368e23ab
cleanup
|
9 年之前 |
AlexVinS
|
f6bfba0ced
Unified Dispell-related bonus selectors
|
9 年之前 |
AlexVinS
|
96c17505ae
get rid of IBonusBearer::getSpellBonuses & Selector::anyRange
|
9 年之前 |
AlexVinS
|
c243ae6f3e
Get rid of IBonusBearer::getEffect
|
9 年之前 |
AlexVinS
|
04f7b4f951
Cleanup
|
9 年之前 |
AlexVinS
|
902117d812
Get rid of IBonusBearer::getBonusesCount it had only one usage
|
9 年之前 |
AlexVinS
|
2f7e10a06f
Use range limit selector when modifying bonus lists and checking for spell bonuses
|
9 年之前 |
AlexVinS
|
245d17a9e9
Fixed typo bonus duration enum. Mod compatibility retained.
|
9 年之前 |
Vadim Markovtsev
|
2c1dddde33
Fix memory problems with BonusList
|
9 年之前 |
AlexVinS
|
d42947f109
Added move constructor for BonusList
|
9 年之前 |
AlexVinS
|
681b3c7078
reduced code duplication
|
9 年之前 |
AlexVinS
|
629922f43e
Added move constructors for minimum required Bonus system`s classes
|
9 年之前 |
DjWarmonger
|
d188b86a50
As suggested by AVS, I made CBonusYSstemNode noncopyable. However, it is copied somewhere in the code, but I can't find it with MVS:
|
10 年之前 |
Vadim Markovtsev
|
3926920103
Rename radious -> radius
|
9 年之前 |
Arseniy Shestakov
|
9fd1cff090
Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared
|
9 年之前 |
ArseniyShestakov
|
8fb5dacba2
CBonusSystemNode: get rid of non-const getBonusList
|
10 年之前 |
ArseniyShestakov
|
f99ffbd074
Bonus system: use duration helpers in selecters
|
10 年之前 |
ArseniyShestakov
|
6d395bcba7
Bonus system: add turnsRemain support for ONE_WEEK duration
|
10 年之前 |
ArseniyShestakov
|
96897acc46
CWillLastDays: add condition for permanent durations
|
10 年之前 |
ArseniyShestakov
|
ee1c5e452f
Bonus system: add CWillLastDays selector
|
10 年之前 |
ArseniyShestakov
|
5bfbd8526b
Bonus system: fix N_DAYS bonus duration
|
10 年之前 |
DjWarmonger
|
17071c6ec8
Merge pull request #125 from ArseniyShestakov/newMovementSystem
|
10 年之前 |
ArseniyShestakov
|
68bd37aa45
Store penalty in value of FLYING_MOVEMENT and WATER_WALKING
|
10 年之前 |
ArseniyShestakov
|
6ebe2abc1a
Fix penalties for FLYING_MOVEMENT and WATER_WALKING
|
10 年之前 |
ArseniyShestakov
|
46c7e8e36d
Add list ending comment as suggested by @alexvins
|
10 年之前 |
ArseniyShestakov
|
25da9f249e
Move NO_TERRAIN_PENALTY to the end of list to avoid save breakage
|
10 年之前 |