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 |
Laserlicht
|
ecfe09f6b1
multilevel support
|
2 months ago |
Tomasz Zieliński
|
863e469b4d
+ Remove roads from wide connections BEFORE graph is generated
|
7 months ago |
Tomasz Zieliński
|
f0971dfdd6
First implementation of random connections
|
7 months 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 |
Tomasz Zieliński
|
e6f0afd586
Tweaking parameters, cleanup
|
1 year ago |
Tomasz Zieliński
|
64e8b9b2b9
Smarter scaling for forces between zones.
|
2 years ago |
Tomasz Zieliński
|
80b5c53815
Place quest artifacts after all the treasures are already created.
|
2 years ago |
Tomasz Zieliński
|
55d7d7b9b5
Fix coefficients to make dead code actually be used sometimes.
|
2 years ago |
Tomasz Zieliński
|
00d7901e59
Add another placement technique - swap two misplaced zones. Don't move same zones in consecutive iterations.
|
2 years ago |
Tomasz Zieliński
|
6551585f96
Start with low stifness to let zones pass through each other - typical temperature fall.
|
2 years ago |
Tomasz Zieliński
|
09d50a5e9f
First draft that kinda works.
|
2 years ago |
Konstantin
|
7bfb37df4d
vcmi: modernize lib/rmg
|
2 years ago |
Andrey Filipenkov
|
ff635edc0b
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
|
3 years ago |
Nordsoft91
|
4bd0ff680a
Random map generator refactoring (#762)
|
3 years ago |
Nordsoft91
|
9d06e51631
Place proper towns in underground (#743)
|
3 years ago |
AlexVinS
|
9d108d59db
Redone RMG template serialization using JSON serializer, added tests
|
7 years ago |
Arseniy Shestakov
|
f1e5797834
Code style: move or add licensing information on top of every file
|
8 years ago |
DjWarmonger
|
1d8fb01f46
More even distribution of surface / underground zones + refactoring.
|
9 years ago |
DjWarmonger
|
ac68dca328
Fixed zone placer so it now correctly evaluates found solution.
|
9 years ago |
Arseniy Shestakov
|
9fd1cff090
Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared
|
9 years ago |
Ivan Savenko
|
c3ce4b25df
Removed all #include's of CMap.h from headers.
|
10 years ago |
beegee1
|
c1ac95b288
- fixed Clang compiler warnings
|
11 years ago |
DjWarmonger
|
3acbda75ef
Restored old function signature for sanity.
|
11 years ago |
AlexVinS
|
c40c79fa94
Make gcc happy
|
11 years ago |
DjWarmonger
|
d2fd71d087
Zone shapes & terrains work nicely.
|
11 years ago |
DjWarmonger
|
27dcf70b1a
Randomized center positions of zones.
|
11 years ago |
beegee1
|
39d3102905
- Fixed compilation errors on clang
|
12 years ago |