Commit Graph

15097 Commits

Author SHA1 Message Date
luigi1111
45920c36f1
Merge pull request #7874
9154883 node_server: fix race condition (anon)
8922f96 node_server: add race condition demo (anon)
2021-10-11 12:56:14 -05:00
luigi1111
7f477c1902
Merge pull request #7793
13a8a57 trezor: try empty passphrase first (Dusan Klinec)
2021-10-11 12:54:17 -05:00
selsta
48a0997d8c
blockchain: fix pedantic assert 2021-10-11 19:09:45 +02:00
selsta
ace4669543
simplewallet: fix incoming_transfers index error 2021-10-10 23:17:16 +02:00
moneromooo-monero
75d05b9448
download: fix leak
A shared_ptr as by value capture will keep the object alive
2021-10-10 19:14:17 +00:00
Howard Chu
9973edd4c3
ARMv8: detect AES support dynamically 2021-10-10 16:52:30 +01:00
selsta
49441d4a2a
depends: update zeromq package to 4.3.4 2021-10-10 12:11:01 +02:00
mj-xmr
5e63f6c292
Ledger: member 'mode' was shadowing that of base class 2021-10-07 12:03:17 +02:00
luigi1111
b58a9fb12e
Merge pull request #7984
1346516 workflows: add missing dependency, fix mac build (selsta)
2021-10-05 21:44:39 -05:00
j-berman
84c52571ed Decrease the "recent spend window" in gamma re-select to 15 blocks
- combined with patching integer truncation (#7798), this gets the algorithm marginally closer to mirroring empirically observed output ages
- 50 was originally chosen assuming integer truncation would remain in the client for that client release version. But patching integer truncation causes the client to select more outputs in the 10-100 block range, and therefore the benefit of choosing a larger recent spend window of 50 has less merit
- 15 seems well-suited to cover the somewhat sizable observable gap in the early window of blocks
2021-10-04 20:12:42 -07:00
Crypto City
4d17a7bc26 give road bonuses to flags that are suitable for bridges 2021-10-04 21:31:50 +00:00
selsta
9cd7aa60f0
cmake: don't optimize debug build 2021-10-04 02:30:34 +02:00
Crypto City
7531af6294 cc: fix bear hunt numbers with bonuses
also increase the bonus from bear attack
2021-10-03 08:20:50 +00:00
Crypto City
6c5411f1b1 game: fix stepping over not overly high blocks 2021-10-03 08:20:50 +00:00
Crypto City
6742b12c6b game: basic third person camera ray casting for obstructions 2021-10-03 08:20:50 +00:00
Crypto City
80e2610f33 game: voxel lod system 2021-10-02 15:42:59 +00:00
Crypto City
3a8bd6beb0 game: new command to remove placeholder materials 2021-10-02 15:42:59 +00:00
Crypto City
89d7aca271 wallet2: fix error message typo 2021-10-02 15:42:58 +00:00
Crypto City
a77ebcbd8e game: fix disappearing textures in palette screen material list 2021-10-02 15:42:58 +00:00
Crypto City
e827941b8d game: fix wrong character orientation until first move 2021-10-02 15:42:58 +00:00
Crypto City
9e6d28d8fb game: fix animation sticking to idle after fall 2021-10-02 15:42:58 +00:00
tobtoht
5770265a16
wallet2: keep around transaction prefix for confirmed transfers 2021-10-01 12:42:48 +02:00
selsta
1346516d09
workflows: add missing dependency, fix mac build 2021-09-30 22:09:34 +02:00
Crypto City
3ec6445a77 game: fix palette import 2021-09-29 21:42:25 +00:00
Crypto City
cf81d94460 download: log non 2xx status codes as INFO, not ERROR 2021-09-29 16:06:42 +00:00
Crypto City
7404d9f93e tutorials: fix wood/stone mixup 2021-09-29 09:57:27 +00:00
Crypto City
99b0a4b6d9 bump version to 0.33.1.1 2021-09-28 23:21:39 +00:00
Crypto City
1e470a2c1d game: add missing material file 2021-09-28 23:19:01 +00:00
Crypto City
f5e4dc3a56 blockchain: silence uninteresting errors setting downloadable hashes 2021-09-28 23:03:56 +00:00
Crypto City
7fa33d65e0 game: fix selection duplicated on some other chunks 2021-09-28 22:55:36 +00:00
Crypto City
b2eab0f947 game: display locked material unlock level when importing a model 2021-09-28 22:18:32 +00:00
Crypto City
42109072dc tb: fix wrong market selected from building settings screen on windows 2021-09-28 22:14:02 +00:00
Crypto City
9530ce46b0 game: fix character pitching with the camera 2021-09-28 20:47:10 +00:00
Crypto City
1842601d60 game: fix build on windows (missing include) 2021-09-28 17:35:29 +00:00
Crypto City
0e1e0702fe bump version to 0.33.1.0 2021-09-28 13:41:10 +00:00
Crypto City
344abc210d remove embedded testnet block hashes, which should not be here 2021-09-28 13:24:46 +00:00
Crypto City
c69b4e6a01 game: third person mode
Helps a lot with sense of scale and running over terrain
2021-09-28 13:24:46 +00:00
Howard Chu
ae41178c8b
gitian: cleanup more unused packages
These appear to be leftovers inherited from Bitcoin's builder
2021-09-27 17:14:03 +01:00
Howard Chu
4ea7832ea7
gitian: omit ccache from gitian builds
It's just wasted overhead since the build VMs are always deleted
and recreated fresh for each run.
2021-09-27 17:14:03 +01:00
Crypto City
b0bd087da8 game: hide the first frame, where stuff isn't yet properly setup 2021-09-27 10:35:03 +00:00
Crypto City
00201545bd use boost::shared_ptr for arrays, to fix mac build 2021-09-25 23:55:58 +00:00
Crypto City
0eb4e100f4 game: fix subobject definition in array 2021-09-25 23:48:39 +00:00
Crypto City
5cfc37d1f3 bump version to 0.33.0.0 2021-09-25 10:59:36 +00:00
Crypto City
34c67e414d game: add scrollbar in the scripts UI's choices layout 2021-09-25 10:59:36 +00:00
Crypto City
5447ab6bee game: fix scripts screen flicker on new blocks 2021-09-25 10:59:36 +00:00
Crypto City
d43ec18260 game: always display script description in script row 2021-09-25 10:53:33 +00:00
selsta
bc167a1738
cmake: fix copy/paste typo 2021-09-25 06:28:41 +02:00
selsta
b00e21dccc
cmake: set cpp14 standard
It's 2021, we can easily switch to C++14 without any troubles.
2021-09-25 06:22:12 +02:00
Crypto City
eee3b68498 game: fix building screen opening the wrong trade screen material 2021-09-25 01:32:36 +00:00
Crypto City
279d8039d7 blockchain: only use embedded hashes on mainnet
otherwise it looks like it may bite us in the butt later
2021-09-24 23:43:34 +00:00