Ivan Savenko
|
1cecaf2bf5
|
Skip unresolved identifier from list of allowed heroes/artifacts in vmap
|
2024-02-05 22:26:53 +02:00 |
|
Ivan Savenko
|
a18f9d1e8d
|
Added workaround for references to old 'torosar ' ID
|
2024-02-05 21:56:06 +02:00 |
|
Ivan Savenko
|
9e09fe08e1
|
Fixed duplicated hero check - was used too early, before hero type is
loaded
|
2024-02-05 21:55:48 +02:00 |
|
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
|
a97d1d9377
|
Fix crash on broken ENCHANTED bonus
|
2024-02-05 21:07:01 +02:00 |
|
Alexander Wilms
|
0495c52cf4
|
Don't call ScreenHandler::onScreenResize() when the window has been (un)maximized to avoid creating a huge texture and crashing
|
2024-02-05 18:59:55 +01:00 |
|
Ivan Savenko
|
9e5e7d95c3
|
Workaround for broken save compatibility
|
2024-02-05 18:46:48 +02:00 |
|
Ivan Savenko
|
b160cf1598
|
Merge pull request #3579 from kdmcser/develop
update Chinese translation
|
2024-02-05 18:44:59 +02:00 |
|
Ivan Savenko
|
156f1d9311
|
Merge pull request #3589 from Laserlicht/queue_adjust
adjustable queue size for embedded queue
|
2024-02-05 18:44:45 +02:00 |
|
Ivan Savenko
|
8cd6832297
|
Handle errors from global lobby on client
|
2024-02-04 21:23:21 +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 |
|
Andrii Danylchenko
|
ec5c44bb92
|
Merge pull request #3594 from vcmi/fix-3550
#3550 - fix case when unit is in reachability map but only next turn
|
2024-02-04 10:07:44 +02:00 |
|
Tomasz Zieliński
|
5c6a146952
|
Use HoTA values for water treasures
|
2024-02-04 08:57:02 +01: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 |
|
Ivan Savenko
|
1b6ac1052a
|
Properly lock UI mutex on accessing GUI state from network thread
|
2024-02-03 22:24:32 +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 |
|
Andrii Danylchenko
|
c66de29550
|
#3550 - fix case when unit is in reachability map but only next turn
|
2024-02-03 17:48:52 +02:00 |
|
Tomasz Zieliński
|
b7df6064cd
|
Add random map description and display it in RMG menu
|
2024-02-03 16:23:56 +01:00 |
|
Ivan Savenko
|
6eef197cea
|
Removed no longer used mutexes from match server
|
2024-02-03 17:04:14 +02:00 |
|
DjWarmonger
|
cb841e2e02
|
Merge pull request #3592 from godric3/map-editor-fixes
Map editor - fix submod list and mine resources
|
2024-02-03 13:13:19 +01:00 |
|
godric3
|
ec735aa959
|
Fix mine resource and productivity on map load, also made them non editable
|
2024-02-03 11:30:09 +01:00 |
|
godric3
|
b2cd92d937
|
Fix initializing map editor mod settings with more than one level of submods
|
2024-02-03 10:36:47 +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 |
|
Alexander Wilms
|
caa22ad9d8
|
Don't call recreateWindowAndScreenBuffers() in ScreenHandler::onScreenResize() to fix crash due to a huge texture being created
|
2024-02-02 08:52:59 +01:00 |
|
Ivan Savenko
|
29c0989849
|
Use std::byte to manage network data
|
2024-02-02 02:02:09 +02:00 |
|
Ivan Savenko
|
c12558bf8a
|
Simplified code
|
2024-02-02 01:26:53 +02:00 |
|
Ivan Savenko
|
ad547fcae0
|
Added basic logging
|
2024-02-02 00:21:52 +02:00 |
|
Ivan Savenko
|
c9ebf32efd
|
Send error messages if operation fails
|
2024-02-02 00:12:30 +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
|
64347a46c9
|
Merge pull request #3585 from IvanSavenko/changelog_january
Updated changelog
|
2024-02-01 22:25:38 +02:00 |
|
Laserlicht
|
5e3f0e631c
|
possibility to show small queue outside
|
2024-02-01 21:17:08 +01:00 |
|
Laserlicht
|
25188aead8
|
change config name
|
2024-02-01 20:50:58 +01:00 |
|
Laserlicht
|
aa2fc4b88a
|
adjustable queue size for embedded queue
|
2024-02-01 20:38:38 +01:00 |
|
Ivan Savenko
|
dabb719c5f
|
Merge pull request #3586 from Alexander-Wilms/ci-badge
Readme: Point CI badge to runs that were triggered by a push to the d…
|
2024-02-01 18:48:08 +02:00 |
|
Ivan Savenko
|
b25d4d76a7
|
Fix Grail digging success message
|
2024-02-01 18:22:11 +02:00 |
|