Commit Graph

10645 Commits

Author SHA1 Message Date
luigi1111
a092b943d5
Merge pull request #8249
a14fdf8 Remove /include (Jeffrey)
2022-04-25 10:20:10 -05:00
luigi1111
e13244ea9c
Merge pull request #8178
5d388eb Bump ring size to 16 for v15 & remove set default in wallet cli (j-berman)
2022-04-25 10:18:26 -05:00
Luke Parker
baee2c06ec
Preserve commitment format inside transactions 2022-04-21 18:58:47 -04:00
moneromooo-monero
9209880e9c
add a sanity check to RPC input data size
reported by m31007
2022-04-21 22:22:56 +00:00
luigi1111
9f814edbd7
Merge pull request #8254
9df7179 wallet2: use BP+ for cold signing (moneromooo-monero)
2022-04-19 22:21:21 -05:00
luigi1111
4abbf442b4
Merge pull request #8245
3593a98 simplewallet: fix integrated_address output string (selsta)
2022-04-19 22:18:42 -05:00
luigi1111
8ddbe18277
Merge pull request #8232
0f7b20a Added support for Ledger Nano S Plus (Mathias Herberts)
2022-04-19 22:15:10 -05:00
luigi1111
96758a7d05
Merge pull request #8061
ea87b30 Add view tags to outputs to reduce wallet scanning time (j-berman)
2022-04-19 22:14:03 -05:00
j-berman
5d388eb74d Bump ring size to 16 for v15 & remove set default in wallet cli 2022-04-18 14:36:28 -07:00
Jeffrey
11371425f5 "Change C-cast to static_cast in net_peerlist.h"
Thanks @mj-xmr: https://github.com/monero-project/monero/pull/8211#discussion_r823870855
2022-04-18 09:55:21 -05:00
Jeffrey
1f25aa27c5 Factor out move_it_backward from misc_language.h
Relevant commit from old PR:
330df2952cb2863a591158b984c0fb7f652887ac
2022-04-18 09:55:21 -05:00
Jeffrey
7764d69782 Move copyable_atomic into connection_context
Relevant commit from old PR:
bd0a5119957d3ef9130a0b82599e1696995ef235
2022-04-18 09:55:21 -05:00
Jeffrey
441c860738 Merge functionality of misc_os_dependent into time_helper.h
Actions:
1. Remove unused functions from misc_os_dependent.h
2. Move three remaining functions, get_gmt_time, get_ns_count, and get_tick_count into time_helper.h
3. Remove unused functions from time_helper.h
4. Refactor get_ns_count and get_internet_time_str and get_time_interval_string
5. Remove/add includes as needed

Relevant commits on the old PR:
a9fbe52b02ffab451e90c977459fea4642731cd1
9a59b131c4ed1be8afe238fff3780fe203c65a46
7fa9e2817df9b9ef3f0290f7f86357939829e588
2022-04-18 09:55:21 -05:00
Jeffrey
40f02f9d73 Add Include statements 2022-04-18 09:55:20 -05:00
Jeffrey
12b1b74d32 Trimming Fat
Remove unused include statements or unused definitions.
2022-04-18 09:55:20 -05:00
Jeffrey
690ce560b0 Boring Old Deletes
Here lies dozens of unused files. This commit is ONLY file deletions except
for the removing of a couple of #includes and removing filenames from CmakeLists
where appropriate.
2022-04-18 09:55:20 -05:00
SChernykh
268a0393e9 Optimized keccak implementation
All tests were conducted on the same PC (Ryzen 5 5600X running at fixed 4.65 GHz).

Before:
test_cn_fast_hash<32> (100000 calls) - OK: 1 us/call
test_cn_fast_hash<16384> (1000 calls) - OK: 164 us/call

After:
test_cn_fast_hash<32> (100000 calls) - OK: 0 us/call
test_cn_fast_hash<16384> (1000 calls) - OK: 31 us/call

More than 5 times speedup for cn_fast_hash.

Also noticed consistent 1-2% improvement in test_construct_tx results.
2022-04-18 10:01:13 +02:00
j-berman
ea87b30f89 Add view tags to outputs to reduce wallet scanning time
Implements view tags as proposed by @UkoeHB in MRL issue
https://github.com/monero-project/research-lab/issues/73

At tx construction, the sender adds a 1-byte view tag to each
output. The view tag is derived from the sender-receiver
shared secret. When scanning for outputs, the receiver can
check the view tag for a match, in order to reduce scanning
time. When the view tag does not match, the wallet avoids the
more expensive EC operations when deriving the output public
key using the shared secret.
2022-04-18 00:49:53 -07:00
luigi1111
6694597974
Merge pull request #8207
4db6aed CMake: Add missing headers via monero_find_all_headers macro (mj-xmr)
2022-04-18 02:14:04 -05:00
moneromooo-monero
9df7179aaf
wallet2: use BP+ for cold signing
reported by ukoehb
2022-04-10 21:03:09 +00:00
moneromooo-monero
b030f20751
Fee changes from ArticMine
https://github.com/ArticMine/Monero-Documents/blob/master/MoneroScaling2021-02.pdf

with a change to use 1.7 instead of 2.0 for the max long term increase rate
2022-04-10 18:13:34 +00:00
Jeffrey
a14fdf8d5a Remove /include
* `IWallet.h` hasn't been touched since 2014, and has been replaced by `src/wallet/api/wallet2_api.h`
* `INode.h` is in a similar situation with `src/p2p/net_node.h`
2022-04-09 23:47:02 -05:00
selsta
3593a986d8
simplewallet: fix integrated_address output string 2022-04-08 16:20:37 +02:00
mj-xmr
4db6aed98c CMake: Add missing headers via monero_find_all_headers macro 2022-04-06 08:12:44 +02:00
luigi1111
bb093ec9a8
Merge pull request #8223
17772ef Eliminate dependence on boost::interprocess #8223 (Jeffrey)
2022-04-06 00:19:59 -04:00
luigi1111
f096ac1349
Merge pull request #8215
d1f1947 wallet_rpc_server: support regex for get_accounts tag (reemuru)
2022-04-06 00:16:20 -04:00
luigi1111
9a124f6811
Merge pull request #8213
7dcfccb wallet_rpc_server: fix make_integrated_address with no payment id (moneromooo-monero)
2022-04-06 00:15:40 -04:00
luigi1111
627f04c19a
Merge pull request #8212
591c174 Remove footgun doc comment in miner TX validation (Luke Parker)
2022-04-06 00:14:44 -04:00
luigi1111
04e490c8da
Merge pull request #8205
0d6fce8 Compil. time: cryptonote_core minus portable_storage header (mj-xmr)
2022-04-06 00:11:14 -04:00
luigi1111
0eb1b570b6
Merge pull request #8197
da9aa1f Copyright: Update to 2022 (mj-xmr)
2022-04-06 00:08:53 -04:00
luigi1111
88a5606795
Merge pull request #8195
3c82958 wallet2: update stagenet rollback blocks (selsta)
2022-04-06 00:07:36 -04:00
luigi1111
ffe439d38a
Merge pull request #8180
3f88fdd simplewallet: add option for exporting tx keys (reemuru)
2022-04-06 00:06:58 -04:00
luigi1111
0285c07d7d
Merge pull request #8179
ae0a840 wallet2: decrease the amount of data exchanged for output export (moneromooo-monero)
2022-04-06 00:06:20 -04:00
luigi1111
922acb05fd
Merge pull request #8053
cf44349 account info text alignment (im)
2022-04-06 00:03:41 -04:00
luigi1111
50410d1f7d
Merge pull request #7937
83bb027 Make RPC server functions that read db thread safe (j-berman)
2022-04-06 00:02:47 -04:00
luigi1111
d054def63f
Merge pull request #7170
bd27deb Bulletproofs+ (SarangNoether)
b7713cc Precompute initial transcript hash (SarangNoether)
b535d66 Updates from security audit (SarangNoether)
a0d80b1 plug bulletproofs plus into consensus (moneromooo-monero)
75bd004 ringct: a few minor optimizations from review (moneromooo-monero)
a345060 ringct: port some of vtnerd's review changes from BP+ to BP (moneromooo-monero)
4c94cfe store outPk/8 in the tx for speed (moneromooo-monero)
5acdd0e bulletproofs+: some minor cleanup from vtnerd's review (moneromooo-monero)
2022-04-05 23:56:09 -04:00
luigi1111
fb2f822c52
Merge pull request #7153
354e1d9 Make the wallet name optional when locked. (Norman Moeschter)
2022-04-05 23:48:18 -04:00
j-berman
83bb02745a Make RPC server functions that read db thread safe
- grab an lmdb db_rtxn_guard to ensure consistent data from the db
- fixed on_getblockhash error resp when requested height >= blockchain height
- left functions that read shared memory untouched for now
2022-04-05 20:20:12 -07:00
moneromooo-monero
5acdd0e2cb
bulletproofs+: some minor cleanup from vtnerd's review 2022-04-05 18:50:23 +00:00
moneromooo-monero
4c94cfecfc
store outPk/8 in the tx for speed
It avoids dividing by 8 when deserializing a tx, which is a slow
operation, and multiplies by 8 when verifying and extracing the
amount, which is much faster as well as less frequent
2022-04-05 18:50:22 +00:00
moneromooo-monero
a345060ace
ringct: port some of vtnerd's review changes from BP+ to BP 2022-04-05 18:50:21 +00:00
moneromooo-monero
75bd004f4e
ringct: a few minor optimizations from review 2022-04-05 18:50:21 +00:00
moneromooo-monero
a0d80b1f95
plug bulletproofs plus into consensus 2022-04-05 18:50:17 +00:00
Sarang Noether
b535d662b9 Updates from security audit
https://suyash67.github.io/homepage/assets/pdfs/bulletproofs_plus_audit_report_v1.1.pdf
2022-04-04 08:23:21 +00:00
Sarang Noether
b7713cce26 Precompute initial transcript hash 2022-04-04 08:23:21 +00:00
Sarang Noether
bd27debb2d Bulletproofs+ 2022-04-04 08:23:21 +00:00
Mathias Herberts
0f7b20a1ce Added support for Ledger Nano S Plus 2022-03-31 18:25:09 +02:00
Jeffrey
17772ef53e Eliminate dependence on boost::interprocess #8223
In this repo, `boost::interprocess` was being used soley to make `uint32_t` operations atomic. So I replaced each instance of
`boost::interprocess::ipcdetail::atomic(...)32` with `std::atomic` methods. I replaced member declarations as applicable. For example,
when I needed to change a `volatile uint32_t` into a `std::atomic<uint32_t>`. Sometimes, a member was being used a boolean flag, so
I replaced it with `std::atomic<bool>`.

