Alexander Blair
609dbe6b92
Merge pull request #7154
...
cf7e1571d
protocol: reject claimed block hashes that already are in the chain (moneromooo-monero)
af0a25544
protocol: drop peers we can't download anything from in sync mode (moneromooo-monero)
2020-12-26 13:40:36 -08:00
Alexander Blair
cb712bf4f8
Merge pull request #7145
...
68637bca3
p2p: remove peers from grey and anchors lists when blocked (moneromooo-monero)
2020-12-26 13:40:19 -08:00
Alexander Blair
69ed0e0001
Merge pull request #7138
...
e9abfea16
Optional DNS based blocklist (moneromooo-monero)
2020-12-26 13:38:50 -08:00
Alexander Blair
b9e444da5e
Merge pull request #7098
...
c0c75ac19
Fixed issues found by static analysis (SChernykh)
2020-12-26 13:36:01 -08:00
Alexander Blair
133056f625
Merge pull request #7086
...
14bc5c095
db_lmdb: move spammy "not found in db" message to TRACE (moneromooo-monero)
2020-12-26 13:35:42 -08:00
Alexander Blair
d365f2409a
Merge pull request #6931
...
fbb03ef2a
simplewallet: add "address mnew" command (codesoap)
2020-12-26 13:35:24 -08:00
codesoap
fbb03ef2a0
simplewallet: add "address mnew" command
2020-12-26 19:33:11 +01:00
moneromooo-monero
efe83982d3
protocol: drop nodes if they claim new data but only give stale data
...
Some joker is spending time actually doing this
2020-12-25 20:30:39 +00:00
benevanoff
50ff1066f5
wallet api: allow wallet to fetch all key images via api
2020-12-25 00:40:50 -06:00
moneromooo-monero
d2fda6c25f
restrict public node checks a little
...
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
2020-12-22 23:39:07 +00:00
Lee Clagett
927141bcc4
Command max_bytes moved from dynamic map to static switch
2020-12-22 20:54:16 +00:00
moneromooo-monero
56748e1d74
ban lists may now include subnets
2020-12-22 02:12:41 +00:00
moneromooo-monero
e9abfea165
Optional DNS based blocklist
...
If enabled, pulls IPs to block on blocklist.moneropulse.*, and
blocks then for 8 days (so IPs dropping from the list will
eventually get unblocked, and DNS failures don't result in
instant clearing of the blocklist).
Enable with --enable-dns-blocklist
2020-12-20 02:09:58 +00:00
luigi1111
0dac64afb3
Merge pull request #7143
...
58651d1
p2p: ignore incoming peer list entries when we have them blocked (moneromooo-monero)
2020-12-19 17:24:21 -06:00
luigi1111
e0d8af253e
Merge pull request #7141
...
9de3787
daemon: the ban command can now load IPs from a file (ban @filename) (moneromooo-monero)
2020-12-19 17:22:01 -06:00
luigi1111
7ee37e4b38
Merge pull request #7075
...
f3c0d4f
protocol: remove unused (and cunningly uninitialized) field (moneromooo-monero)
8e62362
p2p: ifx getting seed nodes for uncommon cases (moneromooo-monero)
2020-12-19 17:20:29 -06:00
moneromooo-monero
5a1ac9c0ef
rpc: add a busy_syncing field to get_info
...
true if and pretty much only if new blocks are being added
2020-12-17 18:03:11 +00:00
moneromooo-monero
cf7e1571d3
protocol: reject claimed block hashes that already are in the chain
2020-12-17 02:54:02 +00:00
Lee Clagett
61b6e4cc67
Add aggressive restrictions to pre-handshake p2p buffer limit
2020-12-17 00:36:10 +00:00
moneromooo-monero
af0a25544e
protocol: drop peers we can't download anything from in sync mode
...
instead of the (incorrect) check for whether we think we might have
a user for it at some point in the near future. We can reconnect.
2020-12-16 20:19:52 +00:00
moneromooo-monero
f3c0d4f9df
protocol: remove unused (and cunningly uninitialized) field
2020-12-15 01:32:18 +00:00
moneromooo-monero
8e62362cd3
p2p: ifx getting seed nodes for uncommon cases
...
The code is technically correct, but liable to easily become incorrect with changes
2020-12-15 01:32:15 +00:00
Crypto City
e1e260407f
game: fix stale "running out of..." message in building screen
2020-12-14 16:39:44 +00:00
Crypto City
6f5c2d1b0c
cc: fix coin score not taking amount owned into account anymore
2020-12-14 16:39:44 +00:00
Crypto City
2f3323982a
cc: fix get_cc_cliff_potential prototypes
2020-12-14 16:39:44 +00:00
moneromooo-monero
9de3787c47
daemon: the ban command can now load IPs from a file (ban @filename)
2020-12-14 12:26:23 +00:00
moneromooo-monero
68637bca3f
p2p: remove peers from grey and anchors lists when blocked
2020-12-13 23:27:44 +00:00
moneromooo-monero
58651d16c0
p2p: ignore incoming peer list entries when we have them blocked
2020-12-13 23:14:05 +00:00
luigi1111
e5decd0cde
Merge pull request #7130
...
543733d
protocol: include first new block in chain entry response (moneromooo-monero)
2020-12-12 22:05:02 -06:00
luigi1111
a57c95b2f1
Merge pull request #7127
...
5d1849a
protocol: stricter checks on received chain hash list (moneromooo)
2020-12-12 22:03:12 -06:00
Crypto City
e511c562af
game: fix leaderboard and player screen tooltips when scrolled
2020-12-13 00:49:23 +00:00
moneromooo-monero
543733d42c
protocol: include first new block in chain entry response
2020-12-12 01:36:35 +00:00
moneromooo
5d1849a9eb
protocol: stricter checks on received chain hash list
2020-12-11 18:47:40 +00:00
moneromooo-monero
62e8ca5eaf
protocol: revert incoming chain height check against local chain
...
We can actually request a chain that's further away from what we
have as we buffer more and more
2020-12-11 02:37:15 +00:00
Alexander Blair
0f67569279
Merge pull request #7121
...
cd7e9769d
protocol: one more sanity check on usable data from a peer (moneromooo-monero)
2020-12-10 17:44:54 -08:00
Alexander Blair
bdaadf85dc
Merge pull request #7117
...
5dee031b2
protocol: add a sanity check to the number of block hashes sent (moneromooo-monero)
2020-12-10 17:43:41 -08:00
Alexander Blair
bb6d2d4b05
Merge pull request #7114
...
eb77790df
protocol: fix asking for pruned blocks for v10 (moneromooo-monero)
2020-12-10 17:42:48 -08:00
Alexander Blair
28e5e42986
Merge pull request #7110
...
d660f22ed
protocol: drop origin IP if a block fails to verify in sync mode (moneromooo-monero)
2020-12-10 17:41:59 -08:00
Alexander Blair
5b62a6f316
Merge pull request #7106
...
0f34cabb9
protocol: more restrictive checks on chain entry response (moneromooo-monero)
2020-12-10 17:40:46 -08:00
Alexander Blair
1e9483a2d5
Merge pull request #7009
...
7414e2bac
Change epee binary output from std::stringstream to byte_stream (Lee Clagett)
2020-12-10 17:34:50 -08:00
moneromooo-monero
cd7e9769d8
protocol: one more sanity check on usable data from a peer
2020-12-10 23:02:06 +00:00
moneromooo-monero
d660f22ed1
protocol: drop origin IP if a block fails to verify in sync mode
...
It would otherwise be possible for a peer to send bad blocks,
then disconnect and reconnect again, escaping bans
2020-12-10 21:59:18 +00:00
moneromooo-monero
dd5e689533
protocol: add calls to reserve where appropriate
2020-12-10 20:47:35 +00:00
moneromooo-monero
5dee031b25
protocol: add a sanity check to the number of block hashes sent
2020-12-10 19:26:12 +00:00
moneromooo-monero
eb77790dfb
protocol: fix asking for pruned blocks for v10
...
Old format is still alloewd there, this is a two fork update
2020-12-10 18:10:45 +00:00
moneromooo-monero
7f30c49731
simplewallet: don't complain about connecting to the daemon when offline
2020-12-10 17:57:13 +00:00
moneromooo-monero
0f34cabb98
protocol: more restrictive checks on chain entry response
2020-12-10 17:23:50 +00:00
moneromooo-monero
47590fc80b
rpc: report target height as 0 when synced
...
since it only makes sense when syncing, and it confuses people
2020-12-10 17:05:34 +00:00
moneromooo-monero
19f77578e0
protocol: fix switchting to adding blocks if noone's adding the next span
2020-12-10 15:46:48 +00:00
SChernykh
c0c75ac19d
Fixed issues found by static analysis
...
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
2020-12-08 18:43:44 +01:00
luigi1111
b7425c14c8
Merge pull request #7072
...
bc7cd78
p2p: drop peers that spam peer lists (moneromooo-monero)
2020-12-07 10:24:30 -06:00
luigi1111
fb73f2b2be
Merge pull request #7070
...
281b42a
p2p: fix race condition accessing a deleted context (moneromooo-monero)
2020-12-07 10:23:24 -06:00
luigi1111
3d2a50a5c0
Merge pull request #7055
...
ff7fdf6
protocol: drop peers that don't reply to queries (moneromooo-monero)
89e984d
keep only the last seen node on a given host in the white list (moneromooo-monero)
c74d8ff
protocol: drop peers that decrease claimed height (moneromooo-monero)
61f5001
protocol: add scoring system to drop peers that don't behave (moneromooo-monero)
2020-12-07 10:07:33 -06:00
Crypto City
1a522dc3fa
bump version to 0.25.0.0
2020-12-07 12:26:53 +00:00
Crypto City
cb7e794036
game: add "show only items I have some of" toggle in trade screen
2020-12-07 11:53:00 +00:00
Crypto City
18e4b1eb28
make fire special event less likely
2020-12-07 11:53:00 +00:00
Crypto City
f62f0b0c6c
cc: remove military bonus for production buildings
2020-12-07 11:53:00 +00:00
moneromooo
ff7fdf6db2
protocol: drop peers that don't reply to queries
2020-12-06 15:57:40 +00:00
moneromooo-monero
281b42a281
p2p: fix race condition accessing a deleted context
2020-12-06 12:40:07 +00:00
moneromooo-monero
14bc5c095c
db_lmdb: move spammy "not found in db" message to TRACE
...
These are functions that check whether a tx is in the db, so whether
it is there or not is really not interesting, and it seems to scare
people from time to time
2020-12-06 01:46:21 +00:00
moneromooo-monero
bc7cd78870
p2p: drop peers that spam peer lists
...
There's always some people who just want to abuse things
2020-12-05 13:12:58 +00:00
Alexander Blair
7ca4ef0d74
Merge pull request #7068
...
2395e0e67
p2p: add a tor seed node (moneromooo-monero)
2020-12-04 13:28:02 -08:00
Alexander Blair
42aa1a6aca
Merge pull request #7062
...
5ed604fe5
crypto: fix non zero scalar being 0 after reducing (moneromooo-monero)
2020-12-04 13:27:05 -08:00
Alexander Blair
6b8db83149
Merge pull request #7043
...
17c537039
wallet2: check imported multisig curve points are in main subgroup (Crypto City)
2020-12-04 13:25:01 -08:00
Alexander Blair
ce564e7ebf
Merge pull request #7030
...
0363476ee
rpc: get_info - add 'synchronized' field (xiphon)
2020-12-04 13:21:36 -08:00
Alexander Blair
1eae7574b5
Merge pull request #7017
...
13350f79d
Do not use peer_id tracking method over i2p/tor (Lee Clagett)
2020-12-04 13:21:13 -08:00
moneromooo
89e984d93b
keep only the last seen node on a given host in the white list
2020-12-04 01:55:22 +00:00
moneromooo
c74d8ffd63
protocol: drop peers that decrease claimed height
2020-12-04 01:55:22 +00:00
moneromooo
61f5001c3f
protocol: add scoring system to drop peers that don't behave
2020-12-04 01:55:21 +00:00
moneromooo-monero
5ed604fe5b
crypto: fix non zero scalar being 0 after reducing
2020-12-04 01:00:03 +00:00
moneromooo-monero
2395e0e678
p2p: add a tor seed node
2020-12-03 23:45:38 +00:00
Alexander Blair
f83203ecef
Merge pull request #7058
...
89bbb802c
wallet2: set propagation timeout to current max timeout (selsta)
2020-12-03 12:19:39 -08:00
Alexander Blair
e78669257e
Merge pull request #7056
...
c64b94bd1
p2p: fix endianness when checking IPv6 addresses mapping to IPv4 (moneromooo-monero)
67f2bec2d
p2p: make this work with boost <= 1.65 (pffff) (moneromooo-monero)
ffdf1fb1d
p2p: rewrite boost's make_address_v4 to cater for < 1.66 (moneromooo)
2020-12-03 12:19:15 -08:00
Alexander Blair
84bae315f8
Merge pull request #6984
...
7a5e11645
net_node: add tor / i2p seed nodes (selsta)
2020-12-03 12:17:44 -08:00
Crypto City
8fa8ad7ae2
bump military building costs and remove payouts
2020-12-03 18:56:39 +00:00
Crypto City
b3a9de4ac4
game: make burning buildings more obvious, using colour
2020-12-03 18:56:39 +00:00
Crypto City
dddcf7dd1b
cc: tweak road bonus production bonus down
2020-12-03 18:56:38 +00:00
Crypto City
4b87907d36
cc: decrease streak and firefighter badge requirements
2020-12-03 18:56:38 +00:00
Crypto City
c8eb4e23db
cc: don't print bonus logs if no bonus
2020-12-03 18:56:38 +00:00
Crypto City
87cbd073b3
game: add building id column in building screen
2020-12-03 18:56:38 +00:00
Crypto City
8e3d70c8fa
game: allow using raw UI definition strings in runestone messages
...
if styling is enabled
2020-12-03 18:56:38 +00:00
Crypto City
f13cbdfd16
cc: decrease military influence and penalty
2020-12-03 18:56:38 +00:00
selsta
89bbb802c0
wallet2: set propagation timeout to current max timeout
2020-12-03 02:18:58 +01:00
moneromooo-monero
c64b94bd14
p2p: fix endianness when checking IPv6 addresses mapping to IPv4
2020-12-03 00:31:32 +00:00
moneromooo-monero
67f2bec2df
p2p: make this work with boost <= 1.65 (pffff)
2020-12-03 00:31:32 +00:00
moneromooo
ffdf1fb1de
p2p: rewrite boost's make_address_v4 to cater for < 1.66
2020-12-03 00:31:29 +00:00
Alexander Blair
4f401f6fca
Merge pull request #7025
...
b10878f10
Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s (Lee Clagett)
2020-12-01 14:23:49 -08:00
Alexander Blair
976fcb5985
Merge pull request #7024
...
aaf837cf5
rpc: skip non-synced bootstrap daemons in --no-sync mode too (xiphon)
2020-12-01 14:23:21 -08:00
Alexander Blair
f41dce49ac
Merge pull request #6954
...
dff1d8067
Fix tx flush callback queueing (Lee Clagett)
2020-12-01 14:22:16 -08:00
Alexander Blair
7cd0c64210
Merge pull request #6948
...
65903d2cf
Add rpc-restricted-bind-ip option (Howard Chu)
2020-12-01 14:21:19 -08:00
Alexander Blair
431ec528bc
Merge pull request #6939
...
6c9980a55
p2p: give all hosts the same chance of being picked for connecting (moneromooo)
2020-12-01 14:20:02 -08:00
Alexander Blair
003a06f030
Merge pull request #6923
...
cc034fe0c
util: fix escaping more than one ?* in glob_to_regex (moneromooo-monero)
2020-12-01 14:19:21 -08:00
Alexander Blair
d8f9472356
Merge pull request #6910
...
b7dd8349f
Allow setting start block on export (Howard Chu)
2020-12-01 14:18:44 -08:00
Alexander Blair
438442ace0
Merge pull request #6890
...
ec14e4b8c
wallet2: skip reorgs exceeding max-reorg-depth wallet setting (xiphon)
2020-12-01 14:18:22 -08:00
Crypto City
8599ef7f67
sort items before patents and gemstones
2020-12-01 12:54:08 +00:00
Crypto City
0bdbee7f2c
fix building share discrepancy between consensus and game estimation
2020-12-01 12:54:08 +00:00
Crypto City
42533162e4
game: add a "running out of X in Y ticks" in the buildings screen
2020-11-30 21:31:13 +00:00
Crypto City
84df7a33f3
game: add a note about the 70% repair threshold in the repair all dialog
2020-11-30 21:31:13 +00:00
Crypto City
88663a4594
game: remove debug traces
2020-11-30 21:31:13 +00:00
Crypto City
5d3a8d2566
cc: make the prestige payout slope gentler
...
so people at the low end get more
2020-11-30 19:49:31 +00:00
Crypto City
4810da6cd1
add a few more city specializations
2020-11-30 16:45:16 +00:00
Crypto City
6dce14cce1
db_lmdb: fix a couple places using uncompressed city data
2020-11-30 16:45:16 +00:00
Crypto City
92bf35bc2d
game: fix script shared size calculation underflow
2020-11-30 16:45:16 +00:00
Crypto City
97a3f0f73d
game: fix restoring compass style from config
2020-11-30 16:45:16 +00:00
Crypto City
622e42254b
game: fix custom model bounding box including the origin
...
Drawable overrides the default bounding box to do so
2020-11-30 16:45:16 +00:00
Crypto City
0f9010220e
game: hint to delete the cache file when getting a load exception
2020-11-30 16:45:16 +00:00
Crypto City
0446bde62c
allow mayors to select who gets styling on runestone messages
2020-11-30 16:45:16 +00:00
Crypto City
2237cd5152
game: disable all widgets when displaying existing mortgage details
2020-11-29 23:38:03 +00:00
Crypto City
71d8408168
crypto: speed up alternating canonical and merge mined blocks
2020-11-29 23:38:03 +00:00
Crypto City
915753e73d
db_lmdb: recover from not finding a tx by nonce from cc_orders
2020-11-29 23:38:03 +00:00
Crypto City
36c847f758
game: allow runestone message styling
2020-11-29 23:38:03 +00:00
Crypto City
346abcc7d0
tx_pool: do not count pre-matched amounts towards an order's amount
2020-11-29 23:38:03 +00:00
Crypto City
eb666eabb0
tx_pool: avoid duplicate work checking for stuck orders
2020-11-29 23:38:03 +00:00
Crypto City
8f9fc78c52
rpc: fix orders matchable field not considering already matched amount
2020-11-29 23:38:03 +00:00
Crypto City
9957d59552
daemon: print nonce in print_pool_commands
2020-11-29 23:38:03 +00:00
Crypto City
a1cfdd596f
cc: remove obsolete check_changed_accounts
2020-11-29 23:38:03 +00:00
Crypto City
c50b571fa9
allow the game account to enable/disable scripts
2020-11-29 23:38:03 +00:00
Crypto City
29d6a519f1
game: don't allow assigning items to a flag without a building
2020-11-29 23:38:03 +00:00
Crypto City
7e916e262b
game: fix clicking on uncarved runestones
2020-11-29 23:38:03 +00:00
Crypto City
24fab72227
cc: add extra "lengthening" constraint to road size
2020-11-29 23:38:03 +00:00
Crypto City
a24c6929e1
game: add prestige to the player screen
2020-11-29 23:38:03 +00:00
Crypto City
64e864e90a
cc: give prestige bonuses for complete runic cycle sets and all gemstones
2020-11-29 23:38:03 +00:00
Crypto City
c23453f994
cc: percent and pick script actions now have operands for weights
2020-11-29 23:38:03 +00:00
Crypto City
4a8b53368d
cc: attributes are not referenced by name, not index
2020-11-29 23:38:03 +00:00
Crypto City
8f3f86e599
game: add ${[type:]var} string replacements for scripts
2020-11-29 23:38:03 +00:00
Crypto City
eb9215e486
game: warn on runestone message screen if a script is active
2020-11-29 23:38:03 +00:00
Crypto City
e83b8ea1dc
game: improve runesone message screen layout
2020-11-29 23:38:02 +00:00
Crypto City
55fe24377a
game: add %C (city name) to script control codes
2020-11-29 23:38:02 +00:00
Crypto City
1db6b89794
cc: add unary predicates for item types to scripts
2020-11-29 23:38:02 +00:00
Crypto City
6eb067af06
cc: add not script operator
2020-11-29 23:38:02 +00:00
Crypto City
adb94dbedb
game: do not busy RPC for the current runestone when there is none
2020-11-29 23:38:02 +00:00
Crypto City
b71e877698
game: fix removing a runestone with overrides
2020-11-29 23:38:02 +00:00
Crypto City
a32818b297
cc: make a few operand parameters operands themselves
2020-11-29 23:38:02 +00:00
Crypto City
565995e127
cc: add owner item inventory operands
2020-11-29 23:38:02 +00:00
Crypto City
a4e8d12f68
cc: reserves can be configured, and items types/count are operands
2020-11-29 23:38:02 +00:00
Crypto City
9eea9901f8
cc: count coins/gems in reserves for prestige
2020-11-29 23:38:02 +00:00
Crypto City
00f71f75c7
game: replace VariantMapVector with Vector of VariantMap
2020-11-29 23:38:02 +00:00
Crypto City
4cc456225e
game: initialize script configuration screen with existing configuration
2020-11-29 23:38:02 +00:00
Crypto City
e709969c39
cc: check script actions refer to valid items
2020-11-29 23:38:02 +00:00
Crypto City
ca89bc433f
game: fix redundant height info in building settings screen
2020-11-29 23:38:02 +00:00
Crypto City
5db151d830
tx_pool: remove stuck orders on a schedule
2020-11-29 23:38:02 +00:00
Crypto City
171858da4c
cc: balance changes
2020-11-29 23:38:02 +00:00
moneromooo
6c9980a55b
p2p: give all hosts the same chance of being picked for connecting
...
even if some run more than one node
2020-11-29 15:55:58 +00:00
selsta
7a5e11645f
net_node: add tor / i2p seed nodes
...
Co-authored-by: Lee Clagett <code@leeclagett.com>
2020-11-29 13:49:03 +01:00
luigi1111
850edfe419
Merge pull request #7021
...
d73cb95
Fix timeout checks for forwarded and Dandelion++ stem txes (Lee Clagett)
2020-11-29 01:59:35 -06:00
luigi1111
cf816e51ad
Merge pull request #7020
...
2c66894
wallet_api: TransactionHistory - fill unconfirmed out payments dests (xiphon)
2020-11-29 01:58:56 -06:00
luigi1111
36d31ba0be
Merge pull request #7018
...
a9cd5d9
cryptonote_core: dandelion - use local height or median height if syncing (xiphon)
2020-11-29 01:58:13 -06:00
luigi1111
ad843541d5
Merge pull request #7008
...
3247f11
Silence stupid warnings (Howard Chu)
2020-11-29 01:57:24 -06:00
luigi1111
c041550ffa
Merge pull request #6973
...
be84f67
Switch to Dandelion++ fluff mode if no out connections for stem mode (Lee Clagett)
2020-11-29 01:54:43 -06:00
luigi1111
a92b968e35
Merge pull request #6971
...
f9527e6
protocol: reject empty incoming block messages (moneromooo-monero)
2020-11-29 01:54:08 -06:00
luigi1111
9945ca7a62
Merge pull request #6960
...
5569a8e
rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P (xiphon)
2020-11-29 01:53:12 -06:00
luigi1111
bb56248acd
Merge pull request #6949
...
aad780b
Fix CLI and unrestricted RPC relay_tx with stempool (Lee Clagett)
2020-11-29 01:52:23 -06:00
luigi1111
9a4d813136
Merge pull request #6943
...
cb069d0
p2p: remove banned peers from the white list (moneromooo-monero)
2020-11-29 01:51:41 -06:00
luigi1111
7a0334742a
Merge pull request #6937
...
8a282f6
Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr) Add monero_add_minimal_executable and use in tests (mj-xmr)
2020-11-29 01:49:39 -06:00
luigi1111
2be7a4c04f
Merge pull request #6933
...
1f04a31
p2p: use /16 filtering on IPv4-within-IPv6 addresses (moneromooo-monero)
2020-11-29 01:46:46 -06:00
luigi1111
4d298d4f11
Merge pull request #6924
...
874487f
blockchain: remove some dead code (moneromooo-monero)
2020-11-29 01:44:26 -06:00
luigi1111
999e797cea
Merge pull request #6922
...
a25bc71
Make Blockchain::get_fee_quantization_mask() compile time (SChernykh)
2020-11-29 01:40:59 -06:00
luigi1111
bab4495cfb
Merge pull request #6921
...
f1836ac
cryptonote_core: Fix missing override warnings (Nathan Dorfman)
2020-11-29 01:39:17 -06:00
luigi1111
c5b3fd1fec
Merge pull request #6920
...
aad2f87
net_node: add --ban-list option (selsta)
2020-11-29 01:38:27 -06:00
luigi1111
84cdb5d914
Merge pull request #6915
...
c67fa32
bump default number of connections from 8 to 12 (moneromooo-monero)
2020-11-29 01:34:02 -06:00
luigi1111
4c2e77854d
Merge pull request #6913
...
fc2f971
wallet2: wait for propagation timeout before marking tx as failed (xiphon)
2020-11-29 01:32:01 -06:00
luigi1111
eebd86dc3e
Merge pull request #6898
...
593ae2e
device: Ledger - update status codes (xiphon)
2020-11-29 00:44:27 -06:00
luigi1111
52006df9bb
Merge pull request #6897
...
2abdbf6
Add support for i2p and tor seed nodes (vtnerd)
2020-11-29 00:42:27 -06:00
luigi1111
7539d4ac74
Merge pull request #6895
...
b49f489
fix next_seed_height regression in getblocktemplate rpc (xnbya)
2020-11-29 00:41:42 -06:00
luigi1111
678237835f
Merge pull request #6892
...
ad7ea2c
core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check (xiphon)
2020-11-29 00:40:03 -06:00
luigi1111
d45a4ba106
Merge pull request #6849
...
f4b2382
rpc_private_headers declaration fix (malbit)
2020-11-28 22:31:25 -06:00
luigi1111
7778384071
Merge pull request #6830
...
64e9526
Extend TransactionInfo with coinbase and description attributes in wallet/api (dsc)
2020-11-28 21:55:16 -06:00
d157196416
Allow tx note edits via TransactionHistory object in wallet/api
2020-11-28 21:48:57 -06:00
luigi1111
b37d6fe368
Merge pull request #6826
...
83da867
Update error messages in daemon (tmoravec)
2020-11-28 21:35:34 -06:00
Crypto City
1d4273c31e
add prestige ranking and bonus from subsidy
...
also fix a couple bugs in coin collection scoring
2020-11-26 19:48:41 +00:00
xiphon
a9cd5d914e
cryptonote_core: dandelion - use local height or median height if syncing
2020-11-25 01:27:42 +00:00
Crypto City
17c5370398
wallet2: check imported multisig curve points are in main subgroup
2020-11-24 16:25:35 +00:00
Crypto City
9d24044370
rpc: add a cc_get_stats RPC
2020-11-22 23:25:50 +00:00
Crypto City
cf6a626937
auction creation and bidding, auction flags on mortgage default
2020-11-22 23:25:50 +00:00
Crypto City
95fc22b372
cc: add missing event when giving a flag
2020-11-22 23:25:50 +00:00
Crypto City
d726c70317
cc: remove duplicate check in give command
2020-11-22 23:25:50 +00:00
Crypto City
fd025cc295
cc: check all referenced states exist
2020-11-22 23:25:50 +00:00
Crypto City
70420f0c3d
cc: fix missing != condition
2020-11-22 23:25:50 +00:00
Crypto City
e6e0be698d
game: print running script name on window title
2020-11-22 23:25:50 +00:00
Crypto City
d8362d78eb
fix script command revert
2020-11-22 23:25:50 +00:00
Crypto City
d5ebfbc092
blockchain: fix random seed when popping commands
2020-11-22 23:25:50 +00:00
Crypto City
91d09e545e
More script work, especially with blob deduplication
2020-11-22 23:25:50 +00:00
Crypto City
b2b89c6d00
cc: fix init actions indent in generated code
2020-11-22 23:25:50 +00:00
Crypto City
12f8afbff5
cc: add random script operand
2020-11-22 23:25:50 +00:00
Crypto City
562396990f
cc: fix string overrides being lost on script choice revert
2020-11-22 23:25:50 +00:00
Crypto City
6ecd8bf054
fix multiple changes to the same variable in scripts
2020-11-22 23:25:50 +00:00
Crypto City
551b339226
game: fix crash cycling through buildings
2020-11-22 23:25:50 +00:00
Crypto City
1def4cd6da
cc: fix roadworks discoveries not giving expected bonuses
2020-11-22 23:25:50 +00:00
Crypto City
d7996c99cf
game: fix integer overflow in payout estimation
2020-11-22 23:25:50 +00:00
Crypto City
49b4385eae
cc: more accurate payout determination
2020-11-22 23:25:50 +00:00
Crypto City
ba682aa23f
game: link local script variables to widget ids
2020-11-22 23:25:50 +00:00
Crypto City
fb02b0b0de
cc: add a temperature calculation cache
...
since it queries a largeish number of database entries
2020-11-22 23:25:50 +00:00
Crypto City
ca1d37ba7d
cc: add temperature to script operands
2020-11-22 23:25:50 +00:00
Crypto City
0197fc9abd
game: do not show custom items with 0 supply in the trade screen
2020-11-22 23:25:50 +00:00
Crypto City
7c82e82247
make a function to check for restricted command types
2020-11-22 23:25:49 +00:00
Crypto City
fe7d6566d6
blockchain_import: fix typo
2020-11-22 23:25:49 +00:00
Crypto City
182863edc9
blob deduplication for scripts
2020-11-22 23:25:49 +00:00
Crypto City
3f71a7f3a3
WIP - wallet2: check imported multisig curve points are in main subgroup
2020-11-22 23:25:49 +00:00
Crypto City
a1e5a056cd
cc: decrease military influence
2020-11-22 23:25:49 +00:00
Crypto City
16157bea87
remove JSON scripts, keep only custom format
2020-11-22 23:25:49 +00:00
Crypto City
60a6a6bf5c
cc: add player operand, change "discovered by player" to "disdcoverer"
2020-11-22 23:25:49 +00:00
Crypto City
d1b06977dd
cc: add ternary expression operand to scripts
2020-11-22 23:25:49 +00:00
Crypto City
7bad65991c
cc: every script state can now have actions
2020-11-22 23:25:49 +00:00
Crypto City
628c459c87
game: fix cancelling set global variable screen preventing further use
2020-11-22 23:25:49 +00:00
Crypto City
f6498b3f05
db_lmdb: set last service height to current height on construction
2020-11-22 23:25:49 +00:00
Crypto City
7ccfa9a3ed
script overrides
...
Strings and locals can be set to be parameterized
2020-11-22 23:25:49 +00:00
Crypto City
6fefb08447
cc: tweak mountaineer badge thresholds and express them in meters
2020-11-22 23:25:49 +00:00
Crypto City
e263542943
game: view script source button, and confirmation for new scripts
2020-11-22 23:25:49 +00:00
Crypto City
7ef0b0a422
fix off by one between command dry run and block verification
2020-11-22 23:25:49 +00:00
Crypto City
4449bbc0a4
db_lmdb: remove leftover debug trace
2020-11-22 15:27:07 +00:00
Crypto City
4dd1ed8458
wallet: add carve runestone command RPC
2020-11-22 15:27:07 +00:00
Crypto City
f1076b279f
cc: a few script fixes, and remove not (simplifies grammar)
2020-11-22 15:27:07 +00:00
Crypto City
9ff58f684f
scripts can now be attached to runestones
2020-11-22 15:27:07 +00:00
Crypto City
36d7937143
cc: fix scripts comments
2020-11-22 15:27:07 +00:00
Crypto City
a9c3979936
add a load_script function, which detects and loads the right format
2020-11-22 15:27:07 +00:00
Crypto City
d9b8b6dc84
weed out zero entries in a few maps (budget, inventory, attributes)
2020-11-22 15:27:07 +00:00
Crypto City
15a65eeb3f
cc: add account data lookup, previously lost somehow
2020-11-22 15:27:07 +00:00
Crypto City
8368ca212e
daemon: add special event in cc_get_city output
2020-11-22 15:27:07 +00:00
Crypto City
70420b9b4b
daemon: display merged mined flag in print_bc
2020-11-22 15:27:07 +00:00
Crypto City
dc8f5c7d16
game: only show materials we have the backing items for
2020-11-22 15:27:07 +00:00
Crypto City
8c40728115
change firefighting to service when appropriate
2020-11-22 15:27:07 +00:00
Crypto City
04f467def6
runestones
...
Currently only a player written message
2020-11-22 15:27:07 +00:00
Crypto City
abc6e85063
cc: add public keyword to scripts
2020-11-22 15:27:07 +00:00
Crypto City
6be6793027
rpc: fix mortgaged flag typo
2020-11-22 15:27:07 +00:00
Crypto City
36cb7e47f5
wallet2: fix loading a bad game account taking a block to recover
2020-11-22 15:27:07 +00:00
Crypto City
d994c57ddd
db_lmdb: remove obsolete code
2020-11-22 15:27:07 +00:00
Crypto City
96a88bc868
script_analyzer: allow loading from a binary hex dump
2020-11-22 15:27:07 +00:00
Crypto City
722fabc6d3
Higher economic powers now depend on civil engineering discoveries
2020-11-22 15:27:07 +00:00
Crypto City
be32085cdd
game: allow lowering a loaded model below base height
2020-11-22 15:27:07 +00:00
Crypto City
45fca36815
cc: fix really bad cache thrashing in terrain generation
...
It'd trigger when selecting a new random seed several times
when founding a city
2020-11-22 15:27:07 +00:00
Crypto City
6b25fb4622
game: avoid 0 amount entries in budget
2020-11-22 15:27:07 +00:00
Crypto City
c6824a9053
cc: fix flag budget miscounting in build command
2020-11-22 15:27:07 +00:00
Crypto City
084940b9ff
game: allow searching for a flag by name, and clean up flag ui a bit
2020-11-22 15:27:07 +00:00
Crypto City
f087460302
game: fix flag outline colours when owner changes
2020-11-22 15:27:06 +00:00
Crypto City
402d9ce769
land can now be given
2020-11-22 15:27:06 +00:00
Crypto City
cb40955cc6
new custom language for scripts
2020-11-22 15:27:06 +00:00
Crypto City
7cd333413d
cc: add city to script attributes, rename num flags/discoveries
2020-11-22 15:27:06 +00:00
Crypto City
1b333e6a91
give salted meat for hunts if the meat salting discovery is enabled
2020-11-22 15:27:06 +00:00
Crypto City
1d762cfafa
db_lmdb: canonicalize flags order
2020-11-22 15:27:06 +00:00
Crypto City
933046c95d
simpler large game update test
2020-11-22 15:27:06 +00:00
Crypto City
021a6ee24c
cc: moose regenerate a little faster in a fauna hotspot
2020-11-22 15:27:06 +00:00
Crypto City
9e252338aa
discoveries can now be locked until a global variable is set
2020-11-22 15:27:06 +00:00
Crypto City
b867683a06
game: fall twice faster in walker mode, less annoying
2020-11-22 15:27:06 +00:00
Crypto City
2e66940f19
game: warn about close link misses in building settings screen
2020-11-22 15:27:06 +00:00
xiphon
0363476ee3
rpc: get_info - add 'synchronized' field
2020-11-19 12:51:31 +00:00
Lee Clagett
b10878f108
Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
...
A 20% fluff probability increases the precision of a spy connected to
every node by 10% on average, compared to a network using 0% fluff
probability. The current value (10% fluff) should increase precision by
~5% compared to baseline.
This decreases the expected stem length from 10 to 5. The embargo
timeout was therefore lowered to 39s; the fifth node in a stem is
expected to have a 90% chance of being the first to timeout, which is
the same probability we currently have with an expected stem length of
10 nodes.
2020-11-17 21:45:37 -05:00
xiphon
aaf837cf5f
rpc: skip non-synced bootstrap daemons in --no-sync mode too
2020-11-17 23:15:36 +00:00
Howard Chu
91fd634768
Better log message for unusable anon networks
2020-11-16 12:36:37 +00:00
Lee Clagett
d73cb95dfa
Fix timeout checks for forwarded and Dandelion++ stem txes
2020-11-15 00:08:10 -05:00
xiphon
5569a8e426
rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P
2020-11-15 03:13:07 +00:00
xiphon
2c668940cd
wallet_api: TransactionHistory - fill unconfirmed out payments dests
2020-11-14 14:09:07 +00:00
Howard Chu
3247f11638
Silence stupid warnings
2020-11-11 02:34:14 +00:00
Crypto City
e6552b0261
halve basic residential same type bonus, they're cheap
2020-11-10 18:17:43 +00:00
Crypto City
34352a78ea
game: show deactivation/bonus/penalty messages in building settings
2020-11-10 18:17:43 +00:00
Crypto City
36d0723ef7
game: fix display of influence penalties
2020-11-10 18:17:43 +00:00
Crypto City
aec7c8c70f
cc: add min size for commercial buildings
2020-11-10 18:17:43 +00:00
Crypto City
e296c71734
cc: add discovery related conditions to scripts
2020-11-10 18:17:43 +00:00
Crypto City
6e3538620c
game: make the console text selectable
2020-11-10 18:17:43 +00:00
Crypto City
0cbf664a53
cc: safety check for influence modifier
2020-11-10 18:17:43 +00:00
Crypto City
a7f53e32b4
game: allow rotating a loaded model
2020-11-10 18:17:43 +00:00
Crypto City
8687b9773f
remove remnants of obsolete resource availability
2020-11-10 18:17:43 +00:00
Crypto City
fb04ef804c
temperature now drops with altitude
2020-11-10 18:17:43 +00:00
woodser
ee58f4f766
Balance includes unconfirmed payments
2020-11-06 15:08:43 -05:00
Lee Clagett
be84f678b9
Switch to Dandelion++ fluff mode if no out connections for stem mode
2020-11-03 13:58:14 -05:00
moneromooo-monero
f9527e608e
protocol: reject empty incoming block messages
2020-11-03 12:59:36 +00:00
moneromooo-monero
1f04a3186b
p2p: use /16 filtering on IPv4-within-IPv6 addresses
...
IPv6 addresses include a range that can map IPv4 addresses,
which allowed those mapped addresses to bypass filtering.
This filter should be replaced by AS filtering at some point.
2020-11-03 00:46:07 +00:00
Crypto City
0ecb5a7a0b
cc: improve terrain
2020-11-02 19:10:00 +00:00
Crypto City
9f890cda25
game: fix assert in TB font renderer in debug mode
2020-11-02 01:10:39 +00:00
Crypto City
25094d296b
game: don't show give gold/items buttons for the current player
2020-11-02 00:03:57 +00:00
Crypto City
4b7ec81ff2
daemon: print time to next update in cc_date
2020-11-01 23:13:15 +00:00
Crypto City
6e10369f9f
game: add a command to extent the selection to the max possible
2020-11-01 22:12:31 +00:00
Crypto City
98d4ae7c2b
land cost now costs more near the city center and far away
...
also fix overflows in land/tax cost
2020-11-01 17:34:31 +00:00
Crypto City
b0bbb69cdf
more work on scripts
...
exit states with no choices, init commands when starting a script,
per player script local variables, and a few fixes
2020-11-01 17:34:30 +00:00
Crypto City
0d28f8f2de
add new marble texture and material variants
2020-11-01 17:34:30 +00:00
Crypto City
92538d4994
game: add some bark material variants
2020-11-01 17:34:30 +00:00
Crypto City
2596aa1164
Add new pine texture and variants
2020-11-01 17:34:30 +00:00
Crypto City
0cceb2ad11
game: lazy evaluation of map data in previews
2020-11-01 17:34:30 +00:00
Crypto City
252b631e73
cc: simplify get_operand_string
2020-11-01 17:34:30 +00:00
Crypto City
bb1c41fdb0
cc: limit add/sub/mul/min/max to 2 operands for simplicity
2020-11-01 17:34:30 +00:00
Crypto City
b35b2ec098
cc: actions now have an operand rather than just a value
2020-11-01 17:33:55 +00:00
Crypto City
f44f6de8d6
make CC_NO_EXTERNAL_DEPS a cmake define
2020-11-01 17:33:55 +00:00
Crypto City
4bcee1aa18
add flavour text for scripts when a choice is made
2020-11-01 17:33:55 +00:00
Crypto City
ce6d459a72
Revert "disable incomplete scripts and mortgages"
...
This reverts commit 53febe86a5
.
2020-11-01 17:33:55 +00:00
Crypto City
fa9a377279
add player script variables
2020-11-01 17:33:55 +00:00
Crypto City
7efea10d17
add compound expressions to scripts, and some more functions
2020-11-01 17:33:55 +00:00
Crypto City
a87452d088
bump version to 0.24.0.2
2020-11-01 17:05:55 +00:00
Crypto City
957fdaf3a1
game: fix crash when a building is demolished
2020-11-01 17:05:55 +00:00
Crypto City
6a847cc588
disable dandelion
2020-11-01 16:47:20 +00:00
Crypto City
36f93c0c9d
game: reset queued commands list when changing wallets
2020-11-01 16:47:20 +00:00
Crypto City
af1558329d
game: fix crash reading reserves
2020-11-01 16:47:20 +00:00
Crypto City
9e4ae4f8cd
cc: fix missing logs for tick consumption
2020-11-01 16:47:20 +00:00
Crypto City
dec210c823
crypto: fix low hash rate with multiple threads on windows
2020-11-01 16:47:20 +00:00
Crypto City
6d27eeca02
db_lmdb: remove leftover merge mining debug log
2020-11-01 16:47:20 +00:00
Crypto City
13ca0bd52c
fix mac build
2020-11-01 16:47:20 +00:00
Crypto City
88538d8a74
db_lmdb: remove empty reserves
2020-11-01 16:47:20 +00:00
Crypto City
bc18b1d314
game: fix balance calculation from reserves
2020-11-01 16:47:19 +00:00
Crypto City
1290bfb6e5
db_lmdb: fix reserve loading
2020-11-01 16:47:19 +00:00
Crypto City
371bb437cd
bump version to 0.24.0.1
2020-10-31 12:40:51 +00:00
Crypto City
a97da78821
chat: use a standard strftime format string
2020-10-30 11:37:01 +00:00
Lee Clagett
aad780bcfa
Fix CLI and unrestricted RPC relay_tx with stempool
2020-10-29 00:17:55 -04:00
Howard Chu
65903d2cfc
Add rpc-restricted-bind-ip option
...
Fixes #6369
2020-10-29 00:22:18 +00:00
mj-xmr
8a282f64c9
Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr)
...
Add monero_add_minimal_executable and use in tests
This is done in order not to have to relink targets, when just an .so changed, but not its interface.
2020-10-28 20:08:26 +01:00
moneromooo
cb069d0a42
p2p: remove banned peers from the white list
2020-10-27 22:35:14 +00:00
Crypto City
2cc0d846ba
fix link issues on windows
2020-10-27 19:47:43 +00:00
Crypto City
6f9df12621
bump version to 0.24.0.0
2020-10-27 11:43:17 +00:00
Crypto City
d410df436d
chat: add console in-game chat
2020-10-26 22:25:11 +00:00
Crypto City
3f54fed776
wallet: add a convenience get_cc_account_name
2020-10-26 22:05:27 +00:00
Crypto City
4e884b3213
game: cut down a little on unnecessary reallocs
2020-10-26 17:31:10 +00:00
Crypto City
d4af84717e
game: make view distance configurable
2020-10-26 17:31:10 +00:00
Crypto City
9f39f612cb
game: add turn rate config
2020-10-26 14:04:51 +00:00
Crypto City
e349e5694e
give higher level woods more heating power
2020-10-26 13:09:35 +00:00
Crypto City
8a307f1ffe
cc: fix commercial buildings wood requirements
2020-10-26 13:09:35 +00:00
Crypto City
c86cb09b03
game: fix min size check when resizing
2020-10-26 13:09:35 +00:00
Crypto City
7f55398eb6
game: fix building screen sorting
2020-10-26 13:09:35 +00:00
Crypto City
4dbf989058
txpool: outright reject txes with cancelled nonces
2020-10-26 13:09:35 +00:00
Crypto City
02dae201d9
Add "%" to bonus/penalty messages
2020-10-26 13:09:35 +00:00
Crypto City
f2820ddc40
game: add a key binding to open the player screen
2020-10-26 13:09:35 +00:00
Crypto City
3c6bdf59d2
cc: change stone quantity potential formula
2020-10-26 13:09:35 +00:00
Crypto City
46b30ec784
cc: make gemstones a bit harder to find
2020-10-26 13:09:35 +00:00
Crypto City
1698244761
game: add crop/yield to building screen
2020-10-26 13:09:35 +00:00
Crypto City
99400c0b07
make road bonus affect production
2020-10-26 13:09:35 +00:00
Crypto City
95cbfe68fa
cc: take influence bonuses/penalties into account for production
2020-10-26 13:09:35 +00:00
Crypto City
08433773e1
cc: make bonuses/penalties size dependent on role
2020-10-26 13:09:35 +00:00
Crypto City
fa4659c213
add a new oak texture and associated materials
2020-10-26 13:09:35 +00:00
Crypto City
3e8eb30930
game: allow displaying several potential maps at once
2020-10-26 13:09:35 +00:00
Crypto City
d06fda645b
game: speed up gathering all flags
2020-10-26 13:09:35 +00:00
Crypto City
ec3afc3bbc
game: move thermometer to the left when the calendar is off
2020-10-26 13:09:35 +00:00
Crypto City
4883d85894
game: fix demolishing building right after creating it
2020-10-26 13:09:35 +00:00
Crypto City
3fbc87ce06
game: sanity checks on reading/writing config file
...
and don't use MessageBox before the graphics are all initialized
2020-10-26 13:09:35 +00:00
Crypto City
ae5c4f81a4
cc: fix amythyst typo
2020-10-26 13:09:35 +00:00
Crypto City
70126a3d6e
merge_mining_proxy: this is a Townforge program, using Monero
2020-10-26 13:09:35 +00:00
Crypto City
155003f35a
cc: new stone type potential formula, easier to get marble areas
2020-10-26 13:09:35 +00:00
Crypto City
f7c4bdd0cd
game: keep model being modified unpacked for speed
2020-10-26 13:09:35 +00:00
Crypto City
aa6ca84779
game: add user toggled light source at player position
2020-10-26 13:09:35 +00:00
Crypto City
52b6269ce5
game: tesselate more to avoid bad lighting artefacts
2020-10-26 13:09:35 +00:00
Crypto City
e2a5c8f37a
cc: avoid some memory reallocations
2020-10-26 13:09:35 +00:00
Crypto City
d21ed9944f
game: add "blocks till next update" line in the calendar section
2020-10-26 13:09:35 +00:00
Crypto City
350abd03f5
game: s/money/gold/ where appropriate
2020-10-26 13:09:35 +00:00
Crypto City
d521da6d4c
game: allow editing models on someone else's flag
...
They can't be saved to the chain, but allows for outsourcing model work
2020-10-26 13:09:35 +00:00
Crypto City
53febe86a5
disable incomplete scripts and mortgages
2020-10-26 13:09:35 +00:00
Crypto City
7bc1a730f8
game: double clicks in the inventory open the trade window
2020-10-26 13:09:35 +00:00
Crypto City
49e57a5c4a
cc: make discoveries 4 times as expensive
2020-10-26 13:09:35 +00:00
Crypto City
e40212a683
cc: make marble easier to get
2020-10-26 13:09:35 +00:00
Crypto City
ee2e842d1b
game: add keys for prev/next flag, optionally within same role
2020-10-25 18:47:27 +00:00
Crypto City
5145004ee9
game: clear selection when jumping to a building
...
It looks cleaner and avoids the rebuilding and associated pause
2020-10-25 18:47:27 +00:00
Crypto City
801aea80b3
core: remove used nonce hack
2020-10-25 18:47:27 +00:00
Crypto City
691cc6b2b9
game: keep Flag packed data, add dirty flag to save needless repacking
2020-10-25 18:47:27 +00:00
Crypto City
751489aadc
misc balance changes
2020-10-25 18:47:27 +00:00
Crypto City
2977d5b2ae
cc: increase staff cost and road decay rate
2020-10-25 18:47:27 +00:00
Crypto City
18e632cf46
game: add food/heating in buildings screen
...
instead of vegetables/grain/meat
2020-10-25 18:47:27 +00:00
Crypto City
d104fd56a1
game: speed up building approval
2020-10-25 18:47:27 +00:00
Crypto City
e0c4666487
game: fix removing hidden blocks removing a bit too much
2020-10-25 18:47:27 +00:00
Crypto City
4ed8800289
game: import model to the whole flag when a single tile is selected
2020-10-25 18:47:27 +00:00
Crypto City
a0aa72df14
serialize a few vectors of PODs as blobs
2020-10-25 18:47:27 +00:00
Crypto City
0fa52472d6
game: improve the Tile small size optimization
...
Tile can store almost twice as much without allocation
2020-10-25 18:47:27 +00:00
Crypto City
768031cb96
game: speed up loading history and latest update dialogs
2020-10-25 18:47:27 +00:00
Crypto City
f2808a6a39
more tile size optimization
...
Tiles are now stored as a single packed byte stream,
including in the game, and unpacked/repacked as necessary
2020-10-25 18:47:26 +00:00
Crypto City
32a0e74383
game: reorder Flag structure to save a few bytes
2020-10-22 18:59:00 +00:00
Crypto City
44e3632dbd
game: remove obsolete building side effects code
2020-10-22 18:59:00 +00:00
Crypto City
7ad99aa610
prevent randomx seed hash reuse after enough time
2020-10-22 18:59:00 +00:00
luigi1111
8b3b106ad1
Merge pull request #6902
...
70eb0d1
wallet2_api: implement stop() to interrupt refresh() loop once (xiphon)
2020-10-21 22:57:42 -05:00
Crypto City
9fde4dcc89
merge_mining_proxy: remove a couple unused dependencies
2020-10-21 02:20:27 +00:00
Crypto City
f821cb4dd3
cryptonote_basic: clear aux_header on load when appropriate
2020-10-20 23:32:01 +00:00
selsta
aad2f87a53
net_node: add --ban-list option
2020-10-20 19:39:44 +02:00
moneromooo-monero
874487fed8
blockchain: remove some dead code
...
This is already done
2020-10-20 16:50:36 +00:00
moneromooo-monero
cc034fe0c3
util: fix escaping more than one ?* in glob_to_regex
2020-10-20 16:46:53 +00:00
Crypto City
84a97ba2b0
game: reigster to events on the sound source's node, not itself
2020-10-20 13:40:36 +00:00
SChernykh
a25bc71f3f
Make Blockchain::get_fee_quantization_mask() compile time
...
This also removes potential thread safety bug in that function.
2020-10-20 14:16:09 +02:00
Crypto City
e3ff8dc659
db_lmdb: rewrite tile storage to save a lot of space
2020-10-20 10:09:04 +00:00
Crypto City
2a48ed0f23
make finding a flag from coordinates not rely on cc_tiles anymore
2020-10-20 09:22:43 +00:00
Crypto City
8fc12d80ec
cc: RLE compress tile data for derelict/defaulted buildings
2020-10-20 00:27:50 +00:00
Nathan Dorfman
f1836ac28a
cryptonote_core: Fix missing override warnings
2020-10-19 18:23:07 -06:00
Crypto City
8f675bc542
urho3d: update to latest urho3d
2020-10-19 19:54:17 +00:00
Crypto City
7dc742b813
blockchain: simplify variable size data records
2020-10-19 16:35:53 +00:00
Lee Clagett
2abdbf63cf
Add support for i2p and tor seed nodes
2020-10-19 13:13:07 +00:00
Crypto City
8e4156592b
s/monero/gold/ for amount units
2020-10-19 12:17:51 +00:00
Crypto City
be1307c3a4
s/TownForge/Townforge/
2020-10-19 12:17:51 +00:00
Crypto City
34a4d2b618
fixes after monero merge
2020-10-19 12:17:51 +00:00
Alexander Blair
faedcded39
Merge pull request #6891
...
4cf3545a3
core_rpc_server: on_get_blocks - forward bootstrap daemon error (xiphon)
2020-10-18 23:26:17 -07:00
Alexander Blair
8e3f46dd0a
Merge pull request #6881
...
11b20229c
tx_pool: silence spammy harmless warning till we fix the bug (moneromooo-monero)
2020-10-18 23:25:54 -07:00
Alexander Blair
142489bd60
Merge pull request #6882
...
fcbfb0a00
wallet2: fix missing m_state field in wallet serialization (moneromooo-monero)
2020-10-18 23:25:32 -07:00
Alexander Blair
543d600042
Merge pull request #6875
...
a12a8174e
Dandelion++: skip desynced peers in stem phase (xiphon)
2020-10-18 23:25:08 -07:00
xiphon
fc2f97177b
wallet2: wait for propagation timeout before marking tx as failed
2020-10-18 14:00:56 +00:00
moneromooo-monero
c67fa32496
bump default number of connections from 8 to 12
2020-10-18 13:25:05 +00:00
Howard Chu
b7dd8349f4
Allow setting start block on export
...
And make import honor the starting block# recorded in a bootstrap file
2020-10-18 14:01:44 +01:00
Alexander Blair
519740a1d3
Merge pull request #6905
...
88fde0309
blockchain: fix sync at v14 boundary (moneromooo-monero)
2020-10-18 05:51:43 -07:00
moneromooo-monero
88fde0309a
blockchain: fix sync at v14 boundary
...
Miners with MLSAG txes which they'd already verified included
a couple in that block, but the consensus rules had changed
in the meantime, so that block is technically invalid and any
node which did not already have those two txes in their txpool
could not sync. Grandfather them in, since it has no effect in
practice.
2020-10-18 11:52:33 +00:00
Crypto City
43b8112c1e
Merge branch 'master' into cc
2020-10-18 00:33:51 +00:00
Crypto City
9ab3f422a6
rpc: add merged_mined flag to block header response data
2020-10-17 23:30:31 +00:00
Crypto City
cb353a875d
daemon: include nonce to txid map in print_pool
2020-10-17 23:30:31 +00:00
Crypto City
6d974e2adc
cc: fix labour supply accounting when hunting
2020-10-17 23:30:31 +00:00
Crypto City
2880e5fc69
cc: remove obsolete redundant check
2020-10-17 23:30:31 +00:00
Crypto City
da5d2a429a
fix a few niggles with broken assert_exception in functional tests
2020-10-17 23:30:31 +00:00
Crypto City
4a84a63f34
game: add optional message in select items dialog
2020-10-17 23:30:31 +00:00
Crypto City
29fa6c7222
wood can now be chopped into firewood
2020-10-17 23:30:30 +00:00
Crypto City
c04f132b53
cc: decrease most special event durations
2020-10-17 23:30:30 +00:00
Crypto City
b8a84f7680
cc: validate name before looking up in the db
2020-10-17 23:30:30 +00:00
Crypto City
46e4dc0878
cc: fix underflow in game update
2020-10-17 23:30:30 +00:00
Crypto City
029ecc635f
game: add a "jump to building" key
2020-10-17 23:30:30 +00:00
Crypto City
0ee762a550
cc: substantially decrease flood/earthquake damage
2020-10-17 23:29:26 +00:00
Crypto City
3e3b062c19
WIP - mortgages
2020-10-17 23:29:26 +00:00
Crypto City
7b51ad56bc
WIP - mortgages
2020-10-17 23:29:26 +00:00
Crypto City
9b291c45b3
WIP - mortgages
2020-10-17 23:29:26 +00:00
Crypto City
f7bd04fc12
remove custom item amount field, it is now redundant
...
since we track supply for all items
2020-10-17 23:29:26 +00:00
Crypto City
9586a32958
WIP - mortgages
2020-10-17 23:29:26 +00:00
Crypto City
12e21aa279
game: enable resize button only when selected area meets min size
2020-10-17 23:29:26 +00:00
Crypto City
8561d703cf
game: save font size in config
2020-10-17 23:29:26 +00:00
Crypto City
09069fafc9
game: add frame rate limiter options
2020-10-17 23:28:43 +00:00
Crypto City
b033e75db0
add more user data space to custom items
2020-10-17 23:28:43 +00:00
Crypto City
5710bb74dd
WIP - scripts
2020-10-17 23:28:43 +00:00
Crypto City
96f34d22cb
game: print range/bonus in dice roll notification
2020-10-17 23:28:43 +00:00
Crypto City
c8ed208089
game: add number of players invited in the player screen
2020-10-17 23:28:43 +00:00
Crypto City
3e637ecf29
bump version to 0.23.1.6
2020-10-17 21:29:36 +00:00
Crypto City
689790d350
merge_mining_proxy: notify miner when a new block template is needed
2020-10-17 21:28:48 +00:00
Crypto City
6c8b3841ae
merge_mining_proxy: fix rejects when mining fast
2020-10-17 21:28:48 +00:00
Crypto City
d0acc313b7
blockchain: fix checking for more than one merge mining tag
2020-10-17 21:28:48 +00:00
Crypto City
698066afcc
daemon: add cc_orders command to show trade orders for an item
2020-10-17 21:28:48 +00:00
Crypto City
e6d4e9e009
cc: fix dividend item summation
2020-10-17 21:28:48 +00:00
Crypto City
bfba522682
game: don't offer assigning items other than materials/labour to flags
2020-10-17 21:28:48 +00:00
Crypto City
4988ccc193
crypto: fix build on windows
2020-10-17 21:27:31 +00:00
Crypto City
51c1e14daa
game: fix deadlock refreshing
2020-10-17 21:27:31 +00:00
xiphon
70eb0d1844
wallet2_api: implement stop() to interrupt refresh() loop once
2020-10-17 02:56:15 +00:00
Crypto City
25dad9785e
bump version to 0.23.1.5
2020-10-16 20:15:31 +00:00
Crypto City
f379cc35c6
core: fix syncing alt chains with merge mined blocks
2020-10-16 20:14:25 +00:00
Crypto City
21a68d7023
game: fix dividend dialog selection between gold and item
2020-10-16 20:14:25 +00:00
Crypto City
9485a9afc0
blockchain: fix mining invalid blocks due to trade txes
2020-10-16 20:14:25 +00:00
Lee Clagett
13350f79df
Do not use peer_id tracking method over i2p/tor
2020-10-15 16:47:59 +00:00
moneromooo-monero
aaa3289e22
add more updates domains and make the voting generic, not just 2/3
2020-10-15 14:06:44 +00:00
xiphon
593ae2e9f9
device: Ledger - update status codes
2020-10-13 22:53:19 +00:00
luigi1111
e503688a6b
Merge pull request #6828
...
1b3f220
Allow AddressBook description edits via wallet/api interface (xmrdsc)
2020-10-13 10:39:05 -05:00
xiphon
ec14e4b8cd
wallet2: skip reorgs exceeding max-reorg-depth wallet setting
2020-10-13 15:23:35 +00:00
Crypto City
aad0d3bfba
better fix for sync failure on aux pow blocks
2020-10-13 14:07:24 +00:00
Alexis Enston
b49f48962b
fix next_seed_height regression in getblocktemplate rpc
2020-10-13 11:07:59 +01:00
xiphon
4cf3545a31
core_rpc_server: on_get_blocks - forward bootstrap daemon error
2020-10-13 00:44:59 +00:00
Crypto City
6a80df2269
bump version to 0.23.1.4
2020-10-13 00:33:49 +00:00
Crypto City
b300b7ba81
fix syncing on historical merged mined blocks
...
It is not clear yet why the locking changes are necessary
2020-10-13 00:32:50 +00:00
xiphon
ad7ea2c60c
core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check
2020-10-12 23:49:37 +00:00
moneromooo-monero
fcbfb0a00a
wallet2: fix missing m_state field in wallet serialization
2020-10-12 15:35:52 +00:00
moneromooo-monero
11b20229c9
tx_pool: silence spammy harmless warning till we fix the bug
2020-10-12 14:07:40 +00:00
xiphon
a12a8174e0
Dandelion++: skip desynced peers in stem phase
2020-10-12 13:44:06 +00:00
Crypto City
8ae9559324
cc: fix invalid memory access in build execution
2020-10-11 22:31:01 +00:00
Crypto City
b1426aec41
bump version to 0.23.1.3
2020-10-11 10:40:38 +00:00
moneromooo-monero
e3df4df020
p2p: add --max-connections-per-ip daemon option
...
Helps daemons behind a proxy get more than one connection.
Defaults to 1 (no change)
2020-10-11 10:37:30 +00:00
Crypto City
93821eb201
game: select wanted item in trade screen called from building settings
2020-10-11 10:37:30 +00:00
Crypto City
e3e2180335
game: fix possible crash in trade screen
2020-10-11 10:36:58 +00:00
Crypto City
c1793c3a23
fix ghost trade orders when cancelling
2020-10-11 10:36:58 +00:00
Crypto City
8cfdde7bf9
tx_pool: don't reset chat receive time, we have a timestamp
2020-10-11 10:36:58 +00:00
Crypto City
17750a7b42
daemon: print_pool_commands now takes optional account and/or type
2020-10-11 10:36:17 +00:00
Crypto City
3aed44b2bf
daemon: add cc_chat command (read only chat viewer)
2020-10-11 10:34:56 +00:00
Lee Clagett
7414e2bac1
Change epee binary output from std::stringstream to byte_stream
2020-10-10 15:28:40 +00:00
Crypto City
8e2b1dbfb3
merge_mining_proxy: fix mining with unpatched xmrig
2020-10-10 12:32:57 +00:00
Crypto City
3187406dba
game: fix submitting imported model with palette changes
2020-10-10 01:02:28 +00:00
Crypto City
112c477953
rpc: fix merge mining
2020-10-10 00:43:02 +00:00
Crypto City
71944aaaae
merge_mining_proxy: fix merge mining
2020-10-10 00:43:02 +00:00
Crypto City
61e306fe08
bump version to 0.23.1.2
2020-10-09 16:10:35 +00:00
Crypto City
3c8012010a
rpc: fix sell trades not showing up in the game
2020-10-09 00:27:44 +00:00
Crypto City
b7b7c007fd
tx_pool: fix flush_nonce throwing when a nonce is not found
2020-10-08 23:21:04 +00:00
Crypto City
3f71c58ab6
fix more boost deps for -j builds
2020-10-08 23:21:04 +00:00
Crypto City
17a88d019d
blockchain: fix game update check
...
It's already checked in validate_miner_transaction, when the block
height is not incremented yet
2020-10-08 15:13:46 +00:00
Crypto City
450e73ca71
core: fix duplicate create account commands causing invalid blocks
2020-10-08 13:10:24 +00:00
Lee Clagett
386ef03be3
Add TLSA support to DNSSEC fetching
2020-10-07 15:43:31 +00:00
Crypto City
ea8c886f39
bump version to 0.23.1.1
2020-10-07 01:00:25 +00:00
Crypto City
0b7cda7376
game: decrease keyboard turn speed
2020-10-07 01:00:25 +00:00
Crypto City
11a51d7b05
blockchain: temporary hack to sync the current borked chain
2020-10-07 00:54:18 +00:00
Crypto City
a8120eb555
blockchain: fix cancelled nonce check
2020-10-07 00:54:18 +00:00
Crypto City
bf409eba42
game: fix static build on mac
2020-10-07 00:54:18 +00:00
Crypto City
6606feae8a
rpc: fix flags/cities trades being unmatchable in game
2020-10-07 00:54:18 +00:00
Crypto City
5aceb60aa0
game: fix thermometer showing up on startup even when disabled
2020-10-07 00:54:17 +00:00
Crypto City
c7fd697fd5
game: merge palettes when importing a model
2020-10-07 00:54:17 +00:00
Crypto City
aaefd007f3
game: fix model placement ui not disppearing when cancelled
2020-10-07 00:54:17 +00:00
Crypto City
b19fd2f13b
game: fix exporting only selection to magica voxel format
2020-10-07 00:54:17 +00:00
Crypto City
b619892c18
cc: print which material variant is locked in build command
2020-10-07 00:54:17 +00:00
Lee Clagett
dff1d8067c
Fix tx flush callback queueing
2020-10-06 16:07:49 +00:00
Crypto City
15c3836fdf
bump version to 0.23.1.0
2020-10-02 12:39:12 +00:00
Crypto City
04faa7fe0b
daemon: print tx hash in print_pool_commands
2020-10-02 12:38:00 +00:00
Crypto City
34065f2b9e
daemon: fix printing block as JSON
2020-10-02 12:38:00 +00:00
Crypto City
1ac1b512b9
game: don't print estimated sale price when we don't know it
2020-09-30 21:19:04 +00:00
Crypto City
37b1aadced
game: move tile data into a separate structure and pass by shared_ptr
...
avoids more copies
2020-09-30 21:05:17 +00:00
Crypto City
9786c6115e
game: move tiles rather than copy where pushing to the undo stack
2020-09-30 15:35:01 +00:00
Crypto City
fea4a4da7b
game: speedup filling up undo stack when building
2020-09-30 13:53:58 +00:00
Crypto City
7c7eec626b
cc: speed up rectanglizer a bit
2020-09-30 13:31:16 +00:00
Crypto City
05c4d49159
game: bring panel on top on startup
2020-09-30 00:23:12 +00:00
Crypto City
8b5eeedbad
game: speed up auto save a bit
2020-09-30 00:23:12 +00:00
Crypto City
25e6eaeb53
game: fix go to vista adding terrain height
2020-09-30 00:23:12 +00:00
Crypto City
4fcca0a9ed
game: make QueuedCommand dtor virtual
2020-09-30 00:23:12 +00:00
Crypto City
666ac7ffcc
cmake: fix boost dependency
2020-09-29 20:48:45 +00:00
Crypto City
202e7a35fd
bump version to 0.23.0.0
2020-09-29 12:14:10 +00:00
Crypto City
9ead926682
cc: add functions to calculate a coin collection score
2020-09-29 12:14:10 +00:00
Crypto City
13b4b3b7bf
cc: tweak role weights for city size purposes
2020-09-29 12:14:10 +00:00
Crypto City
80866b62c4
game: fix teleporting below terrain when in free camera mode
2020-09-29 12:14:10 +00:00
Crypto City
59d1563eac
cc: change the labour/high cost function
...
easier at low heights, harsher at high heights
2020-09-29 12:14:10 +00:00
Crypto City
bd20a169ec
functional_tests: more city and game update tests
2020-09-29 12:14:10 +00:00
Crypto City
85fe746683
cc: add missing data for defaulted/derelict buildings in game update
2020-09-28 21:09:07 +00:00
Crypto City
22037bd542
cc: factor distribution to treasuries, and new items now do it too
2020-09-28 21:09:07 +00:00
Crypto City
7190cbcbab
game: offset start position slightly
...
Might help with falling through the floor on traveling to a city
2020-09-28 21:09:07 +00:00
Crypto City
81ac18db00
rewrite city cost function
2020-09-28 21:09:07 +00:00
Crypto City
0f961b5766
cc: bump terrain tile cache from 20 to 32
2020-09-28 21:09:07 +00:00
Crypto City
b327a18dd9
cc: increase min agricultural building size
2020-09-28 21:09:07 +00:00
Crypto City
2a3126740b
game: improve building settings screen
2020-09-28 21:09:07 +00:00
Crypto City
d6f17d45f7
game: only display gemstone potential for stonecutters
2020-09-28 21:09:07 +00:00
Crypto City
06fe46a963
cc: some labour/food/heating balance tweaks
2020-09-28 21:09:07 +00:00
Crypto City
a7fc64ed0b
add an arbitrary limit for mint batch to avoid overflows
2020-09-28 21:09:07 +00:00
Crypto City
b5ad010f52
cn_deserialize: support block hashing blobs
2020-09-28 21:09:07 +00:00
Crypto City
ef159ea3b4
cc: fix food/labour balance
2020-09-28 21:09:07 +00:00
Crypto City
7e4c421825
cc: double the game account's share from 0.05% to 0.1%
2020-09-28 21:09:07 +00:00
Crypto City
17986a9167
game: initialize level to nothing when awarding event badges
2020-09-28 21:09:07 +00:00
Crypto City
7c99e33a90
blockchain: set balance flag when a tx fails due to balance check
2020-09-28 21:09:07 +00:00
Crypto City
f0feacd249
cc: decrease heating requirements a bit
2020-09-28 21:09:07 +00:00
Crypto City
4d434201a3
game: enable/disable sow/harvest buttons based on current flag crop
2020-09-28 21:09:07 +00:00
Crypto City
8e300911c5
add cautious bears city specialization
2020-09-28 21:09:07 +00:00
Crypto City
4cf39077cd
cc: flood does not affect grain production now
2020-09-28 21:09:07 +00:00
Crypto City
694c623384
add high ground city specialization (prevents flooding)
2020-09-28 21:09:07 +00:00
Crypto City
688be95acf
cc: make the crop yield less front loaded
2020-09-28 21:09:07 +00:00
Alexander Blair
3cbb44a2fd
Merge pull request #6841
...
b6c4f8cd5
fix a couple bugs found by OSS-fuzz (moneromooo-monero)
2020-09-27 16:17:17 -07:00
Michal m@lbit Malicki
f4b2382713
rpc_private_headers declaration fix
2020-09-27 13:41:44 +01:00
Crypto City
ec08a634ab
game: allow cancelling any command
2020-09-24 19:29:55 +00:00
Crypto City
dcd905c2d6
tx_pool: disable command compatibility checks
2020-09-24 19:29:55 +00:00
Crypto City
274391ea75
tx_pool: tune stuck tx timeouts
2020-09-24 19:29:55 +00:00
Crypto City
101d2dfd38
game: fix parse errors when starting without a config.json
2020-09-24 19:29:55 +00:00
Crypto City
b9f123af2b
cc: add 0.2% payout for military buildings
...
Fire fighting is not going to be enough
2020-09-24 19:29:55 +00:00
Crypto City
b7c431c15e
remove cost from buy_land command
2020-09-24 19:29:55 +00:00
Crypto City
9de9ce1e0c
game: set seed language when creating a new wallet
2020-09-24 19:29:55 +00:00
Crypto City
542f476d1c
game: fix 0 being rejected as an amount in increase attribute screen
2020-09-24 19:29:55 +00:00
moneromooo-monero
b6c4f8cd54
fix a couple bugs found by OSS-fuzz
...
- index out of bounds when importing outputs
- accessing invalid CLSAG data
2020-09-24 15:30:38 +00:00
Crypto City
ed2fd309f0
bump version to 0.22.1.0
2020-09-20 15:51:32 +00:00
Crypto City
604b33c9a9
cc: halve fire and lightning damage
2020-09-20 15:25:57 +00:00
Crypto City
243a1695bd
game: bind arrows keys to look around
2020-09-20 15:22:53 +00:00
Crypto City
8a5fad0de4
cc: fix underflow in crop yield calculation
2020-09-20 15:15:01 +00:00
Crypto City
ce57a5dcc4
game: snappier and synced blockchain and txpool updates
2020-09-20 15:15:01 +00:00
Crypto City
0f6830bca3
wallet: fix get_top_block not refreshing when it should
2020-09-20 14:44:47 +00:00
Crypto City
19b08551e8
game: prevent building on flags which have pending build commands
2020-09-20 14:44:47 +00:00
Crypto City
5ebcd37ece
remove a few user visible mentions of monero, replace with Townforge/gold
2020-09-20 14:44:47 +00:00
Crypto City
4fec859c89
simplewallet: remove donate command
2020-09-20 14:44:47 +00:00
xiphon
4846743fdc
daemon: Windows - fix FAT32 warning, trailing backslash is required
2020-09-20 13:57:44 +00:00
64e9526509
Extend TransactionInfo with coinbase and description attributes in wallet/api
2020-09-19 22:54:23 +02:00
1b3f220251
Allow AddressBook description edits via wallet/api interface
2020-09-19 18:29:46 +02:00
Tadeas Moravec
83da867474
Update error messages in daemon
...
When given a wrong argument, some daemon commands failed with "unknown
command" error, instead of a meaningful error message. This patch
brings consistency into the error messages.
In several places, this patch removes relatively useful messages,
and replaces them with more generic ones. E.g.,
- std::cout << "use: print_pl [white] [gray] [<limit>] [pruned]
[publicrpc]" << std::endl;
+ std::cout << "Invalid syntax: Too many parameters. For more
details, use the help command." << std::endl;
There are two reasons for this:
1. Consistency.
2. Removing duplicates.
The detailed information about the parameters is present in
the help messages already. Having it in two places increases
the risk that the messages would get out of date.
2020-09-18 14:04:19 +02:00
Crypto City
aef77f1eb0
bump version to 0.22.0.3
2020-09-17 23:28:00 +00:00
Crypto City
f46121e07b
Debug mode override slipped in *again* ffs
2020-09-17 23:28:00 +00:00
Crypto City
22a6a12e96
merge_mining_proxy: add missing include on windows
2020-09-17 22:48:17 +00:00
Crypto City
0c8f2e9be3
bump version to 0.22.0.2
2020-09-17 22:23:30 +00:00
Crypto City
7ef129a23f
add missing file
2020-09-17 22:22:53 +00:00
Crypto City
29f735e16a
bump version to 0.22.0.1
2020-09-17 22:08:47 +00:00
Crypto City
065c2eb7f2
bump version to 0.22.0.0
2020-09-17 21:37:38 +00:00
Crypto City
8eed0bfb22
game: add a note about the demon running when failing to load a snapshot
2020-09-17 21:37:38 +00:00
Crypto City
324f02ffbf
game: fix go to vista from another city
2020-09-17 21:37:38 +00:00
Crypto City
4462d46041
cc: fix influence penalty from military
2020-09-17 21:37:38 +00:00
Crypto City
20e50db01d
game: new splash screen
2020-09-17 21:37:38 +00:00
Crypto City
fba627a61b
game: keep splash screen aspect ratio
2020-09-17 02:30:44 +00:00
Crypto City
b16689d8c2
cc: add an assert for econonmic power range where underflow matters
2020-09-17 02:30:44 +00:00
Crypto City
f552966bff
cc: fix heating needs estimation
2020-09-17 02:30:44 +00:00
Crypto City
7376eec974
game: don't include 0 max materials in building stats message
2020-09-17 02:30:44 +00:00
Crypto City
f243181376
cc: decrease strike labour decrease from 50% to 30%
2020-09-17 02:30:44 +00:00
Crypto City
c8b049353a
cc: disable fires until military buildings are enabled
2020-09-17 02:30:44 +00:00
Crypto City
8c5ec7477f
cc: fix signedness warnings
2020-09-17 02:30:44 +00:00
Crypto City
d8a3c29b67
cc: increase heating requirements a fair bit
2020-09-17 02:30:44 +00:00
Crypto City
732d6f0c33
daemon: add cc_get_temperature RPC
2020-09-17 02:30:44 +00:00
Crypto City
6eab5d2dc4
daemon: fix harvet typo
2020-09-17 02:30:44 +00:00
Crypto City
6b877b048f
game: fix backup restore on sloped terrains and with partial builds
2020-09-17 02:30:44 +00:00
Crypto City
0ac445498e
game: auto backup is now per city
2020-09-17 02:30:44 +00:00
Crypto City
11618d665b
wallet2: bump timeout for snapshots
2020-09-17 02:30:44 +00:00
Crypto City
41b8c210f5
game: add more selection tweak commands (extend/shrink/move)
2020-09-17 02:30:44 +00:00
Crypto City
a27f5005ab
cc: rename settlement coin to Townforge genesis coin
2020-09-17 02:30:44 +00:00
Crypto City
fa64935809
reword a bit to avoid a/an issues with building roles
2020-09-17 02:30:44 +00:00
Crypto City
a389011f3c
add new plant breeding discoveries
2020-09-17 02:30:44 +00:00
Crypto City
1b9e7f374b
add veined marble materials in various colours
2020-09-17 02:30:44 +00:00
Crypto City
cb927dd47f
add some more wood texture variants
2020-09-17 02:30:44 +00:00
Crypto City
63f73ffb14
game: add shadow quality/map size options
2020-09-17 02:30:44 +00:00
Crypto City
67273b1080
wallet_rpc_server: add missing accrual_start_height in trade RPC
2020-09-17 02:30:44 +00:00
Crypto City
4286566df8
cc: fix demolish command budget handling
2020-09-17 02:30:44 +00:00
Crypto City
26596fe686
game: unset selection when switching towns
2020-09-17 02:30:44 +00:00
Crypto City
a064123d00
Revert "cc: halve the number of feature points in terrain generation"
...
This reverts commit f69a7b5b6b379479263b3afca86430bfa1475d6e.
So people can reimport their buildings in the new version
2020-09-17 02:30:44 +00:00
Crypto City
51994fbff1
cc: bump some materials unlock levels up
2020-09-17 02:30:44 +00:00
Crypto City
c6140ee038
game: don't error out processing commands for flags in another city
2020-09-17 02:30:44 +00:00
Crypto City
4c9fe8fc0e
game: do not reset the camera to walker when traveling to a new city
2020-09-17 02:30:44 +00:00
Crypto City
5a67fd0512
blockchain: check any parent nonce is mined before executing
2020-09-17 02:30:44 +00:00
Crypto City
9e8eb036bb
game: fix crash importing a model
2020-09-17 02:30:44 +00:00
Crypto City
bf358f3671
blockchain_db: store number of discoveries per account
2020-09-17 02:30:43 +00:00
Crypto City
fca18cd09b
game: fix city info always refering to the current city in trade screen
2020-09-17 02:30:43 +00:00
Crypto City
bd3aae69ae
game: fix warnings in thermometer size/position calculations
2020-09-17 02:30:43 +00:00
Crypto City
e233e4eb73
cc: disable performers and fad special events for tiny cities
2020-09-17 02:30:43 +00:00
Crypto City
32db30511d
game: min panel height on restore, to avoid unusable case
2020-09-17 02:30:43 +00:00
Crypto City
433e308362
game: hopefully fix the randomly disappearing panel shade button
2020-09-17 02:30:43 +00:00
Crypto City
c3cb0cc883
cc: decrease short term random temperature variation
2020-09-17 02:30:43 +00:00
Crypto City
35070e5971
game: fix race condition when refreshing wallet balance
2020-09-17 02:30:43 +00:00
Crypto City
4d90fd28cc
game: hide coins which are not mintable anymore in mint screen
2020-09-17 02:30:43 +00:00
Crypto City
b6d25b3ef8
game: fix buggy panel geometry saving/restoring
2020-09-17 02:30:43 +00:00
Crypto City
45a3feabcd
cc: make frost damage actually give a penalty when yield is already 0
2020-09-17 02:30:43 +00:00
Crypto City
fdd27879f1
add merge mining with monero
2020-09-17 02:30:43 +00:00
moneromooo-monero
f11531d046
add_aux_pow now adds aux hashes at fixed slots in the aux merkle tree
...
To protect against mining multiple blocks of a chain with only one PoW
2020-09-16 22:55:06 +00:00
luigi1111
d27d4526fe
Merge pull request #6819
...
c3f354e
simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero)
2020-09-15 19:59:36 -05:00
luigi1111
5b3614e6a9
Merge pull request #6816
...
929ea98
Remove unused macros from cryptonote_config.h (TheCharlatan)
2020-09-15 19:58:39 -05:00
luigi1111
2b1488ef6f
Merge pull request #6793
...
de9a9fb
update error message 'No unlocked balance in the specified account' (woodser)
2020-09-15 19:56:49 -05:00
TheCharlatan
80e535c95a
wallet2: adapt to deterministic unlock time
2020-09-15 11:40:31 +00:00
moneromooo-monero
4971219c2c
blockchain: deterministic UNIX time unlock checks
...
Based on a patch by TheCharlatan <seb.kung@gmail.com>
2020-09-15 11:40:28 +00:00
moneromooo-monero
c3f354e6c1
simplewallet fix wrong persistent-rpc-client-id name in help
2020-09-14 20:50:35 +00:00
luigi1111
9bba1a24ea
Merge pull request #6815
...
ef4325f
wallet2: fix tx sanity check triggering on pre-rct outputs (monermooo-monero)
2020-09-14 11:47:06 -05:00
luigi1111
2993d2004a
Merge pull request #6813
...
a3844e2
Fix typo in command line argument description (reinaldoacosta)
2020-09-14 11:45:55 -05:00
selsta
f240b1dd88
build: prepare v0.17
2020-09-14 16:52:42 +02:00
TheCharlatan
929ea98662
Remove unused macros from cryptonote_config.h
2020-09-14 00:20:58 +02:00