Laserlicht
|
bf0fcaadb7
fix rmg underground
|
1 month ago |
Ivan Savenko
|
118029b2ba
Merge pull request #5964 from Laserlicht/levels
|
2 months ago |
Tomasz Zieliński
|
07a6474117
Move road randomizer to separate file
|
2 months ago |
Tomasz Zieliński
|
3bfd714d3f
Merge branch 'develop' into randomize_optional_roads
|
2 months ago |
Laserlicht
|
ecfe09f6b1
multilevel support
|
2 months ago |
Ivan Savenko
|
829739da24
Reduce usage of implicit conversions to int
|
6 months ago |
Tomasz Zieliński
|
85f019b136
Ensure all trees are connected together
|
7 months ago |
Tomasz Zieliński
|
863e469b4d
+ Remove roads from wide connections BEFORE graph is generated
|
7 months ago |
Tomasz Zieliński
|
237f6ebb1c
Make sure that connection road is set to same value for both zones
|
7 months ago |
Tomasz Zieliński
|
6327e268f3
Simplified and correct algorithm
|
7 months ago |
Tomasz Zieliński
|
f4233aa2fd
First draft of new algorithm that deliberately links zones with towns
|
7 months ago |
Tomasz Zieliński
|
2d3892845b
Remove multiple connections without checking graph
|
7 months ago |
Tomasz Zieliński
|
5d410a4243
Use vstd::contains
|
7 months ago |
Tomasz Zieliński
|
d94b2f05eb
Handle multiple connections between pair of zones
|
7 months ago |
Tomasz Zieliński
|
7814d4ae8e
Clenaup
|
7 months ago |
Tomasz Zieliński
|
11ecb05bca
Fix connections not getting actually updated
|
7 months ago |
Tomasz Zieliński
|
f0971dfdd6
First implementation of random connections
|
7 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 |