Crypto City
6d05079929
game: allow offering service to others for craft buildings
2023-09-12 06:41:18 +00:00
Crypto City
04e71ef13c
game: do not add spurious 0 amounts of every material in flag budget
2023-09-12 06:41:18 +00:00
Crypto City
897ceb0d89
game: clearer prestige contributions for the player screen
2023-09-12 06:41:18 +00:00
Crypto City
1619ddd79f
fix order mixup in determining prestige bonus from number of flags
2023-09-12 06:41:18 +00:00
Crypto City
cf58bd2fcf
game: fix low gold/gray star resolution
2023-09-12 06:41:18 +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
selsta
64ed9385a2
build: prepare v0.18.3.0
2023-09-10 18:30:34 +02:00
Crypto City
5838ac7ecd
python-rpc: fix get_block_hash RPC
2023-09-08 13:11:06 +00:00
Crypto City
b2be57b0c1
game: fix coin layout bug in prestige screen
2023-09-07 14:12:06 +00:00
Crypto City
688bbb2c57
manual: remove obsolete 5% number for influence bonus/penalty
2023-09-07 13:48:03 +00:00
Crypto City
90bdf8f1b7
cc: add self built flags script predicate
2023-09-07 13:31:49 +00:00
Crypto City
26e4dd5b7d
bump version to 0.35.2.1
2023-09-06 11:37:19 +00:00
Crypto City
a39cbac2de
game: fix custom eye color
2023-09-05 13:53:59 +00:00
Crypto City
eeb8afaae0
update copyright date in READMEs
2023-09-02 07:40:29 +00:00
Crypto City
daece8acec
switch freenode to libera.chat in READMEs
2023-09-02 07:38:52 +00:00
Crypto City
e5a8b2ab10
game: disable remove placeholder blocks menu item when appropriate
2023-09-02 07:35:17 +00:00
Crypto City
2d47931ed1
game: never use selection to change smoothness
2023-08-30 16:02:15 +00:00
Crypto City
2a37fdc207
game: fix searching for items in closed sections in tree widget
2023-08-30 13:53:30 +00:00
Crypto City
448e27a517
game: disable time of day slider when checkbox is disabled
2023-08-30 13:53:30 +00:00
Crypto City
42c7f98383
game: fix selected material reverting to default material variant
2023-08-30 13:53:30 +00:00
Crypto City
f7463f335e
daemon: add level and size score to cc_get_city command
2023-08-30 13:53:25 +00:00
jeffro256
ba98269ca5
wallet2: fix store_to() and change_password()
...
Resolves #8932 and:
2. Not storing cache when new path is different from old in `store_to()` and
3. Detecting same path when new path contains entire string of old path in `store_to()` and
4. Changing your password / decrypting your keys (in this method or others) and providing a bad original password and getting no error and
5. Changing your password and storing to a new file
2023-08-23 11:52:31 -05:00
jeffro256
7dbb14b02a
functional_tests: fix multisig tests noutputs assertion
...
The changes to the multisig tests in #8914 and #8904 affected each other, this PR cleans up the code and fixes that issue.
2023-08-19 22:21:36 -05:00
Crypto City
ab380dc39c
bump version to 0.35.2.0
2023-08-19 14:37:27 +00:00
Crypto City
2648f57835
add v18 at 26000
2023-08-19 14:37:00 +00:00
Crypto City
24287c3cb7
game: add buttons to cycle through characters in player screen
2023-08-18 19:24:28 +00:00
Crypto City
058ce9fcef
game: initialize all avatar customization in reset
2023-08-18 15:42:56 +00:00
Crypto City
ea3ca43533
fix removing disabled lightsources from v18
2023-08-18 14:37:34 +00:00
Crypto City
e1cb76838f
include successful account auctions in news
2023-08-17 16:31:55 +00:00
Crypto City
1e677f021a
game: do not spam budget with every type when removing hidden blocks
2023-08-17 16:31:55 +00:00
Crypto City
d786265e45
game: fix missing blocks when removing hidden blocks
...
it's more of a bodge, since the calculated block to use should
not be outwith the model, but it at least prevents the model
from being skipped altogether
2023-08-17 16:31:55 +00:00
Crypto City
ffb0546a73
game: allow max lightsource option to get down to 1
2023-08-17 16:31:55 +00:00
Crypto City
6f141f344c
downgrade error when auction finishes with no bids
...
it's legal now
2023-08-17 16:31:55 +00:00
Crypto City
792322f61a
game: add budget in build overview widget
2023-08-17 16:31:55 +00:00
moneromooo-monero
356e6877dc
wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing
2023-08-17 15:35:00 +00:00
moneromooo-monero
633e1b7359
wallet_rpc_server: add --no-initial-sync flag for quicker network binding
2023-08-17 15:34:57 +00:00
luigi1111
eac1b86bb2
Merge pull request #8957
...
b51f4a9 scan_tx: fix custom comparator for == case; fixes #8951 (j-berman)
2023-08-17 10:26:52 -05:00
luigi1111
3bebcc4a7d
Merge pull request #8953
...
ed05ac6 wallet2: when checking frozen multisig tx set, don't assume order (jeffro256)
2023-08-17 10:25:27 -05:00
luigi1111
9d5c5b5634
Merge pull request #8942
...
78348bc wallet-rpc: restore from multisig seed (jeffro256)
2023-08-17 10:24:16 -05:00
luigi1111
894adef295
Merge pull request #8891
...
842478c core_rpc_server: return ID of submitted block (jeffro256)
2023-08-17 10:18:12 -05:00
luigi1111
6c7640eb74
Merge pull request #8800
...
f137a35 Enforce restricted # pool txs served via RPC + optimize chunked reqs [release-v0.18] (j-berman)
23f782b wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [release-v0.18] (rbrunner7)
2023-08-17 10:09:28 -05:00
Crypto City
6adf77bbfc
game: fix demolish button being available when it should not
2023-08-16 15:35:02 +00:00
Crypto City
28d774f3d3
game: fix invisible lightsources
2023-08-16 14:44:33 +00:00
Crypto City
aba3d0e424
fix bad lightsource block budget from v18
2023-08-16 12:46:39 +00:00
Crypto City
0a81c608cb
game: fix bad UVs on exactly 45 degree faces
2023-08-16 12:02:55 +00:00
Crypto City
41e8fa0fe1
bump version to 0.35.1.0
2023-08-15 18:57:23 +00:00
Crypto City
ccd4c5bfa1
add v17 at 12500
2023-08-15 18:57:23 +00:00
Crypto City
50cab6efcf
game: fix building name in building upgrade command description
2023-08-15 18:57:23 +00:00
Crypto City
1c61606122
fix creating accounts while account auctions are active
2023-08-15 16:46:48 +00:00
Crypto City
ef6dca9346
game: fix account activity caching
2023-08-15 16:46:30 +00:00