AlexVinS
|
0868164147
|
(int) -> static_cast<int>
|
2017-08-12 15:43:41 +03:00 |
|
AlexVinS
|
8c0fab1dcf
|
fixes
|
2017-08-12 14:36:37 +03:00 |
|
AlexVinS
|
15138c23de
|
Finished conversion to new logging API
* removed logger streams
* (float3|int3)::operator() -> (float3|int3)::toString(), it was too ugly and confusing.
|
2017-08-11 23:06:27 +03:00 |
|
ArseniyShestakov
|
cb40c093f8
|
Avoid boost::optional assignment for Boost 1.64 compatibility (#360)
Two options here: to use emplace from 1.56 or boost::make_optional.
Unfortunately Ubuntu 14.04 is using 1.54 and I'd rather not to break it.
|
2017-08-05 16:09:29 +03:00 |
|
ArseniyShestakov
|
a4c0ad94b1
|
Code style: remove default value hints in definitions (#342)
Some are outdated and this is something IDE are useful for.
|
2017-07-15 14:08:20 +03:00 |
|
AlexVinS
|
f0713c1d36
|
Better handling of HYPNOTISED stacks in case of spellcasting
|
2017-07-09 16:55:10 +03:00 |
|
AlexVinS
|
5f1fadf71c
|
Fixed https://bugs.vcmi.eu/view.php?id=2706
|
2017-07-04 11:21:22 +03:00 |
|
ArseniyShestakov
|
5dfb7a5771
|
Merge pull request #317 from vcmi/attackerOwned
Refactored CStack::attackerOwned to CStack::side
|
2017-07-03 16:19:54 +03:00 |
|
Dydzio
|
ef2ff0c752
|
Precompiled header path also needs fix
|
2017-07-01 20:05:10 +02:00 |
|
AlexVinS
|
4f8c7bd4bb
|
CStack refactoring
* removed all occurrences of attackerOwned
* Use BattleSide enum
* more tweaks
|
2017-07-01 19:17:08 +03:00 |
|
Arseniy Shestakov
|
2ce02202c1
|
Fix more includes and move SideInBattle / SiegeInfo into battle
|
2017-06-29 02:02:05 +03:00 |
|
FeniksFire
|
8ccdda6d2d
|
Improve formatting, update other config information about includes.
|
2017-06-27 17:00:44 +02:00 |
|
FeniksFire
|
221386a39d
|
Refactoring.
Dividing CBattleCallback into smaller files with classes.
|
2017-06-24 15:51:07 +02:00 |
|