1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

- reordered files in cmake so files with long compile times will be

compiled first.
- changed format of modSettings.json, VCMI should properly update file
on the first run.
- implemented property "defaultTavern" that acts as default value for
"tavern" entry in hero class and town formats.
This commit is contained in:
Ivan Savenko
2013-11-03 12:07:23 +00:00
parent aa1c193b88
commit c4716d0a9a
28 changed files with 132 additions and 41 deletions

View File

@@ -6,8 +6,8 @@ include_directories(${Boost_INCLUDE_DIRS})
set(server_SRCS
CGameHandler.cpp
CQuery.cpp
CVCMIServer.cpp
CQuery.cpp
NetPacksServer.cpp
)