Commit Graph

12694 Commits

Author SHA1 Message Date
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
d27d561378 epee: add epee namespace in regexp macros 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
97a152b5e7 game: add a border around script rows 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
cda966078d
Merge pull request #6999
c5f6629 epee: tighten the URL parsing regexp a little (moneromooo-monero)
2020-11-29 01:56:44 -06:00
luigi1111
a15d781707
Merge pull request #6995
60bc676 epee: readline_buffer - fix thread safety, fix sync() after stop() (xiphon)
2020-11-29 01:55:15 -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