You may notice that I didn't touch `levin_client_async.h`. That is because this file is entirely unused and will be deleted in PR monero-project#8211.

Additional changes from review:
* Make some local variables const
* Change postfix operators to prefix operators where value was not need
2022-03-30 13:18:32 -05:00
moneromooo-monero
ae0a840fda
wallet2: decrease the amount of data exchanged for output export 2022-03-29 08:40:32 +00:00
a2eca8ef81 game: texture: Sandstone Pack 2022-03-25 19:36:55 +00:00
6ee6986a30 game: push shadow distance 2022-03-25 19:35:49 +00:00
4c0fbd4f6a game: camera light to physical values 2022-03-25 19:33:34 +00:00
3f1c89d7f9 game: remove redundant function call 2022-03-25 19:32:36 +00:00
375d6c2efb game: lit selected cubes + colors 2022-03-25 19:28:36 +00:00
c52d0d265f game: slower selection pulse 2022-03-25 19:23:54 +00:00
e498aefcf4 game: less saturated random colors 2022-03-25 19:22:46 +00:00
0eca8f74a4 game: gizmo colors 2022-03-25 19:21:42 +00:00
c3f8ae74bd game: config: terrain shadows (need fix: subsampling and terrain shadows not loading config values at start) 2022-03-25 19:10:00 +00:00
285da7d492 game: texture: night stars 2022-03-25 19:07:06 +00:00
065102f7e8 game: default daytime 2022-03-25 19:06:28 +00:00
d4104362ff game: post: add ColorLUT 2022-03-25 18:56:40 +00:00
576648d122 game: post: add Bloom 2022-03-25 18:54:54 +00:00
7c59156857 game: light system clean up 2022-03-25 18:50:04 +00:00
ab8dd13d10 game: ambiance influence on clouds colors 2022-03-25 18:49:49 +00:00
410c0a3369 game: fog uses ambient colors 2022-03-25 18:38:39 +00:00
fb2fe3639a game: fog distance 2022-03-25 18:35:06 +00:00
2d13424e19 game: ambient colors values 2022-03-25 18:30:56 +00:00
b08940269f game: custom TF icon 2022-03-25 18:29:31 +00:00
698e50c4b6 game: shader: whisper interpolate with day cycle 2022-03-25 18:25:18 +00:00
f3ad094dac game: cloud lights to physical values + yellowish clouds sunrise 2022-03-25 17:48:05 +00:00
Crypto City
d2a1940842 game: print an error on invalid config setting 2022-03-25 17:32:06 +00:00
eb51aac4f5 game: config: when invalid set lowest 2022-03-25 17:26:38 +00:00
f3ac1c057d game: sun to physical values 2022-03-25 16:41:03 +00:00
ee829da0ac game: post: add SSAO 2022-03-25 16:26:33 +00:00
8d432242da game: fix: default terrain subsampling 1 2022-03-25 16:24:30 +00:00
2132d7e4a1 game: config: specular 2022-03-25 16:24:18 +00:00
60437543dc game: config: add Texture Filter 2022-03-25 16:23:10 +00:00
6e0f58dc24 game: post: add FXAA 2022-03-25 16:23:10 +00:00
a10a65d9da game: config: add GammaCorrection 2022-03-25 16:23:07 +00:00
d56875ce50 game: remove light leak 2022-03-25 15:52:32 +00:00
416b821bb7 game: lower default terrain subsampling 2022-03-25 15:52:17 +00:00
6f6678a629 game: lower default shadow config 2022-03-25 15:51:50 +00:00
Crypto City
793568ec86 game: fix city level scores in city list when a bonus applies 2022-03-23 20:19:35 +00:00
luigi1111
70ceab6c10
Merge pull request #8216
f22051d replace erciccione's seednode with one on haveno's infrastructure (erciccione)
2022-03-18 16:34:16 -05:00
luigi1111
427bd85893
Merge pull request #8187
9bde2db Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168 (Jeffrey)
2022-03-18 16:32:25 -05:00
luigi1111
0ea8519895
Merge pull request #8169
5e201fe rpc: add explicit restricted flag to /get_info (tobtoht)
2022-03-18 16:30:00 -05:00
luigi1111
d9e6baac42
Merge pull request #8158
e5000a9 Balance includes unconfirmed transfers to self (woodser)
2022-03-18 16:28:16 -05:00
reemuru
d1f1947995
wallet_rpc_server: support regex for get_accounts tag
This commit adds a 'regexp' boolean field to the get_accounts
request. The flag is set to false by default and maintains backwards
compatibility. When set to true the user can search tags by regular
expression filters. An additional error message was added for failed
regular expression searches. Bump minor version to 25.
2022-03-13 11:30:48 -04:00
erciccione
f22051d382
replace erciccione's seednode with one on haveno's infrastructure 2022-03-13 13:15:01 +01:00
moneromooo-monero
7dcfccbaaf
wallet_rpc_server: fix make_integrated_address with no payment id 2022-03-11 17:23:19 +00:00
Luke Parker
591c174235
Remove footgun doc comment in miner TX validation
This comment suggests this check is unnecessary, when it is completely necessary as miner TXs can have multiple outputs *which is a statement directly, and incorrectly, contradicted by this comment*. While I don't ever see someone removing this code and getting their edits merged into Monero, someone inexperienced who thinks they're cleaning old code may break their own work, and then there's really just zero benefit to keeping this around.
2022-03-10 14:08:30 -06:00
Norman Moeschter
354e1d9c65
Make the wallet name optional when locked. 2022-03-10 08:16:14 +00:00
mj-xmr
0d6fce8995
Compil. time: cryptonote_core minus portable_storage header 2022-03-04 12:48:35 +01:00
mj-xmr
da9aa1f7f8
Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
luigi1111
27f1d43547
Merge pull request #8145
fb5b2b3 support authentication in monero-wallet-rpc set_daemon (woodser)
2022-03-02 18:53:34 -05:00
luigi1111
abae63c37d
Merge pull request #8052
c36ea26 fix ge_p3_is_point_at_infinity(), which is evaluating field elements that haven't been reduced by the field order (koe)
2022-03-02 18:52:51 -05:00
luigi1111
5eaa4434e8
Merge pull request #7877
e08abaa multisig key exchange update and refactor (koe)
2022-03-02 18:51:54 -05:00
Crypto City
73079084bd bump version to 0.33.5.1 2022-03-01 18:21:19 +00:00
Crypto City
aedf3b888e fix stack overflow 2022-03-01 18:21:19 +00:00
Crypto City
9c32d54af6 game: do not auto start daemon if a running daemon needs a login 2022-03-01 18:21:19 +00:00
Crypto City
07d97136bd fix duplicate runestone overrides 2022-03-01 18:21:19 +00:00
Crypto City
1d60ccea30 game: fix removing a runestone script with overrides 2022-03-01 18:21:19 +00:00
Crypto City
cced788c43 game: fix selected text processing 2022-03-01 18:21:19 +00:00
Crypto City
3b8b13b26f fix some text/local overrides mixups 2022-03-01 18:21:19 +00:00
Crypto City
ad5723cfff game: allow 0 as override value 2022-03-01 18:21:19 +00:00
Crypto City
56238552fa cc: fix mooose typo 2022-03-01 18:21:19 +00:00
Crypto City
074ed3726a game: fix foundation prestige bonus misreporting 2022-03-01 18:21:19 +00:00
Crypto City
3becc08b2a game: probable fix for coins screen crash 2022-03-01 18:21:19 +00:00
Crypto City
fd5e68974d fix synthesizing match commands with accruing trades from v17 2022-03-01 18:21:19 +00:00
Crypto City
640eee6ad1 game: tweak wording in mortgage explanation 2022-03-01 18:21:19 +00:00
Crypto City
f6a71e555d rpc: ignore cancel_nonces command in news 2022-03-01 18:21:19 +00:00
Crypto City
f688ec6a35 cc: fix "a amethyst" grammar 2022-03-01 18:21:19 +00:00
Crypto City
ae3f2f6fbe game: prevent non default gold content for new collectible coins
Those are fixed at 50 gold
2022-03-01 18:21:19 +00:00
Crypto City
a5b1f8b0f7 game: add creator name before custom item group names 2022-03-01 18:21:19 +00:00
Crypto City
27dc462609 game: fix ground level clouds 2022-03-01 18:18:12 +00:00
selsta
3c829586be
wallet2: update stagenet rollback blocks 2022-03-01 00:25:41 +01:00
reemuru
3f88fddbfa
simplewallet: add option for exporting tx keys
This commit adds an option to export transaction
keys when performing export_transfers all. By passing
option=with_keys a new column 'tx key' will be
populated with respective keys.
2022-02-24 22:22:35 -05:00
koe
e08abaa43f multisig key exchange update and refactor 2022-02-22 16:37:42 -06:00
Jeffrey
9bde2dbfed Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168
This PR removes the requirement for --rpc-login to be specified if --rpc-access-control-origins is.
This will allow public nodes to serve cross-origin requests. You can still use --rpc-login with
--rpc-access-control-origins, but it is no longer mandatory.

