1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00
Commit Graph

1573 Commits

Author SHA1 Message Date
b9087e2d63 Apply suggestions from code review
Co-authored-by: Nordsoft91 <nordsoft@yahoo.com>
2022-11-10 17:45:54 +02:00
f2afd9e831 Update server/CGameHandler.cpp
Co-authored-by: Nordsoft91 <nordsoft@yahoo.com>
2022-11-10 17:37:50 +02:00
9ffc50457a Bypass command line args to vcmiserver 2022-11-08 18:05:47 +04:00
97e5fc8a07 Lobby works 2022-11-08 04:44:34 +04:00
3a3b559a0b attempt to fix the build 2022-11-07 14:20:28 +02:00
203c54e956 BulkMoveArtifacts structure optimization 2022-11-07 14:13:36 +02:00
0032947735 regression fixed. Artifact assemble dialog shows multiple times. 2022-11-07 00:36:13 +02:00
a35db9a696 server blocksPack upd 2022-11-07 00:19:43 +02:00
f72a3e3884 function ArtifactUtils::checkSpellbookIsNeeded for the artifacts like a Titan's thunder 2022-11-07 00:18:05 +02:00
0f391e19d5 server side funcs 2022-11-06 23:59:30 +02:00
95ab343116 Net Packs BulkMoveArtifacts structure and BulkMoveArtifacts::applyCl 2022-11-06 23:54:50 +02:00
6eb43d3834 Minor changes 2022-10-27 01:39:57 +04:00
21a1706627 First working prototype 2022-10-27 00:52:39 +04:00
dd45d1a9cf Develop game part 2022-10-25 05:27:53 +04:00
2645843d4f Fix dead server 2022-10-08 22:23:02 +04:00
63b29cbaea Code review tweaks 2022-10-08 19:52:53 +04:00
e718f7fe39 Fix reconnection 2022-10-06 19:23:34 +04:00
ea49b8cf40 Cleanup code 2022-10-06 17:56:54 +04:00
16e185343a Add host commands to control game 2022-10-06 15:54:46 +04:00
895ec2d302 Make console available during other players' turn 2022-10-05 19:04:51 +04:00
3ff38b84a2 Support hotseat over multiplier 2022-10-05 01:54:31 +04:00
77ff6a64e6 Show message about client connecting and disconnecting 2022-10-05 00:51:34 +04:00
930f03e812 uuid check 2022-10-04 20:54:40 +04:00
0ea5a8fbe7 Merge remote-tracking branch 'upstream/develop' into mp-disconnection
# Conflicts:
#	server/CVCMIServer.cpp
2022-10-04 17:41:43 +04:00
722acb2a1d Reconnection works 2022-10-04 05:42:14 +04:00
16a5414247 Reconnection partially works 2022-10-04 05:09:03 +04:00
b91bb41a80 One step forward 2022-10-04 02:25:22 +04:00
5c44c8f4da Merge pull request #1011 from kambala-decapitator/fix-multiple-heals
allow healing ability only before first turn of each round
2022-10-03 21:43:08 +03:00
382b3ae94a Merge pull request #1041 from vcmi/nkai-fixes
NKAI: android fixes
2022-10-03 20:30:05 +03:00
04490b709a Merge pull request #1000 from vcmi/multiplayer
Multiplayer
2022-10-03 20:16:39 +03:00
512cf014aa Freeze current state 2022-10-03 20:47:00 +04:00
f4b7cf8196 Transfer player ownership to AI 2022-10-03 20:47:00 +04:00
52371a4d3e allow healing ability before first turn attempt of each round 2022-10-03 15:48:39 +03:00
8f599ed043 NKAI: android fixes 2022-10-03 09:01:15 +03:00
2434fe3f6f NK: fix AI speed 2022-10-01 13:49:27 +03:00
fea05a4320 Finally game restart works
# Conflicts:
#	lib/CGameState.cpp
#	server/CVCMIServer.cpp
2022-09-29 21:08:05 +04:00
dae726b82d Merge pull request #1005 from kambala-decapitator/ios-min-12
raise iOS deployment target to 12.0
2022-09-29 19:57:04 +03:00
cbfa125085 Remove commented line 2022-09-29 14:29:57 +04:00
20c102e648 Remove T prefix from new typedefs 2022-09-29 11:44:46 +02:00
bebe0dd86c Some change 2022-09-29 00:35:38 +04:00
2eb497b477 Looks like everything works 2022-09-28 23:38:41 +04:00
7ee4fca120 Pass whole gamestate over network 2022-09-28 23:15:05 +04:00
f386f42166 Merge remote-tracking branch 'origin/develop' into terrain-rewrite
# Conflicts:
#	lib/Terrain.cpp
#	lib/Terrain.h
#	lib/battle/CBattleInfoEssentials.cpp
#	lib/rmg/ObstaclePlacer.cpp
#	lib/rmg/RiverPlacer.cpp
2022-09-27 07:50:17 +02:00
53ac61b52b iOS: don't create unused CConsoleHandler 2022-09-27 07:05:10 +03:00
d4f97aadf0 Merge branch 'develop' into incomatibility-response 2022-09-25 13:26:07 +04:00
4ea57ea7fc A variety of suggested style tweaks 2022-09-25 09:33:56 +02:00
9f46bf5bff Apply suggestions from code review
Co-authored-by: Nordsoft91 <nordsoft@yahoo.com>
2022-09-24 15:55:26 +03:00
605d5b6481 add dedicated macro when building as single process
fix kambala-decapitator/vcmi#40
2022-09-24 15:55:25 +03:00
cd4b68c034 fix repeated launches of single player
now server actually terminates
2022-09-24 15:55:22 +03:00
342a859a3f fix typo 2022-09-24 15:55:21 +03:00