Ivan Savenko
|
c9dd80ea6d
- moved json-related functions (e.g. ParseBonus) into JsonUtils namespace
|
13 years ago |
DjWarmonger
|
ca9033d0e4
- Support for "Enchanted" WoG ability.
|
13 years ago |
DjWarmonger
|
13a5a820d0
- Fixed #1032
|
13 years ago |
Ivan Savenko
|
f7915d9e61
- removed creature-related code from ModHandler
|
13 years ago |
Ivan Savenko
|
c071a03a8a
- fix for #1135
|
13 years ago |
Ivan Savenko
|
306d64b0c4
- it is possible to read json file with vector
|
13 years ago |
Ivan Savenko
|
b1557bc6c4
- fixes #1105
|
13 years ago |
DjWarmonger
|
b6a20b6e99
Fixed teleporting animation (#818). Flying ability with subtype "1" will cause movement animation to skip (teleport).
|
13 years ago |
DjWarmonger
|
906fa04a60
Tweaks for creature bonuses.
|
13 years ago |
Ivan Savenko
|
15a7f43e11
- fixed #1075, #1080, #1081
|
13 years ago |
Ivan Savenko
|
8f936cd34d
- added battleAI to CMake, compile fixes
|
13 years ago |
DjWarmonger
|
e2bfd53c98
- Fixed some issues and crashes
|
13 years ago |
DjWarmonger
|
656cf5ab6a
- New creatures now work in game (more or less)
|
13 years ago |
Michał W. Urbańczyk
|
62e63d45b1
Work in progress on BattleAI. Related changes:
|
13 years ago |
DjWarmonger
|
3f95ba8ac8
Parsing & loading for new creatures. A lot of tweaks & improvements. Still needs some work.
|
13 years ago |
DjWarmonger
|
9438cfc7e2
Moved creature sounds to CCreature. Sound IDs are now stored as strings.
|
13 years ago |
Ivan Savenko
|
0ca9f64573
Next part of town configuration:
|
13 years ago |
DjWarmonger
|
31f82cade0
- Removed integer parameters from CCreature, all stats are now handled by Bonus System Only
|
13 years ago |
Ivan Savenko
|
cf15ca1cf0
- replaced loadToIt with better H3 parser.
|
13 years ago |
DjWarmonger
|
39d433c1c7
Moved game Modules to config file.
|
13 years ago |
Ivan Savenko
|
e67f8afdd9
- removed multiple unused files
|
13 years ago |
Ivan Savenko
|
b3c17d2788
large filesystem update. Filesysytem is now fully functional, everything should work.
|
13 years ago |
DjWarmonger
|
cf45239332
Fixed #1035.
|
13 years ago |
Ivan Savenko
|
9d2711fb51
- rewrote most of classes from adventure map window
|
13 years ago |
Michał W. Urbańczyk
|
d168f3eac2
* Implemented Moat functionality during siege (stops movement and deals dmg)
|
13 years ago |
DjWarmonger
|
d491bc1c3a
Commanders can level up. It's non-interactive yet.
|
13 years ago |
Ivan Savenko
|
9efe05c90b
- removed usage of Graphics in several places (Components and hero window).
|
13 years ago |
DjWarmonger
|
9c9301a495
Various fixes.
|
13 years ago |
DjWarmonger
|
81e74f8c33
- Config settings & parsing for Commanders.
|
13 years ago |
Michał W. Urbańczyk
|
d0e259864e
* Replaced boost::shared_ptr with std::shared_ptr.
|
13 years ago |