Crypto City
|
d5ed85032a
|
game: fix jump when editing a building we're on top of
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
bb800cbeea
|
game: fix undo/redo triggering the "was changed on chain" check
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
29bc0d85f9
|
game: fix falling through the floor
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
6e5944c0e6
|
game: add FastNoise to credits
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
36c8495887
|
blockchain_db: fix mining maker/taker in a block
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
07af33b237
|
core: fix --block-sync-size
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
6918004419
|
cc: fix temperature to heating function
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
ac171bf477
|
cc: rewrite potential system and add more potentials
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
54143faeae
|
game: make city section buttons the same skin as the rest
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
0f71803126
|
tests: enable unbound tests
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
1b70f0dee1
|
UITBAnimatedImageWidget: avoid accessing unallocated memory
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
f2ab126a1d
|
cc: remove unused city origin parameters in potential functions
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
cf6955fedb
|
UITBAnimatedImageWidget: invalidate layout on animation change
|
2020-07-24 15:36:50 +00:00 |
|
Crypto City
|
3937c8a4cb
|
game: do not include the unlocked amount in the deposit message
It just makes things more confusing
|
2020-07-24 15:36:49 +00:00 |
|
Crypto City
|
eef30b89dd
|
game: add compass size option
|
2020-07-24 15:36:49 +00:00 |
|
Crypto City
|
0bb633c75a
|
game: don't reload a snapshot to go to a vista in the current city
|
2020-07-24 15:36:49 +00:00 |
|
Crypto City
|
e6533ed4d1
|
game: add font size option and default based on screen size
Not saved for now
|
2020-07-24 15:36:49 +00:00 |
|
Crypto City
|
84128fad81
|
game: fix link error in dynamic builds
|
2020-07-24 15:36:49 +00:00 |
|
Crypto City
|
b6a3d9cc82
|
game: fix player history pagination on first load
|
2020-07-24 15:36:49 +00:00 |
|
Crypto City
|
af6e9afc60
|
game: add bookmark/go to vista (camera position/orientation)
|
2020-07-24 15:36:49 +00:00 |
|
moneromooo-monero
|
8baa7bb238
|
daemon: don't print "(pruned)" for coinbase txes
Pruned coinbase txes are the same as unpruned ones, so the
prunable data is empty
|
2020-07-24 13:42:20 +00:00 |
|
rbrunner7
|
fb31167b12
|
Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
|
2020-07-24 07:12:11 +02:00 |
|
koe
|
85efc88c1e
|
Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test
|
2020-07-23 03:36:05 -05:00 |
|
Jean Pierre Dudey
|
86abf558cb
|
epee: Remove unused functions in local_ip.h
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
|
2020-07-22 19:06:01 -05:00 |
|
xiphon
|
76c16822d0
|
wallet2_api: implement runtime proxy configuration
|
2020-07-20 13:45:12 +00:00 |
|
xiphon
|
3d6bc0a680
|
wallet2: throw a error on wallet initialization failure
|
2020-07-20 04:40:34 +00:00 |
|
thomasvaughan
|
01cd3d9342
|
For NetBSD, add instructions to README.md and define to ea_config.h
|
2020-07-19 12:53:57 +00:00 |
|
Alexander Blair
|
5d850dde99
|
Merge pull request #6586
40b73d2a6 cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH (xiphon)
|
2020-07-19 03:43:07 -07:00 |
|
Alexander Blair
|
2a82258dff
|
Merge pull request #6580
ed901798d version: update name (selsta)
|
2020-07-19 03:42:43 -07:00 |
|
Alexander Blair
|
3434cc24a2
|
Merge pull request #6578
a6803231e daemon: complain if data dir resides on FAT32 volume (Windows) (xiphon)
|
2020-07-19 03:41:55 -07:00 |
|
Alexander Blair
|
9871fefbf9
|
Merge pull request #6565
72cdfa4a2 fix a few typos in error messages (moneromooo-monero)
|
2020-07-19 03:40:19 -07:00 |
|
Alexander Blair
|
c0a6e1aab9
|
Merge pull request #6557
bd69e3b37 testdb: add override in a couple places where it's missing (moneromooo-monero)
|
2020-07-19 03:39:53 -07:00 |
|
Alexander Blair
|
bb0241da6e
|
Merge pull request #6538
7178bb5c8 keccak: remove aligned check (moneromooo-monero)
|
2020-07-19 03:38:53 -07:00 |
|
Alexander Blair
|
61e5208181
|
Merge pull request #6537
5e0ea6e95 simplewallet: add missing calls to on_command (moneromooo-monero)
|
2020-07-19 03:38:07 -07:00 |
|
Alexander Blair
|
6d6c691a0f
|
Merge pull request #6536
bd9653663 db_lmdb: test for mmap support at init time (moneromooo-monero)
|
2020-07-19 03:37:15 -07:00 |
|
Alexander Blair
|
36d50d93f2
|
Merge pull request #6534
7bd66b01b daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation (stoffu)
|
2020-07-19 03:36:39 -07:00 |
|
Alexander Blair
|
912cbad6db
|
Merge pull request #6529
153977aed libzmq should be libzmq4. (russoj88)
|
2020-07-19 03:35:14 -07:00 |
|
Alexander Blair
|
814e617117
|
Merge pull request #6526
5d882f4f1 blockchain: fix theoretical race getting bulk timestamps (moneromooo-monero)
|
2020-07-19 03:34:52 -07:00 |
|
Alexander Blair
|
3ba6c7fd30
|
Merge pull request #6516
8656a8c9f remove double includes (sumogr)
|
2020-07-19 03:34:28 -07:00 |
|
Alexander Blair
|
a0d179e528
|
Merge pull request #6512
5ef0607da Update copyright year to 2020 (SomaticFanatic)
|
2020-07-19 03:32:59 -07:00 |
|
Alexander Blair
|
616558d512
|
Merge pull request #6509
71693f06 systemd: Make sure required folders exist (Age Bosma)
|
2020-07-19 03:32:03 -07:00 |
|
Alexander Blair
|
7cd0d7f324
|
Merge pull request #6501
3843a6ab Made ccache optional (opt out) and tidied up the FindCcache.cmake (mj-xmr)
|
2020-07-19 03:29:26 -07:00 |
|
Alexander Blair
|
65938d26f6
|
Merge pull request #6497
db8563cb performance_tests: some windows fixes (moneromooo-monero)
|
2020-07-19 03:27:55 -07:00 |
|
Alexander Blair
|
2fa20016a7
|
Merge pull request #6489
7765da6e Keys: Add key for rbrunner7 (rbrunner7)
|
2020-07-19 03:27:34 -07:00 |
|
Alexander Blair
|
5041de8a3b
|
Merge pull request #6488
99684e3e simplewallet: add show_qr_code command (selsta)
|
2020-07-16 06:14:30 -07:00 |
|
Alexander Blair
|
66235c7f02
|
Merge pull request #6476
6d41d9e8 contrib: remove codefresh pipeline (selsta)
|
2020-07-16 06:13:20 -07:00 |
|
Alexander Blair
|
17823be66d
|
Merge pull request #6475
91182330 snap: remove from repo (selsta)
|
2020-07-16 06:12:26 -07:00 |
|
luigi1111
|
cb882dfc55
|
Merge pull request #6670
332d607 tx_pool: mine stem txes in fake chain mode (moneromooo-monero)
|
2020-07-09 12:45:05 -05:00 |
|
moneromooo-monero
|
332d60719a
|
tx_pool: mine stem txes in fake chain mode
This fixes the functional tests, since txes would not be mined
after being sent to the daemon (they'd be waiting for the
dandelion timeout first)
|
2020-07-09 14:52:13 +00:00 |
|
luigi1111
|
9f93a1b632
|
Merge pull request #6650
0fd6cce blockchain: fix timestamp/difficulty cache getting out of sync (moneromooo-monero)
|
2020-07-08 20:38:03 -05:00 |
|