Ivan Savenko
|
a31788b874
Replace thread spawning with tbb pool for adventure AI
|
8 months ago |
Ivan Savenko
|
219eea86ff
Better handling of AI shutdown
|
8 months ago |
Ivan Savenko
|
5f052165fe
Fix missing names for some threads
|
8 months ago |
Ivan Savenko
|
dda48b3693
Fix build
|
8 months ago |
Ivan Savenko
|
64ac14fa06
Remove boost::thread from cmakelists
|
8 months ago |
Ivan Savenko
|
948abfb04c
AI now uses std::thread, added custom thread interruption logic
|
8 months ago |
Ivan Savenko
|
844dfb1604
Removed usage of boost::thread from vcmi, except for AI
|
8 months ago |
Ivan Savenko
|
3d205e0291
Remove CThreadHelper class, final usage replaced with tbb
|
8 months ago |
Ivan Savenko
|
0536c55b9d
Merge pull request #5494 from IvanSavenko/cpp_compat
|
8 months ago |
Ivan Savenko
|
a8a6be7ac1
Fix potential compatibility with C++20 / C++23 mode
|
8 months ago |
Ivan Savenko
|
f348e20a63
Merge pull request #5487 from IvanSavenko/game_engine_2
|
8 months ago |
Ivan Savenko
|
272943f38a
Merge pull request #5491 from IvanSavenko/threading
|
8 months ago |
Ivan Savenko
|
06be6b909c
Fix build, reduce includes of CConsoleHandler
|
8 months ago |
Ivan Savenko
|
dd1b877449
Replace several more globals with locals
|
8 months ago |
Ivan Savenko
|
782362e5ce
Remove `console` global
|
8 months ago |
Ivan Savenko
|
e5a095a237
Remove main menu global. Now accessed via GameInstance
|
8 months ago |
Ivan Savenko
|
d3de0d525f
Removed GameEngine::curInt member
|
8 months ago |
Ivan Savenko
|
a4587c0e65
Add basic docs on vcmi threads
|
8 months ago |
Ivan Savenko
|
33468f21ff
Remove custom implementation of threadpool from rmg in favor of TBB
|
8 months ago |
Ivan Savenko
|
f06e707108
Merge pull request #5488 from Laserlicht/boost
|
8 months ago |
Ivan Savenko
|
b0de99fe89
Merge pull request #5478 from heroesiiifan/translation
|
8 months ago |
Ivan Savenko
|
0d4d004516
Merge pull request #5489 from IvanSavenko/changelog_february
|
8 months ago |
Ivan Savenko
|
924c1cb3f5
Initial changelog for 1.7.0
|
8 months ago |
Laserlicht
|
0182bcd74a
Revert "min_element and max_element from std"
|
8 months ago |
Laserlicht
|
a8b9ec9d67
Revert "std::sort instead of boost::sort"
|
8 months ago |
Laserlicht
|
b977a4bbfe
Revert "boost::system_error"
|
8 months ago |
Ivan Savenko
|
1097a80c1e
Merge pull request #5414 from IvanSavenko/bonus_icons
|
8 months ago |
Laserlicht
|
ba2d8dc276
min_element and max_element from std
|
8 months ago |
Laserlicht
|
2f8566b63e
std::sort instead of boost::sort
|
8 months ago |
Laserlicht
|
38b537dcaf
remove boost header
|
8 months ago |