Commit Graph

12398 Commits

Author SHA1 Message Date
Crypto City
ec08a634ab game: allow cancelling any command 2020-09-24 19:29:55 +00:00
Crypto City
dcd905c2d6 tx_pool: disable command compatibility checks 2020-09-24 19:29:55 +00:00
Crypto City
274391ea75 tx_pool: tune stuck tx timeouts 2020-09-24 19:29:55 +00:00
Crypto City
101d2dfd38 game: fix parse errors when starting without a config.json 2020-09-24 19:29:55 +00:00
Crypto City
1aba8c4743 functional_tests: fix cc_repair arguments 2020-09-24 19:29:55 +00:00
Crypto City
029375c6dc unit_tests: fix influence tests from military after related changes 2020-09-24 19:29:55 +00:00
Crypto City
b9f123af2b cc: add 0.2% payout for military buildings
Fire fighting is not going to be enough
2020-09-24 19:29:55 +00:00
Crypto City
045c9a7c94 core_tests: fix nonce reuse core test 2020-09-24 19:29:55 +00:00
Crypto City
b7c431c15e remove cost from buy_land command 2020-09-24 19:29:55 +00:00
Crypto City
9de9ce1e0c game: set seed language when creating a new wallet 2020-09-24 19:29:55 +00:00
Crypto City
542f476d1c game: fix 0 being rejected as an amount in increase attribute screen 2020-09-24 19:29:55 +00:00
iamamyth
163f83720f
functional_tests: rewrite mining code, clearer timeout info 2020-09-24 20:04:05 +02:00
moneromooo-monero
b6c4f8cd54
fix a couple bugs found by OSS-fuzz
- index out of bounds when importing outputs
- accessing invalid CLSAG data
2020-09-24 15:30:38 +00:00
moneromooo-monero
6ee9f12607
fuzz_tests: fix build error in signature fuzz test 2020-09-24 15:17:57 +00:00
xiphon
7fca814a67 build: ARM - disable stack trace due to segfault in libunwind 2020-09-22 14:23:35 +00:00
Crypto City
ed2fd309f0 bump version to 0.22.1.0 2020-09-20 15:51:32 +00:00
Crypto City
604b33c9a9 cc: halve fire and lightning damage 2020-09-20 15:25:57 +00:00
Crypto City
243a1695bd game: bind arrows keys to look around 2020-09-20 15:22:53 +00:00
Crypto City
8a5fad0de4 cc: fix underflow in crop yield calculation 2020-09-20 15:15:01 +00:00
Crypto City
ce57a5dcc4 game: snappier and synced blockchain and txpool updates 2020-09-20 15:15:01 +00:00
Crypto City
0f6830bca3 wallet: fix get_top_block not refreshing when it should 2020-09-20 14:44:47 +00:00
Crypto City
19b08551e8 game: prevent building on flags which have pending build commands 2020-09-20 14:44:47 +00:00
Crypto City
5ebcd37ece remove a few user visible mentions of monero, replace with Townforge/gold 2020-09-20 14:44:47 +00:00
Crypto City
4fec859c89 simplewallet: remove donate command 2020-09-20 14:44:47 +00:00
xiphon
4846743fdc daemon: Windows - fix FAT32 warning, trailing backslash is required 2020-09-20 13:57:44 +00:00
dsc
64e9526509 Extend TransactionInfo with coinbase and description attributes in wallet/api 2020-09-19 22:54:23 +02:00
dsc
1b3f220251 Allow AddressBook description edits via wallet/api interface 2020-09-19 18:29:46 +02:00
Tadeas Moravec
83da867474
Update error messages in daemon
When given a wrong argument, some daemon commands failed with "unknown
command" error, instead of a meaningful error message. This patch
brings consistency into the error messages.

In several places, this patch removes relatively useful messages,
and replaces them with more generic ones. E.g.,

-    std::cout << "use: print_pl [white] [gray] [<limit>] [pruned]
[publicrpc]" << std::endl;
+    std::cout << "Invalid syntax: Too many parameters. For more
details, use the help command." << std::endl;

There are two reasons for this:

1. Consistency.
2. Removing duplicates.

The detailed information about the parameters is present in
the help messages already. Having it in two places increases
the risk that the messages would get out of date.
2020-09-18 14:04:19 +02:00
Crypto City
aef77f1eb0 bump version to 0.22.0.3 2020-09-17 23:28:00 +00:00
Crypto City
f46121e07b Debug mode override slipped in *again* ffs 2020-09-17 23:28:00 +00:00
Crypto City
22a6a12e96 merge_mining_proxy: add missing include on windows 2020-09-17 22:48:17 +00:00
Crypto City
0c8f2e9be3 bump version to 0.22.0.2 2020-09-17 22:23:30 +00:00
Crypto City
7ef129a23f add missing file 2020-09-17 22:22:53 +00:00
Crypto City
29f735e16a bump version to 0.22.0.1 2020-09-17 22:08:47 +00:00
Crypto City
39c00b49e9 boost-libs: template size bump 2020-09-17 22:07:50 +00:00
Crypto City
065c2eb7f2 bump version to 0.22.0.0 2020-09-17 21:37:38 +00:00
Crypto City
8eed0bfb22 game: add a note about the demon running when failing to load a snapshot 2020-09-17 21:37:38 +00:00
Crypto City
324f02ffbf game: fix go to vista from another city 2020-09-17 21:37:38 +00:00
Crypto City
4462d46041 cc: fix influence penalty from military 2020-09-17 21:37:38 +00:00
Crypto City
20e50db01d game: new splash screen 2020-09-17 21:37:38 +00:00
moneromooo-monero
0b26d380cd
link libzmq against libgssapi_krb5 if found 2020-09-17 14:51:33 +00:00
TheCharlatan
2e3caa2011
Depends: Bump qt to 5.15.1 2020-09-17 09:00:26 +02:00
Crypto City
fba627a61b game: keep splash screen aspect ratio 2020-09-17 02:30:44 +00:00
Crypto City
967ec1957a unit_tests: add another better test for harvest overflow 2020-09-17 02:30:44 +00:00
Crypto City
b16689d8c2 cc: add an assert for econonmic power range where underflow matters 2020-09-17 02:30:44 +00:00
Crypto City
f552966bff cc: fix heating needs estimation 2020-09-17 02:30:44 +00:00
Crypto City
7376eec974 game: don't include 0 max materials in building stats message 2020-09-17 02:30:44 +00:00
Crypto City
f243181376 cc: decrease strike labour decrease from 50% to 30% 2020-09-17 02:30:44 +00:00
Crypto City
c8b049353a cc: disable fires until military buildings are enabled 2020-09-17 02:30:44 +00:00
Crypto City
8c5ec7477f cc: fix signedness warnings 2020-09-17 02:30:44 +00:00