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

25 Commits

Author SHA1 Message Date
2b286378e8 Remove logic for banks in 1.5 format 2025-03-19 08:02:39 +00:00
1f0847660b possibility to delete unsupported saves 2024-10-31 21:57:20 +01:00
679181c103 Implemented serialization of local player state in json form 2024-10-08 20:04:32 +00:00
d929bfb9d1 rename; introduce factor 2024-09-28 15:05:13 +02:00
a9327b3fa3 netpacks 2024-09-27 22:47:22 +02:00
327ff01471 Implemented explicitly visitable town buildings, e.g. hota mana vortex
Added flag `manualHeroVisit` flag to town building. If this flag is set,
then building will only be activated on click and will not give its
effect on hero recrutiment, hero visit, or new day.

This allows implementing changes to Mana Vortex from HotA
2024-09-03 16:31:07 +00:00
e15ea4fc75 BulkEraseArtifacts network pack 2024-08-29 20:22:08 +03:00
350749a1a6 Removed no longer used netpacks 2024-08-14 14:13:50 +00:00
072af5bd6d basic support for bank 2024-08-04 15:44:57 +02:00
8edf77afcc basic handicap support 2024-07-25 00:28:01 +02:00
1c63fefe02 Moved banks randomization to server-side with client netpack 2024-07-16 13:13:39 +00:00
d2839c8e52 Rewardable object randomization is now always server-sided 2024-07-16 13:13:39 +00:00
6dd76908bc MoveArtifact struct not used now 2024-07-09 14:27:04 +03:00
0565c062e5 Server functionality 2024-04-30 01:52:49 +02:00
25dea7e364 Saving costume 2024-04-27 21:35:37 +03:00
b1f52eec41 ManageBackpackArtifacts 2024-03-07 18:16:22 +02:00
bd4c7e3ac0 Added LobbyPrepareStartGame pack to replace old workarounds 2024-02-03 19:57:23 +02:00
2c2bec791c Fixes and cleanup of game client network shutdown and restart 2024-02-03 19:27:04 +02:00
cb9c4bbaf0 unlimited replay option 2023-12-28 20:48:19 +01:00
fc4827c89c option for allowing cheats 2023-12-27 14:39:35 +01:00
e9ac8c67c1 Reworked and fixed selection of secondary skills:
- Fixed off-by-one error when checking for obligatory skills
- If both wisdom and magic school must be offered in the same slot, magic
school will be correctly offered on next levelup
- Obligatory skill can now be proposed for upgrade
- Obligatory skills are now offered using hero class weight instead of
simple random
- If hero has multiple skills not available to his class game will
select random skill instead of first one
- Moved storage of random seed to server instead of mutable member
2023-11-20 18:46:24 +02:00
5cbf5031ea move SetStackEffect to a separate file 2023-10-24 01:27:52 +03:00
5523f05284 Moved ArtifactLocation to a separate file 2023-10-23 19:02:28 +03:00
b88a8da4e8 Split off some netpack structures into separate files 2023-10-23 13:59:15 +03:00
d1d4db26e0 Moved existing files to new directory 2023-10-22 22:20:36 +03:00