Ivan Savenko
|
87059be67b
|
Added range checks to values read from h3m.
Fixes reading of morale/luck values (-3..3) as unsigned leading to
overflow.
|
2024-02-05 21:27:55 +02:00 |
|
Ivan Savenko
|
4af4d1a75e
|
Remove excessive logging
|
2024-02-05 21:11:00 +02:00 |
|
Ivan Savenko
|
342e6daebd
|
Fix copy-paste error
|
2024-02-05 21:07:50 +02:00 |
|
Ivan Savenko
|
9e5e7d95c3
|
Workaround for broken save compatibility
|
2024-02-05 18:46:48 +02:00 |
|
Ivan Savenko
|
b3c5882e11
|
Workaround for broken save compatibility
|
2024-02-04 21:22:51 +02:00 |
|
Ivan Savenko
|
d4bedd8d8d
|
Fixed handling of match server crash
|
2024-02-04 19:58:09 +02:00 |
|
Tomasz Zieliński
|
af3c6450a7
|
Update comments
|
2024-02-04 08:56:45 +01:00 |
|
Tomasz Zieliński
|
7ce3553a6d
|
Fix race condition when placing object at teh shore
|
2024-02-04 08:56:21 +01:00 |
|
Tomasz Zieliński
|
6528124c1e
|
Do not fill water zone with obstacles
|
2024-02-04 08:55:51 +01:00 |
|
Ivan Savenko
|
7dee24edae
|
Cleanup
|
2024-02-03 23:30:16 +02:00 |
|
Dydzio
|
365fedc7e8
|
Merge branch 'develop' into sod-fly
|
2024-02-03 20:40:32 +01:00 |
|
Ivan Savenko
|
80fc2bb695
|
Merge remote-tracking branch 'vcmi/develop' into lobby
|
2024-02-03 21:11:34 +02:00 |
|
DjWarmonger
|
c09d577a24
|
Merge pull request #3590 from vcmi/penrose_tiling
Positive opionions, no issues found.
|
2024-02-03 20:00:46 +01:00 |
|
Ivan Savenko
|
bd4c7e3ac0
|
Added LobbyPrepareStartGame pack to replace old workarounds
|
2024-02-03 19:57:23 +02:00 |
|
Ivan Savenko
|
2c2bec791c
|
Fixes and cleanup of game client network shutdown and restart
|
2024-02-03 19:27:04 +02:00 |
|
Tomasz Zieliński
|
b7df6064cd
|
Add random map description and display it in RMG menu
|
2024-02-03 16:23:56 +01:00 |
|
Tomasz Zieliński
|
e6f0afd586
|
Tweaking parameters, cleanup
|
2024-02-02 15:50:33 +01:00 |
|
Ivan Savenko
|
f97ffd8e9a
|
Better handling of disconnects, code cleanup
|
2024-02-02 15:32:06 +02:00 |
|
Tomasz Zieliński
|
178f960533
|
First working version
|
2024-02-02 14:27:32 +01:00 |
|
Ivan Savenko
|
03fcfe3392
|
Use std::byte in serializer
|
2024-02-02 13:09:12 +02:00 |
|
Tomasz Zieliński
|
9f7c986621
|
First version that compiles successfully
|
2024-02-02 10:37:08 +01:00 |
|
Ivan Savenko
|
29c0989849
|
Use std::byte to manage network data
|
2024-02-02 02:02:09 +02:00 |
|
Ivan Savenko
|
58ee72f684
|
Merge pull request #3588 from IvanSavenko/fix_regressions
Fix regressions
|
2024-02-01 22:27:52 +02:00 |
|
Ivan Savenko
|
7247038458
|
Merge pull request #3574 from SoundSSGood/altar-fixes
Artifacts altar related fixes
|
2024-02-01 22:27:41 +02:00 |
|
Ivan Savenko
|
b25d4d76a7
|
Fix Grail digging success message
|
2024-02-01 18:22:11 +02:00 |
|
Ivan Savenko
|
e66a982c96
|
Fix backpack availability check in Grail digging
|
2024-02-01 18:21:54 +02:00 |
|
SoundSSGood
|
a42b60feb9
|
suggested changes
|
2024-02-01 13:28:08 +02:00 |
|
Ivan Savenko
|
290cc1510b
|
Added text container with map translations to campaign state
Fixes missing translations for heroes names customized on maps after
their transfer to next scenario
|
2024-01-31 20:01:24 +02:00 |
|
Ivan Savenko
|
5c5fb523a4
|
Implemented transfer of artifacts held by non-transferred heroes
|
2024-01-31 19:32:59 +02:00 |
|
Ivan Savenko
|
6d0803dab6
|
Fixed decompression of slayer.h3c from french version from gog.com
|
2024-01-31 16:41:42 +02:00 |
|
Ivan Savenko
|
049c352511
|
Added loss condition "lose part of Angelic Alliance" to Yog campaign
|
2024-01-31 12:52:16 +02:00 |
|
Ivan Savenko
|
709d05205d
|
Yog will now receive Angelic Alliance in his campaign
|
2024-01-31 12:42:02 +02:00 |
|
Ivan Savenko
|
2e4895766a
|
Implemented tracking of objects destroyed by players
|
2024-01-31 01:37:33 +02:00 |
|
Ivan Savenko
|
ccea7fc1fb
|
Yog will now only get Attack or Defence on leveling up
|
2024-01-31 00:18:10 +02:00 |
|
Ivan Savenko
|
a9866bb5c6
|
Added RandomGeneratorUtil::nextItemWeighted convenience method
|
2024-01-31 00:17:40 +02:00 |
|
Ivan Savenko
|
7992144763
|
Gem class is now Sorceress
|
2024-01-30 23:34:27 +02:00 |
|
Ivan Savenko
|
3abc26e789
|
Moved checks for campaign heroes to CGHeroInstance class
|
2024-01-30 23:33:58 +02:00 |
|
Ivan Savenko
|
c5c46a7c9a
|
Implemented connecting to server via proxy
|
2024-01-30 21:31:41 +02:00 |
|
Tomasz Zieliński
|
c5aa31f46a
|
First sketch
|
2024-01-30 18:04:15 +01:00 |
|
SoundSSGood
|
c6ca6ad835
|
sacrifice routine
|
2024-01-27 23:01:57 +02:00 |
|
SoundSSGood
|
652f009181
|
arts altar - arts holder
|
2024-01-27 15:28:21 +02:00 |
|
Ivan Savenko
|
eaca128c99
|
Code cleanup
|
2024-01-26 19:15:57 +02:00 |
|
Ivan Savenko
|
322c5faf63
|
Merge remote-tracking branch 'vcmi/develop' into lobby
|
2024-01-26 16:52:23 +02:00 |
|
Ivan Savenko
|
388ca6e776
|
Added list of active accounts and rooms to UI. Added room creation logic
|
2024-01-26 16:32:36 +02:00 |
|
Ivan Savenko
|
4d0c0f10a9
|
Merge pull request #3530 from Laserlicht/tavern
Invite hero
|
2024-01-26 13:12:55 +02:00 |
|
Ivan Savenko
|
2a193effcc
|
Merge branch 'master' into 'develop'
|
2024-01-25 16:23:13 +02:00 |
|
Tomasz Zieliński
|
a2e0742ffb
|
Fix invalid logic which made AI not attack guards
|
2024-01-24 13:45:05 +02:00 |
|
Ivan Savenko
|
702fc8077d
|
Fix possible crash on invalid spell
|
2024-01-24 13:43:35 +02:00 |
|
Tomasz Zieliński
|
dbf53d78ba
|
Fix invalid logic which made AI not attack guards
|
2024-01-24 06:20:46 +01:00 |
|
Tomasz Zieliński
|
5836e390f1
|
Do not place zone guards adjacent to 3rd zone
|
2024-01-23 13:45:35 +02:00 |
|