Ivan Savenko
|
6737c270c9
|
gcc 4.5 compatibility fixes. Mostly due to lack of fully finctional nullptr class
|
2013-06-19 21:26:27 +00:00 |
|
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.
* Fail gracefully when the file from which game is started is in invalid version.
* Bumped versions.
|
2013-05-19 15:14:23 +00:00 |
|
Michał W. Urbańczyk
|
be7c2bd07f
|
CGHeroInstance* can be serialized over network even when hero has been defeated. Strongly typed hero type ID introduced.
Should fix #1260.
|
2013-05-18 22:30:48 +00:00 |
|
beegee1
|
03c2aa9153
|
- Refactored CMapEditManager(added structure for undo functionality) - Refactored CMap(terrain pointer is private, safe access via getTile)
|
2013-04-19 11:43:11 +00:00 |
|
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
|
2013-04-09 14:31:36 +00:00 |
|
beegee1
|
ee51c5beb5
|
- Renamed /lib subfolders to lowercase
|
2013-04-07 10:48:07 +00:00 |
|