Ivan Savenko
|
5178e4842e
Moved generation of new rumors to server
|
1 year ago |
Ivan Savenko
|
55bf75c43e
Remove no longer used random seeds from StartInfo
|
1 year ago |
Ivan Savenko
|
0d66ddbeec
GameState now uses random generator from server. Blocked access to rmg
|
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
|
84bc6c42db
Added 'Serializeable' base class for classes serializeable by pointer
|
1 year ago |
Ivan Savenko
|
fc252bb9eb
Random town names are now guaranteed to be unique on the map
|
1 year ago |
Ivan Savenko
|
a9866bb5c6
Added RandomGeneratorUtil::nextItemWeighted convenience method
|
1 year ago |
Ivan Savenko
|
0c07384293
Refactoring of serialization versioning handling
|
1 year ago |
Ivan Savenko
|
a15366f5a5
Make IObjectInterface::cb non-static
|
1 year ago |
Alexander Wilms
|
f3277b7953
Define each identifier in a dedicated statement
|
1 year ago |
Ivan Savenko
|
0691dfef3b
Moved stateful artifact randomization logic to gamestate from handler
|
2 years ago |
Ivan Savenko
|
7a09646009
Cleaned up dwelling randomization
|
2 years ago |
Ivan Savenko
|
dcb8f4fc7b
Moved object type randomization to object class
|
2 years ago |
Ivan Savenko
|
3880ea58b9
Merge branch 'josch/dos2unix' into develop
|
2 years ago |
Laserlicht
|
0eba0ee686
show random maps
|
2 years ago |
Johannes Schauer Marin Rodrigues
|
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
|
2 years ago |
nordsoft
|
cb3bbc6680
Restructured difficulty config
|
2 years ago |
nordsoft
|
0de912e67b
Add basic system to add more advantages for ai player
|
2 years ago |
Ivan Savenko
|
fc4dfda00f
Added support for concurrent battles to gamestate and server
|
2 years ago |
Ivan Savenko
|
edd029c79c
Replace "currentPlayer" from gamestate with "activePlayers"
|
2 years ago |
Ivan Savenko
|
e54287ea5d
Converted remaining identifier to new system
|
2 years ago |
Ivan Savenko
|
0240ee886d
Converted (almost) all namespace enum's to enum classes
|
2 years ago |
Ivan Savenko
|
62cd8b12d4
Converted several namespace enums to enum class
|
2 years ago |
nordsoft
|
dfaf778d16
Redesign loading solution
|
2 years ago |
nordsoft
|
45f13c7964
Progress update on client side
|
2 years ago |
nordsoft
|
584dd20943
Progress on server side for rmg
|
2 years ago |
Ivan Savenko
|
463efea7bb
Fix hero retreating handling & code cleanup
|
2 years ago |
Ivan Savenko
|
19ace6a849
Moved hero pool logic to the separate files
|
2 years ago |
Ivan Savenko
|
0fdbf54937
Use HeroTypeID instead of int
|
2 years ago |