Commit History

Author SHA1 Message Date
  Laserlicht ecfe09f6b1 multilevel support 3 months ago
  Ivan Savenko 829739da24 Reduce usage of implicit conversions to int 6 months ago
  Tomasz Zieliński 1def86a3ec Move main town to the tile with highest distance to water shore 7 months ago
  Ivan Savenko 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
  Ivan Savenko 2362c6da21 Fixes for multiple new issues from Sonar 8 months ago
  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