Original Issue: #8168
2022-02-19 13:49:38 -06:00
moneromooo-monero
06e6c8bf4a
crypto: fix constant randomx exceptions in large page allocator
If allocating large pages fails, we don't try again.
This has the obvious drawback of not being able to use large pages
if they fail once.
2022-02-19 13:15:10 +00:00
tobtoht
5e201fedc5
rpc: add explicit restricted flag to /get_info 2022-02-07 17:59:22 +01:00
woodser
e5000a9f0c Balance includes unconfirmed transfers to self 2022-01-31 07:52:38 -05:00
koe
c36ea26e5c fix ge_p3_is_point_at_infinity(), which is evaluating field elements that haven't been reduced by the field order 2022-01-25 07:14:46 -06:00
luigi1111
357dbd2032
Merge pull request #8130
1051276 Update net_node.inl (Gingeropolous)
2022-01-24 15:16:52 -05:00
luigi1111
d94715fd71
Merge pull request #8123
4446cc8 wallet inits cache if file and blob missing (woodser)
2022-01-24 15:15:11 -05:00
luigi1111
5283cf51ef
Merge pull request #8044
a02b342 Avoid unnecessary 'Invalid hashing blob' error message (rbrunner7)
2022-01-24 15:10:55 -05:00
woodser
fb5b2b352a support authentication in monero-wallet-rpc set_daemon 2022-01-17 17:03:56 -05:00
Gingeropolous
1051276425
Update net_node.inl 2022-01-04 16:31:59 -05:00
woodser
4446cc88c3 wallet inits cache if file and blob missing 2021-12-24 09:22:57 -05:00
Crypto City
18909deaa8 game: make zmq optional 2021-12-23 12:14:40 +00:00
Crypto City
aee8f52f84 wallet2_api: add missing APIs feather needs 2021-12-14 17:44:39 +00:00
Crypto City
82897b1d7a fix build when in a submodule 2021-12-14 08:43:38 +00:00
Crypto City
77d497b0d7 bump version to 0.33.5.0 2021-12-13 10:10:04 +00:00
Crypto City
5f0e723b55 blockchain: fix verification of alt blocks across a game udpate 2021-12-13 09:59:05 +00:00
Crypto City
7be5ed367c game: fix bad memory access in GetPotential 2021-12-13 09:59:05 +00:00
Crypto City
5a87a34f1a remove obsolete lz4 sources 2021-12-13 09:59:05 +00:00
Crypto City
46b30a1e66 utf8: #include <stdint.h> 2021-12-13 09:59:05 +00:00
Crypto City
8abe6566dc bump version to 0.33.4.2 2021-12-02 13:07:16 +00:00
Crypto City
ca331ca4a9 cc: fix infinite loop processing mortgages 2021-12-02 12:57:33 +00:00
luigi1111
3ed0cc6e20
Merge pull request #8067
53be72c make_uri disallows standalone payment ids (woodser)
2021-11-30 17:05:48 -05:00
luigi1111
c0cf5bb339
Merge pull request #8057
1efe624 device_ledger: fix incorrect macro (selsta)
2021-11-30 17:03:46 -05:00
luigi1111
55fc2335a4
Merge pull request #7943
3a90be4 rpc: don't set error code as status string (selsta)
2021-11-30 17:00:20 -05:00
woodser
53be72c08a make_uri disallows standalone payment ids 2021-11-30 09:28:45 -05:00
Crypto City
1a840fc4f1 cc: fix "all gemstones" bonus accounting for non existent gemstones 2021-11-30 12:09:43 +00:00
Crypto City
0752d1b6cb use fork version rather than height for is_item_enabled 2021-11-30 12:02:47 +00:00
Crypto City
f625088954 add more gemstones, a beryl city specialization, tweak gem bonuses 2021-11-30 10:33:17 +00:00
Crypto City
4af4294891 add labour cost to the account asking to fight a fire
it avoids the loophole of firefighting having no cost to the
owner of a military building, allowing close to 0 fee spamming
of very low chance firefighting to extinguish anything at
very low cost
2021-11-29 16:01:39 +00:00
Crypto City
3168d6c578 Revert "decrease terrain height very slightly"
This reverts commit 8bdde115b8.
2021-11-29 12:57:57 +00:00
Crypto City
8bdde115b8 decrease terrain height very slightly 2021-11-29 12:57:39 +00:00
Crypto City
ca4deb925e tweak fire propagation some more 2021-11-29 10:41:02 +00:00
Crypto City
fac170c86d game: ignore spurious 0x0 mouse position at startup until mouse moves 2021-11-29 07:54:37 +00:00
Crypto City
c503fc60b3 game: fix crash on exiting the auction items screen 2021-11-29 07:54:37 +00:00
Crypto City
97f3387933 fix longstanding missing UI element bug 2021-11-29 07:54:37 +00:00
Crypto City
3b75d0df4f Revert "cc: give gemstone potential a bit more width at times"
This reverts commit 8465eb7383.
2021-11-28 07:13:12 +00:00
Crypto City
8465eb7383 cc: give gemstone potential a bit more width at times 2021-11-28 07:12:35 +00:00
Crypto City
1a394b0347 game: fix crosshair geometry after resizing window 2021-11-27 21:02:50 +00:00
Crypto City
25c0ef1a7e game: fix magica voxel model import bug with compatible palettes 2021-11-27 20:53:45 +00:00
Crypto City
ceba361959 game: allow anyone to move an imported model on a flag 2021-11-27 20:53:45 +00:00
Crypto City
469d775e1d game: fix foundation coin bonus display bug 2021-11-27 20:53:45 +00:00
Crypto City
10dc9c737f fix badge labelling in meters, should be in feet 2021-11-27 20:53:41 +00:00
Crypto City
4b66ca6673 bump version to 0.33.4.1 2021-11-27 17:19:19 +00:00
Crypto City
d8901cc05c give a small prestige bonus for having foundation coins for all cities 2021-11-27 17:18:58 +00:00
Crypto City
0815abe969 game: add selected/new/burning suffix to material variant names 2021-11-27 17:18:58 +00:00
Crypto City
19abdcce80 game: ensure the palette dialog is hidden when no flag is under construction 2021-11-27 17:18:58 +00:00
Crypto City
b7cbde7ee3 cc: do not stop a building fire randomly just after it started 2021-11-27 17:18:58 +00:00
Crypto City
f9639afe83 Cleaner fork based checks for a few consensus changes 2021-11-27 17:18:58 +00:00
Crypto City
d78c020d5e game: fix clipped thermometer widget 2021-11-27 17:18:58 +00:00
Crypto City
54166907d7 game: fix tutorial enable/disable 2021-11-27 17:18:58 +00:00
Crypto City
f44bd4e5e4 rpc: add some more ignores for news 2021-11-27 17:18:57 +00:00
Crypto City
1d9399d0da game: don't wait for full wallet sync when exiting 2021-11-27 17:18:57 +00:00
Crypto City
b299252680 game: maintain UI layers order 2021-11-27 17:18:57 +00:00
Crypto City
e6f8d9d63a game: fix widget layout mixup 2021-11-27 17:18:57 +00:00
Crypto City
64c9a9d564 db_lmdb: fix loading scripts saved with a previous version 2021-11-27 17:18:57 +00:00
Crypto City
8c593d57dc game: process overrides for selected text too 2021-11-27 17:18:57 +00:00
luigi1111
105e2304a2
Merge pull request #8083
e8e507f rpc: fix DoS vector in get_output_distribution (moneromooo-monero)
2021-11-26 23:05:31 -06:00
luigi1111
9a17f53489
Merge pull request #8070
a4ebec9 Add python method (Howard Chu)
0221b01 Add calcpow RPC (Howard Chu)
2021-11-26 23:01:08 -06:00
Crypto City
17abbc4cca bump version to 0.33.4.0 2021-11-25 17:27:14 +00:00
Crypto City
307e97f9e9 v16 with recent consensus changes - with hacks for now 2021-11-25 17:27:14 +00:00
Crypto City
3edb57a5b0 increase fire damage 2021-11-25 17:27:14 +00:00
Crypto City
9ac171a38f add v16 at block 175000 2021-11-25 17:27:14 +00:00
Crypto City
bb616c30b0 Revert "cc: fix bridge score with too many cliff tiles"
This reverts commit 368fb1b92f.
2021-11-25 17:27:14 +00:00
Crypto City
c23eb0563f Revert "tweak bear attack"
This reverts commit 95f81ba247.
2021-11-25 12:10:06 +00:00
Crypto City
d3ed787349 cache decode_blocks calls in build command 2021-11-25 12:10:06 +00:00
Crypto City
16d5a7a953 db_lmdb: fix empty entries in flag budget 2021-11-25 12:10:06 +00:00
Crypto City
a8c2ad051b restrict number of active whispers according to level 2021-11-25 12:10:06 +00:00
Crypto City
1250894849 game: display whisper colour next to the rgb input 2021-11-25 12:10:05 +00:00
Crypto City
c1381737ad game: fix a leak in the palette screen 2021-11-25 12:10:05 +00:00
Crypto City
237b63df69 game: prevent empty building names 2021-11-25 12:10:05 +00:00
Crypto City
6db089049c game: fix prestige rank if 0 prestige 2021-11-25 12:10:05 +00:00
Crypto City
861f378589 speed up account balance access and updates 2021-11-25 12:10:05 +00:00
Crypto City
af6f5602ac db_lmdb: remove unused obsolete structure 2021-11-24 07:08:51 +00:00
Crypto City
8b5e72e2c4 db_lmdb: add pragma pack to structures that are saved as a blob 2021-11-24 07:08:51 +00:00
Crypto City
29c47dcfe9 tune city level progression 2021-11-24 07:08:51 +00:00
Crypto City
10183a844c protocol: ask more peers for txpool complement 2021-11-24 07:08:51 +00:00
Crypto City
47a7befaff cc: add a couple more city level names 2021-11-24 07:08:50 +00:00
Crypto City
d5dcfa5398 game: add number of runestones required/owned in whisper screen 2021-11-24 07:08:50 +00:00
Crypto City
ca3295d91b game: hide whisper messages for ignored players 2021-11-24 07:08:50 +00:00
Crypto City
40c6177a05 remove amount of tax in event logs
this saves space in a very common log, now that every event log already
carries its associated balance chance
2021-11-24 07:08:50 +00:00
Crypto City
645036b4ca game: remove debug prints in third person camera code 2021-11-24 07:08:50 +00:00
Crypto City
228bd88685 game: add an exit button in options 2021-11-24 07:08:50 +00:00
Crypto City
da870a1b1c use 0mq to notify the game of mining status changes 2021-11-24 07:08:50 +00:00
Crypto City
0e756771d3 avoid unnecessary repeated read/write of the same flag/account record 2021-11-24 07:08:50 +00:00
Crypto City
1f750cba3c lazy flag block data compression 2021-11-24 07:08:50 +00:00
Crypto City
d3302c74ea rpc: add overall block compressed/uncompressed data size to stats 2021-11-24 07:08:50 +00:00
Crypto City
fa250ec167 db_lmdb: avoid decoding data we do not need 2021-11-24 07:08:50 +00:00
Crypto City
ade9fa1433 game: fix collision detection when walking backwards 2021-11-24 07:08:50 +00:00
Crypto City
953783b01d game: do not name the realtime backup file with .vox
It's not actually Magica Voxel format, just embeds the format
2021-11-24 07:08:50 +00:00
Crypto City
9e592619fb tweak workforce building
- add management efficiency discovery levels, increasing output
- add penalties for industry influence
2021-11-24 07:08:50 +00:00
Crypto City
bee143a248 cc: bump cat domestication patent time 2021-11-23 16:22:29 +00:00
Crypto City
c567b612f3 game: detect and report bad text input as per consensus rules 2021-11-23 16:22:29 +00:00
Crypto City
c5f2a7de47 game: go to flag or player screen on double clicking on leaderboards 2021-11-23 16:22:29 +00:00
Crypto City
38df597c37 smoother complete runic cycle bonus, and show it in the prestige screen
also have the bonus
2021-11-23 16:22:29 +00:00
Crypto City
382757565f game: display amount of meat owned in hunt screen 2021-11-23 16:22:29 +00:00
Crypto City
bb203fe647 add new moose disease special event 2021-11-23 16:22:29 +00:00
Crypto City
c553aaef48 game: fix crash when resizing flags and stray flash effects 2021-11-23 16:22:29 +00:00
Crypto City
cca1190ff4 blockchain_db: speed up flag block data serialization/deserialization 2021-11-23 16:22:29 +00:00
Crypto City
445ac99df9 blockchain: use trusted block hashes even if we can't update them 2021-11-23 16:22:29 +00:00
Crypto City
b35430a158 much faster 3D block storage load/save
Takes about 50% extra space in typical cases
2021-11-23 16:22:28 +00:00
Crypto City
52839e9326 game: fix buying land after removing lines/rows from selection 2021-11-23 16:22:28 +00:00
Crypto City
52e868da02 wallet2: speedup large tx construction: reserve vector memory
2.8 seconds -> 2.6 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
81e8b8efd1 wallet2: speedup large tx construction: batch ringdb lookups
3.3 seconds -> 2.8 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
b9cc04775f wallet2: speedup large tx construction: no pointless clsag generation
4.1 seconds -> 3.3 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
612ad5d660 wallet2: speedup large tx construction: batch ringdb updates
5.2 seconds -> 4.1 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
0926adac36 wallet2: speedup large tx construction: cache public key validity
5.9 second -> 5.2 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
fe5272b288 add whispers - player messages on arbitrary locations 2021-11-23 16:22:28 +00:00
Howard Chu
0221b01519
Add calcpow RPC
Calculate PoW hash for a block candidate
2021-11-20 18:52:05 +00:00
selsta
82828bfcb6
cryptonote_core: fix unused lambda warning 2021-11-16 05:21:56 +01:00
Crypto City
4779c1bd35 game: fix command details message title 2021-11-15 17:04:17 +00:00
Crypto City
896c31c5ed cc: fix cautious bears being the wrong way around 2021-11-15 17:04:17 +00:00
Crypto City
95f81ba247 tweak bear attack 2021-11-15 17:04:16 +00:00
Crypto City
e31fc5b8f7 cc: increase vegetation allocation for sawmills 2021-11-15 17:04:16 +00:00
Crypto City
cd07cafd14 cc: allow game to get badges
in turns, this gives game a level, which means game can unlock
thing like runestone usage
2021-11-15 17:04:16 +00:00
Crypto City
aeda5c2c39 cc: modulate town square proximity bonus based on role 2021-11-15 17:04:16 +00:00
Crypto City
368fb1b92f cc: fix bridge score with too many cliff tiles
also mitigate triggering on ridges
2021-11-15 17:04:16 +00:00
Crypto City
a048032a26 cc: ensure breeding grounds city spec always gets at least one extra moose 2021-11-15 17:04:16 +00:00
Crypto City
5132687966 fix level threshold bug with sprawling specialization 2021-11-15 17:04:16 +00:00
Crypto City
a8ad4091fa add restricted item group, may not be sold/given/auctioned etc 2021-11-15 17:04:16 +00:00
selsta
1efe624e30
device_ledger: fix incorrect macro
The current code does work by accident, but it might break if
someone uses ASSERT_SW in a different place, or if variables
get renamed.
2021-11-12 02:56:20 +01:00
luigi1111
97ff1938a3
Merge pull request #8038
fbe8358 device: fix ledger error strings, add human friendly messages (selsta)
2021-11-09 22:53:47 -06:00
luigi1111
2844b5b8db
Merge pull request #8031
187633c slow_hash: don't blow out Mac stack on ARM64 (Howard Chu)
2021-11-09 22:50:36 -06:00
luigi1111
c3b1b94453
Merge pull request #7169
bbe3b27 tx_pool: full tx revalidation on fork boundaries (moneromooo-monero)
2021-11-09 22:44:39 -06:00
im
cf44349a86 account info text alignment 2021-11-10 02:27:14 +08:00
rbrunner7
a02b342347 Avoid unnecessary 'Invalid hashing blob' error message 2021-11-05 14:19:21 +01:00
selsta
fbe8358c9f
device: fix ledger error strings, add human friendly messages 2021-11-03 00:10:12 +01:00
Crypto City
095a4f7eb5 allow auctioning more than one flag at once 2021-11-02 08:49:58 +00:00
Crypto City
d545944400 add a level based build height limit 2021-11-02 08:49:58 +00:00
Crypto City
a59d4ae5a3 wallet2_api: fix build 2021-11-02 08:49:58 +00:00
Crypto City
e427612748 cc: fix typo in discovery description 2021-11-02 08:49:58 +00:00
moneromooo-monero
bbe3b276b8
tx_pool: full tx revalidation on fork boundaries
avoids mining txes after a fork that are invalid by this fork's
rules, but were valid by the previous fork rules at the time
they were verified and added to the txpool.
2021-11-01 20:56:38 +00:00
luigi1111
e22ec26be4
Merge pull request #8029
548cfc8 crypto: fix typo in ifdef (selsta)
2021-11-01 12:32:24 -05:00
luigi1111
d573b3d76c
Merge pull request #8020
47e7a43 wallet_api: enable set_strict_default_file_permissions (tobtoht)
2021-11-01 12:31:32 -05:00
luigi1111
ff4ede9356
Merge pull request #8017
a15466d wallet2: remove 2 unused variables (selsta)
2021-11-01 12:29:22 -05:00
luigi1111
f405bf3d58
Merge pull request #8013
2cad563 wallet2: fix key encryption when changing ask-password from 0/1 to 2 (moneromooo-monero)
2021-11-01 12:25:20 -05:00
Crypto City
df5cc138d1 bump version to 0.33.33.1 2021-10-31 17:15:04 +00:00
Crypto City
f475ff3186 Revert "tweak bear attack"
This reverts commit 8b76e24ff6.
2021-10-31 17:12:47 +00:00
Crypto City
697cc53fd7 bump version to 0.33.3.0 2021-10-31 10:22:37 +00:00
Crypto City
5189273f7d game: help string when trying to deposit with no balance 2021-10-31 09:55:34 +00:00
Crypto City
e813c10c91 game: switch to a very low fps limit when the daemon is syncing 2021-10-31 09:55:34 +00:00
Crypto City
5942d1591c game: remove estimated payout from flag section
This is approximate and not applicable for all building types
2021-10-31 09:55:34 +00:00
Crypto City
edf47a18f1 game: add placeholder block count in building stats message 2021-10-31 09:55:34 +00:00
Crypto City
ceaf95b032 game: fix removing hidden placeholder blocks 2021-10-31 09:55:34 +00:00
Crypto City
491af68546 game: add time since discovery in research screen 2021-10-31 09:55:34 +00:00
Crypto City
5f036caaa6 game: add attribute descriptions as tooltips 2021-10-31 09:55:34 +00:00
Crypto City
6719bd74ba game: full magica voxel scenegraph import
now implements rotation and instanced models
2021-10-31 09:55:34 +00:00
Crypto City
5951f5536e warn in game and daemon when starting without --testnet 2021-10-31 09:55:34 +00:00
Crypto City
d07c50ab2a cc: fix consensus bug popping hunt commands that yielded no kills 2021-10-31 09:55:34 +00:00
Crypto City
0f1f7bf9c2 cc: fix underflow/overflow mixup in error message 2021-10-31 09:55:34 +00:00
Crypto City
c2641bc3d0 game: fix found city screen using raw shares and not city growth shares 2021-10-31 09:55:34 +00:00
Crypto City
4ca7c57463 cc: speed up encode_blocks/decode_blocks a bit 2021-10-31 09:55:34 +00:00
Crypto City
bb541bab80 game: include building height in stats 2021-10-31 09:55:34 +00:00
Crypto City
e995035003 game: fix (I think) stray "new block" flashes 2021-10-31 09:55:34 +00:00
Crypto City
3481f7c03c game: keep the default max number of chat lines in the chat console 2021-10-31 09:55:34 +00:00
Crypto City
204f16a269 game: fix altitudes/heights misnamed as meters, they're in feet 2021-10-31 09:55:34 +00:00
Crypto City
3ad837a2e6 game: fix UI layout when a block is found after a script choice 2021-10-31 09:55:34 +00:00
Crypto City
8b76e24ff6 tweak bear attack 2021-10-31 09:55:34 +00:00
Crypto City
0bfd3a231e rpc: remove unused variables 2021-10-31 09:55:34 +00:00
Crypto City
5b6ed616b9 game: do not request ipfs data we do not need 2021-10-31 09:53:35 +00:00
Crypto City
8eeb012972 fix changing only building script overrides, not message or script 2021-10-31 09:53:35 +00:00
Crypto City
57652e5635 game: fix non processed variable names in runestone message 2021-10-31 09:53:35 +00:00
Crypto City
6fdff90098 game: fix glitchy polygons when the camera is blocked 2021-10-31 09:53:35 +00:00
Crypto City
59f4a177e5 game: fix resource miscounting when building 2021-10-31 09:53:35 +00:00
Crypto City
ebf17bef44 rpc: do not include bear attack details in news 2021-10-31 09:53:35 +00:00
Howard Chu
187633c0ca
slow_hash: don't blow out Mac stack on ARM64 2021-10-30 22:24:55 +01:00
selsta
548cfc8d68
crypto: fix typo in ifdef 2021-10-29 17:55:51 +02:00
luigi1111
b328fbecc2
Merge pull request #8019
e106bdc epee: add missing header (selsta)
2021-10-25 19:02:49 -05:00
luigi1111
ff96482e38
Merge pull request #8018
1f81f5f protocol: fix spurious rejection of downloaded blocks (moneromooo-monero)
2021-10-25 19:02:22 -05:00
luigi1111
e5710b1898
Merge pull request #8004
ace4669 simplewallet: fix incoming_transfers index error (selsta)
2021-10-25 18:59:54 -05:00
luigi1111
e7d571c526
Merge pull request #8003
75d05b9 download: fix leak (moneromooo-monero)
2021-10-25 18:59:18 -05:00
luigi1111
00ac048958
Merge pull request #7995
797ca97 socks: ignore any exceptions in shutdown/close (selsta)
2021-10-25 18:53:34 -05:00
moneromooo-monero
e8e507f36f
rpc: fix DoS vector in get_output_distribution
This will prevent people spending old pre-rct outputs using a
stranger's node, which may be a good thing
2021-10-24 17:17:12 +00:00
Crypto City
8bab5415f1 game: ensure the palette always has 0/none on model import 2021-10-23 12:04:31 +00:00
selsta
797ca974ab
socks: ignore any exceptions in shutdown/close 2021-10-22 22:00:29 +02:00
tobtoht
47e7a43270
wallet_api: enable set_strict_default_file_permissions 2021-10-22 05:40:23 +02:00
selsta
e106bdc1fc
epee: add missing header 2021-10-22 04:14:25 +02:00
Crypto City
8b3a7c0115 bump version to 0.33.2.3 2021-10-22 00:09:55 +00:00
Crypto City
ae45eea34f fix spurious rejection of downloaded blocks 2021-10-22 00:08:19 +00:00
Crypto City
85a3ad813d tx_pool: remove oldest chat txes first 2021-10-22 00:07:48 +00:00
moneromooo-monero
1f81f5f5c1
protocol: fix spurious rejection of downloaded blocks
when kicking a peer for inactivity, clear the set of requested blocks,
or next time we requests blocks from it, we'll probably reject the
incoming blocks due to missing the previous requested blocks
2021-10-21 20:34:06 +00:00
Crypto City
d1a1ff2d56 bump version to v0.33.2.2 2021-10-21 14:56:58 +00:00
Crypto City
b3ad1a7ac1 cc: fix consensus bug with road link sorting 2021-10-21 14:48:32 +00:00
Crypto City
bc2405d133 game: process overrides in requirement strings 2021-10-21 14:48:32 +00:00
Crypto City
d2f8cc566e scripts: ignore paying/awarding/consuming 0 amount of stuff 2021-10-21 14:48:32 +00:00
Crypto City
e87d288f82 script_analyzer: catch exceptions at top level 2021-10-21 14:48:32 +00:00
selsta
a15466d850
wallet2: remove 2 unused variables 2021-10-20 22:19:15 +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
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
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
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
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
d89594eff9 bump version to 0.33.2.0 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
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
f5c82b9152 cc: allow requesting no special event in debug 2021-10-14 10:47:26 +00:00
Crypto City
0d20478bd2 mayors may now control who can buy/build in their city 2021-10-14 10:47:26 +00:00
Crypto City
3970b756fb game: fix for paths with spaces on windows 2021-10-14 10:47:23 +00:00
Crypto City
3df168efda game: fix windows build 2021-10-14 10:47:23 +00:00
Crypto City
c263cba732 cc: allow embedding smaller quantities of gold in items 2021-10-14 10:44:47 +00:00
Crypto City
e6e58a5e99 game: fix snowless ground after switching to non-natural ground mode 2021-10-14 10:06:53 +00:00
Crypto City
551ce9486b game: fix item descriptions now showing up in trade ui 2021-10-14 10:06:53 +00:00
Crypto City
f2c97033ec game: snap to axes when rotating in third person camera mode 2021-10-14 10:06:53 +00:00
Crypto City
4cbd44bba0 game: do not show minting amount/button for unimntable coins 2021-10-14 10:06:53 +00:00
Crypto City
0f63bbed17 game: fix a few third person camera issues 2021-10-14 10:06:53 +00:00
Crypto City
ebc5b49265 game: fix issues with undo/redo and palette 2021-10-14 10:05:58 +00:00
Crypto City
b4866b2447 game: never autoselect placeholder material 2021-10-14 00:11:32 +00:00
Crypto City
f7080268c3 game: end model placement when removing inside or placeholder blocks 2021-10-14 00:11:32 +00:00
Crypto City
f406041741 game: fix race between refresh and update 2021-10-14 00:11:32 +00:00
Crypto City
f56322158e game: fix race when switching wallets 2021-10-14 00:11:32 +00:00
Crypto City
566362f8d7 fix download object leak 2021-10-14 00:11:01 +00:00
Crypto City
2b1e56ab6b game: show a notification when the daemon is busy syncing 2021-10-14 00:11:01 +00:00
Crypto City
00f03552ae game: fix rotating models larger than the flag 2021-10-14 00:11:01 +00:00
Crypto City
aedc539396 game: geometry/hull/compute shaders by JSandusky 2021-10-14 00:11:01 +00:00
Crypto City
faa5165e2d game: detect failure to bind and add message about another daemon running 2021-10-14 00:11:01 +00:00
Crypto City
be550c91c0 game: ignore blocks when we're syncing 2021-10-14 00:11:01 +00:00
Crypto City
1ad4e04930 game: allow exporting terrain in magica voxel format 2021-10-14 00:11:01 +00:00
Crypto City
221a979410 game: fix invalid memory access when rotating a imported model 2021-10-14 00:11:01 +00:00
Crypto City
98bd3d8852 game: fix initial third person camera orientation 2021-10-14 00:11:01 +00:00
Crypto City
e7a909dc97 allow cancelling more than once nonce at once 2021-10-14 00:10:41 +00:00
Crypto City
434cdea924 game: do not process blocks when in sync mode 2021-10-14 00:10:41 +00:00
Crypto City
b445405c6a add --sync-notify option
Triggered when starting/stopping syncing

