提交历史

作者 SHA1 备注 提交日期
  Ivan Savenko faa7cbff18 Fixed gcc/clang warnings 10 年之前
  Ivan Savenko c2f4991e99 Replaced barrier with mutex due to data races: 10 年之前
  Ivan Savenko 2e56b547ee replaced references to SectorMap with shared_ptr to avoid data races in AI code 10 年之前
  Ivan Savenko 7189a12df2 removed few more includes from headers 10 年之前
  Ivan Savenko 7b5a7f43ad Removed includes of CGameState from headers 10 年之前
  ArseniyShestakov f55bfe41d6 Digging: implement digging status on right click. Fix issue 401 10 年之前
  ArseniyShestakov 5106738160 Merge branch 'develop' into feature/pathfinderLayers 10 年之前
  ArseniyShestakov 866a0a1fc0 VCAI: little improvement for 2a59cb619137cb443adce6aba009ecf37a6a57da 10 年之前
  ArseniyShestakov ac12a0735e Plumbing on client and server to make flying actually work 10 年之前
  ArseniyShestakov 2b6e1498d2 Pathfinding: change argument order for getPath and AUTO layer as default 10 年之前
  DjWarmonger 1e36f3cecd Cache SectorMap where possible and update when necessary. 10 年之前
  AlexVinS e8e484bbca Merge branch 'mutexRelax_fix' into develop 10 年之前
  DjWarmonger 2a59cb6191 Fixed #2308 - AI didn't attack enemy heroes at all. 10 年之前
  DjWarmonger 768b1ca289 More consitent code. 10 年之前
  DjWarmonger 87f838f286 AI should poke inaccessible Quest Guards less often. 10 年之前
  DjWarmonger 520e42bcd7 Fixed #2317 10 年之前
  DjWarmonger 4e444abf66 Few more uses of cached visibleTiles. 10 年之前
  DjWarmonger afe65d1264 Relaxed some locks in VCAI. 10 年之前
  DjWarmonger 1c14dbf7b2 Cache SectorMaps to evaluate multiple goals -> huge performance boost 10 年之前
  DjWarmonger a3ce1521e5 Cache visible tiles within SectorMap for quicker access. 10 年之前
  DjWarmonger 2012d53dd6 Fixed issues with exchanging combo artifacts (#2132). 10 年之前
  DjWarmonger 6af8db2c69 Fixed logic discrepancy for (in)visible objects. Fixes #2224, #2225 and possibly more. 10 年之前
  DjWarmonger 3e8c395156 - More fixes for wander targets 10 年之前
  DjWarmonger d32461d9d1 Complete solution for artifact equip & exchange. 10 年之前
  DjWarmonger b3f482b8a8 Restored artifact selection & exchange, work in progress. 10 年之前
  DjWarmonger 264a0c4fe7 - Restored evaluation of wander targets at every step. 10 年之前
  DjWarmonger 2f588b548e Fixed one case when heroes exchanged armies until ran out of movement points. 10 年之前
  DjWarmonger 6cfc89dc7c A number of fixes for wander / SectorMap. 10 年之前
  DjWarmonger b2a75551c8 - Extensive use of SectorMap. AI will not eagerly pick guarded and blocked treasures. 10 年之前
  DjWarmonger 299e9d5a0b Experiment - do not prioritize reserved objects during wandering to prevent running back and forth. 10 年之前