Commit Graph

16111 Commits

Author SHA1 Message Date
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
Crypto City
d47f05d2e5 game: add goose calls audio 2024-09-30 07:28:55 +00:00
Crypto City
66b124dcae game: only reset selection on right click if the mouse does not move
this prevents interfering with camera panning
2024-09-30 07:28:55 +00:00
Crypto City
a719025d88 some minor wording/typo fixes 2024-09-30 07:28:55 +00:00
Crypto City
36978292a4 manual: fix cultural building unlock level 2024-09-26 21:26:15 +00:00
Crypto City
893331b189 overwrite game pkey when running with CC_USE_TEST_GAME_KEY=1
and back to default key otherwise
2024-09-26 21:26:14 +00:00
Crypto City
d50fac0182 game: fix town square outline not moving in found city screen 2024-09-26 14:36:01 +00:00
Crypto City
9064fcee2a game: add 'x' between position coordinates in found city screen 2024-09-26 14:36:01 +00:00
Crypto City
6db1adbfe1 game: fix allow_settlers command description 2024-09-26 14:36:01 +00:00
Crypto City
484b34dfc7 cc: limit player/item/city name length 2024-09-26 14:36:01 +00:00
Crypto City
4a2ece7d46 cc: fix missing parentheses in badge info 2024-09-25 15:10:15 +00:00