Ivan Savenko
|
283adc37d7
Unit stack rebalancing rework
|
5 months ago |
Ivan Savenko
|
f70ad2c15b
Reorganized artifact-related classes
|
5 months ago |
Ivan Savenko
|
829739da24
Reduce usage of implicit conversions to int
|
6 months ago |
Ivan Savenko
|
4d57a8ed36
Prefer to pass CGameState as reference instead of pointer
|
6 months ago |
Ivan Savenko
|
93b18ee94b
Fix some issues detected by Sonar & code review, fix build
|
6 months ago |
Ivan Savenko
|
d34b47bb20
Remove pointers from artifacts
|
6 months ago |
Ivan Savenko
|
9e6397d1f9
Remove pointer to boat from CGHeroInstance
|
7 months ago |
Ivan Savenko
|
cd7732456a
Remove pointer to objects from TerrainTile
|
7 months ago |
Ivan Savenko
|
63d00b080e
Removed pointer to army from StackInstance
|
7 months ago |
Ivan Savenko
|
16a06179cf
Use ArtifactInstanceID in CGArtifact
|
7 months ago |
Ivan Savenko
|
ab11d2b075
Remove quests from CMap, now solely owned by quest objects
|
7 months ago |
Ivan Savenko
|
c02a8a84fd
Stacks of armed instance are now unique_ptr
|
7 months ago |
Ivan Savenko
|
797646cc05
Quests in map now use shared_ptr instead of const ptr
|
7 months ago |
Ivan Savenko
|
417ea6451a
Remove ConstTransitivePtr from hero and town instances
|
7 months ago |
Ivan Savenko
|
96d691b40c
Fix crash on closing game during background image upscaling
|
7 months ago |
Ivan Savenko
|
dff37ce81f
Fix freeze if AI initiates large number of async requests during turn
|
7 months ago |
Ivan Savenko
|
4a6a8f9496
Merge pull request #5496 from IvanSavenko/std_thread
|
7 months ago |
Ivan Savenko
|
9f713a0914
Rename int3::valid to isValid for consistency
|
7 months ago |
Ivan Savenko
|
0200e871c3
Code cleanup
|
7 months ago |
Ivan Savenko
|
a31788b874
Replace thread spawning with tbb pool for adventure AI
|
7 months ago |
Ivan Savenko
|
948abfb04c
AI now uses std::thread, added custom thread interruption logic
|
7 months ago |
Ivan Savenko
|
a8a6be7ac1
Fix potential compatibility with C++20 / C++23 mode
|
7 months ago |
Laserlicht
|
0182bcd74a
Revert "min_element and max_element from std"
|
7 months ago |
Laserlicht
|
a8b9ec9d67
Revert "std::sort instead of boost::sort"
|
7 months ago |
Laserlicht
|
ba2d8dc276
min_element and max_element from std
|
7 months ago |
Laserlicht
|
2f8566b63e
std::sort instead of boost::sort
|
7 months ago |
Laserlicht
|
75a95d8513
boost::lock_guard replace
|
7 months ago |
Laserlicht
|
7dfb499edf
replace boost locks with std
|
7 months ago |
Ivan Savenko
|
645b95ba02
Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY`
|
8 months ago |
Ivan Savenko
|
32391dc7a9
Pathfinder cache is now stored separately per playerBlocked
|
9 months ago |