Ivan Savenko
|
f82122d9be
second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported
|
преди 12 години |
Michał W. Urbańczyk
|
fc6e72dc75
* Fixed enchantments (#1265). Their effects were not properly added when reading config. Battle interface will be little less likely to block itself after corrupted spell cast.
|
преди 12 години |
DjWarmonger
|
0dc5a13596
Fixed missing spell effects, root cause of #1257.
|
преди 12 години |
Ivan Savenko
|
4db13ba845
- proper destructors for handlers and lib objects
|
преди 12 години |
Ivan Savenko
|
c6cc6e6301
Large changeset, first part of editing H3 objects via mods feature. Changes:
|
преди 12 години |
beegee1
|
c7c2686379
- Integrated the logging API into the client and the lib - Remove some more comments and switched to /// style - Fixed recursive locks - Added Global.h to CMakeLists(now visible in qt-creator) - Removed usage of shared_mutex - Added unique_ptr to CLogger targets
|
преди 12 години |
beegee1
|
ee51c5beb5
- Renamed /lib subfolders to lowercase
|
преди 12 години |
alexvins
|
f686edc1b8
Cleanup
|
преди 12 години |
alexvins
|
2eb8263e51
Basic Configuration for bonus types
|
преди 12 години |
alexvins
|
ceea466f54
[refactor] spell handling
|
преди 13 години |
mateuszb
|
86dc9386d6
* refactoring, including a generic solution for IDs
|
преди 13 години |
alexvins
|
a9d458c8f4
few more refactorings
|
преди 13 години |
alexvins
|
b376ac8568
refactor map loading, few small tweaks
|
преди 13 години |
alexvins
|
53b684180d
[refactor]
|
преди 13 години |
alexvins
|
68e91ada1c
[refactor]
|
преди 13 години |
beegee1
|
0311e5e6f5
- Added basic mock/test generation - Added stub for terrain editing
|
преди 13 години |
Ivan Savenko
|
94c55e2632
- string ID's for spells (not configurable due to hardcode)
|
преди 13 години |
Ivan Savenko
|
c9dd80ea6d
- moved json-related functions (e.g. ParseBonus) into JsonUtils namespace
|
преди 13 години |
DjWarmonger
|
a7cea94247
- Hopefully fixed #1103
|
преди 13 години |
Ivan Savenko
|
15a7f43e11
- fixed #1075, #1080, #1081
|
преди 13 години |
Michał W. Urbańczyk
|
74f9c19a7c
Implemented spell countering.
|
преди 13 години |
Michał W. Urbańczyk
|
d390113c23
* New files for lib: CBattleCallback.cpp and CBattleCallback.h
|
преди 13 години |
Ivan Savenko
|
cf15ca1cf0
- replaced loadToIt with better H3 parser.
|
преди 13 години |
Ivan Savenko
|
e67f8afdd9
- removed multiple unused files
|
преди 13 години |
Ivan Savenko
|
b3c17d2788
large filesystem update. Filesysytem is now fully functional, everything should work.
|
преди 13 години |
Michał W. Urbańczyk
|
d168f3eac2
* Implemented Moat functionality during siege (stops movement and deals dmg)
|
преди 13 години |
DjWarmonger
|
192de453af
- Fixed Remove Obstacle spell
|
преди 13 години |
Michał W. Urbańczyk
|
017013a5a4
Throwing runtime_errors instead of string (or even char*) objects.
|
преди 13 години |
Michał W. Urbańczyk
|
a9af0da0ab
Rewritten handling mouse movement over hex and l-clicking hex into one procedure. That way the tooltip and cursor are always accurate, because they're set by the same routing that selects action. Having that logic duplicated in two methods was unmaintainable. [though the new one is still monstrous...] By the way fixed numerous issues, including:
|
преди 13 години |
Michał W. Urbańczyk
|
4baf4e13ed
* fixed #857 and #858
|
преди 14 години |