Commit Graph

13438 Commits

Author SHA1 Message Date
Crypto City
0a1e890fbb use dynamic priority for tx fees in game and simplewallet 2020-09-02 23:07:03 +00:00
Crypto City
c1ccc22c15 tb: fix font size change not changing edit field height 2020-09-02 23:07:03 +00:00
Crypto City
063071c7d5 game: don't fall further than -100 2020-09-02 23:07:03 +00:00
Crypto City
3714a4e5b0 fix unbound unit tests link error 2020-09-02 23:07:03 +00:00
Crypto City
65ca330c70 daemon: fix cc_date always requesting the chain start date 2020-09-02 23:07:03 +00:00
Crypto City
c8d85eb648 game: do not print success message even when a tx failed 2020-09-02 23:07:03 +00:00
Crypto City
09f3b5aca6 game: add sarang to credits 2020-09-02 23:07:03 +00:00
Crypto City
703e3f45c1 game: move queued commands widget to the bottom center
to avoid overlapping with the daemon widget
2020-09-02 23:07:03 +00:00
Crypto City
45ccfe5c99 cc: add nonce to "nonce already used" error message 2020-09-02 23:07:03 +00:00
Crypto City
9af5eb2f0a game: turn trade cancel button into cancelling text when cancelling 2020-09-02 23:07:03 +00:00
Crypto City
530c0aa0db game: fix constant refresh in trade ui 2020-09-02 23:07:03 +00:00
Crypto City
4edf2eea26 game: preliminary empty main hook setup 2020-09-02 23:07:03 +00:00
Crypto City
faf66618b6 game: add iDunk and selsta to the credits 2020-09-02 23:07:03 +00:00
Crypto City
7a1ba041e8 tests: fix tests failures now that blockchain init queries cities 2020-09-02 23:07:03 +00:00
Crypto City
5e1ec88c87 game: make trade command matching robust against unmatchable orders 2020-09-02 23:07:03 +00:00
Crypto City
703ebab3e6 game: add seasonal calendar widget 2020-09-02 23:07:03 +00:00
moneromooo-monero
b09cc3d03d
hardforks: add v13/v14 for testnet 2020-09-02 17:56:48 +00:00
woodser
de9a9fb340 update error message "No unlocked balance in the specified account" 2020-09-01 17:30:00 -04:00
moneromooo-monero
6a37da837e
threadpool: guard against exceptions in jobs, and armour plating
Those would, if uncaught, exit run and leave the waiter to wait
indefinitely for the number of active jobs to reach 0
2020-09-01 14:33:33 +00:00
luigi1111
2d8a197b91
Merge pull request #6789
bdcf587 net: fix get_tcp_endpoint, boost address_v4 ip in host byte order (xiphon)
2020-08-31 16:58:13 -05:00
luigi1111
77ffea0825
Merge pull request #6788
5245ba1 Made spelling, grammar, and punctuation changes. Squashed commits into one as requested. (cryptographicfool)
2020-08-31 16:57:17 -05:00
luigi1111
94b056c06e
Merge pull request #6786
975ae22 Fix send scalar z in plaintext (grydz)
333ae55 Update minimal Ledger Monero app version (grydz)
0a3c5a6 Update protocol version with Ledger's HW (grydz)
2020-08-31 16:54:51 -05:00
luigi1111
54d5f098f2
Merge pull request #6783
30c1cf8 repo: update 'sponsor' link (selsta)
2020-08-31 16:52:53 -05:00
luigi1111
a70374d3e6
Merge pull request #6782
c3f9913 supercop: update submodule (selsta)
2020-08-31 16:51:44 -05:00
luigi1111
a51ccc036f
Merge pull request #6770
bdc6b10 Fix ZMQ pruned bulletproof transactions (vtnerd)
2020-08-31 16:50:18 -05:00
luigi1111
61dd04b681
Merge pull request #6600
fa06c39 Bind signature to full address and signing mode (SarangNoether)
743608e wallet: allow signing a message with spend or view key (moneromooo-monero)
2020-08-31 16:49:03 -05:00
Crypto City
d36c71da7b game: give details for controls configuration conflicts 2020-08-30 18:13:56 +00:00
Crypto City
a8d494074b coins can now be different gold content based on type 2020-08-30 18:13:56 +00:00
Crypto City
5324b5c838 wallet: add missing user_data parameter for custom items 2020-08-30 18:13:56 +00:00
Crypto City
ed0f32118c cc: create coins for new cities too 2020-08-30 18:13:56 +00:00
Crypto City
3ab0474475 bump version to 0.21.1.1 2020-08-30 18:13:56 +00:00
Crypto City
3326cbb327 game: fix crash when the config file does not exist 2020-08-30 18:13:56 +00:00
Crypto City
74a1baee9d bump version to 0.21.1.0 2020-08-30 17:31:54 +00:00
Crypto City
ddcd87d30c game: fix config file overwrite on startup 2020-08-30 16:21:48 +00:00
Crypto City
5538c8bfc8 game: fix issues with missing and/or duplicated markers 2020-08-30 16:21:48 +00:00
Crypto City
e80e869925 game: do not draw markers beyond visible terrain
This avoids looking weird and querying terrain heights on further
away tiles, leading to terrain tile cache thrashing
2020-08-30 16:21:48 +00:00
Crypto City
ce99289b4c game: fix crash on resizing the windows 2020-08-30 16:21:48 +00:00
Crypto City
19e8569570 game: switch mouse to wrap mode in "B" build mode 2020-08-30 16:21:48 +00:00
Crypto City
9191cfe566 tx_pool: fix dupes in the "sorted by fee" container 2020-08-30 16:21:48 +00:00
Crypto City
3573c2dd98 tx_pool: fix "double draw" causing txes being rejected 2020-08-30 16:21:48 +00:00
Crypto City
30e3940435 cc: catch allocation errors in terrain generation 2020-08-30 16:21:48 +00:00
xiphon
bdcf587c79 net: fix get_tcp_endpoint, boost address_v4 ip in host byte order 2020-08-29 18:07:46 +00:00
Matt Smith
12a78e5e74
cmake: Use job pool feature to limit concurrent jobs
Add two new options, MONERO_PARALLEL_COMPILE_JOBS and
MONERO_PARALLEL_LINK_JOBS to try and prevent running out of memory when
building everything.

Requires >= cmake 3.0.0, and the use of the Ninja generator.

Useful links:

* https://cmake.org/cmake/help/latest/prop_gbl/JOB_POOLS.html
* https://reviews.llvm.org/D6304
2020-08-29 16:34:42 +01:00
Crypto City
bf25565942 Revert "game: do not print success message even when a tx failed"
This reverts commit f435f7d481.
2020-08-29 14:02:13 +00:00
Crypto City
b3e2dbd1b5 remove -H left in by mistake 2020-08-29 13:22:22 +00:00
Crypto City
f435f7d481 game: do not print success message even when a tx failed 2020-08-29 12:17:11 +00:00
Crypto City
d3cbb7d6cc game: fix terrain rendering mode switch 2020-08-29 12:17:11 +00:00
Crypto City
40d58c0c9d add dependencies where appropriate to make -jN work 2020-08-29 12:17:11 +00:00
Crypto City
3266ffdb3e cmake: fix first build breaking on zlib 2020-08-29 12:17:11 +00:00
Crypto City
9126e89754 manual: update unlock level for military and affluent residential 2020-08-29 12:17:11 +00:00