Commit Graph

15099 Commits

Author SHA1 Message Date
Crypto City
f7e29d7676 wallet2: speed up pick_preferred_rct_inputs 2023-01-28 17:03:01 +00:00
Crypto City
197c472d7c game: print active/repair state in colour for convenience 2023-01-28 17:03:01 +00:00
Crypto City
672e59a0a2 cc: do not include building bonus/penalty in history
it's very spammy and the current state can be viewed in the
building settings screen
2023-01-28 17:03:01 +00:00
Crypto City
ea35397257 game: speed up large histories in player info screen 2023-01-28 17:03:01 +00:00
Crypto City
b7170cc0c6 game: add an option to display flag markers on hover only 2023-01-28 17:03:01 +00:00
Crypto City
8b4777a70b game: use effective selection for selection info window 2023-01-28 17:03:01 +00:00
Crypto City
c94957585a boost-libs: fix build on windows 2023-01-28 17:03:01 +00:00
Crypto City
459e5cdd23 game: add needed/available info in error messages where possible 2023-01-28 17:03:01 +00:00
Crypto City
4bcefa4252 consistently use game tick (not game update) in user facing contexts 2023-01-28 17:03:01 +00:00
Crypto City
f789d40e7c creating user textures now needs a cultural building
since user texture space is at a premium, this will discourage
spamming and DoS
2023-01-28 17:03:01 +00:00
Crypto City
1dc5a35a5a cc: add a min building size for cultural buildings 2023-01-28 17:03:01 +00:00
Crypto City
ba9e66c532 cc: fix gemstone bonus calculation 2023-01-28 17:03:01 +00:00
Crypto City
e5b410bc4a game: larger font for city welcome message 2023-01-28 17:03:01 +00:00
Crypto City
a0497a35d9 cc: constrain dividend note length 2023-01-28 17:03:01 +00:00
Crypto City
4da6c8ba1c game: runestone messages are now HTML instead of TB 2023-01-28 17:03:01 +00:00
Crypto City
4613cdb321 add a tiny fee by dividend recipient
for abuse prevention
2023-01-28 17:03:01 +00:00
Crypto City
b0238f8dab cc: decrease terrain moire effect somewhat 2023-01-28 17:03:01 +00:00
Crypto City
0a11ca5143 add commemorative coin for number of buildings with a voxel model 2023-01-28 17:03:01 +00:00
Crypto City
3168a4a1a6 increase max gemstone and user item limits 2023-01-28 17:03:01 +00:00
Crypto City
3d8af82927 manual: clarify how to create concave places 2023-01-28 17:03:01 +00:00
Crypto City
ebc897e8b1 game: add a help button in the spectator mode screen 2023-01-28 17:03:01 +00:00
Crypto City
87348851c9 cc: make rarest newbie coin a bit rarer 2023-01-28 17:03:01 +00:00
Crypto City
1c345946f9 game: fix auction/trade city for land not in the current city 2023-01-28 17:03:01 +00:00
Crypto City
14d8120aa9 shares for cities which restrict settlers count for half for subsidy
for abuse prevention
2023-01-28 17:03:01 +00:00
Crypto City
07e3078db4 game: reduce "cowhide" pattern for partial snow 2023-01-28 17:03:01 +00:00
Crypto City
05aed8c1e7 use boost filesystem copy_options instead of deprecated copy_option
Deprecated since 2014, noisily deprecated as of boost 1.81
2023-01-28 17:03:01 +00:00
Crypto City
859a83b68d manual: fix building role levels 2023-01-28 17:03:01 +00:00
Crypto City
027bd75e63 add academic center city specialization 2023-01-28 17:03:01 +00:00
Crypto City
309d0c6123 add visiting scholar special event 2023-01-28 17:03:01 +00:00
Crypto City
0cd2e67d06 research buildings now offer a bonus and can be used as a service 2023-01-28 17:03:00 +00:00
Crypto City
abf18b64d2 game: allow HTML view to stop before the bottom of the parent 2023-01-28 17:03:00 +00:00
Crypto City
6885a9f9ae cc: remove a couple duplicate ship names 2023-01-28 17:03:00 +00:00
Crypto City
e4a7182724 game: only consider flags in the current city where appropriate 2023-01-28 17:03:00 +00:00
Crypto City
0ad0d05d19 fix missing includes 2023-01-28 17:03:00 +00:00
Crypto City
4745b5dd70 boost-libs: bump to 1.81 2023-01-28 17:03:00 +00:00
Crypto City
d2b900bd4c litehtml: do not build tests
BUILD_TESTING is not seen when set from the calling CMakeLists.txt
file in external, and this causes a cmake target name collision if
gtest is not installed on the system
2023-01-28 17:03:00 +00:00
Crypto City
c38b346452 functional_tests: ensure fishery does not deactivate while testing 2023-01-28 17:03:00 +00:00
Crypto City
20aa5e7ab0 db_tests: fix uninitialized variable use 2023-01-28 17:03:00 +00:00
Crypto City
701b857632 cc: ensure labour needed for firefighting cannot be 0 2023-01-28 17:03:00 +00:00
Crypto City
ac5b9b316a urho3d: fix build on windows 2023-01-28 17:03:00 +00:00
Crypto City
60b22f6ccc functional_tests: fix rare failure due to lack of money 2023-01-28 17:03:00 +00:00
Crypto City
1ec00af4b1 tests: fix libwallet_api_tests build 2023-01-28 17:03:00 +00:00
Crypto City
4aff7205eb litehtml: always build PIC 2023-01-28 17:03:00 +00:00
Crypto City
abcc9d858d boost-libs: bump to 1.80 2023-01-28 17:03:00 +00:00
Crypto City
8ee4e62045 make gaining city levels easier 2023-01-28 17:03:00 +00:00
Crypto City
dd211393c1 small serialization improvements
I think
2023-01-28 17:03:00 +00:00
Crypto City
309da5001c rpc: add cc_get_building_cost RPC 2023-01-28 17:03:00 +00:00
Crypto City
dba5339820 wallet2: fix balance issue sending to self
introduced with recent feather ports
2023-01-28 17:03:00 +00:00
Crypto City
faea49e164 scripts can now have a storyline flag
to differentiate them for "technical" scripts
2023-01-28 17:03:00 +00:00
Crypto City
e904611be7 game: add fuzzy message recipient matching 2023-01-28 17:03:00 +00:00