Commit Graph

15900 Commits

Author SHA1 Message Date
Crypto City
e06729ba7d cc: give top potential some more oomph 2024-02-28 14:36:22 +00:00
Crypto City
ce43cb5ae6 tweak badges 2024-02-28 14:36:22 +00:00
Crypto City
f3e755530e game: reset camera pitch when both up and down are pressed 2024-02-28 14:36:22 +00:00
Crypto City
63f2841a80 luxury residential now gets a bonus from stonecutter/sawmill
they need huge amounts of resources
2024-02-28 14:36:22 +00:00
Crypto City
0b1bc9afa4 cc: increase geothermal potential effect 2024-02-28 14:36:22 +00:00
Crypto City
e17f469558 cc: slash sawmill heating needs - it's mostly forest land 2024-02-28 14:36:22 +00:00
Crypto City
c2dc28afe6 cc: fix hard bump in tax due to precision issue 2024-02-28 14:36:22 +00:00
Crypto City
07f8cf449a make fish a wee bit less nutritious 2024-02-28 14:36:22 +00:00
Crypto City
6aa0eab439 epidemic now also causes workforce buildings to produce less 2024-02-28 14:36:22 +00:00
Crypto City
e725d855df typo fix in special event blurb 2024-02-28 14:36:22 +00:00
Crypto City
a4c03334e6 new sharks special event 2024-02-28 14:36:22 +00:00
Crypto City
2053d1caee cc: bump workforce food requirements hard (and stonecutter a bit) 2024-02-28 14:36:22 +00:00
Crypto City
7ed5625b7e add new crop failure special event 2024-02-28 14:36:22 +00:00
Crypto City
38e72110e7 scale hunting down 3x 2024-02-28 14:36:22 +00:00
luigi1111
68e40ea2a7
Merge pull request #9158
33e3f72 serialization: fix infinite loops and clean up dispatching (jeffro256)
2024-02-24 10:19:58 -05:00
luigi1111
c6ff0d3820
Merge pull request #9136
f2360a7 build: prepare v0.18.3.2 (selsta)
2024-02-24 10:18:40 -05:00
luigi1111
0d2f515ecc
Merge pull request #9190
c97c2ec docs: omit i2p port number from ANONYMITY_NETWORKS (selsta)
2024-02-24 10:17:25 -05:00
luigi1111
522d82276e
Merge pull request #9188
0cc8f7a cryptonote_core: early out on out of bounds scaling parameter (selsta)
2024-02-24 10:16:13 -05:00
luigi1111
4f6f6d9e27
Merge pull request #9178
b987870 depends: openssl: update to 3.0.13 (tobtoht)
3aabfcf depends: unbound: update to 1.19.1 (tobtoht)
8322f9c depends: expat: update to 2.6.0 (tobtoht)
2024-02-24 10:14:25 -05:00
luigi1111
3872753202
Merge pull request #9159
fbd0b19 remove ARCH=x86-64 from release-static (woodser)
2024-02-24 10:09:28 -05:00
luigi1111
13ed9d501b
Merge pull request #9156
052df1b Zero initialize rctSigBase elements (Lee *!* Clagett)
2024-02-24 10:08:33 -05:00
luigi1111
b335433204
Merge pull request #9145
f5b8634 Add <cstdint> to aligned test (Lee *!* Clagett)
2024-02-24 10:07:23 -05:00
luigi1111
8a1e49664e
Merge pull request #9142
98ee46f Disable/fix ports with I2P (Lee Clagett)
2024-02-24 10:06:26 -05:00
luigi1111
2f912f8a58
Merge pull request #9130
dfb990e wallet: mitigate statistical dependence for decoy selection within rings (jeffro256)
2024-02-24 10:01:09 -05:00
luigi1111
81f113dd8c
Merge pull request #9008
9a89e2d wallet2: call on_reorg callback in handle_reorg (j-berman)
1df5630 wallet2: add on_reorg callback (Crypto City)
2024-02-24 09:58:30 -05:00
luigi1111
f9a7f2a136
Merge pull request #8945
51d7a69 wallet: feature: transfer amount with fee included (jeffro256)
2024-02-24 09:56:28 -05:00
selsta
c97c2ec01c
docs: omit i2p port number from ANONYMITY_NETWORKS 2024-02-21 01:03:11 +01: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
selsta
f2360a725e
build: prepare v0.18.3.2 2024-02-20 15:37:47 +01:00
selsta
0cc8f7aaa3
cryptonote_core: early out on out of bounds scaling parameter 2024-02-20 15:21:27 +01:00
tobtoht
b987870553
depends: openssl: update to 3.0.13 2024-02-18 23:17:05 +01:00
tobtoht
3aabfcfce5
depends: unbound: update to 1.19.1 2024-02-18 23:16:41 +01:00
tobtoht
8322f9c4f5
depends: expat: update to 2.6.0 2024-02-18 23:16:05 +01:00
Crypto City
7883132753 game: fix disabled ok button when accepting invitation 2024-02-18 17:38:57 +00:00
Crypto City
eda0a78c7c game: selection info is now also available from the panel 2024-02-18 17:37:34 +00:00
Crypto City
3943d335e7 game: move terrain panel section right after the selection section
more user friendly
2024-02-18 17:37:34 +00:00
Crypto City
9f3e8a61e3 game: rarity is not a percentage, remove percent sign 2024-02-18 17:37:34 +00:00
Crypto City
47a3ba6f74 make gemstones twice as hard to get 2024-02-18 17:37:34 +00:00
Crypto City
5d1e9d4f2e cc: fix integer overflow in coin collection scoring 2024-02-18 17:37:34 +00:00
Crypto City
3e2e34846e fix budget handling in demolish command 2024-02-18 17:37:34 +00:00
Crypto City
932d49b0ba functional_tests: fix gold consistency check
they did not take flag assigned items into account
2024-02-18 17:37:33 +00:00
Crypto City
d9bfafd75f functional_tests: fix builder badge score check
we might have had a building destroyed since
2024-02-18 17:37:33 +00:00
Crypto City
dc2969a5f4 cc: remove redundant writes 2024-02-18 17:37:33 +00:00
Crypto City
4cdd25c47e fix role bonus
and add consumption/production stats
2024-02-18 17:37:33 +00:00
Crypto City
47ca82206b cc: double check the builder badge only counts built up flags 2024-02-18 17:37:33 +00:00
Crypto City
6c4c9bd42b cc: prevent cutting events short when not wanted 2024-02-18 17:37:33 +00:00
Crypto City
bf762fd21d rescale share calculation
new cities get a tad dearer
2024-02-18 17:37:33 +00:00
woodser
fbd0b19fc8 remove ARCH=x86-64 from release-static 2024-02-10 08:37:35 -05:00
jeffro256
33e3f72d24
serialization: fix infinite loops and clean up dispatching
Resolves #8687
2024-02-08 13:22:33 -06:00
Crypto City
1298a295c3 game: fix user textures rendering 2024-02-07 08:03:46 +00:00