1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
Commit Graph

945 Commits

Author SHA1 Message Date
64c82c9133 Fixed UI locking in simturns 2023-09-26 13:42:20 +03:00
c3373ea34c code review 2023-09-25 18:06:40 +02:00
8a0565eb9b use vector 2023-09-23 22:15:05 +02:00
c49d38b855 cheats + grail in town 2023-09-23 21:37:40 +02:00
6f8b62d77d codereview 2023-09-23 20:41:30 +02:00
d2398b804a implement adding 2023-09-23 13:14:45 +02:00
d3f007453d win screen ready 2023-09-23 01:36:01 +02:00
1a0f5cf159 calc preperation 2023-09-23 00:21:36 +02:00
30c6cf3b98 video & audio correction; win/lose 2023-09-22 21:45:12 +02:00
a4cb74f0dc highscore input window 2023-09-22 20:39:20 +02:00
2af7d7c085 Ignore garrison update events of another towns for our castleInt 2023-09-19 19:24:35 +03:00
8c0d78f1d9 Added initiator-player to packs that add/remove/move objects 2023-09-19 19:24:34 +03:00
219f81d28b Added explicit "PlayerEndsTurn" netpack
- PlayerEndsTurn pack is now sent when player ends turn
- YourTurn pack has been renamed to PlayerStartsTurn for consistency
- PlayerStartsTurn will no longer replace list of acting players
- PlayerEndsGame and PlayerEndsTurn will remove player from acting list
2023-09-18 20:55:01 +03:00
f1c40466d3 Changes according to review 2023-09-18 18:17:26 +03:00
b7de685483 Fixed paths through teleport, formatting cleanup 2023-09-16 20:35:04 +03:00
c8e6a7cd27 Fixed most common cases of movement actions 2023-09-16 20:07:26 +03:00
80b80a0ae6 Minor cleanup of hero movemen code 2023-09-16 20:07:26 +03:00
347ce01dbe Moved hero movement logic to a new class from PlayerInterface 2023-09-16 20:07:26 +03:00
1b810b5b93 combined arts assembling fixed 2023-09-07 11:54:52 +03:00
f39fbe5151 Merge pull request #2757 from IvanSavenko/filesystem_refactor
Filesystem refactor - part 1
2023-09-07 10:51:02 +03:00
41210c1dbf Client-side support for multiple battles 2023-09-06 16:03:47 +03:00
036df2e0ad Support multiple battles in AI 2023-09-06 16:03:46 +03:00
86a7f5f5cd Removed getStr(bool), replaced with similar toString() 2023-09-04 22:21:02 +03:00
8dfdfffd87 Use ResourcePath for audio files 2023-09-04 18:22:34 +03:00
823ffa7a07 Always use ResourcePath for referencing images and animations 2023-09-04 18:22:34 +03:00
c45ab07d0b Merge pull request #2698 from Nordsoft91/turn-timer
Turn timer fixes
2023-09-01 00:31:52 +04:00
2e411eca19 Do not allow stopping movement while using water walk over water 2023-08-31 01:38:16 +03:00
9a42abe2a7 Extended timer info to exhange between client and server 2023-08-30 03:11:46 +04:00
695a51d8c8 Merge remote-tracking branch 'vcmi/beta' into develop 2023-08-28 21:19:53 +03:00
b5417c667c Hold timer client counter 2023-08-28 19:46:09 +04:00
71cbb0e2e7 Change query reply method 2023-08-28 18:56:36 +04:00
98f7ed9dfd Implement player start turn query 2023-08-28 18:56:36 +04:00
207a73b9de Fix mana drain not refreshing battle hero window mana 2023-08-27 18:58:07 +02:00
edd029c79c Replace "currentPlayer" from gamestate with "activePlayers"
- Allows multiple active players at once, e.g. simturns
- Cleared up validation of netpacks by server, e.g. always check for
pack sender
2023-08-25 18:56:15 +03:00
b61c9a9e35 Fix build 2023-08-25 13:46:42 +03:00
e54287ea5d Converted remaining identifier to new system 2023-08-25 13:38:02 +03:00
62cd8b12d4 Converted several namespace enums to enum class 2023-08-25 13:38:02 +03:00
43096f0ed1 Merge pull request #2617 from dydzio0614/configurable-autobattle-spells
Configurable autobattle spells usage
2023-08-25 01:29:16 +03:00
97ef69c9ab Remove incorrect message on another player defeat 2023-08-24 23:34:33 +03:00
37e2292720 count unicode chars to extra function 2023-08-24 18:34:00 +02:00
e6f1677d3a missing header... 2023-08-23 23:34:33 +02:00
9f68a0bf49 avoid destroing utf-8; no extra Autosave text 2023-08-23 23:25:48 +02:00
485af4b4b5 avoid forbidden chars in path 2023-08-23 22:23:05 +02:00
b22a9ff2d0 Merge branch 'develop' into autosave 2023-08-23 21:39:04 +02:00
1586b9fbd1 possibility to restart 2023-08-23 21:37:44 +02:00
a5501abd01 Fix skipping battle intro via click 2023-08-23 18:46:56 +03:00
0613756abc Remove unused code 2023-08-23 16:32:29 +03:00
44d16b32fe Use API identical to std classes where possible 2023-08-23 16:32:29 +03:00
142889e3a5 Give all threads created by client human-readable name for debug 2023-08-23 16:32:29 +03:00
d2bbe0f35a starttime in foldername 2023-08-23 01:47:55 +02:00