Commit Graph

15441 Commits

Author SHA1 Message Date
selsta
b0ec9f85a1
epee: avoid ADL selecting C++14 std::quoted 2021-10-20 19:30:21 +02:00
moneromooo-monero
2cad563060
wallet2: fix key encryption when changing ask-password from 0/1 to 2
we reuse the wallet_keys_unlocker object, which does the right thing
in conjunction with other users of decrypt/encrypt (ie, refresh).
2021-10-19 22:01:45 +00:00
selsta
9c6111017b
cmake: use CMAKE_CURRENT_LIST_DIR for git version 2021-10-19 17:27:16 +02:00
Crypto City
13ee92b7c5 rpc: fix weighted shares in cc_get_cities 2021-10-19 00:05:36 +00:00
Crypto City
90298feeca game: third person camera improvements 2021-10-18 08:30:09 +00:00
Crypto City
7b599c8c29 game: fix camera settings reset 2021-10-18 08:29:40 +00:00
luigi1111
753dc901a1
Merge pull request #8001
9973edd ARMv8: detect AES support dynamically (Howard Chu)
2021-10-17 23:39:50 -05:00
luigi1111
99507da993
Merge pull request #7994
84c5257 Decrease the 'recent spend window' in gamma re-select to 15 blocks (j-berman)
2021-10-17 23:38:47 -05:00
luigi1111
7f1a44679c
Merge pull request #7971
b00e21d cmake: set cpp14 standard (selsta)
2021-10-17 23:33:33 -05:00
luigi1111
adb2542a6c
Merge pull request #7876
5e63f6c Ledger: member 'mode' was shadowing that of base class (mj-xmr)
2021-10-17 23:29:17 -05:00
luigi1111
ebc655c6ad
Merge pull request #7869
ad9fde4 UB: virtual methods in destructor at Trezor (mj-xmr)
2021-10-17 23:28:04 -05:00
luigi1111
19a6cc26fc
Merge pull request #7867
eed7e79 UB: Not calling virtual method in destructor of WalletImpl (mj-xmr)
2021-10-17 23:26:50 -05:00
luigi1111
e165fdb27c
Merge pull request #7859
514f8fa LMDB: protection against UB, by not calling virtual methods from destructor (mj-xmr)
2021-10-17 23:25:34 -05:00
luigi1111
e7974926d5
Merge pull request #7808
7caab8d utils/health: separate Clang Tidy tests for C & C++ (mj-xmr)
2021-10-17 23:24:50 -05:00
luigi1111
f8abf3dd61
Merge pull request #7804
852f319 Doxygen: Exclude build directories (mj-xmr)
2021-10-17 23:24:22 -05:00
luigi1111
308e601966
Merge pull request #7799
76542ea Fix precision of average_output_time (j-berman)
2021-10-17 23:23:15 -05:00
Crypto City
ac11777957 bump version to 0.33.2.1 2021-10-17 18:14:56 +00:00
Crypto City
94199ceec1 cc: fix awarding bridge badge before activation fork 2021-10-17 18:14:30 +00:00
Crypto City
e27380867b game: fix importing on selection 2021-10-17 14:04:38 +00:00
Crypto City
d1d8f2adf9 game: properly handle block budget accounting when changing palette 2021-10-17 13:20:05 +00:00
Crypto City
cd2e720abc game: fix missing edit mode palette when importing a vox file 2021-10-17 10:20:46 +00:00
Crypto City
a870490d67 game: fix imported model rotation 2021-10-17 00:14:01 +00:00
Crypto City
e9b73a99bd game: reword lod option 2021-10-16 19:54:15 +00:00
Crypto City
a56e937f23 game: restore previous state when failing to place a model 2021-10-16 17:31:31 +00:00
Crypto City
a4ddc53900 game: fix selection changing when importing 2021-10-16 17:31:16 +00:00
Crypto City
f13f55334d game: fix saving/loading empty backup model 2021-10-16 15:35:11 +00:00
Crypto City
06bce081ae game: add log categories for voxel load/save code 2021-10-16 15:34:53 +00:00
Crypto City
a58318dda6 game: fix accounting issues with import and undo 2021-10-16 14:47:31 +00:00
Crypto City
4535b20138 game: double the max undo levels 2021-10-16 10:42:55 +00:00
Crypto City
c14cce6ce7 game: add lkcl and Rucknium in credits for major playtesting 2021-10-15 22:57:43 +00:00
Crypto City
d89594eff9 bump version to 0.33.2.0 2021-10-15 13:29:47 +00:00
Crypto City
60f640134a README: mention --testnet 2021-10-15 13:29:47 +00:00
Crypto City
ae4d520621 add a testnet v15 fork at block 60000 2021-10-15 13:29:47 +00:00
Crypto City
0bb487c7f1 blockchain: fix auto pop from version check not reverting commands 2021-10-15 12:41:26 +00:00
Crypto City
c44938df79 game: add bridge score to realtime selection info 2021-10-15 12:41:26 +00:00
Crypto City
82a42ca4f9 cc: halve bridge bonus 2021-10-15 12:41:26 +00:00
Crypto City
c0a13d31a1 game: base voxel lod distance based on bounding box, not center 2021-10-15 12:41:26 +00:00
Crypto City
6bebe396d5 blockchain_prune: add missing cc_hunt table 2021-10-15 12:41:26 +00:00
Crypto City
8153873cb2 make recent consensus changes activate at v15 2021-10-15 12:41:26 +00:00
Crypto City
d3feb396f0 blockchain: ensure a tx pre-check failure fails block addition 2021-10-14 22:20:02 +00:00
Crypto City
55a80715a8 blockchain: add const where appropriate 2021-10-14 22:20:02 +00:00
Crypto City
4c7c6c29a8 cc: remove leftover debug trace 2021-10-14 22:20:02 +00:00
Howard Chu
69c09ad204
Add README to release archives
Also add docs/ANONYMITY_NETWORKS.md
Even though there is no "docs" dir in the archive...
2021-10-14 15:30:43 +01:00
Howard Chu
4881154e69
README v12 fork occurred on 2019-11-30 as expected
Not just an estimated date.
Also fix whitespace alignment.
Note for future: always use backslash-asterisk if adding this
notation, otherwise it screws up rendering on some MD formatters
2021-10-14 15:26:22 +01:00
Crypto City
fa84876f57 game: fix missing tiles on low lying ground 2021-10-14 10:47:26 +00:00
Crypto City
3d7c40bc37 game: fix off by one in render mode names when RenderCubeModels if disabled 2021-10-14 10:47:26 +00:00
Crypto City
557885ddef game: add a voxel lod option 2021-10-14 10:47:26 +00:00
Crypto City
fad16838b6 game: fix artifact in the thermometer widget 2021-10-14 10:47:26 +00:00
Crypto City
c99b4b1285 manual: update min building sizes 2021-10-14 10:47:26 +00:00
Crypto City
f5c82b9152 cc: allow requesting no special event in debug 2021-10-14 10:47:26 +00:00