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
645b95ba02 Renamed LibClasses * VLC to GameLibrary * LIBRARY 2025-02-21 16:54:56 +00:00
2362c6da21 Fixes for multiple new issues from Sonar 2025-02-21 15:57:39 +00:00
68335f51d3 map editor: extract setting display and tooltip text method to base delegate class 2025-01-07 18:53:49 +01:00
494777987d map editor: improve building inspector texts 2025-01-06 19:47:23 +01:00
15175a267c map editor: show edited values in inspector 2025-01-05 17:19:51 +01:00
4aed816b05 resource and playername translation 2025-01-04 16:26:57 +01:00
e2e5fce3b5 Disable emit macro from Qt to fix Qt-tbb conflict 2024-12-21 15:36:36 +00:00
d3af9f1c67 Removed pointer to VLC entity from CStackBasicDescriptor 2024-10-30 16:47:02 +00:00
10ad0fc760 Split CHeroHandler.cpp/.h into 1 file per class
All parts of CHeroHandler.cpp are now in lib/entities/hero
Adjusted includes to use new paths
No functionality changes
2024-10-13 14:01:09 +00:00
1b4a8db4c5 Fix build 2024-09-22 00:11:21 +02:00
f51ef2de4c remove unused item data for artifact/spell/skill items and fix code style 2024-09-21 22:35:04 +02:00
e61ef459c6 Add all artifacts/spells/skills to quest widget lists and disable banned
Previous code added at most as many items as were in allowed lists, which caused to skip last items if some were banned.
2024-09-21 21:54:29 +02:00
10e110320b Remove std::vector<boo> from Json Serializer, simplify affected code 2023-11-15 15:55:18 +02:00
7b7aaa36b2 fix compiling 2023-10-11 01:44:58 +02:00
5b10b457cf Fix code review suggestions 2023-10-11 00:47:19 +02:00
d2d64dbddd Bugfixes 2023-10-10 23:44:29 +02:00
63bdfb8ff6 New quests implemented 2023-10-10 23:44:29 +02: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
acac42291e Remove excessive CMap.h includes 2023-05-31 23:18:38 +03:00
11b237a23c vcmi: massive refactoring v1 2023-04-05 22:33:12 +03:00
388ed88b5d All artifact strings now pass through translator 2023-01-20 15:18:36 +02:00
fa6f7513e8 All heroes-related strings are passed through translator 2023-01-20 15:18:36 +02:00
96d8e952c4 attempt to fix the build 2022-11-29 21:45:37 +02:00
9ead21326a Partially implement seerhuts 2022-10-17 01:16:27 +04:00