Ivan Savenko
|
63bcf7d83c
Replaced most of usages of CRandomGenerator with vstd::RNG in library
|
1 year ago |
Ivan Savenko
|
2d0bd94135
Fix rmg generation if player list is not continuous
|
1 year ago |
Tomasz Zieliński
|
b7320bbc8a
Cleanup
|
1 year ago |
Tomasz Zieliński
|
2c32c770f7
First version that works in lobby
|
1 year ago |
Ivan Savenko
|
ca2df49fbb
Block usage of preselected starting heroes for prisons in RMG
|
1 year ago |
Tomasz Zieliński
|
d0e100c1bb
Fix unused variable
|
1 year ago |
Tomasz Zieliński
|
91ebac3c2e
Fix incorrect check
|
1 year ago |
Ivan Savenko
|
0d6bd0c60a
Fix assertion failure in RMG
|
1 year ago |
Ivan Savenko
|
13763cad8e
Remove few more implicit conversions
|
1 year ago |
Tomasz Zieliński
|
c909bd766e
Merge remote-tracking branch 'origin/develop' into fix_rmg_teams
|
1 year ago |
Ivan Savenko
|
8d5fa41a19
Minor fixes
|
2 years ago |
Ivan Savenko
|
3634fb2158
Remove int <=> Identifier comparisons
|
2 years ago |
Tomasz Zieliński
|
6e7b68d0e6
Unused variable, unused code
|
2 years ago |
Tomasz Zieliński
|
3b7b21bcc8
Fix unused variable
|
2 years ago |
Tomasz Zieliński
|
5962e5c0e0
Fix infinite loop
|
2 years ago |
Tomasz Zieliński
|
f39edf9413
Update ally and enemy flags when selecting new template
|
2 years ago |
Tomasz Zieliński
|
4f2cde018c
Fixed most of reported issues, removed unused code.
|
2 years ago |
Tomasz Zieliński
|
368a185008
Cleaning up the code
|
2 years ago |
Tomasz Zieliński
|
07dac8b6d4
Works more or less
|
2 years ago |
Tomasz Zieliński
|
36911d1e0a
Merge remote-tracking branch 'origin/develop' into fix_rmg_teams
|
2 years ago |
Ivan Savenko
|
ec8d31bbfc
First step at unifying game identifiers code
|
2 years ago |
Tomasz Zieliński
|
69abfda981
stash
|
2 years ago |
Tomasz Zieliński
|
6522cec969
Just the notes
|
2 years ago |
Tomasz Zieliński
|
b4fcf20b19
Fix
|
2 years ago |
Tomasz Zieliński
|
fabad20aa1
Compile fixes, cleanup
|
2 years ago |
Tomasz Zieliński
|
730b36612c
Respect GUI settings for roads. By default, all road types are enabled.
|
2 years ago |
DjWarmonger
|
e98a50b45a
Merge pull request #2123 from Warzyw647/rmg-split-enum-monster-strength
|
2 years ago |
Ivan Savenko
|
acac42291e
Remove excessive CMap.h includes
|
2 years ago |
Warzyw647
|
af3c6abb5e
Added zone guard strength "none"
|
2 years ago |
Warzyw647
|
5363fd5db3
Changing other enums to enum classes and adding comments with reasons for why some enums stay as enum-in-namespace.
|
2 years ago |