Commit Graph

9988 Commits

Author SHA1 Message Date
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
Crypto City
e95536f6dd speed up news gathering 2021-09-01 15:12:14 +00:00
Crypto City
5842f7d12d db_lmdb: speed up reading serialized data a bit
The stringstream ctor likes to spend time in dynamic_cast
2021-09-01 15:12:14 +00:00
Crypto City
72dc5e7cc7 filter news candidates in the daemon for performance 2021-09-01 15:12:14 +00:00
Crypto City
7cf92828bf game: add estimate wording for building production numbers 2021-09-01 15:12:14 +00:00
Crypto City
eaedd0d811 decrease road bonuses 2021-09-01 15:12:14 +00:00
Crypto City
ef233ea492 game: fix building screen production numbers ignoring influence 2021-09-01 15:12:14 +00:00
Crypto City
7138ea53af game: take age info account checking settings of an exiting building 2021-09-01 15:12:14 +00:00
Crypto City
9394f73444 game: fix road bonus calculation 2021-09-01 15:12:14 +00:00
Crypto City
3410a97469 game: fix double clicking on a building in last update screen 2021-09-01 15:12:14 +00:00
Crypto City
996253e3b0 revert test v15 fork 2021-09-01 15:12:14 +00:00
Crypto City
2b5e114e89 game: use zmq pub/sub to know when to refresh at once 2021-09-01 15:12:14 +00:00
Crypto City
137f911c60 game: disable auction price widget if no account 2021-09-01 15:12:14 +00:00
Crypto City
32ead59828 game: remove notification on stop
This will error out creating a texture as display is dead already
2021-09-01 15:12:14 +00:00
Crypto City
7e319d4849 game: increase cloud wind speed now that they are further away 2021-09-01 15:12:14 +00:00
Crypto City
20e055b117 game: tweak clouds, and remove cover light modulation 2021-09-01 15:12:14 +00:00
Crypto City
ffd4fbc608 cc: tweak firefighting recovery curve 2021-09-01 15:12:14 +00:00
Crypto City
7934e19f45 game: pre-fill buy amounts in trade screen when appropriate 2021-09-01 15:12:14 +00:00
Crypto City
30a0db432b add snowstorm event and associated in game weather effeect 2021-09-01 15:12:14 +00:00
Crypto City
e9be3ae3c3 game: fix random grey clouds, move clouds higher to match higher terrain 2021-09-01 15:12:14 +00:00
Crypto City
1c6cd3ddc6 cc: fix leftover global message trace 2021-09-01 15:12:14 +00:00
Crypto City
3f1039fb79 wallet2: point out set max-reorg-depth is a wallet command 2021-09-01 15:12:14 +00:00
Crypto City
7902862dbb game: default to higher view distance and less terrain sunsampling 2021-09-01 15:12:14 +00:00
Crypto City
731555b99c game: print simple performance stats on F3 in debug mode 2021-09-01 15:12:13 +00:00
Crypto City
b5e734efd1 switch to existing backward compat code, and go back to glibc 2.25 2021-09-01 15:12:13 +00:00
Crypto City
0b33ba6f85 cc: fix repair message wording 2021-09-01 15:12:13 +00:00
Crypto City
cfa883088b rpc: fix wrong top hash in cc_get_snapshot response 2021-09-01 15:12:13 +00:00
Crypto City
a2b168f33e game: highlight items we have not enough of when repairing 2021-09-01 15:12:13 +00:00
Crypto City
1951538ca9 game: display runestone messages in a larger font 2021-09-01 15:12:13 +00:00
Crypto City
2adef1dd14 game: switch "built a new building" toast icon to match news 2021-09-01 15:12:13 +00:00
Crypto City
018e977c7a rpc: fix overflow in gold content reporting 2021-09-01 15:12:13 +00:00
Crypto City
26b3b55714 game: move cloud cover up/down with the camera too 2021-09-01 15:12:13 +00:00
Crypto City
2694eb6af4 game: improve snow effect, snowier with altitude, tweak temperature drop 2021-09-01 15:12:13 +00:00
Crypto City
9eb0170864 players can slowly manage more buildings as they age 2021-09-01 15:12:13 +00:00
Crypto City
d9d4c83c08 game: prevent multiple script actions at once 2021-09-01 15:12:13 +00:00
Crypto City
7f1d5eac6c cc: swap ressearch and luxury residential city level thresholds 2021-09-01 15:12:13 +00:00
Crypto City
920b025944 add payouts for research buildings 2021-09-01 15:12:13 +00:00
SChernykh
e52802baef Wallet2: fix optimize-coinbase for p2pool payouts
RefreshOptimizeCoinbase was an optimization to speed up scanning of coinbase transactions before RingCT (tx version 2) where they split miner reward into multiple denominations, all to the same wallet.

When RingCT was introduced, all coinbase transactions became 1 output only, so this optimization does nothing now.

With p2pool, this optimization will skip scanning p2pool payouts because they use more than 1 output in coinbase transaction.

