Commit Graph

15099 Commits

Author SHA1 Message Date
Crypto City
2d21578d50 game: sort history newest first and add icons to new lines 2023-03-26 20:44:48 +00:00
Crypto City
6d551bb303 game: replace "Item ID" with just "ID" in item info data
it's clearer since it also applied to groups
2023-03-26 20:44:48 +00:00
Crypto City
f4b9eeef1d wallet2: fix infinite loop in fake out selection
The gamma picker and the caller code did not quite agree on the
number of rct outputs available for use - by one block - which
caused an infinite loop if the picker could never pick outputs
from that block but already had picked all other outputs from
previous blocks.

Also change the range to select from using code from UkoeHB.
2023-03-26 20:44:48 +00:00
Crypto City
2c2030a039 wallet2: make sure to reset m_has_ever_refreshed_from_node on load 2023-03-26 20:44:48 +00:00
Crypto City
5827d5cd66 functional_tests: fix cold signing test 2023-03-26 20:44:48 +00:00
Crypto City
8c9bbe4879 game: fix labour display bug in fishing screen
the labour amount displayed in the medium waters list would not
update when changing the number of ticks to fish changed
2023-03-26 20:44:48 +00:00
Crypto City
7b3d1dd0fd blockchain: do not load trusted block hashes if --fast-block-sync=0 2023-03-26 20:44:47 +00:00
Crypto City
cb69ea15c5 blockchain: fix warning if trusted block hashes file does not exist 2023-03-26 20:44:47 +00:00
Crypto City
c1e9ef94c6 game: fix "running out" only taking final deltas into account
If a building requires 20 sandstone, but produces 25 sandstone,
it'll still run out if the inventory only has 2 sandstone
2023-03-26 20:44:47 +00:00
Crypto City
62f10b8d24 cc: fix streak badge missing most players and double bumps of a badge 2023-03-26 20:44:47 +00:00
Crypto City
16fb981fca game: make the avatar model name configurable
there may be more of those later on
2023-03-26 20:44:47 +00:00
Crypto City
8292037752 game: fix collectible coins not in their group in inventory screen 2023-03-26 20:44:47 +00:00
Crypto City
7aa615e78a game: fix missing name in news when finding a beryl 2023-03-26 20:44:47 +00:00
Crypto City
17b018412a game: make areas overlay on potential maps
also fix a few minor bugs in maps
2023-03-26 20:44:47 +00:00
Crypto City
5a80a1b1d7 game: fix newline markers in single line in next level suggestion 2023-03-26 20:44:47 +00:00
Crypto City
d9874d001d game: add an early startup tutorial about enabling avatars 2023-03-26 20:44:47 +00:00
Crypto City
1f9ac2478b cc: fix payout amount to game in event log 2023-03-26 20:44:47 +00:00
Crypto City
1bd0b38ec2 game: clearer wording in fishing screen 2023-03-26 20:44:47 +00:00
Crypto City
3902efda2b game: make avatar names a bit more visible 2023-03-26 20:44:47 +00:00
Crypto City
17e5dd5c4b only consider major gemstones for the "all gemstones" prestige bonus 2023-03-26 20:44:47 +00:00
Crypto City
a72962bbf8 game: do not show the level up screen if there are no attributes 2023-03-26 20:44:47 +00:00
Crypto City
00d9b2f3b6 game: set last_service_height when processing service commands 2023-03-26 20:44:47 +00:00
Crypto City
9f0844ce2d wallet2: fix outdated wallet check
it was mistaking the number of forks in the fork table for
the last fork, and assuming the table was including every
single fork
2023-03-26 20:44:47 +00:00
Crypto City
8ec6964c89 cc: use the convert_score for badges for thresholds if available 2023-03-26 20:44:47 +00:00
Crypto City
0135796831 add placeholder v18 fork 2023-03-26 20:44:47 +00:00
Crypto City
906c33d735 functional_tests: fix off by one in name place size limits 2023-03-20 14:14:02 +00:00
Crypto City
36c765ca14 Fluorine Fermi
-----BEGIN PGP SIGNATURE-----
 
 iQFJBAABCAAzFiEEh3erj3eO6JSHovjn9KygGDZB4BAFAmMzenIVHGx1aWdpMTEx
 MXdAZ21haWwuY29tAAoJEPSsoBg2QeAQCi4IAJvKvE7nJ51/ZK30IY5+y2ELq1uI
 tYw9w6E8XujX4lxWewsV5BywJrYTmj22gfhlnuf54ppqciMNOZj8r1jp6bQMLY8d
 vNZwowbH/CRdGeo4k2EGOJIdB1wQ2m2i5hvlOcmlGFL7nujo2m9AHnrqxcfTw0ns
 xfWRjTU5Z3srfs22J9KNEurSg11i7DatwCO79zBL+JRETVLpD8GV6eeSXGSwNVc7
 6vUB/z0OoOtSV6UVDkqL1d5op2siw9NLEihYKLbTqAAdWxAG7o82Ne/cw6Vyo0uy
 mKwoSxGUf9zMNXlQfpQpxVmriXNgfjQ89akTVq7niIB9jG1OU/v9Pvg4BxE=
 =k/nU
 -----END PGP SIGNATURE-----

