提交歷史

作者 SHA1 備註 提交日期
  Ivan Savenko 08fbcd5239 TerrainTile now uses identifiers instead of pointers to VLC 1 年之前
  Ivan Savenko 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 年之前
  Tomasz Zieliński 5b99974d31 Route roads even further away from zone boundary 1 年之前
  Ivan Savenko 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 年之前
  Tomasz Zieliński 5a979e42e2 Satisfy SonarCloud 1 年之前
  Tomasz Zieliński ee27a79aa1 Sonarcloud issues 1 年之前
  Tomasz Zieliński 21bb61fc4d Unused variable 1 年之前
  Tomasz Zieliński 7cb17afe7a Fix diagonal paths if we need to use them 1 年之前
  Tomasz Zieliński a6fa6855dc Route roads away from zone borders 1 年之前
  Tomasz Zieliński 20176521eb Actually revert this change, it's not better. 1 年之前
  Tomasz Zieliński 4d13c3b94f Final fixes and tweaks 1 年之前
  Tomasz Zieliński 186b6629c7 Do not hide roads behind objects 1 年之前
  Tomasz Zieliński acab1d38cf Build fix 1 年之前
  Tomasz Zieliński 67447acd0e First implementation that works 1 年之前
  Tomasz Zieliński 4d948e8c6d Also, this 1 年之前
  Tomasz Zieliński d8c93cb222 Protect every access to zone tiles with a mutex 1 年之前
  Tomasz Zieliński 8f1638f78a Try to not route roads through passable objects 1 年之前
  Ivan Savenko e67e4430ba Removed most of non-const static fields in lib. Reduced header includes. 1 年之前
  Alexander Wilms cca08e29da Remove duplicate semicolons 1 年之前
  Tomasz Zieliński f17d8babc5 Do not route road through the Corpse 1 年之前
  Alexander Wilms 2b21001743 lib/rmg/RoadPlacer.cpp: Remove "e" from this "throw" statement to rethrow the original exception. 2 年之前
  Ivan Savenko f13a53c1d9 Merge remote-tracking branch 'vcmi/beta' into develop 2 年之前
  Tomasz Zieliński c089e55893 Fix placing road inside underground rock 2 年之前
  Ivan Savenko 62fddca21e Split massive CModHandler class/file into multiple parts: 2 年之前
  Tomasz Zieliński 1762df2b77 Formatting 2 年之前
  Tomasz Zieliński 8bfa34e97b Allow routing road behind objects not visitable from top if that's absolutely neccessary. 2 年之前
  Tomasz Zieliński 730b36612c Respect GUI settings for roads. By default, all road types are enabled. 2 年之前
  Tomasz Zieliński 1cad64c470 Move road flag to placeObject() method 2 年之前
  Tomasz Zieliński 8ef25155df Remove dependencies of surface and underground zones 2 年之前
  Ivan Savenko acac42291e Remove excessive CMap.h includes 2 年之前