Fix it by applying this optimization only to pre-RingCT transactions (version < 2).
2021-08-26 11:50:15 +02:00
Crypto City
aba5f07a3d cc: increase influence less quickly with economic power 2021-08-22 14:03:00 +00:00
Crypto City
6a71c2c3b4 cc: fix bad harvest influence modifier 2021-08-22 12:56:45 +00:00
Crypto City
4e388d2f1e game: remove obsolete PlayerState argument to tile modification functions 2021-08-22 11:21:42 +00:00
Crypto City
9eb27df977 game: fix non-flat area block addition over unbuilt ground 2021-08-22 10:57:16 +00:00
Crypto City
1add331839 game: fix deadlock on exit when loading a wallet 2021-08-22 10:03:04 +00:00
Crypto City
8a34f00872 game: remove some minor information from the main panel 2021-08-22 08:34:44 +00:00
Crypto City
c6b2248611 game: guard against overflows in potential calculation 2021-08-21 22:22:17 +00:00
Crypto City
ebf813aae2 game: add influence and gemstone score to selection info 2021-08-21 21:24:39 +00:00
Crypto City
e5703bf002 game: force new snapshot when out of sync 2021-08-21 21:24:15 +00:00
Crypto City
dc1fc3e9ca game: set flag as dirty when changing building settings 2021-08-21 21:23:48 +00:00
Crypto City
f309f1422c fix sync failure when popping a game update block, but only it 2021-08-21 16:11:28 +00:00
Crypto City
964dd1bfd0 game: speed up selection info tooltip update 2021-08-21 14:44:33 +00:00
Crypto City
c8e28c14e4 cc: halve temperature decrease with altitude
it was multiplied by four with the previous height map redesign
2021-08-21 14:44:33 +00:00
Crypto City
0b9728c08d game: more optional command info in history 2021-08-21 14:44:33 +00:00
Crypto City
d7f541ad2e blockchain: fix missing nonces in cc_nonces_used 2021-08-21 14:44:33 +00:00
Crypto City
3790bc210e db_lmdb: clear returned accounts array before filling in is_cc_nonce_used 2021-08-21 14:44:33 +00:00
Crypto City
11fbeaa8ff cc: do not include dividend sender in counterparties if excluded 2021-08-21 14:44:33 +00:00
Crypto City
3cda06767b cc: add a simpler function to get a date as only a string 2021-08-21 14:44:33 +00:00
Crypto City
11872cbab8 cc: remove nonsensical test for palette changes 2021-08-21 14:44:33 +00:00
Crypto City
22bc59cb06 remove unused BlockchainDB method 2021-08-21 14:44:33 +00:00
luigi1111
0061da9e63
Merge pull request #7878
a9aaa47 wallet_api: add make_uri (tobtoht)
2021-08-20 16:50:24 -04:00
luigi1111
8b9eea92f1
Merge pull request #7849
6f15a0c Make sure node returns to wallet that real output is unlocked (j-berman)
2021-08-20 16:49:59 -04:00
luigi1111
1b079e5195
Merge pull request #7845
e1af8dc Protect client from divide by 0 caused by integer truncation (j-berman)
2021-08-20 16:45:15 -04:00
luigi1111
5812b757e0
Merge pull request #7821
da2955f Apply gamma distr from chain tip when selecting decoys (j-berman)
2021-08-20 16:33:53 -04:00
Crypto City
9a694824e9 game: fix rejected trade commands due to bad expiration time 2021-08-20 13:06:14 +00:00
Crypto City
11bca9bdc0 game: allow loading a readonly building settings screen without a wallet 2021-08-20 13:06:14 +00:00
Crypto City
ac2eba7e06 game: add user selected information to the selection tooltip 2021-08-20 13:06:14 +00:00
j-berman
e1af8dc02c Protect client from divide by 0 caused by integer truncation 2021-08-19 14:56:36 -07:00
j-berman
da2955feae Apply gamma distr from chain tip when selecting decoys
- matches the paper by Miller et al to apply the gamma from chain tip, rather than after unlock time
- if the gamma produces an output more recent than the unlock time, the algo packs that output into one of the first 50 spendable blocks, respecting the block density factor
2021-08-19 14:51:20 -07:00
tobtoht
a9aaa47abb
wallet_api: add make_uri 2021-08-19 15:35:37 +02:00
Crypto City
b8cb77eebe cc: add missing min size for workforce building 2021-08-18 22:38:51 +00:00
Crypto City
1b73444375 remove extra and cc signature from transaction where it can be 2021-08-18 22:38:51 +00:00
Crypto City
83ebf8aad4 improve third party matching 2021-08-18 22:38:51 +00:00
Crypto City
7ccf0e5963 cc: fix third party match cc_used_trades usage 2021-08-17 13:03:14 +00:00
Crypto City
7cb1d0f69d cc: prevent more bad matched nonces in trade and match commands 2021-08-17 13:02:14 +00:00
Crypto City
9bae95ca45 faster snapshot retrieval 2021-08-16 17:18:05 +00:00
Crypto City
9d091d880b rpc: fix bootstrap mode snapshot RPC mismatch 2021-08-16 13:51:15 +00:00
Crypto City
3e67738fa7 sinmgle out "destroyed by fire" in news 2021-08-15 14:04:18 +00:00
Crypto City
0b74ce603b game: fix travel to city screen when refreshing after a new block 2021-08-15 13:45:19 +00:00
Crypto City
5c433b3efc game: better history text canonicalization (should work with UTF-8) 2021-08-15 13:45:19 +00:00
Crypto City
9b6915640b cc: factor get_gemstone_power out 2021-08-15 13:45:19 +00:00
Crypto City
b53e354a7a blockchain: support for loading hoh data from townforge.net
It's trusted, but speeds up initial sync a lot, which is a fair
tradeoff for a game

Turned off with --no-trusted-block-hashes
2021-08-15 10:37:54 +00:00
Crypto City
6b095b6c03 game: fix history text canonicalization 2021-08-14 12:51:41 +00:00
Crypto City
21e93566ee game: process events when a building is removed due to land tax default 2021-08-14 11:45:45 +00:00
Crypto City
b9b4efb971 game: remove notifications from chat
we now have a news screen for this
2021-08-14 11:40:52 +00:00
Crypto City
8f7a81fe35 game: fix loading ignore recommendations bugs
it ignored flags not in the current city, and items not currently
loaded in the game state (which lazy loads), and possibly players
2021-08-14 11:01:26 +00:00
Crypto City
fd71529c3b game: fix nameless buildings not being refered to as "flag N" 2021-08-13 23:37:18 +00:00
Crypto City
ac6c36043b game: do not show view ipfs button for ignored items 2021-08-13 19:22:14 +00:00
Crypto City
f53332f99c scripts can now add a storyline event string, shown in news 2021-08-13 17:42:23 +00:00
Crypto City
c1a1157d40 game: include new storyline scripts in news 2021-08-13 16:47:07 +00:00
Crypto City
cd02e54998 game: fix "is this chat line for me" detection 2021-08-13 15:53:03 +00:00
Crypto City
67ec4b41a7 game: fix "out of X in Y" using current (not selected) player inventory 2021-08-13 15:38:56 +00:00
Crypto City
188ae3f271 game: enlarge min cloud size 2021-08-13 14:06:08 +00:00
Crypto City
d0b7882c6d cc: make gemstones a bit easier to find with flag area 2021-08-13 13:49:50 +00:00
Crypto City
945d347610 game: fix missing clouds 2021-08-13 10:56:34 +00:00
Crypto City
072b718bf5 game: fix crash travelling to another city 2021-08-12 23:55:12 +00:00
Crypto City
364e20464d game: add influence terrain modes 2021-08-12 13:15:35 +00:00
Crypto City
6fb0af6482 game: early out adding flag areas when possible 2021-08-12 11:01:36 +00:00
Crypto City
1ad13c63b9 add more vegetation materials 2021-08-12 11:01:36 +00:00
Crypto City
71fd61cd37 game: fix crash placing blocks 2021-08-12 11:01:36 +00:00
Crypto City
ae51ddaac7 game: speed up terrain generation a bit 2021-08-12 11:01:36 +00:00
Crypto City
52318c2cf1 game: fix terrain blur indexing 2021-08-12 11:01:36 +00:00
Crypto City
c42a9770be game: use 16 bit single compoment image for heightmap
saves memory, and possibly a bit of time
2021-08-12 11:01:36 +00:00
Crypto City
5db3e646af make potential/height functions safer 2021-08-12 11:01:36 +00:00
Crypto City
7827f70905 game: add terrain subsampling to options 2021-08-12 11:01:36 +00:00
Crypto City
5b50f4ee74 game: subsample terrain for memory and speed gains 2021-08-12 11:01:35 +00:00
Crypto City
2c75c589c2 game: move selection highlight to the fragment program
Should be faster, avoids extra geometry and fixes Z fighting
on uneven terrain
2021-08-12 11:01:35 +00:00
Crypto City
c5ab837276 game: log texture and their sizes (disabled) 2021-08-12 11:01:35 +00:00
Crypto City
5206ea2ec3 fix hunts conflicting with each other 2021-08-12 11:01:35 +00:00
Crypto City
d26f8fe73b game: decrease memory usage 2021-08-12 11:01:35 +00:00
Crypto City
42383b5c45 game: cancel wallet ops on exit 2021-08-12 11:01:35 +00:00
Crypto City
fd9a94543a game: fix loading icon leak 2021-08-12 11:01:35 +00:00
Crypto City
4212585cf4 game: add city info in the travel to city screen 2021-08-12 11:01:35 +00:00
Crypto City
f593cdeb41 tx_pool: move various errors to L1, to match existing ones 2021-08-12 11:01:35 +00:00
Crypto City
6f7bf6069c game: add city foundation to news screen, tweak other news icons 2021-08-12 11:01:35 +00:00
Crypto City
ee5110249e bump sprawling city specialization to 10% 2021-08-12 11:01:35 +00:00
Crypto City
400c1a099e cc: fix sprawling cty specialization from 20% to 5% 2021-08-12 11:01:35 +00:00
Crypto City
f85253beb2 cc: do not count collectible coins for item collector badge 2021-08-12 11:01:35 +00:00
Crypto City
dd065998d3 game: speedup history filtering 2021-08-12 11:01:35 +00:00
Crypto City
bee7630bdb game: fix crashes in the toast notifications 2021-08-12 11:01:35 +00:00
Crypto City
fb9d84b807 game: remove player name in player history screen
it's always the same and unnecessarily takes up space
2021-08-12 11:01:35 +00:00
Crypto City
33ec88a3aa game: add all event info to the export file 2021-08-12 11:01:35 +00:00
Crypto City
ffb1c272d0 game: make trade txes short lived if they're fully matched 2021-08-12 11:01:35 +00:00
Crypto City
1fd1697750 game: fix harvesting inactive flags 2021-08-12 11:01:35 +00:00
Crypto City
922e732250 game: fix selling land/cities 2021-08-12 11:01:35 +00:00
Crypto City
1dec7c7954 tx_pool: remove txes with commands with invalid signatures
even if kept_by_block, since that'll be moot due to locking
2021-08-12 11:01:35 +00:00
Crypto City
88c2c3d68a do not consider commands with bad signatures in chat/pending
These are probably from another chain, or malicious, though
they could be due to a reorg
2021-08-12 11:01:35 +00:00
luigi1111
89664fcee5
Merge pull request #7811
3d3a671 Daemon: Update average block size table (rbrunner7)
2021-08-11 22:37:56 -04:00
luigi1111
521b4d9ded
Merge pull request #7809
7354ffb p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero)
2021-08-11 22:35:15 -04:00
luigi1111
cb08466394
Merge pull request #7802
a3d2b71 wallet_api: expose offline mode status (rating89us)
2021-08-11 22:33:38 -04:00
luigi1111
5cebb8edc0
Merge pull request #7800
b48074f Fixed json serialization of rct::RCTTypeNull (SChernykh)
2021-08-11 22:32:39 -04:00
luigi1111
1bb8ec1b97
Merge pull request #7795
87a0928 rpc: source file extensions must be explicit (cmake warning) (selsta)
2021-08-11 22:31:34 -04:00
luigi1111
62844a776d
Merge pull request #7786
9c6e094 fix #7784 - deinit wallet in wallet dtor (Dusan Klinec)
2021-08-11 22:30:11 -04:00
j-berman
6f15a0c8d3 Make sure node returns to wallet that real output is unlocked 2021-08-11 07:28:10 -07:00
moneromooo-monero
7354ffb8a7
p2p: remove blocked addresses/hosts from peerlist 2021-08-05 17:29:25 +00:00
luigi1111
ed506006d2
Merge pull request #7796
0c6e1d3 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
2021-08-02 18:54:46 -04:00
luigi1111
eeda76570c
Merge pull request #7790
bc8d764 wallet: rephrase error message on invalid device address (Dusan Klinec)
2021-08-02 18:53:05 -04:00
luigi1111
8c41d14ad5
Merge pull request #7788
f5eb2ce wallet2: Don't auto lock device on process parsed blocks (tobtoht)
2021-08-02 18:50:25 -04:00
luigi1111
894e5b2794
Merge pull request #7767
5fa1c90 Fix describe_transfer for multiple txes in a txset (Alex Opie)
2021-08-02 18:47:05 -04:00
luigi1111
0cdb8d02e8
Merge pull request #7757
d689b94 protocol: fix delayed 'you are now synchronized...' message (moneromooo-monero)
2021-08-02 18:43:44 -04:00
luigi1111
9aa2d4c16e
Merge pull request #7747
8cf95c8 wallet2: refresh: check error and throw before potentially breaking out of loop (tobtoht)
2021-08-02 18:42:32 -04:00
Alex Opie
5fa1c90102
Fix describe_transfer for multiple txes in a txset
This ensures each list of recipients is only the recipients
for one transaction. It also adds a new field "summary"
that describes the txset as a whole.

