Commit Graph

12833 Commits

Author SHA1 Message Date
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
eb4499c188 tb: restrict long click to touch only 2020-11-10 18:17:43 +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
991af01db2 game: get rid of the blue focus rectangle
by a more subtle background color change
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
moneromooo-monero
c5f6629f4a
epee: tighten the URL parsing regexp a little
fixes massive amounts of time spent on pathological inputs

Found by OSS-Fuzz
2020-11-09 13:05:39 +00:00
xiphon
60bc676c14 epee: readline_buffer - fix thread safety, fix sync() after stop() 2020-11-07 14:15:29 +00:00
woodser
ee58f4f766 Balance includes unconfirmed payments 2020-11-06 15:08:43 -05:00
selsta
9f83fe3940
workflows: bump msys2 action to v2 2020-11-05 01:26:19 +01:00
Lee Clagett
be84f678b9 Switch to Dandelion++ fluff mode if no out connections for stem mode 2020-11-03 13:58:14 -05:00
luigi1111
83f1d863bd
Merge pull request #6927
e79c88e functional_tests: inrease mining timeout (selsta)
2020-11-03 11:20:12 -06:00
luigi1111
011b8ebe18
Merge pull request #6886
2014a84 Force CMAKE_SKIP_RPATH=ON (hyc)
2020-11-03 11:19:08 -06: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
f48f870441 game: poke and hope sky changes to remove the deep blue "floor" 2020-11-02 19:10:00 +00:00
Crypto City
0ecb5a7a0b cc: improve terrain 2020-11-02 19:10:00 +00:00
mj-xmr
4e23107f83 Doxy - scan whole repo, create subdirs, don't generate LaTeX - mj-xmr 2020-11-02 09:25:29 +01:00
Crypto City
9f890cda25 game: fix assert in TB font renderer in debug mode 2020-11-02 01:10:39 +00:00
Crypto City
7f075e757e tb: do not reset scrollbars when the list contents change 2020-11-02 00:20:28 +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
25c78c4f5e functional_tests: more leeway for discovery tests 2020-11-01 18:59:15 +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
a9d7ea10bc manual: add details about influence calculation 2020-11-01 17:32:40 +00:00