%s: 1 if starting syncing, 0 if stopping
%h: current chain height
%t: target chain height
2021-10-14 00:10:41 +00:00
Crypto City
7a82a449b8 game: only add .vox file suffix if not already there on model export 2021-10-14 00:10:41 +00:00
Crypto City
0799f90241 game: fix inviting character incorrectly seen as joining in news 2021-10-14 00:10:41 +00:00
Crypto City
127106a4b6 game: smoother third person camera motion when blocked 2021-10-14 00:10:41 +00:00
Crypto City
e4d56dd00b game: remove a couple ill fitting idle anim variations 2021-10-14 00:10:41 +00:00
Crypto City
a1aa2c1d1b game: fix crash in anim viewer 2021-10-14 00:10:41 +00:00
Crypto City
ac2eb91dd9 game: improved third person camera 2021-10-14 00:10:41 +00:00
Crypto City
e15deeb4fd game: make the third person camera use fixed timeslices better 2021-10-14 00:10:41 +00:00
luigi1111
3d9c805e23
Merge pull request #7975
48a0997 blockchain: fix pedantic assert (selsta)
2021-10-11 13:00:27 -05:00
luigi1111
a6367693c7
Merge pull request #7960
2e8936f rpc: Fix get_transactions failing when not found (Nathan Dorfman)
2021-10-11 12:59:32 -05:00
luigi1111
872d6f86bc
Merge pull request #7958
5f54dea LMDB: fix deadlock in resized detection (Howard Chu)
2021-10-11 12:57:53 -05:00
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
mj-xmr
5e63f6c292
Ledger: member 'mode' was shadowing that of base class 2021-10-07 12:03:17 +02: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
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
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
99b0a4b6d9 bump version to 0.33.1.1 2021-09-28 23:21:39 +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
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
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
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
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
luigi1111
298c9a357f
Merge pull request #7891
dfee15e RPC and ZeroMQ APIs to support p2pool (SChernykh)
2021-09-23 22:10:03 -05:00
luigi1111
237acd120e
Merge pull request #7890
2a8a511 Quicker resource cleanup on p2p socks timeout (Lee *!* Clagett)
2021-09-23 22:06:35 -05:00
Crypto City
1e3330fd28 game: speed up terrain rendering when there is no snow 2021-09-24 00:55:28 +00:00
Crypto City
9106be1138 game: fix crash with snow and no clouds 2021-09-24 00:55:28 +00:00
Crypto City
1eeb66ed57 cc: prevent more than one enable clause per choice 2021-09-24 00:55:28 +00:00
Crypto City
780435ab3e game: add a search box to the scripts list 2021-09-24 00:55:28 +00:00
Crypto City
302ca386ef game: improve script ui 2021-09-24 00:55:28 +00:00
Crypto City
3adfb2570f add selected text when starting playing a script, before a block 2021-09-24 00:55:28 +00:00
Crypto City
33554f70cc cc: improve script error message 2021-09-24 00:55:28 +00:00
Crypto City
f56d0db1f8 game: fix node configuration screen always using 18881 as RPC port 2021-09-24 00:55:28 +00:00
Crypto City
63cf3bfc15 game: allow variable substitutions in script text 2021-09-24 00:55:28 +00:00
Howard Chu
5f54dea4ec
LMDB: fix deadlock in resized detection 2021-09-22 15:47:04 +01:00
Crypto City
ae039b1af2 game: fix view-source not working in all cases in scripts screen 2021-09-21 17:48:48 +00:00
Crypto City
148574f6a8 rpc: do not include create_script command in news events 2021-09-21 17:48:48 +00:00
Crypto City
1ddb6fb781 game: improve script choices ui 2021-09-21 17:48:48 +00:00
Crypto City
deea5fdbd6 game: make building "transaction(s) sent" a toast 2021-09-21 14:33:32 +00:00
Crypto City
aa978e3583 game: display locked notice for locked variants in palette screen 2021-09-21 14:29:33 +00:00
Crypto City
d691888d7e game: do not continue increasing startup tutorial index past the end 2021-09-21 12:18:18 +00:00
Crypto City
581bed0d09 game: partial palette guessing functionality on import 2021-09-21 12:18:18 +00:00
Crypto City
eb8db9dedf game: set trade screen to buy shortfall, not whole amount for building 2021-09-21 12:18:18 +00:00
Crypto City
e9955db73e game: fix loading schematic models with blocks larger than 8 bits 2021-09-21 12:18:18 +00:00
Crypto City
25cc1bf99a game: plug palette editor in import flow 2021-09-21 12:18:18 +00:00
Crypto City
a4f150cc05 game: fix colour mismatch between glow and non-glow techniques 2021-09-21 12:18:18 +00:00
Crypto City
f3b8d90a21 game: harvest FATAL as well as ERROR when parsing daemon log 2021-09-21 12:18:18 +00:00
Crypto City
28140be2af game: fix dameon log location for testnet and mainnet 2021-09-21 12:18:18 +00:00
Crypto City
5ef691fcad game: fix model placement if the selection changes 2021-09-21 12:18:18 +00:00
Crypto City
17510a73fe game: undo palette changes too on undo 2021-09-21 12:18:18 +00:00
Crypto City
c3428cf347 game: partial magica voxel extension support
Scenegraph support, so models split into submodels can be loaded
2021-09-21 12:18:18 +00:00
Crypto City
86067d2576 game: ensure loaded magica voxel model data fits in palette 2021-09-21 12:18:18 +00:00
Crypto City
cf76b9fd3e game: allow filtering by all known model file types 2021-09-21 12:18:18 +00:00
Crypto City
687b35ab94 game: optional automatic resource assignment on import shortfall 2021-09-21 12:18:18 +00:00
Crypto City
d49fc0f1c1 game: add a PlayerState::get_num_items convenience function 2021-09-21 12:18:18 +00:00
Crypto City
9edd5e0966 game: load schematic models
These seem to have models fitting in cubes, so the import looks
very blocky and crude
2021-09-21 12:18:18 +00:00
Crypto City
c510cbd056 cc: clearer script reserve requirements
Replace "counterparty" by "game" or "building owner"
2021-09-21 12:18:18 +00:00
Crypto City
bce1c23bdf game: request a wallet refresh as soon as a new wallet is loaded 2021-09-21 12:18:18 +00:00
Crypto City
bbff557dc1 tx_pool: forbid two script actions for the same account (when enabled) 2021-09-21 12:18:18 +00:00
Crypto City
705935848a game: improve script UI 2021-09-21 12:18:18 +00:00
Crypto City
599a40f647 game: keep script icon aspect ratio 2021-09-21 12:18:18 +00:00
Crypto City
1d90a2bdfd game: fix PNG script icons 2021-09-21 12:18:18 +00:00
Crypto City
05730f5a3d game: improve new script dialog, allow loading from file 2021-09-21 12:18:18 +00:00
Crypto City
8436fba9b1 game: decrease memory usage in sparsely built areas 2021-09-21 12:18:18 +00:00
Crypto City
495bf0acdb game: decrease memory usage in built up areas 2021-09-21 12:18:18 +00:00
Crypto City
1cc0e70aa3 cc: a bit less easy to get cliffs 2021-09-21 12:18:18 +00:00
Crypto City
432c259802 game: drop all city sections when traveling to another town
Helps dampen a memory usage peak
2021-09-21 12:18:18 +00:00
Crypto City
1a36e53e6c game: fix destroyed buildings appearing in events, not buildings, in news 2021-09-21 12:18:18 +00:00
Crypto City
d6f07b7ce7 new optional message in set_script_variable command 2021-09-21 12:18:18 +00:00
Crypto City
346542ae8c game: fix styling check in runetone message 2021-09-21 12:18:18 +00:00
Crypto City
0901c7e7ef game: notify the player when they don't have runestone styling enabled 2021-09-21 12:18:18 +00:00
Crypto City
315f9c3b6f game: do not enable "play" script button when no wallet is loaded 2021-09-21 12:18:18 +00:00
Crypto City
566e7f8baa cryptonote_core: do not relay match commands 2021-09-21 12:18:18 +00:00
Nathan Dorfman
2e8936f614 rpc: Fix get_transactions failing when not found 2021-09-20 17:32:01 -06:00
anon
9154883f3e
node_server: fix race condition 2021-09-20 20:58:23 +00:00
selsta
3a90be4bd6
rpc: don't set error code as status string 2021-09-15 08:57:41 +02:00
Crypto City
6b54bc1a5f game: better wallet info screen layout 2021-09-14 22:54:51 +00:00
Crypto City
18ab361e8b give spread to match command matcher 2021-09-14 19:59:41 +00:00
Crypto City
cf503259b2 db_lmdb: remove redundant cursor op 2021-09-13 10:40:40 +00:00
Crypto City
ec7047485e game: default to screen resolution rather than 1024x768 2021-09-13 00:48:44 +00:00
Crypto City
59670f81f6 game: clear screen before drawing the splash screen 2021-09-12 22:29:01 +00:00
Crypto City
0493970b30 game: fix splash screen pixel aspect ratio 2021-09-12 21:44:14 +00:00
Crypto City
62c80b608c cc: fix overflow in terrrain in extreme cases 2021-09-12 21:25:38 +00:00
Crypto City
9bf39fd190 cc: fix division by zero in new_item command 2021-09-12 21:25:38 +00:00
Crypto City
9172b9396e rpc: return a block template even when "busy" 2021-09-12 21:25:38 +00:00
Crypto City
3e93a91c28 db_lmdb: do not use DUPSORT for cc_events table
It increase the size somewhat but can store events of arbitrary
length.
2021-09-12 21:25:38 +00:00
Crypto City
36bf25a85a blockchain: guard against exception adding events
Also add some more info when executing/reverting commands
2021-09-12 12:24:21 +00:00
Crypto City
cb3499f3aa blockchain: save a few allocations when moving a block 2021-09-12 12:24:15 +00:00
Crypto City
0475389d3c blockchain: break off early when exiting 2021-09-12 12:24:10 +00:00
Crypto City
7a60da3fee cc: includes hash and height in log when creating game update command 2021-09-12 12:24:03 +00:00
Crypto City
e61dabacd5 cc: guard against invalid food items 2021-09-12 12:23:58 +00:00
Crypto City
c16496b37b cc: extra sanity check in repair command 2021-09-12 12:23:52 +00:00
j-berman
76542ea709 Fix precision of average_output_time
The fix as suggested by <jberman> on IRC. Before the fix, it would truncate 1.9 to 1 skewing the output selection.
2021-09-12 10:07:31 +02:00
SChernykh
dfee15eee1 RPC and ZeroMQ APIs to support p2pool
Adds the following:

