Crypto City
c819491739
reject for a few seconds repeats of a block rejected for bad timestamp
...
in order to discourage busy spamming pos blocks before they're valid
2024-10-07 20:44:00 +00:00
Crypto City
849dbc2670
game: fix game freezing while a newly loaded wallet refreshes
2024-10-07 20:44:00 +00:00
Crypto City
ebf1acf3ae
game: decrease geese sound distance
2024-10-07 20:44:00 +00:00
Crypto City
676d6b572c
game: wording tweak in player screen
2024-10-07 20:44:00 +00:00
Crypto City
94dc3f5286
game: add "new" tag to yet unplayed storyline scripts
2024-10-07 20:44:00 +00:00
Crypto City
902686e065
game: only notify about new (unplayed) storyline scripts
2024-10-07 20:44:00 +00:00
Crypto City
5c8c16d337
game: fix script item comparison missing a field
2024-10-07 20:44:00 +00:00
Crypto City
983a209435
game: rename City runestones to Storyline
...
less abstruse
2024-10-07 20:44:00 +00:00
Crypto City
abacb17cc0
cc: mitigate road bonus abuse from v20
...
building lots of tiny roads linked to tiny buildings as well as one
very large non road building in order to give that last building a
massive road bonus
to mitigate this, road bonus is weighed by the area ratio between
a building and a road
2024-10-07 20:44:00 +00:00
Crypto City
31c9eea826
game: eve texture mask should not be filtered
...
fixes colour bleeding
2024-10-07 20:44:00 +00:00
Crypto City
8d07d71ea7
mention superfluous roads in building settings screen
2024-10-07 20:44:00 +00:00
Crypto City
75f105f9ba
buildings now require runestones to get built
...
and research/cultural buildings require runestones to tick
this provides a sink for runestones that's not just people who want
to make something nice like places, whispers or building scripts
2024-10-07 20:44:00 +00:00
Crypto City
f7cf53802a
craft buildings can create fewer runestones from v20
2024-10-07 20:44:00 +00:00
Crypto City
cce9d2a937
manual: explain the notion of superfluous roads
2024-10-07 20:44:00 +00:00
Crypto City
c8c273c5d0
game: add number of spectators of the online players screen
2024-10-07 20:44:00 +00:00
Crypto City
2b3f57c6eb
game: do not show "show inactive" option in online players list
...
there are no inactive online players
2024-10-07 20:44:00 +00:00
Crypto City
6f43c07578
game: do not show other players service screen for buildings that do not offer it
2024-10-07 20:44:00 +00:00
Crypto City
4156e62bc0
game: add service fee to create runestones screen
2024-10-07 20:44:00 +00:00
Crypto City
318ad94246
game: fix configure script layout
2024-10-07 20:44:00 +00:00
Crypto City
bb1578a708
fix string overrides not being resolved in configure script screen
2024-10-07 20:44:00 +00:00
Crypto City
d6745ed845
game: only submit identical blobs once
2024-10-07 20:44:00 +00:00
Crypto City
6bf14b3c01
cc: add @b64 base64 string replacement and replace in more text
...
which allows easier usage of html text
2024-10-07 20:44:00 +00:00
Crypto City
1ea159ca10
game: avoid inserting <> characters on error
...
those can be in html data now
2024-10-07 20:44:00 +00:00
Crypto City
28df01854b
game: add data: inline images to html view widget
2024-10-07 20:44:00 +00:00
Crypto City
782271482d
rpc: send script icons as hex, they're binary
2024-10-07 20:44:00 +00:00
Crypto City
6e87a38428
game: highlight "city runestones" if a storyline script is ready
2024-10-06 17:22:13 +00:00
Crypto City
dd95226164
cc: allow gold (floating point) values in script overrides
2024-10-03 07:44:27 +00:00
Crypto City
be4dda77de
game: fix withdrawing balance held in trust
2024-10-01 16:59:58 +00:00
Crypto City
194d7db4ec
game: fix trustee balance layout
2024-10-01 15:53:55 +00:00
Crypto City
1394655eb6
rpc: fix status not being serialized in cc_get_trustee_balance
2024-10-01 15:53:20 +00:00
Crypto City
d4303d9cff
game: allow listing past auctions in auctions screen
2024-10-01 14:07:27 +00:00
Crypto City
91a9b1e5ee
game: add seller and "mine only" filter to auctions screen
2024-09-30 19:23:45 +00:00
Crypto City
c0e2a148cf
game: rearrange name and prev/select/next buttons in player screen
...
so buttons don't jump around as the name changes
2024-09-30 15:07:53 +00:00
Crypto City
4811f1c5f9
game: do not use ignored players' textures in 3d models
2024-09-30 14:43:21 +00:00
Crypto City
6ac7a863c0
game: fix sculpting models with user textures
2024-09-30 13:51:48 +00:00
Crypto City
266e55ba3b
game: fix user textures not showing effects like selected/burning etc
2024-09-30 12:57:59 +00:00
Crypto City
63c3db3a1f
game: do not show influence when "show flags" is off
2024-09-30 10:02:14 +00:00
Crypto City
183d59bd6f
cc: fix odin's bounty flags being listed as counterparties
2024-09-30 09:27:37 +00:00
Crypto City
d774ce1eb0
game: add search to flag auction screen
2024-09-30 09:17:06 +00:00
Crypto City
9da5028b59
game: fix reserve price layout in new auction screen
2024-09-30 09:05:18 +00:00
Crypto City
6a62ccf43e
game: do not allow auctioning mortgaged or auctioned flags
2024-09-30 09:04:42 +00:00
Crypto City
e5fd85ed15
game: list tax break zones in city level screen
2024-09-30 08:03:38 +00:00
Crypto City
745a78a822
wallet2: fix duplicate tax break zones in city data
2024-09-30 07:58:30 +00:00
Crypto City
1a28b5df57
protocol: bodge stray ban on chain request
...
the root cause is calling the db twice and expecting a consistent
state, which it isn't guaranteed to be without a db transaction
(or a lock that ensures no db update)
bodge this for now, it's still possible to cause a ban, but a lot
less likely
2024-09-30 07:28:55 +00:00
Crypto City
d7ae352da2
game: do not show textures from ignored players in select material screen
2024-09-30 07:28:55 +00:00
Crypto City
170ba8333c
game: fix avatar camera ending up below ground on changing town
2024-09-30 07:28:55 +00:00
Crypto City
9f9693a3f1
game: fix crash placing blocks with user texture
2024-09-30 07:28:55 +00:00
Crypto City
8c7f96bed1
game: fix city level up button text being clipped at non default font size
...
likely bug in tb
2024-09-30 07:28:55 +00:00
Crypto City
4e2fec1693
urho3d: add patch to fix build on wayland
2024-09-30 07:28:55 +00:00
Crypto City
f758c9e985
game: attempt to have boids avoid obstacles more aggressively
2024-09-30 07:28:55 +00:00