Commit History

Author SHA1 Message Date
  Tomasz Zieliński a7fa3c7d8b Ignore new connections for zone placement. 1 year ago
  Ivan Savenko 4aa73b40c9 Split CTownHandler into smaller chunks 1 year ago
  Ivan Savenko 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library 1 year ago
  Alexander Wilms 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
  Ivan Savenko 3bea383b59 Merge branch 'vcmi/beta' into 'vcmi/develop' 1 year ago
  Ivan Savenko 2d0bd94135 Fix rmg generation if player list is not continuous 1 year ago
  Ivan Savenko 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
  Tomasz Zieliński d8c93cb222 Protect every access to zone tiles with a mutex 1 year ago
  Tomasz Zieliński 9d620b924d Implement TODO 1 year ago
  Tomasz Zieliński 0b8dc02d2b Clean up duplicated code 1 year ago
  Tomasz Zieliński c6a9d94630 Fix crash with empty zone 1 year ago
  Tomasz Zieliński 2e8801084d Clean up RMG logs 1 year ago
  Tomasz Zieliński af3c6450a7 Update comments 1 year ago
  Tomasz Zieliński e6f0afd586 Tweaking parameters, cleanup 1 year ago
  Tomasz Zieliński 178f960533 First working version 1 year ago
  Ivan Savenko e67e4430ba Removed most of non-const static fields in lib. Reduced header includes. 1 year ago
  Alexander Wilms cca08e29da Remove duplicate semicolons 1 year ago
  Alexander Wilms f3277b7953 Define each identifier in a dedicated statement 1 year ago
  Tomasz Zieliński c909bd766e Merge remote-tracking branch 'origin/develop' into fix_rmg_teams 2 years ago
  Ivan Savenko 3634fb2158 Remove int <=> Identifier comparisons 2 years ago
  Tomasz Zieliński 07dac8b6d4 Works more or less 2 years ago
  Ivan Savenko ec8d31bbfc First step at unifying game identifiers code 2 years ago
  Tomasz Zieliński 3889193a48 Reorganize namespaces 2 years ago
  Tomasz Zieliński 64e8b9b2b9 Smarter scaling for forces between zones. 2 years ago
  Tomasz Zieliński 25707b6d5e Place zones in order given by template. Yields better results in a number of cases. 2 years ago
  Tomasz Zieliński 65d10cf9f2 + Handle Wide Connections 2 years ago
  Tomasz Zieliński 2603e11f48 Simplify and correct ZonePlacer main loop, make sure to save optimal solution at every step. 2 years ago
  Tomasz Zieliński aa16f57b8a Remove unused variables 2 years ago
  Tomasz Zieliński 71f882d5ba Refactored Functions.cpp, removed unused function. 2 years ago
  Tomasz Zieliński 73d9f5bd0a Parallel RMG works fine for maps without water. 2 years ago