- "get_miner_data" to RPC API
- "json-miner-data" to ZeroMQ subscriber contexts

Both provide the necessary data to create a custom block template. They are used by p2pool.

Data provided:

- major fork version
- current height
- previous block id
- RandomX seed hash
- network difficulty
- median block weight
- coins mined by the network so far
- mineable mempool transactions
2021-09-11 15:15:07 +02:00
luigi1111
a39b1d56c8
Merge pull request #7899
cd76eb7 wallet: fix unused lambda capture warning (selsta)
2021-09-09 15:21:10 -04:00
luigi1111
9273530bff
Merge pull request #7898
f353c29 wallet_rpc_server: fix help text remaining bold (selsta)
2021-09-09 15:20:43 -04:00
luigi1111
e72eedd1ce
Merge pull request #7883
d749e0d ringct: silence unused variable warning (selsta)
2021-09-09 15:18:42 -04:00
luigi1111
be94a2fb06
Merge pull request #7875
15936bf Device: remove unused and incorrect non-default constructor (mj-xmr)
2021-09-09 15:17:41 -04:00
luigi1111
dfa6b58d4d
Merge pull request #7823
24d3d65 monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir (Kermit Alexander II)
2021-09-09 15:14:17 -04:00
luigi1111
2a02cd0a5f
Merge pull request #7773 from selsta/unbound
external: remove unbound submodule
2021-09-09 15:13:06 -04:00
luigi1111
7848a467c5
Merge pull request #7616
4ced092 daemon: allow proxy configuration (anon, selsta, tobtoht)
2021-09-09 15:09:51 -04:00
luigi1111
b7315efc1c
Merge pull request #7342
520ce1c Attempt to carve the fee from a partial payment early (lxop)
2021-09-09 15:06:46 -04:00
Crypto City
d9dae925ee game: allow "tip of the day" style tutorials on startup 2021-09-09 11:30:04 +00:00
Crypto City
29ac4fb42a game: fix terrain-cache build on windows 2021-09-09 10:21:24 +00:00
Crypto City
e6e3da6940 game: remove leftover debug printf 2021-09-08 14:26:01 +00:00
Crypto City
1532b015bc game: do not display building tooltip when buiding on it 2021-09-08 14:25:19 +00:00
Crypto City
ae92ca97a0 cc: set cliff terrain type a bit more easily 2021-09-08 13:44:14 +00:00
mj-xmr
ad9fde46a3
UB: virtual methods in destructor at Trezor 2021-09-08 14:44:35 +02:00
mj-xmr
514f8fab14
LMDB: protection against UB, by not calling virtual methods from destructor 2021-09-08 14:08:40 +02:00
Crypto City
91d0d2bc66 game: fix use after free in tooltip history window 2021-09-07 21:56:17 +00:00
Crypto City
58ddc71e49 game: fix use after free on game exit 2021-09-07 20:37:11 +00:00
Crypto City
67442d0d73 game: disable ok button in building settings screen if read only 2021-09-07 20:37:11 +00:00
Crypto City
0a69e54512 game: fix wrong temperature before loading a wallet 2021-09-07 20:37:11 +00:00
Crypto City
f1bd4c85c0 cc: do not consider roads for the mountaineer badge 2021-09-07 20:37:11 +00:00
Crypto City
902e0852d0 game: do not show "cancel" for commands that cannot be cancelled 2021-09-07 20:37:11 +00:00
Crypto City
27f01535a5 game: mention the options screen in the terrain cache directory README 2021-09-07 20:37:11 +00:00
Crypto City
8761724ac8 game: compress delta heights for fast extra compression 2021-09-07 20:37:11 +00:00
Crypto City
7223212520 game: speed up elevation map at higher zooms in found city screen 2021-09-07 20:37:11 +00:00
Crypto City
6ec7229ccf game: click the amount of items owned to input that amount to sell 2021-09-07 20:37:11 +00:00
Crypto City
cb5d62dbe9 game: subsample non-influence potential textures for speed 2021-09-07 20:37:11 +00:00
Crypto City
4e842e93b1 game: allow jumping to an x/y location 2021-09-07 20:37:11 +00:00
Crypto City
a079220af6 game: make the terrain cache size a user option (including disabled) 2021-09-07 20:37:11 +00:00
Crypto City
fd90c0ca84 bump lower mountainer badge thresholds 2021-09-07 20:37:11 +00:00
Crypto City
0542412ec2 cc: improve terrain 2021-09-07 20:37:11 +00:00
Crypto City
697ef85904 game: fix leaks 2021-09-07 20:37:11 +00:00
mj-xmr
eed7e79c04
UB: Not calling virtual method in destructor of WalletImpl 2021-09-07 14:24:53 +02:00
Crypto City
622ab9d894 add on disk terrain caching system 2021-09-06 17:40:30 +00:00
Crypto City
de1162cb03 game: add an item view screen 2021-09-06 17:40:30 +00:00
Crypto City
e859c7c0ea prevent hunting in a snowstorm 2021-09-04 18:32:06 +00:00
Crypto City
4f4cea20a2 game: more resilient splash screen 2021-09-04 15:46:43 +00:00
Crypto City
1d58d2fd09 game: do not start audio before the scene displays
and stop audio when stopping
2021-09-04 14:44:09 +00:00
Crypto City
86380eb911 game: optional load/update timings dump 2021-09-04 14:14:08 +00:00
Crypto City
36c11b914a wallet2: do not recalculate the genesis block for mainnet/testnet
we can save a second or so on startup
2021-09-04 14:14:08 +00:00
Crypto City
7f3ed8564a game: do not update stuff we do not need to 2021-09-04 14:14:08 +00:00
Crypto City
494c1bc48c game: fix hang if initial wallet fails to load 2021-09-04 14:14:08 +00:00
Crypto City
ea1e85c2ba game: only force highlight refresh if a rebuilt flag intersects it 2021-09-04 14:14:08 +00:00
Crypto City
36ddd1f6be game: initialize audio later on in the start sequence 2021-09-04 14:14:08 +00:00
Crypto City
d9ef50dc28 game: pre-cache some terrain at load time 2021-09-04 14:14:07 +00:00
Crypto City
cf821870cb game: fix snowfall effect at night 2021-09-04 14:14:07 +00:00
Crypto City
28f10bb125 game: remove some obsolete code 2021-09-04 14:14:07 +00:00
Crypto City
814219c39c game: start daemon async 2021-09-04 14:14:07 +00:00
Crypto City
184168536e game: remove dynamic sky on/of option and fallback skybox
This was originally an option because the dynamic sky was slow,
but this is no longer an issue since it's only recreated when
new blocks come in
2021-09-04 14:14:07 +00:00
Crypto City
50e77624e0 game: smoother sky changes when lerping snowfall in or out 2021-09-04 14:14:07 +00:00
Crypto City
3a66c39d27 game: avoid creating an SSL key when using the auto local daemon 2021-09-04 14:14:07 +00:00
Crypto City
b8a66a44db game: fix vertical snowfall motion 2021-09-04 14:14:07 +00:00
Crypto City
7528d4bac4 game: wind audio ambience 2021-09-04 14:14:07 +00:00
selsta
ae85ec0285
external: remove unbound submodule 2021-09-03 07:47:35 +02:00
Crypto City
5ca332ce7b game: allow F10 to open the player screen with no wallet or player
it then pops up the player selection screen
2021-09-02 14:07:08 +00:00
Crypto City
e814560883 game: remove "click to mint/smelt" when not on our own player screen
always use click to trade instead
2021-09-02 13:51:57 +00:00
Crypto City
b63225b4be cc: speedup gemstone potential bit 2021-09-02 10:16:23 +00:00
Crypto City
356a101d06 cc: speed up hill generation a little 2021-09-02 10:07:27 +00:00
Crypto City
8db3639fba cc: slight SingleSimplex speedup 2021-09-02 09:04:40 +00:00
Crypto City
e4b60d8545 fixes after merge 2021-09-01 23:21:48 +00:00
Crypto City
489a261db0 Merge remote-tracking branch 'origin/master' into cc
8fde011dbe
2021-09-01 15:50:02 +00:00
Crypto City
ef6bee2de1 game: disable SSL for locally run daemon for performance 2021-09-01 15:12:14 +00:00
Crypto City
6ea0eeb1d2 faster version of cc_get_game_events 2021-09-01 15:12:14 +00:00