1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00
Commit Graph

14575 Commits

Author SHA1 Message Date
aa7ecea683 Switch turn timers handling to boost asio timer 2024-01-19 23:49:59 +02:00
0196707083 Fix UUID initialization on client 2024-01-19 23:49:59 +02:00
2396c14114 Fixed logic for reconnection attempts to local server. Cleanup.
Added distinct fields in config for local and remote connection.
Removed code for restoring last session since it does not works as
intended and often triggers after crash
2024-01-19 23:49:59 +02:00
a3639e77b1 Fixed handling of connection failure on client 2024-01-19 23:49:59 +02:00
a50cdbda0c Added timer functionality to NetworkServer
Might not be related to networking strictly speaking, but useful to have
functionality for network thread
2024-01-19 23:49:59 +02:00
d6869160c5 Simplify networking code on server 2024-01-19 23:49:59 +02:00
c9765a52ff Do not accept connections into ongoing game 2024-01-19 23:49:59 +02:00
5694777a96 Simplified connection logic 2024-01-19 23:49:59 +02:00
8ea69e457a Simplified applying of lobby packs 2024-01-19 23:49:59 +02:00
22f0ca67c6 Fix connection to game lobby & map load 2024-01-19 23:49:59 +02:00
0a1153e1c6 Switch client-server communication to new API 2024-01-19 23:49:59 +02:00
de5227142b Implemented message receiving / broadcasting 2024-01-19 23:49:59 +02:00
07fb313765 Implemented loading of latest messages on joining chat 2024-01-19 23:49:59 +02:00
f10b6df989 Implemented messages sending and storing in database 2024-01-19 23:49:59 +02:00
dff9cf39c0 Implemented connection handling 2024-01-19 23:49:59 +02:00
c2c43602ea Initial version of global lobby server available in client 2024-01-19 23:49:59 +02:00
c473e65b0f Merge pull request #3529 from IvanSavenko/post_merge_fixes
Post merge fixes
2024-01-19 23:37:12 +02:00
5424057309 Initial version of changelog 2024-01-19 21:21:23 +02:00
1f7e53a609 Code style fixes 2024-01-19 21:21:23 +02:00
db5539b39d Regenerated Qt translations 2024-01-19 21:21:23 +02:00
f067f4e001 Version bump to 1.5.0 2024-01-19 21:21:22 +02:00
339fad6e27 Merge pull request #3528 from vcmi/master
Merge master -> develop
2024-01-19 21:19:20 +02:00
b8f3de38c1 Merge pull request #3523 from IvanSavenko/fix_rmg
Fix crash on RMG
1.4.4
2024-01-19 19:49:04 +02:00
b5ef782fe1 Fix key value to match specs 2024-01-19 17:31:53 +02:00
aa02d5787a Better solution for rmg crash fix 2024-01-19 17:26:51 +02:00
44d3629028 Fix schema 2024-01-19 16:30:15 +02:00
2886d421ab Version bump 2024-01-19 16:18:13 +02:00
789c96d9b0 Fixed binding lambda to a reference to a temporary on stack 2024-01-19 16:17:59 +02:00
bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 2024-01-19 13:49:54 +02:00
dceae7398c Merge pull request #3518 from vcmi/beta
Merge beta -> master
1.4.3
2024-01-18 22:51:36 +02:00
69e87f929b Merge pull request #3516 from IvanSavenko/release_143
Release 1.4.3
2024-01-18 22:35:42 +02:00
1c154a0d96 Merge pull request #3517 from dydzio0614/polish-language-update
Update polish translation
2024-01-18 22:35:29 +02:00
6a5620e06e Update polish translation 2024-01-18 21:25:17 +01:00
9be0dcf456 Translate missing line 2024-01-18 22:21:32 +02:00
b2527c3775 Do not attempt to answer non-existing query 2024-01-18 22:21:07 +02:00
3d62863ce6 Add 1.4.3. download counter 2024-01-18 17:18:56 +02:00
8d43343c94 Updated changelog 2024-01-18 17:18:42 +02:00
9da60a2738 Updated Ukrainian translation 2024-01-18 17:18:31 +02:00
c31d52bff6 Added new bonus icon 2024-01-18 17:18:13 +02:00
cf9a4a580b Merge pull request #3513 from Laserlicht/hide_adventuremap
hide adventuremap
2024-01-18 16:42:03 +02:00
7d7b86ebc2 Merge pull request #3503 from IvanSavenko/changelog_143
[1.4.3] Changelog
2024-01-18 16:24:28 +02:00
3e8f110482 Merge pull request #3515 from SoundSSGood/backpack-statusbar
Backpack statusbar
2024-01-18 16:05:42 +02:00
b698b6e79d Merge pull request #3512 from Alexander-Wilms/use-auto-with-template-factory-functions-for-smart-pointers
Use auto with template factory functions for smart pointers
2024-01-18 16:05:05 +02:00
9025744cc5 Merge pull request #3510 from Alexander-Wilms/remove-semicolons-from-macros
Remove trailing semicolons from more macros
2024-01-18 16:03:55 +02:00
b1bd44de1e Merge pull request #3298 from vcmi/random_prison_distributor
Fixes to hero / prison distribution
2024-01-18 16:03:08 +02:00
a753319ad0 backpack window statusbar 2024-01-18 15:55:54 +02:00
8d4b74b441 Assembling in backpack fixed 2024-01-18 12:49:08 +02:00
a1f4fcb78a hide adventuremap 2024-01-18 00:47:18 +01:00
b364f707cd Fix issues introduced by automated replacement of redundant types 2024-01-17 20:12:57 +00:00
7a1cee1a60 Fix error: 'auto' not allowed in non-static struct member 2024-01-17 14:49:28 +00:00