1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Mircea TheHonestCTO
2e49d6aca9 fix: skip pass and priority pass if hero is not valid anymore to as extra checks for lost heroes 2025-09-04 00:56:36 +02:00
Mircea TheHonestCTO
7a40981a95 overall refactoring, HeroPtr adjustments, AiNodeStorage remove unnecessary callback 2025-09-04 00:07:12 +02:00
Mircea TheHonestCTO
19076ee29d fix AINodeStorage::calculateChainInfo using invalid/unverified/lost heroes which lead to multiple issues down the line in makeTurn 2025-09-04 00:03:42 +02:00
Mircea TheHonestCTO
13bd7ed8f4 WIP remove thread_local CCallback in HeroPtr 2025-09-01 04:49:21 +02:00
Mircea TheHonestCTO
fa677eb243 WIP remove thread_local CCallback * ccTl 2025-08-30 20:15:03 +02:00
Mircea TheHonestCTO
3aedb44280 todo to investigate 2025-08-30 12:10:34 +02:00
Mircea TheHonestCTO
ebdd044838 delete unused code 2025-08-30 08:51:44 +02:00
Mircea TheHonestCTO
d081c6c54e nothing to trigger CI/CD again, dummy download failure in the last run 2025-08-30 08:44:54 +02:00
Mircea TheHonestCTO
12076a03fd NK2AI_TRACE_LEVEL 0 -> 2 because it should be safe now after the thread local fix 2025-08-30 06:53:26 +02:00
Mircea TheHonestCTO
1b0b15063f fix nullptr thread_local gw and cc: introduce SET_GLOBAL_STATE_TBB for tbb:parallel_for 2025-08-30 06:52:48 +02:00
Mircea TheHonestCTO
7c64d2a93e move *TRACE_LEVEL to 0 2025-08-25 19:59:41 +02:00
Mircea TheHonestCTO
3905b2ec1c maximum logging for BattleAI, NK and NK2 2025-08-25 18:24:56 +02:00
Mircea TheHonestCTO
d113bc28d9 AINodeStorage.h NKAI #define to NK2AI 2025-08-24 22:35:27 +02:00
Mircea TheHonestCTO
54b3d17bcf AINodeStorage.h NKAI #define to NK2AI 2025-08-24 21:15:34 +02:00
Mircea TheHonestCTO
58543f23cf refactoring RecruitHeroBehavior + test sample; renamed more Nullkiller variables consistently 2025-08-24 09:12:34 +02:00
Mircea TheHonestCTO
188a0ebfd8 temporarily activate tracing logs 2025-08-19 23:08:14 +02:00
Mircea TheHonestCTO
daf24de3e9 better resources and mines gathering; include TODOs for all the things that need to be investigated 2025-08-17 16:20:25 +02:00
Mircea TheHonestCTO
bf3d5627e0 Bring back cbc in CAdventureAI and rename the rest to cc 2025-08-16 20:17:18 +02:00
Mircea TheHonestCTO
b8bf8714a1 consistent renaming of ai into aiGw or aiNk and cbc 2025-08-16 00:22:18 +02:00
Mircea TheHonestCTO
6b6298fa33 consistent renaming of ai into aiGw or aiNk and cbc 2025-08-15 18:58:14 +02:00
Mircea TheHonestCTO
6692df58da consistent renaming of ai into aiGw or aiNk and cbc 2025-08-15 18:53:57 +02:00
Mircea TheHonestCTO
9a09654a0f consistent renaming of ai into aiGw or aiNk and cbc 2025-08-15 18:30:28 +02:00
Mircea TheHonestCTO
306f01610d AIGateway.cpp thread_local vars consistent renaming 2025-08-15 17:47:21 +02:00
Mircea TheHonestCTO
e861ac8fe7 revert to NKAI_TRACE_LEVEL 0 2025-08-15 16:26:50 +02:00
Mircea TheHonestCTO
64324f4821 change namespace 2025-08-13 17:16:27 +02:00
Mircea TheHonestCTO
7f2c3ba556 revert file name without 2 to make it easier to compare new vs old 2025-08-13 17:10:29 +02:00
Mircea TheHonestCTO
fec11fc9f5 revert file name without 2 to make it easier to compare new vs old 2025-08-13 17:05:30 +02:00
Mircea TheHonestCTO
ffad6c6a43 cloned Nullkiller into Nullkiller2 2025-08-13 14:41:15 +02:00