Commit Graph

11713 Commits

Author SHA1 Message Date
Crypto City
b4eac58802 game: add a screenshot based title screen 2020-04-24 01:21:20 +00:00
Crypto City
4863f4684e unit_tests: fix building settings unit test 2020-04-23 13:16:35 +00:00
Crypto City
63c50b5c08 from monero 2020-04-22 17:16:55 +00:00
moneromooo-monero
2efbd5f0cc
cryptonote: fix reuse of non default tx data when relaying
An automatic tx variable is initialized properly on the first
run through the loop, but not the second. Moving the variable
inside the loop ensures the ctor is called again to init it.
2020-04-22 16:50:20 +00:00
mj-xmr
d3e77ccb59 FindCcache automatically 2020-04-22 17:17:25 +02:00
Crypto City
6ad068d938 make city levels somewhat easier to achieve 2020-04-22 15:14:48 +00:00
Crypto City
30d8e2f394 cc: unlock commercial buildings at level 1 2020-04-22 15:14:48 +00:00
Gingeropolous
c6a1294b5e
add another seed node
node is funded by random people and managed by me. currently functioning as public node at uwillrunanodesoon.moneroworld.com
2020-04-22 15:43:22 +02:00
moneromooo-monero
8b655de8ed
simplewallet: report timestamp based expected unlock time on balance 2020-04-22 13:34:58 +00:00
erciccione
9faf3d1a72
Add erciccione's seed node 2020-04-22 10:24:40 +02:00
xiphon
145be6dbdb p2p: startup speedup, init seed nodes on first 'connect_to_seed()' 2020-04-21 23:40:04 +00:00
Crypto City
8995df508a game: better city level window 2020-04-21 23:24:45 +00:00
Crypto City
9f16dc3047 game: improved queued commands dialog 2020-04-21 21:12:29 +00:00
Crypto City
5805cee584 game: select a flag upon a "go to" command 2020-04-21 18:03:01 +00:00
Crypto City
ecfed58928 game: print loaded magica voxel model budget 2020-04-21 17:41:07 +00:00
Crypto City
1bc5e42030 game: better queued commands dialog details 2020-04-21 17:41:07 +00:00
Crypto City
b0bea18f8e game: add a buy/sell UI swap option 2020-04-21 17:41:07 +00:00
Crypto City
2080b6ba06 cc: fix empty role production/consumption 2020-04-21 17:41:07 +00:00
Crypto City
3ac7c259d0 add icons for discoveries 2020-04-21 17:41:07 +00:00
Crypto City
43c8ff1745 cc: add a few discoveries 2020-04-21 17:41:07 +00:00
Crypto City
25565bf321 cc: add weather expertise discovery 2020-04-21 17:41:07 +00:00
Crypto City
c06125b8fa cc: add a couple more explicit tx verification errors for badges 2020-04-21 17:41:07 +00:00
Crypto City
88fcd3d63d cc: add pioneer badge 2020-04-21 17:41:07 +00:00
Crypto City
a7fe78acb0 game: catch level up dialog overflows before sending to the daemon 2020-04-21 17:41:07 +00:00
Crypto City
7544b7ebb6 cc: add overflow sanity check 2020-04-21 17:41:07 +00:00
Crypto City
8c5d13c46a game: fix level calculation in player info dialog 2020-04-21 17:41:07 +00:00
Crypto City
0c2a6b0daf game: add a "show all badges" mode 2020-04-21 17:41:07 +00:00
Crypto City
3a0571d578 give some slight share/production edge with building age
This should make it somewhat more appealing to build an existing building
rather then buy your own land and build a new building on it, given there
is no land scarcity.
2020-04-21 17:41:07 +00:00
Crypto City
24884aedf9 db_lmdb: always append new flag/account/item/etc ids, never reuse 2020-04-21 17:41:07 +00:00
Crypto City
64e5f9bc42 game: add transparent black background to notifications 2020-04-21 17:41:07 +00:00
Crypto City
e9a6620fab game: add "queued commands" notification and dialog 2020-04-21 17:41:07 +00:00
Crypto City
6016dc8406 game: allow setting only dialog width from ui config files 2020-04-21 17:41:07 +00:00
Crypto City
f8f0342941 bump version to 0.17.0.2 2020-04-21 17:41:07 +00:00
Crypto City
a5da17a2b9 game: fix removing an area of blocks 2020-04-21 17:40:25 +00:00
Crypto City
a7e7423a86 game: fix block selection effect 2020-04-21 17:40:25 +00:00
Crypto City
39d4694dbb cc: log badge level in history also for event badges 2020-04-21 17:40:25 +00:00
Crypto City
55459361e8 cc: fix empty badge name in game event 2020-04-21 17:40:25 +00:00
Crypto City
1654f43ffc blockchain: revert all game events on pop, not just game update ones 2020-04-21 17:40:25 +00:00
Crypto City
34841acb37 game: add pagination to player history 2020-04-21 17:40:25 +00:00
Crypto City
a438c3a038 game: fix select account filter layout 2020-04-21 17:40:25 +00:00
Crypto City
6eb516d10f game: fix camera/selection wobbling 2020-04-21 17:40:25 +00:00
Crypto City
da3f3fd420 game: fix accessing invalid pointer 2020-04-21 17:40:25 +00:00
luigi1111
378cdeaeae
Merge pull request #6470
79a1653 p2p: add seed node. (guywillett)
2020-04-21 09:14:38 -05:00
luigi1111
c846c8650e
Merge pull request #6445
5715460 Always reject duplicate key-images from second txid (vtnerd)
babf25d Allow unrestricted rpc calls to get full txpool info (vtnerd)
2020-04-21 09:03:37 -05:00
luigi1111
4540afc51b
Merge pull request #6433
7326b69 functional_tests: ensure signatures never reuse a timestamp (moneromooo-monero)
082dd2c functional_tests: ensure signed timestamps are fresh (moneromooo-monero)
2020-04-21 08:54:44 -05:00
luigi1111
cc91c0221d
Merge pull request #6415
09abca7 wallet_api: checkUpdate - optional version and buildtag params (xiphon)
2020-04-21 08:52:57 -05:00
luigi1111
f389ce1a0f
Merge pull request #6414
14e8035 update openssl 1.0.2r link (sumogr)
2020-04-21 08:48:52 -05:00
luigi1111
665736d323
Merge pull request #6411
9c95437 workflows: retry on apt failure (selsta)
2020-04-21 08:47:56 -05:00
luigi1111
cb8f4280bb
Merge pull request #6408
5ef7138 daemon: fix print_net_stats RPC calls (moneromooo-monero)
2020-04-21 08:46:39 -05:00
luigi1111
06c81b6527
Merge pull request #6359
f9441c5 Fixed string_ref usage bug in epee::from_hex::vector (vtnerd)
2020-04-21 08:38:21 -05:00