Commit Graph

12254 Commits

Author SHA1 Message Date
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
luigi1111
bd08387165
Merge pull request #6852
346381f workflows: don't brew update (selsta)
2020-10-21 22:56:37 -05:00
selsta
e79c88e610
functional_tests: inrease mining timeout 2020-10-22 04:17:11 +02: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
0143cb517b get rid of libudev for static builds 2020-10-19 12:17:51 +00:00
Crypto City
34a4d2b618 fixes after monero merge 2020-10-19 12:17:51 +00:00
Howard Chu
2014a8410a
Force CMAKE_SKIP_RPATH=ON
Fix empty RPATH token issue. Only affects Linux and FreeBSD.
2020-10-19 08:58:38 +01: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
Alexander Blair
9bbf66504e
Merge pull request #6862
5f228e4b7 Fix lgamma/signgam dependency (Howard Chu)
2020-10-18 23:24:06 -07:00
Riccardo Spagni
27a576ba34
Merge pull request #6917
49192a626 README: update fork table recommended version (selsta)
2020-10-18 17:25:04 +02:00
selsta
49192a626f
README: update fork table recommended version 2020-10-18 16:12:34 +02: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
110e1d227e functional_tests: add an item count consistency check 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
c6fc32a423 functional_tests: fix typo testing balances and remove dead code 2020-10-17 23:30:30 +00:00
Crypto City
29fa6c7222 wood can now be chopped into firewood 2020-10-17 23:30:30 +00:00
Crypto City
8941170106 README: fix typo 2020-10-17 23:30:30 +00:00