Fixes #7344
2021-08-02 20:39:49 +02:00
selsta
979d121ed7
blocks: fix cmake syntax 2021-07-28 00:39:48 +02:00
luigi1111
960376b960
Merge pull request #7782
a48db50 device_trezor_base: fix typo (anon)
2021-07-27 17:04:14 -04:00
luigi1111
d9c9a11c54
Merge pull request #7772
eda5c30 Doc: Update blockchain stats with review comments (mj-xmr)
2021-07-27 17:01:42 -04:00
luigi1111
69e714c749
Merge pull request #7745
d52d21b ledger: don't lock for software device (tobtoht)
2021-07-27 16:56:37 -04:00
luigi1111
62bcdc1d3c
Merge pull request #7744
ce40c33 ledger: use software device if we have view key (tobtoht)
2021-07-27 16:56:09 -04:00
luigi1111
2d5b8a6ff7
Merge pull request #7740
8cea9d8 wallet: Reset RPC Pay ID on node switch (tobtoht)
2021-07-27 16:55:14 -04:00
luigi1111
ca4de5f96d
Merge pull request #7698
7359d51 cmake: fix non portable code (selsta)
2021-07-27 16:53:55 -04:00
rbrunner7
3d3a67142c Daemon: Update average block size table 2021-07-27 13:45:55 +02:00
Crypto City
b9664f7cb9 game: fix wrong land cost for non default city in selection tooltip 2021-07-24 15:22:14 +00:00
Crypto City
0cdee84fd2 game: remove leftover debug info in selection tooltip 2021-07-24 15:21:54 +00:00
Crypto City
9159efb446 cc: fix integer overflow in new flag cost calculation 2021-07-24 12:41:25 +00:00
Crypto City
5504ea5bc8 nicer looking terrain attenuation around origin 2021-07-24 12:08:47 +00:00
Crypto City
01af6fa4c5 wallet2: fix loss of precision as number of outputs grow 2021-07-23 09:12:40 +00:00
Crypto City
ca01aa2221 functional_tests: add basic tests for firefighting 2021-07-23 09:10:52 +00:00
Crypto City
8734751d37 wallet2_api: add Status_BadPassword error mapping 2021-07-21 23:37:59 +00:00
Crypto City
6875a1bdd4 cc: fix missing flag name in game events 2021-07-21 23:37:25 +00:00
Crypto City
42f430cf08 functional_tests: test derelict buildings 2021-07-20 19:41:53 +00:00
Crypto City
2877109b92 game: go to flag on double click in flag search screen 2021-07-20 12:03:42 +00:00
Crypto City
fe994ffd28 game: add prestige weight to gemstone/coins description 2021-07-20 11:50:09 +00:00
Crypto City
a6eb2ab64e daemon: add cc_accounts command 2021-07-20 10:56:49 +00:00
Crypto City
548b3450e7 rpc: add some sanity checks to cc_get_production 2021-07-20 09:33:45 +00:00
Crypto City
7a9cc14c68 bump version to 0.32.1.0 2021-07-19 13:44:54 +00:00
Crypto City
7f16723ac9 core: add testnet hoh 2021-07-19 13:44:54 +00:00
Crypto City
8a9b3a2384 game: add gemstone icons for "found a gemstone" news 2021-07-19 13:30:51 +00:00
Crypto City
f37b3d4c92 add some space for extra gemstones 2021-07-19 13:30:51 +00:00
Crypto City
feff83d4ac forbid a give command giving nothing from v15 2021-07-19 13:30:51 +00:00
Crypto City
8f6610e24d core: skip topological sort when syncing block
the block already has a tx order
2021-07-19 11:51:19 +00:00
Crypto City
5e1f9e4b8b wallet2: default to not encrypt keys in memory - faster
For a game, it's the better tradeoff
2021-07-19 11:51:19 +00:00
Crypto City
fbd6a9cc51 game: add news screen 2021-07-19 11:51:19 +00:00
rating89us
a3d2b71ee9 wallet_api: expose offline mode status 2021-07-19 00:30:36 +02:00
Crypto City
a64ef67405 game: click to trade unmintable coins we have none of 2021-07-18 17:47:00 +00:00
Crypto City
c96b9dd18f rpc: take building influence into consideration in cc_get_production 2021-07-18 17:47:00 +00:00
moneromooo-monero
5a66775599 wallet2: chunk get_outs.bin calls to avoid sanity limits 2021-07-18 17:47:00 +00:00
SChernykh
b48074fb8d Fixed json serialization of rct::RCTTypeNull
rct::RCTTypeNull doesn't have these fields (ecdhInfo, outPk, txnFee).
2021-07-18 10:52:14 +02:00
moneromooo-monero
0c6e1d343e
wallet2: chunk get_outs.bin calls to avoid sanity limits 2021-07-15 17:25:07 +00:00
selsta
87a092811d
rpc: source file extensions must be explicit (cmake warning) 2021-07-15 09:42:57 +02:00
tobtoht
f5eb2ce968 wallet2: Don't auto lock device on process parsed blocks 2021-07-14 13:02:54 +02:00
Dusan Klinec
bc8d7644d2
wallet: rephrase error message on invalid device address 2021-07-14 11:02:29 +02:00
Dusan Klinec
9c6e0941cb
fix #7784 - deinit wallet in wallet dtor 2021-07-14 10:46:16 +02:00
anon
fe76d7dee7
cmake: fix undefined symbols and multiple definitions 2021-07-13 08:00:20 +02:00
anon
a48db50b1c
device_trezor_base: fix typo 2021-07-10 23:52:15 +00:00
luigi1111
de3456e127
Merge pull request #7764
e24875e simplewallet: don't truncate integ. address in export_transfers (selsta)
2021-07-10 18:01:35 -04:00
luigi1111
1e8cbc995f
Merge pull request #7762
8ae6c85 trezor: add #if for ByteSizeLong (selsta)
2021-07-10 18:00:45 -04:00
luigi1111
3c8c8e5a5b
Merge pull request #7761
8ef51dc wallet_api: fix typo in exportKeyImages (selsta)
2021-07-10 17:59:56 -04:00
luigi1111
9903b35345
Merge pull request #7754
8ff21e1 doc: update IRC references to Libera (fdov)
2021-07-10 17:59:23 -04:00
luigi1111
6043c85afe
Merge pull request #7753
f0df726 add singapore.node.xmr.pm to seed nodes (lza_menace)
2021-07-10 17:58:22 -04:00
luigi1111
c53e22c40a
Merge pull request #7748
bbeb555 wallet_api: getPassword (tobtoht)
2021-07-10 17:57:39 -04:00
Crypto City
2e6bb351c8 some belt and braces checks 2021-07-10 17:30:32 +00:00
Crypto City
4aeb8b2870 remove leftover noisy debug traces 2021-07-10 17:09:17 +00:00
Crypto City
a2cfd32a31 wallet2_api: fix build after stop API change 2021-07-09 16:02:19 +00:00
Crypto City
3881ced32f bump version to 0.32.0.1 2021-07-09 12:33:38 +00:00
Crypto City
1ea6bd8980 bodge version string on UTF-8 challenged windows 2021-07-09 09:29:38 +00:00
Crypto City
274d6c71d8 game: fix editing secondary item description 2021-07-09 09:28:42 +00:00
Crypto City
374159faf5 game: fix crash at new year start 2021-07-09 01:31:02 +00:00
Crypto City
5dec72a218 bump version to 0.32.0.0 2021-07-08 01:23:36 +00:00
Crypto City
63c1c92eb6 do not add 0 item to event item list 2021-07-08 01:23:36 +00:00
Crypto City
6f067ea045 remove internal info from payout events 2021-07-08 01:23:36 +00:00
Crypto City
fcf3261ef5 daemon: add a few parameters to cc_get_last_events 2021-07-07 19:58:23 +00:00
Crypto City
a9188a1b6b game: some minor research UI fixes 2021-07-07 19:58:23 +00:00
Crypto City
7a6beb4b3c rpc: return expiration block in cc_is_invitation_used 2021-07-07 19:58:22 +00:00
Crypto City
e1bb818a90 game: collapse production/consumption in game update notification 2021-07-06 20:50:44 +00:00
Crypto City
4a23415de3 game: add appropriate message in hunt screen if no non-road building 2021-07-06 20:50:44 +00:00
Crypto City
5b070cd0bd game: add a wallet function to get current hard fork version 2021-07-06 20:50:44 +00:00
Crypto City
5c29d4356c fix hunting allowing an empty building as condition 2021-07-06 20:50:44 +00:00
Crypto City
da83f01ff4 make dividend command more flexible
it can optionally distribute to unowned items only, as well as
pay per item rather than split
2021-07-06 12:52:33 +00:00
Crypto City
01a62fa9b8 display new item name in event/notification 2021-07-06 09:50:44 +00:00
mj-xmr
eda5c303cd
Doc: Update blockchain stats with review comments 2021-07-06 07:12:33 +02:00
Crypto City
7d55777ba9 pass hard fork version to cc command check/execute/revert 2021-07-05 13:55:19 +00:00
Crypto City
3536b1d36a some things are now affected by how much a flag is south oriented 2021-07-05 00:49:36 +00:00
tobtoht
bbeb555f00 wallet_api: getPassword 2021-07-05 02:49:27 +02:00
Crypto City
fed2fb90ac rpc: add a cc_get_production RPC 2021-07-04 08:20:46 +00:00
Crypto City
9553ad44d9 game: print average slope in meters, not internal units 2021-07-03 19:29:51 +00:00
Crypto City
dc40776480 game: omit penalty/bonus messages from game update notification 2021-07-03 19:29:04 +00:00
Crypto City
9ea41cd6e9 add cliffhanger badge - max altitude span on a flag 2021-07-03 18:42:42 +00:00
Crypto City
0e49625986 bonus/penalties based on average flag slope 2021-07-03 15:40:49 +00:00
Crypto City
4b6e430553 higher and more intereresting landscape, and tweak some potential maps 2021-07-03 15:39:42 +00:00
Crypto City
68ec39eb09 game: fix missing decrement using height data 2021-07-03 15:38:28 +00:00
Crypto City
2d5ceada54 cc: fix using floating point in consensus code 2021-07-03 13:34:12 +00:00
Crypto City
41cf05df0e lessen the land tax increase rate 2021-07-03 11:34:54 +00:00
Crypto City
b6fe314645 cc: fix mountainer badge thresholds scale (48 -> 64) 2021-06-29 09:40:52 +00:00
Crypto City
42886701b3 game: add a notifications history screen in options 2021-06-29 08:56:56 +00:00
Crypto City
20c28e3138 game: fix stray "lv N" strings in chat colour widget 2021-06-28 17:49:25 +00:00
Crypto City
5f3c9ee7ac cc: minor speedup to terrain generation bottleneck 2021-06-28 17:37:25 +00:00
Crypto City
f97eb0eefd hunting in a city now require at least a non road building there 2021-06-28 16:43:17 +00:00
Crypto City
943c6735b9 daemon: print number of merged mined blocks in bc_dyn_stats 2021-06-28 16:25:51 +00:00
Crypto City
23c02806b9 decrease min trade timeout 2021-06-28 15:58:04 +00:00
Crypto City
55ef3b7edf increase auction description max length 2021-06-28 15:57:47 +00:00
Crypto City
ece002068c game: save wallet cache when loading another wallet 2021-06-28 15:57:32 +00:00
Crypto City
2e9d80187f don't keep bid amount in reserve when those bids get outbid 2021-06-28 15:51:19 +00:00
Crypto City
d2f715b225 game: add "owned" terrain map 2021-06-28 14:02:22 +00:00
Crypto City
9428ba293e game: fix number of invited players always using the current account 2021-06-28 13:34:10 +00:00
Crypto City
ddb56cca7a game: only add notification when sending a command succeeds 2021-06-28 08:57:37 +00:00
Crypto City
8074f7c4cc game: add note about smelting coins rather than destroying them 2021-06-28 08:23:09 +00:00
Crypto City
407e823951 game: fix adding blocks underneath others 2021-06-28 07:29:58 +00:00
selsta
8ae6c85efd
trezor: add #if for ByteSizeLong
Turns out Ubuntu 18.04 ships with an old protobuf version.
2021-06-27 23:43:36 +02:00
Crypto City
194c2f4118 game: fix double notifications 2021-06-27 21:08:20 +00:00
Crypto City
17d42adef6 game: fix importing model without enough budget 2021-06-27 20:52:31 +00:00
Crypto City
966d99768a bump version to 0.31.4.0 2021-06-27 12:28:17 +00:00
Crypto City
f45f13dcc6 game: fix bad account id after restarting daemon 2021-06-27 12:28:17 +00:00
Crypto City
3b8bea8cc1 game: guard against out of range discoveries 2021-06-27 10:48:32 +00:00
Crypto City
a045cccf67 game: fix trades with multiple matches only notifying about one match 2021-06-27 10:38:56 +00:00
Crypto City
bae1c0ca3d cc: fix bad prerequisites for maintenance discoveries 2021-06-27 09:46:52 +00:00
Crypto City
204baeb016 game: add icon to deposit/withdraw messages 2021-06-27 09:46:52 +00:00
Crypto City
e742f48189 game: add toast notifications when creating/redeeming an account 2021-06-26 21:42:12 +00:00
Crypto City
639c6b9145 game: fix read buffer overflow creating loading icon 2021-06-26 13:17:55 +00:00
Crypto City
861852d8ea bump version to 0.31.3.1 2021-06-25 18:02:33 +00:00
Crypto City
ec2f74827d game: fix invitation creation after miner hijack change 2021-06-25 18:01:51 +00:00
Crypto City
91f6af37a1 bump version to 0.31.3.0 2021-06-25 14:57:09 +00:00
Crypto City
5e7d8563ee game: add cliff potential to the terrain view 2021-06-25 14:55:04 +00:00
Crypto City
eec4ccac0f cc: fix some missing badges, and tweak others 2021-06-25 14:54:43 +00:00
Crypto City
1ae97ef0f1 cc: fix streak badge computation 2021-06-24 20:36:41 +00:00
tobtoht
8a67724218
wallet_api: get bytes sent/received 2021-06-24 21:32:03 +02:00
selsta
e24875e572
simplewallet: don't truncate integ. address in export_transfers 2021-06-24 21:21:26 +02:00
luigi1111
14a1b89122
Merge pull request #7752
4251cc0 unit_tests: check for ge_frombytes_vartime failure (moneromooo-monero)
67b97a5 easylogging++: do not delete uninitialized objects (moneromooo-monero)
7b6d959 trezor: fix potential use of uninitialized memory (moneromooo-monero)
2021-06-24 14:13:19 -05:00
luigi1111
4f08d52dfa
Merge pull request #7750
8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta)
2021-06-24 14:12:37 -05:00
luigi1111
0a9d218044
Merge pull request #7749
e63c110 wallet_api: address_book: don't lose pid on setDescription (tobtoht)
2021-06-24 14:11:45 -05:00
luigi1111
99aa45fd34
Merge pull request #7746
1aa1850 wallet_api: signMessage: add sign with subaddress (tobtoht)
2021-06-24 14:06:13 -05:00
luigi1111
7c3629a5ee
Merge pull request #7742
f174a8f wallet_api: reconnectDevice (tobtoht)
2021-06-24 14:05:35 -05:00
luigi1111
ce129599d0
Merge pull request #7739
6914d5b wallet_api: move adjust_mixin call within try block (tobtoht)
2021-06-24 14:04:42 -05:00
luigi1111
48e59b8064
Merge pull request #7672
5bf91fc add documentation for monero-blockchain-stats (donkeydonkey)
2021-06-24 14:03:03 -05:00
luigi1111
ad9956d987
Merge pull request #7634
5a2edea db_lmdb: catch exceptions testing for mmap support (moneromooo-monero)
2021-06-24 14:01:42 -05:00
luigi1111
f8abb225fc
Merge pull request #7633
f6e2636 blockchain_db: harden code against invalid input types (moneromooo-monero)
2021-06-24 14:00:59 -05:00
luigi1111
3366bd81eb
Merge pull request #7612
254a133 core: speed up print_coinbase_tx_sum (moneromooo-monero)
2021-06-24 13:59:44 -05:00
luigi1111
1796b44c67
Merge pull request #7611
71741a1 blockchain_import: fix wrong reported block/tx hashes on error (moneromooo-monero)
2021-06-24 13:59:12 -05:00
Crypto City
b21653211b bump version to 0.31.2.1 2021-06-24 16:50:45 +00:00
Crypto City
dc3e8b883a game: adding blocks on an area can now be done flat or bottom hugging 2021-06-24 16:50:11 +00:00
Crypto City
1d27ab1458 game: fix crash in 3d building 2021-06-24 16:44:53 +00:00
Crypto City
6a8626b780 bump version to 0.31.2.0 2021-06-24 12:19:36 +00:00
Crypto City
579a67f341 db_lmdb: set empty packed block data upon clearing flag blocks 2021-06-24 10:54:15 +00:00
Crypto City
a898d3aa97 game: fix crash when failing to unpack tile data 2021-06-24 10:33:36 +00:00
Crypto City
bf5e9909d2 fix inventory bug with mortgages that mature while being auctioned 2021-06-24 08:50:19 +00:00
Crypto City
be8c7e47d7 fix stray spaces in maturity message 2021-06-24 08:49:04 +00:00
Crypto City
5c6fc81f7e game: move a couple more notifications to toasts 2021-06-24 08:48:43 +00:00
Crypto City
5c8743a25b fix refresh in simplewallet and chat 2021-06-24 08:48:17 +00:00
selsta
8ef51dc546
wallet_api: fix typo in exportKeyImages 2021-06-23 20:44:13 +02:00
Crypto City
983ac24170 game: improve auctions UI 2021-06-22 08:10:03 +00:00
Crypto City
0a8083112e game: display item details in auctions screen 2021-06-21 18:05:59 +00:00
Crypto City
7ee5908819 game: fix crash when racing against hover flag refresh 2021-06-21 17:40:10 +00:00
moneromooo-monero
d689b946f9
protocol: fix delayed "you are now synchronized..." message 2021-06-21 15:37:40 +00:00
Crypto City
8ed1700cd1 protocol: fix delayed "you are now synchronized..." message 2021-06-21 15:34:13 +00:00
Crypto City
4fdb61d411 bump version to 0.31.1.0 2021-06-20 22:31:44 +00:00
Crypto City
897b8622b2 game: add a tutorial trigger for the first selection 2021-06-20 22:31:44 +00:00
Crypto City
41ad94ab99 game: some asthetic tweaks 2021-06-20 22:31:44 +00:00
fdov
8ff21e1e84
doc: update IRC references to Libera 2021-06-20 21:44:45 +02:00
Crypto City
a423949ff2 db_lmdb: better short text compression 2021-06-18 21:40:33 +00:00
Crypto City
62bfd0b039 cc: remove "to tick" from event messages 2021-06-18 21:40:33 +00:00
lza_menace
f0df72688f add singapore.node.xmr.pm to seed nodes 2021-06-18 11:14:03 -07:00
Crypto City
e16af9ade8 game: do not auto start the daemon when --daemon-host is used 2021-06-18 12:51:47 +00:00
Crypto City
30c4c65b6b cc: tweak badge thresholds 2021-06-18 10:41:06 +00:00
Crypto City
f23b736272 game: fix wood/stone totals in buildings overview 2021-06-16 20:11:24 +00:00
luigi1111
b63442da21
Merge pull request #7730
e761577 provide key images of spent outputs in wallet rpc (woodser)
2021-06-16 14:38:06 -05:00
woodser
e7615772fa provide key images of spent outputs in wallet rpc 2021-06-15 15:54:39 -04:00
Crypto City
9bde8cb2d2 game: do not display syncing notification when out by just a couple blocks 2021-06-15 19:12:37 +00:00
Crypto City
277620e4be game: turn an overlooked trade notification into a toast one 2021-06-15 19:12:06 +00:00
Crypto City
e3c6f0dd6b wallet_rpc_server: fix missing num_missed_ticks in harvest RPC 2021-06-15 17:19:32 +00:00
mj-xmr
41297c10f0
CMake: strip targets (optional) with -D STRIP_TARGETS=ON 2021-06-11 21:19:37 +02:00
moneromooo-monero
7b6d959596
trezor: fix potential use of uninitialized memory
CID 1446575
2021-06-11 07:11:23 +00:00
luigi1111
7499837a6f
Merge pull request #7661
08e4497 Improve cryptonote (block and tx) binary read performance (Lee Clagett)
2021-06-10 12:00:54 -05:00
luigi1111
ca73284951
Merge pull request #7729
b2e1558 support freeze, thaw, and frozen in wallet rpc (woodser)
2021-06-10 11:47:05 -05:00
luigi1111
667d3dd4c2
Merge pull request #7684
ed6f053 blockchain: speed up repeated pops (mostly in tests) (moneromooo-monero)
2021-06-10 11:46:27 -05:00
luigi1111
a1a3e970f7
Merge pull request #7662
4da1112 rpc: send confirmations in get_transactions result (moneromooo-monero)
2021-06-10 11:34:20 -05:00
luigi1111
25bbb26f63
Merge pull request #7416
b4fe7c2 epee linkage dynamic; move monero_add_library to main CMakeLists.txt (mj-xmr)
2021-06-10 11:18:26 -05:00
Crypto City
761ccdc8b2 game: add syncing notification 2021-06-10 15:57:48 +00:00
selsta
8e0b8ddb96
wallet/api: remove Bitmonero namespace alias 2021-06-08 23:29:41 +02:00
Crypto City
7d441c2a20 daemon: fix crash in cc_get_item 0 2021-06-08 15:10:15 +00:00
tobtoht
e63c1107c0 wallet_api: address_book: don't lose pid on setDescription 2021-06-08 15:20:48 +02:00
Crypto City
3879a9e5e3 db_lmdb: work around unishox idiosyncracies with buffer sizes 2021-06-08 12:59:17 +00:00
Crypto City
fd157b318b slash auction bid fee 2021-06-08 12:59:17 +00:00
Crypto City
4ac5b2ddc0 db_lmdb: fix a few leaks 2021-06-08 12:59:17 +00:00
Crypto City
4105a47ed5 cc: tweak material unlock levels a bit for better homogeneity 2021-06-06 08:17:37 +00:00
Crypto City
ba796a1987 game: add functions to extend maximally in a single direction 2021-06-05 22:10:20 +00:00
Crypto City
37966ec57d game: remove "rebuilding" stdout trace 2021-06-05 14:24:48 +00:00
tobtoht
8cf95c8f29 wallet2: refresh: check error and throw before potentially breaking out of loop 2021-06-04 18:37:06 +02:00
tobtoht
1aa1850ba5 wallet_api: signMessage: add sign with subaddress 2021-06-04 18:16:10 +02:00
tobtoht
d52d21bd46 ledger: don't lock for software device 2021-06-04 17:41:42 +02:00
tobtoht
f174a8f05f wallet_api: reconnectDevice 2021-06-04 15:24:53 +02:00
tobtoht
ce40c33a33 ledger: use software device if we have view key 2021-06-04 15:02:06 +02:00
tobtoht
8cea9d8605
wallet: Reset RPC Pay ID on node switch
RPC pay client ID is sent with each RPC request, set a new secret every time we switch nodes to mitigate trivial correlation
2021-06-04 13:58:09 +02:00
tobtoht
6914d5b914 wallet_api: move adjust_mixin call within try block 2021-06-04 13:41:10 +02:00
Crypto City
cb6072beef game: jump to building when double clicking in the history list 2021-06-04 09:22:23 +00:00
Crypto City
a98548b6d8 game: catch another building deactivation message 2021-06-04 08:43:18 +00:00
Crypto City
94102b96e1 game: update color names to remove "lv X" before printing unlocked colours 2021-06-03 23:01:15 +00:00
Crypto City
aa82132ade game: fix layout issues for some notifications 2021-06-03 22:36:06 +00:00
Crypto City
bda122ce47 bump version to 0.31.0.0 2021-06-03 10:39:38 +00:00
Crypto City
2dd8d8b264 wallet2: fix build error in some compilers 2021-06-03 10:39:38 +00:00
Crypto City
53b3b1f16c game: fix prestige ranking when leaderboard is empty 2021-06-03 08:36:30 +00:00
Crypto City
7ffaf6d3ae double spendable age to 20 2021-06-03 07:40:21 +00:00
Crypto City
c83f440eaa cc: bump entry level thresholds for gilded badge 2021-06-03 07:40:21 +00:00
Crypto City
c8ff78631d cc: fix yearly coins only appearing in spring 2021-06-03 07:40:21 +00:00
Crypto City
80095bb5cc game: only print overall balance change for game update 2021-06-03 07:40:20 +00:00
Crypto City
df3ad07995 cc: fix vintage badge level 5 threshold counting second year badges 2021-06-03 07:40:20 +00:00
Crypto City
c74fea14ff game: prevent buying/selling more gold/items than available 2021-06-03 07:40:20 +00:00
Crypto City
9ee1bf4f45 game: don't display the "no daemon" message twice at a time 2021-06-03 07:40:20 +00:00
Crypto City
d1a8c12ba4 game: save wallet after refresh 2021-06-03 07:40:20 +00:00
Crypto City
ce990e0615 game: fix stray discovery notifications on startup 2021-06-03 07:40:20 +00:00
Crypto City
99e5342b6f game: prune and collpase some game update events notification lines 2021-06-03 07:40:20 +00:00
Crypto City
b520d5e2c3 cc: spread out feature unlock levels more 2021-06-03 07:40:20 +00:00
Crypto City
2c0e6e35be game: notifications for level changes and unlocked features
also a couple minor notifications fixes
2021-06-03 07:40:20 +00:00
luigi1111
e31182918c
Merge pull request #7724
44e8395 CMake: glob missing headers for wallet2 (mj-xmr)
2021-06-01 22:10:19 -05:00
luigi1111
97436399eb
Merge pull request #7719
da45d3f trezor: deprecated ByteSize -> ByteSizeLong (selsta)
2021-06-01 22:09:26 -05:00
luigi1111
381f8f5e24
Merge pull request #7709
a1c4307 Warnings: unused variable in core/blockchain.cpp (mj-xmr)
2021-06-01 22:06:54 -05:00
luigi1111
d845a5a0c3
Merge pull request #7705
581c3af Warnings: unused var at cryptonote_tx_utils.cpp (mj-xmr)
2021-06-01 22:06:27 -05:00
Crypto City
bd6c016424 game: more icons for game events 2021-05-30 23:45:24 +00:00
Crypto City
592418dbb0 game: make notifications with icons less tall 2021-05-30 22:14:07 +00:00
Crypto City
4008ebdd4c game: ensure the panel is still within a resized window 2021-05-30 22:14:07 +00:00
Crypto City
d8ac1ee6ad game: bodge missing text in tutorial text
Text wrapping interferes with layout
2021-05-30 22:14:07 +00:00
Crypto City
570b636321 game: add notification (with icon) when we're outbid in an auction 2021-05-30 10:59:31 +00:00
Crypto City
2b6924169f change the genesis coin design 2021-05-30 07:49:52 +00:00
Crypto City
83a3b7c58a game: fix game-update tutorial trigger
process_game_update is never called as a snapshot is fetched
upon a game update
2021-05-30 07:49:52 +00:00
Crypto City
e5894eaa58 game: red packet icon when receiving gold 2021-05-30 07:49:52 +00:00
Crypto City
cc4828e2e6 game: make notification lifetime an option 2021-05-29 12:32:20 +00:00
Crypto City
e9d0286f63 game: fix flag tooltips being visible between buttons in main panel 2021-05-29 12:32:20 +00:00
Crypto City
d6b2c3b7f5 cc: only allow good/bad harvest events at harvest time
and increase their probability a bit to make up for it
2021-05-29 12:32:20 +00:00
Crypto City
e2ca2dbbfe add icons for special events 2021-05-29 12:32:20 +00:00
Crypto City
449ec733d3 event badges can now have a custom design 2021-05-29 12:32:20 +00:00
Crypto City
6eeea7ed94 coins can now have a custom graphic design 2021-05-29 12:32:20 +00:00
Crypto City
119e87a3bb db_lmdb: fix unused variable 2021-05-29 12:32:20 +00:00
Crypto City
a2c0441178 game: add an icon to the chop wood dialog 2021-05-29 12:32:20 +00:00
Crypto City
a7648d69fa game: activate any remaining modal window when a child window dies 2021-05-29 12:32:20 +00:00
Crypto City
1c49efbb08 game: contain tooltips in the screen area 2021-05-29 12:32:20 +00:00
Crypto City
01008e5422 game: don't display coin tooltips when a child window is open 2021-05-29 12:32:20 +00:00
Crypto City
752f8a41e5 game: add composite coin icons to mint and smelt screens too 2021-05-29 12:32:20 +00:00
Crypto City
de19506808 game: allow minting/smelting from the prestige/coins screen 2021-05-29 12:32:20 +00:00
Crypto City
bccaf520f1 game: add extra prestige if buying one in coin tooltip 2021-05-29 12:32:20 +00:00
Crypto City
ed67273475 game: add designs for non calendar coins 2021-05-29 12:32:20 +00:00
Crypto City
15852c15be game: a bit more info about gilded items prestige contribution 2021-05-29 12:32:20 +00:00
Crypto City
67f5119ae1 game: fix missing items in inventory and prestige gold report when all are reserved 2021-05-29 12:32:20 +00:00
Crypto City
8dae64647c game: fix prestige badge bonus using full badge set 2021-05-26 18:17:01 +00:00
Crypto City
457fdfbf16 move prestige screen into the player screen 2021-05-26 18:05:05 +00:00
Crypto City
629ad7b919 prestige screen and tweak prestige calculations 2021-05-26 15:31:23 +00:00
Crypto City
506ef67106 cc: rename town square proximity bonus due to prestige name clash 2021-05-26 10:03:05 +00:00
Crypto City
c4254c4804 cc: fix runic cycle calculation 2021-05-25 11:53:27 +00:00
Crypto City
d2e9c73722 game: interpret empty gold as 0 in new item screen 2021-05-24 14:02:37 +00:00
Crypto City
90e145f8c1 wallet2: fix build error with older GCC 2021-05-23 18:25:51 +00:00
Crypto City
9b6e92c4a0 wallet: store new account name in pending_tx 2021-05-23 18:25:51 +00:00
Crypto City
61aa2ec67f wallet2_api: add api to get game account/balance information 2021-05-23 18:25:51 +00:00
Crypto City
96d9ace308 port feather monero changes to townforge 2021-05-23 18:25:51 +00:00
Crypto City
e594c5c017 game: disable glibc wrappers
that'll only work in some particular setups, as more recent glibc
version have removed those particular symbols, and is only needed
when making binaries for widespread usage
2021-05-23 18:25:51 +00:00
Crypto City
d97f35612b wallet2: include cc_dest_amount in recorded out amount 2021-05-23 18:25:51 +00:00
Crypto City
86b6f72827 include pubkey and balance in cc_get_accounts response 2021-05-23 18:25:51 +00:00
Crypto City
c6e98db469 fix build issues on arch
reported by tobtoht
2021-05-19 12:30:45 +00:00
woodser
b2e1558bde support freeze, thaw, and frozen in wallet rpc 2021-05-18 20:35:48 -04:00
Crypto City
ca56cfd25a cc: fix prestige getter mixup 2021-05-18 10:44:18 +00:00
Crypto City
0c1904c213 game: guard against unparsable script in carve runestone screen 2021-05-16 22:30:40 +00:00
Crypto City
5b3099c996 game: top level button when a script can be continued 2021-05-16 22:30:40 +00:00
Crypto City
1542fb1bcc game: remove unuse variable 2021-05-16 10:47:50 +00:00
Crypto City
a6be1d2703 game: allow fetching item ownership list from the player screen 2021-05-16 10:45:40 +00:00
Crypto City
e3bd53ace3 game: take txpool commands into account in runestone message screen 2021-05-15 21:44:21 +00:00
Crypto City
539707489c game: add a help button for prestige in the player screen 2021-05-15 21:44:21 +00:00
Crypto City
d188c92b7c game: fix stale script being used due to auto parse not working 2021-05-15 19:26:16 +00:00
Crypto City
4cbabacfaa game: fix wrong choice picked for message when some are disabled 2021-05-15 18:37:53 +00:00
Crypto City
d5254c43d8 game: new button to the scripts screen from the runestone message screen 2021-05-15 18:01:22 +00:00
Crypto City
be3cb8dba4 game: add notification when starting a script 2021-05-15 17:09:06 +00:00
Crypto City
594c89923f game: switch script to "starting" message in runestone screen 2021-05-15 16:44:19 +00:00
Crypto City
fb20d4e810 game: only show disabled scripts for the game account 2021-05-15 14:26:16 +00:00
Crypto City
5752dd53b0 fix creating new scripts with new blobs 2021-05-15 14:14:31 +00:00
Crypto City
e350d4ef49 cc: actions in scripts can now have conditions 2021-05-15 11:21:43 +00:00
Crypto City
64fd08c610 cc: fix regenerated scripts with a ternary operator being unparsable 2021-05-15 10:00:48 +00:00
Crypto City
46477c8d15 game: make some more notifications toasts 2021-05-15 09:53:22 +00:00
Crypto City
6751a86309 game: fix P material picking 2021-05-15 09:45:18 +00:00
Crypto City
781e5b1e0e game: add large red notice when the game account is loaded 2021-05-14 23:23:41 +00:00
Crypto City
d602ed93a5 bump version to 0.30.1.0 2021-05-14 22:37:24 +00:00
Crypto City
d6afcc2d4c game: display flag name, if any, for game event notifications 2021-05-14 21:29:39 +00:00
Crypto City
7ba84cc41b game: only use italics for audio track notifications 2021-05-14 21:29:39 +00:00
Crypto City
15be0eaaeb game: include land cost in selection tooltip 2021-05-14 20:50:22 +00:00
Crypto City
dd7710c5a9 db_lmdb: custom serialization for more record types to save space 2021-05-14 18:03:46 +00:00
Crypto City
6fd80d8406 game: show selection size in red if it is too large or straddles flags 2021-05-14 17:22:13 +00:00
Crypto City
135742961f add logging/quarrying/maintenance discoveries 2021-05-14 17:22:13 +00:00
Crypto City
71418e7498 game: don't change turn rate based on ctrl/shift 2021-05-14 17:22:13 +00:00
Crypto City
be8e1224ee game: add a mouse bound tooltip with current selection size 2021-05-14 17:22:13 +00:00
Crypto City
5342a8e62c fix tests and game after placeholder pm keys addition 2021-05-14 17:22:13 +00:00
Crypto City
5b5c29cadf game: add new audio track notifications 2021-05-14 17:22:13 +00:00
Crypto City
b9f8e43dd1 game: remove leftover debug comments 2021-05-14 17:22:13 +00:00
Crypto City
4817fa8071 game: allow toast notifications to up to half the screen width 2021-05-14 17:22:13 +00:00
Crypto City
28fa1d37d3 cc: fix trade event message, and remove leftover debug trace 2021-05-14 17:22:13 +00:00
Crypto City
72e1dbfa71 db_lmdb: compress text with unishox2
It should be especially good for game events, which have a lot of text
2021-05-14 17:22:13 +00:00
Crypto City
61f55a4ace add unishox2 to the build 2021-05-14 16:40:36 +00:00
Crypto City
93c8da0b5c cc: make all event logs use past tense 2021-05-14 16:40:36 +00:00
mj-xmr
44e8395d2a
CMake: glob missing headers for wallet2 2021-05-14 14:22:29 +02:00
selsta
da45d3f5b3
trezor: deprecated ByteSize -> ByteSizeLong 2021-05-13 03:51:31 +02:00
luigi1111
fadc112aee
Merge pull request #7696
0794811 cmake: set xcode file type (selsta)
2021-05-12 17:02:34 -05:00
luigi1111
4fcbc584f0
Merge pull request #7694
004b167 cmake: wallet_api doesn't need wallet_merged (selsta)
2021-05-12 17:00:04 -05:00
luigi1111
b7ee587ddb
Merge pull request #7691
cbd54ea cmake: set 3.5 as minimum version (selsta)
2021-05-12 16:59:17 -05:00
luigi1111
c1a1f2a6ea
Merge pull request #7688
451b5a5 clang: fix -Wrange-loop-analysis warnings (selsta)
2021-05-12 16:57:32 -05:00
luigi1111
e505ffef5f
Merge pull request #7677
445a9d8 wallet_api: import / export output function (tobtoht)
2021-05-12 16:53:27 -05:00
luigi1111
628c04499b
Merge pull request #7682
bbdb612 Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7)
2021-05-12 15:30:34 -05:00
luigi1111
7d0927f8ad
Merge pull request #7681
c57ef7f wallet2: Fix rescan_bc keep_ki option (Nathan Dorfman)
2021-05-12 15:30:05 -05:00
luigi1111
a88e115c09
Merge pull request #7668
2b91806 protocol: remove unreachable code (moneromooo-monero)
2021-05-12 15:21:27 -05:00
Crypto City
7a80b8e212 game: fix item name spam in dividend screen 2021-05-12 14:18:41 +00:00
Crypto City
028654bf1f game: avoid getting a full snapshot on reorg when possible
That is, when the popped blocks have either no command or only
commands that do not affect snapshot state
2021-05-12 13:50:28 +00:00
Crypto City
60faa8cf3d game: do not timeout notifications while the mouse is over them 2021-05-12 09:55:32 +00:00
luigi1111
066309cddb
Merge pull request #7664
5871e7a net_node: add seed node (selsta)
2021-05-11 18:04:49 -05:00
Crypto City
2e9d651b18 game: make toast notifications ignore mouse movement 2021-05-11 19:36:23 +00:00
Crypto City
c7c59a4b2b game: convert some notification into toast style ones 2021-05-11 18:56:15 +00:00
Crypto City
2f86559ee9 game: new toast style notifications 2021-05-11 13:49:11 +00:00
Crypto City
9e1349f4e7 game: make tutorial data more generic 2021-05-10 23:12:42 +00:00
Crypto City
27b91347f9 game: only dump resources in debug mode 2021-05-10 23:12:20 +00:00
Crypto City
1947830370 game: fix crash running townforge --version 2021-05-10 13:15:37 +00:00
mj-xmr
a1c4307128
Warnings: unused variable in core/blockchain.cpp 2021-05-08 12:04:19 +02:00
Crypto City
be2c2a52b2 bump version to 0.30.0.1 2021-05-08 09:48:34 +00:00
Crypto City
1a213ca7d1 bump version to 0.30.0.0 2021-05-07 22:22:27 +00:00
Crypto City
9b408791d8 p2p: add testnet nodes 2021-05-07 22:22:27 +00:00
Crypto City
94080c206f game: take new account fee when relevant in deposit dialog 2021-05-07 10:14:59 +00:00
Crypto City
82966dc1eb game: trim new player names 2021-05-07 10:14:59 +00:00
Crypto City
7a937048a9 cc: fix buying from a meat trade when meat spoilt prior to matching 2021-05-07 10:14:59 +00:00
Crypto City
555ddc7ea3 script_analyzer: fix build on windows 2021-05-07 10:14:59 +00:00
Crypto City
cb4ee1182f embed extra couple of pubkeys in account creation commands
to be used for messaging later
2021-05-07 10:14:59 +00:00
mj-xmr
581c3af03a
Warnings: unused var at cryptonote_tx_utils.cpp 2021-05-02 18:00:29 +02:00
selsta
7359d51d56
cmake: fix non portable code 2021-04-28 17:05:59 +02:00