Merge tag 'v0.18.1.2' into cc

Fluorine Fermi
2023-03-19 06:38:11 +00:00
Crypto City
4997a9bf48 game: add chimes sound effect when close to a whisper 2023-03-18 20:06:04 +00:00
Crypto City
899d749782 rpc: fix news of treasury joining the game upon account redemption 2023-03-18 19:43:32 +00:00
Crypto City
170b9ea17f bump min named place size and add tests for place size 2023-03-18 16:07:43 +00:00
Crypto City
ea541890ae rpc: add missing salted fish in food supply 2023-03-18 13:28:03 +00:00
Crypto City
46c1193c32 make fish_fished 64 bit to avoid integer overflow on keen fisherfolk 2023-03-18 13:28:03 +00:00
Crypto City
d90dd23fd5 functional_tests: fix unicode mixup in account name test 2023-03-18 13:28:03 +00:00
Crypto City
4de6c653a1 tests: restore mistakenly disabled functional tests 2023-03-18 13:28:03 +00:00
Crypto City
32f7b77f9e manual: remove obsolete mention of meat from agricultural buildings 2023-03-18 13:28:03 +00:00
Crypto City
56e08b0418 cc: fix missing space in food consumption event message 2023-03-18 13:28:03 +00:00
Crypto City
660e78acea game: add a named areas page to the city maps 2023-03-18 13:28:02 +00:00
Crypto City
0feee23f0d game: fix name place screen layout 2023-03-18 13:28:02 +00:00
Crypto City
c0ff1c5871 game: warn when naming a place that intersects with another player's
only for mayors since it is otherwise forbidden
2023-03-18 13:28:02 +00:00
Crypto City
7ac104bf15 manual: fix typo 2023-03-18 13:28:02 +00:00
Crypto City
b54d553d08 game: fix crash when daemon is down at a bad time 2023-03-18 13:28:02 +00:00
Crypto City
4e6958c42a cryptonote_core: fix spurious tx rejection on low fee
The code was using the wrong weight when receiving bunched
transactions parented to each other
2023-03-18 13:28:02 +00:00
Crypto City
0d7c8c016f simplewallet: include CC keys in cc_status 2023-03-18 13:28:02 +00:00
Crypto City
f3af9dc7d9 game: fix spurious error when loading city scripts with no scripts 2023-03-18 13:28:02 +00:00
Crypto City
604c7c0a48 cc: fix spurious error in odin's bounty for dummy game updates
these are created when we want to get current badge scores,
and these calls have no subsidy
2023-03-18 13:28:02 +00:00
Crypto City
7bd39b6388 game: add an auto buy shortfall button to the upgrade building screen
also fix wording in the screen
2023-03-18 13:28:02 +00:00
Crypto City
95c41a5b14 game: ensure we can't change recipient when replying to a message 2023-03-18 13:28:02 +00:00
Crypto City
7987a5e577 game: add message timestamp in messages screen 2023-03-18 13:28:02 +00:00
Crypto City
04f6302dcb game: do not show items with 0 supply in the trade screen 2023-03-18 13:28:02 +00:00
Crypto City
055698048a cc: a bit more defensive for odin's bounty 2023-03-18 13:28:02 +00:00