Ivan Savenko
|
8225eb454e
Added GameSettings to gamestate, potentially allowing to define game
|
1 年之前 |
Ivan Savenko
|
38311244a4
Merge pull request #4402 from Laserlicht/8th_creature
|
1 年之前 |
godric3
|
c34956e912
introduce `getModScope` method to`Entity` class and subclasses
|
1 年之前 |
Laserlicht
|
3afddbbf29
replaced constant
|
1 年之前 |
Ivan Savenko
|
4aa73b40c9
Split CTownHandler into smaller chunks
|
1 年之前 |
Ivan Savenko
|
1aa391fdf8
Split CGeneralTextHandler file into 1 file per class form
|
1 年之前 |
Ivan Savenko
|
63bcf7d83c
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
1 年之前 |
Alexander Wilms
|
02e429e973
Fix typos using https://github.com/crate-ci/typos
|
1 年之前 |
Ivan Savenko
|
3bea383b59
Merge branch 'vcmi/beta' into 'vcmi/develop'
|
1 年之前 |
Ivan Savenko
|
b4c6906471
Merge branch 'vcmi/beta' into 'vcmi/develop'
|
1 年之前 |
Ivan Savenko
|
22e58387f9
Also check for json when checking for battle animation existance
|
1 年之前 |
Ivan Savenko
|
b50d350747
Show error message on load if mod has broken creature instead of
|
1 年之前 |
Ivan Savenko
|
df83fa33a1
Merge branch 'vcmi/master' into 'vcmi/develop'
|
1 年之前 |
Ivan Savenko
|
c27dd04a1e
Abort game loading if corrupted mod is found and show explanation
|
1 年之前 |
Ivan Savenko
|
ffe14fc1fc
Merge pull request #4022 from vcmi/master
|
1 年之前 |
Ivan Savenko
|
52840afb24
Try to detect corrupted mod earlier
|
1 年之前 |
Ivan Savenko
|
7461df161c
lib now uses shared_ptr for entities. Removed manual memory management.
|
1 年之前 |
Ivan Savenko
|
f309a4eb82
Exclude some AB creatures from randomization picks
|
1 年之前 |
Laserlicht
|
ab50bf9198
biography to description
|
1 年之前 |
Laserlicht
|
e4b60baa3b
creature/town biography/description
|
1 年之前 |
Ivan Savenko
|
922966dcf8
Renamed JsonNode::meta to more logical modScope. Member is now private
|
1 年之前 |
Ivan Savenko
|
110ef5f66e
Merge pull request #3614 from IvanSavenko/sonarcloud_fixes_2
|
1 年之前 |
Ivan Savenko
|
3740f8b02f
Moved bonus parsing to a new file
|
1 年之前 |
Ivan Savenko
|
c3957c2c2a
Moved json files to new directory, split on per-class basis
|
1 年之前 |
Ivan Savenko
|
7359b66f99
Do not use floating point equality checks
|
1 年之前 |
Ivan Savenko
|
a9866bb5c6
Added RandomGeneratorUtil::nextItemWeighted convenience method
|
1 年之前 |
Ivan Savenko
|
d5c4478816
Remove most of non-const access to VLC entities
|
1 年之前 |
Ivan Savenko
|
2265890f69
Better detection of invalid mod data to avoid crash and notify modders
|
1 年之前 |
Ivan Savenko
|
4b5b99aba3
Fix handling of invalid creature damage range (min > max)
|
1 年之前 |
Ivan Savenko
|
abad4b01ce
Remove explicit convesion to int in operators
|
1 年之前 |