Crypto City
18052cb5b3
add metric/imperial option for distances/areas
2024-11-22 20:46:17 +00:00
Crypto City
089ee68dac
script groups can now be added as contentless scripts
2024-11-17 16:33:07 +00:00
Crypto City
db9eaf077a
python-rpc: add lightsources to daemon state
2024-10-24 15:14:42 +00:00
Crypto City
68119ae832
vistas can now be saved on chain
...
scripts can also bookmark vistas for players
also a new unified vista dialog
2024-10-24 15:14:42 +00:00
Crypto City
9bbf38ebd7
add a max bytes limit for resolving blobs in cc_get_scripts
2024-10-16 13:53:56 +00:00
Crypto City
4e62bc9b3e
custom items may now be consumable
...
they'll be consumed at a rate of one per game tick when assigned
to a flag
2024-10-16 13:53:55 +00:00
Crypto City
d4303d9cff
game: allow listing past auctions in auctions screen
2024-10-01 14:07:27 +00:00
Crypto City
d0eb516ae5
add max_sync_height command and RPC
2024-09-19 21:08:22 +00:00
Crypto City
3294adba23
fix mixup between base elevation bonus and role elevation bonus
2024-09-16 20:34:12 +00:00
Crypto City
05132655a2
dynamic new building price estimation in building settings screen
2024-09-13 05:42:40 +00:00
Crypto City
279e230f56
update my gpg key
2024-08-21 06:49:24 +00:00
Crypto City
687a389fcb
Fluorine Fermi
...
-----BEGIN PGP SIGNATURE-----
iQFJBAABCAAzFiEEh3erj3eO6JSHovjn9KygGDZB4BAFAmXwr2oVHGx1aWdpMTEx
MXdAZ21haWwuY29tAAoJEPSsoBg2QeAQjksIAJ9CSNK6LQU3b+8TdEv5knpMeyY/
n6QXCA0Xl+rPJCseQZq5+FdwZjjdGm6ptm2+R/1nDjynw7jccChh2x/T0BH/3ewD
h+30fOZ54Rm9m0hGUY7TQFf8+Nn2FK/OO+uexxMRPkj6yWmItvXTUDoEsnC0VCSn
mA8GSy9w+ei6iTeviEH5FlSD37z/r8T5DPPy4Y44WVIWd/pR5klnnCNYFCVK2eXS
nRuLRgY2r7hrfZfpH34JA2ITFVn7ijjZlmLN+/xNCoiIetkkvid4hZCnfl8haVC1
G19S9cHUC0HtQxAjY8hbBrMj/7oi7SN+2+7+m/DfsyyrW0h9aX/GJySxSiA=
=zXfB
-----END PGP SIGNATURE-----
Merge tag 'v0.18.3.3' into cc
Fluorine Fermi
2024-08-15 07:48:13 +00:00
Crypto City
2f34fc4efa
add new RPC for p2pool usage
2024-06-17 17:44:39 +00:00
Crypto City
57c50ca528
add get_block_pos_history node RPC
2024-03-17 07:41:23 +00:00
Crypto City
e647dd20cb
rpc: add cc_get_influences RPC
2024-03-11 14:51:46 +00:00
Crypto City
d4b92a2e1c
cache role_bonus in flag data
...
it's used for pos weights, so needs to be fast to get
2024-03-11 14:51:46 +00:00
Crypto City
33fe33c8e4
wallet_rpc_server: add no_wait generate_pos_blocks optional parameter
2024-03-11 14:51:45 +00:00
Crypto City
e2d934146d
balance occupations and add a few more
2024-03-11 14:51:45 +00:00
Crypto City
a745d7e476
hybrid PoW/PoS consensus
...
to protect against the first large monero miner to merge mine
being able to easily 51% the chain
2024-03-11 14:51:45 +00:00
jeffro256
51d7a6921c
wallet: feature: transfer amount with fee included
...
To transfer ~5 XMR to an address such that your balance drops by exactly 5 XMR, provide a `subtractfeefrom` flag to the `transfer` command. For example:
transfer 76bDHojqFYiFCCYYtzTveJ8oFtmpNp3X1TgV2oKP7rHmZyFK1RvyE4r8vsJzf7SyNohMnbKT9wbcD3XUTgsZLX8LU5JBCfm 5 subtractfeefrom=all
If my walet balance was exactly 30 XMR before this transaction, it will be exactly 25 XMR afterwards and the destination address will receive slightly
less than 5 XMR. You can manually select which destinations fund the transaction fee and which ones do not by providing the destination index.
For example:
transfer 75sr8AAr... 3 74M7W4eg... 4 7AbWqDZ6... 5 subtractfeefrom=0,2
This will drop your balance by exactly 12 XMR including fees and will spread the fee cost proportionally (3:5 ratio) over destinations with addresses
`75sr8AAr...` and `7AbWqDZ6...`, respectively.
Disclaimer: This feature was paid for by @LocalMonero.
2024-02-20 17:08:42 -06:00
Crypto City
e50340da45
named places can now be set to prevent buying land
...
by the game account
also remove the nonce based id, and rename priority to id,
so places are always enumerated in priority order
the game account now has no limit on places named, so this
can be used for storytelling purposes without having to play
the game competitively with the game account
2024-02-07 08:03:46 +00:00
Crypto City
ac583e7a40
add a break news command
2024-01-07 16:21:36 +00:00
Crypto City
062f8610e0
hide script choices disabled by unmet reserves in game
2023-12-17 13:32:56 +00:00
Crypto City
514550fa68
badges can now be automatically awarded based on a player variable
2023-12-08 21:13:24 +00:00
Crypto City
6d07131e77
daemon: add cc_item_supply daemon command with cc_get_item_supply RPC
2023-11-30 17:11:43 +00:00
Crypto City
5dc5eca758
delay user textures for a week after mining so they may be blocked
...
for anti abuse reasons
2023-09-12 06:41:18 +00:00
Crypto City
5838ac7ecd
python-rpc: fix get_block_hash RPC
2023-09-08 13:11:06 +00:00
jeffro256
78348bcddd
wallet-rpc: restore from multisig seed
2023-08-10 10:13:07 -05:00
Crypto City
e69f21af61
add occupation as an account setting when creating an account
...
they don't have any effect yet
2023-07-18 06:16:23 +00:00
Crypto City
72ea2b635a
add origin to character creation (to restrict title)
2023-07-17 14:35:24 +00:00
Crypto City
1fae98d79b
allow customizing avatar colours after creation
2023-07-17 07:31:16 +00:00
Crypto City
ae2701b063
avatars can now be customized (body shape, skin/hair colour)
2023-07-17 07:31:16 +00:00
Crypto City
bbb124e13b
allow auctions to lapse (set by auction creator)
2023-07-12 12:14:33 +00:00
Crypto City
a691472774
game: allow seeing trade history in trade screen
2023-07-09 20:11:39 +00:00
Crypto City
df94fe9be6
add voxel smoothness to consensus
2023-06-16 16:33:34 +00:00
Crypto City
30d841e8e4
remove game side get_shares, always rely on daemon RPC now
2023-06-06 20:01:28 +00:00
Crypto City
248675a830
lightsources can now be placed in the world
...
along with a new ligtsource block type, and coloured powder items
2023-06-06 20:01:00 +00:00
Crypto City
de2b582006
prevent duplicate bid increases in account auctions
2023-05-30 13:04:24 +00:00
Crypto City
8ea9160fca
game accounts can now be auctioned
...
can only be withdrawn from at the moment
2023-05-30 13:04:24 +00:00
Crypto City
37ede3854b
python-rpc: add missing include_bid_history in get_auctions RPC
2023-05-30 13:04:24 +00:00
Crypto City
53480ea159
coru: jeopardy mode
...
the winner may pick a coin or rune of their choice from
the loser's deck
2023-05-30 13:04:02 +00:00
Crypto City
87ec510baf
coru tournaments
2023-05-30 13:03:57 +00:00
Crypto City
c68faac405
coru: a "collectible card" minigame based on coins and runes
...
designed by syksy
2023-05-30 13:03:31 +00:00
Crypto City
845b88238c
functional_tests: support restarting from backed up chain
2023-05-11 06:07:58 +00:00
Crypto City
51a44a2524
allow refraining from mining start epoch commands till a given fork
2023-05-10 21:37:10 +00:00
Crypto City
8d0d2c850c
make some badges impossible to give
2023-05-10 21:34:39 +00:00
Crypto City
e21edfaee7
overhaul road share calculation using a connected graph
2023-04-27 09:26:34 +00:00
Crypto City
2c378941dd
players can now have a title
...
chosen among a set of predefined components
2023-04-05 07:54:00 +00:00
Crypto City
71ffbea68a
divide time into epochs, for flavour
2023-03-29 10:38:35 +00:00
Crypto City
40e9b027c4
bump my gpg key's expiration date
2023-03-27 14:12:28 +00:00