Commit Graph

11729 Commits

Author SHA1 Message Date
Crypto City
59d1563eac cc: change the labour/high cost function
easier at low heights, harsher at high heights
2020-09-29 12:14:10 +00:00
Crypto City
bd20a169ec functional_tests: more city and game update tests 2020-09-29 12:14:10 +00:00
Crypto City
85fe746683 cc: add missing data for defaulted/derelict buildings in game update 2020-09-28 21:09:07 +00:00
Crypto City
a97bc73248 python-rpc: add missing city parameter to cc_buy_land 2020-09-28 21:09:07 +00:00
Crypto City
22037bd542 cc: factor distribution to treasuries, and new items now do it too 2020-09-28 21:09:07 +00:00
Crypto City
7190cbcbab game: offset start position slightly
Might help with falling through the floor on traveling to a city
2020-09-28 21:09:07 +00:00
Crypto City
7d495bc49c core_test: fix core tests (not enough labour) 2020-09-28 21:09:07 +00:00
Crypto City
2ed24f1918 functional_tests: fix repairing from the wrong account in farming test 2020-09-28 21:09:07 +00:00
Crypto City
81ac18db00 rewrite city cost function 2020-09-28 21:09:07 +00:00
Crypto City
31e74fba63 tests: fix a few tests after recent changes 2020-09-28 21:09:07 +00:00
Crypto City
0f961b5766 cc: bump terrain tile cache from 20 to 32 2020-09-28 21:09:07 +00:00
Crypto City
b327a18dd9 cc: increase min agricultural building size 2020-09-28 21:09:07 +00:00
Crypto City
2a3126740b game: improve building settings screen 2020-09-28 21:09:07 +00:00
Crypto City
d6f17d45f7 game: only display gemstone potential for stonecutters 2020-09-28 21:09:07 +00:00
Crypto City
06fe46a963 cc: some labour/food/heating balance tweaks 2020-09-28 21:09:07 +00:00
Crypto City
a7fc64ed0b add an arbitrary limit for mint batch to avoid overflows 2020-09-28 21:09:07 +00:00
Crypto City
b5ad010f52 cn_deserialize: support block hashing blobs 2020-09-28 21:09:07 +00:00
Crypto City
ef159ea3b4 cc: fix food/labour balance 2020-09-28 21:09:07 +00:00
Crypto City
7e4c421825 cc: double the game account's share from 0.05% to 0.1% 2020-09-28 21:09:07 +00:00
Crypto City
17986a9167 game: initialize level to nothing when awarding event badges 2020-09-28 21:09:07 +00:00
Crypto City
7c99e33a90 blockchain: set balance flag when a tx fails due to balance check 2020-09-28 21:09:07 +00:00
Crypto City
f0feacd249 cc: decrease heating requirements a bit 2020-09-28 21:09:07 +00:00
Crypto City
4d434201a3 game: enable/disable sow/harvest buttons based on current flag crop 2020-09-28 21:09:07 +00:00
Crypto City
8e300911c5 add cautious bears city specialization 2020-09-28 21:09:07 +00:00
Crypto City
4cf39077cd cc: flood does not affect grain production now 2020-09-28 21:09:07 +00:00
Crypto City
694c623384 add high ground city specialization (prevents flooding) 2020-09-28 21:09:07 +00:00
Crypto City
688be95acf cc: make the crop yield less front loaded 2020-09-28 21:09:07 +00:00
Crypto City
ecb424693a game: remove the "N% towards a new city" wording, it's meaningless 2020-09-28 21:09:02 +00:00
Alexander Blair
3cbb44a2fd
Merge pull request #6841
b6c4f8cd5 fix a couple bugs found by OSS-fuzz (moneromooo-monero)
2020-09-27 16:17:17 -07:00
Alexander Blair
2e83628d02
Merge pull request #6840
6ee9f1260 fuzz_tests: fix build error in signature fuzz test (moneromooo-monero)
2020-09-27 16:16:54 -07:00
Alexander Blair
e6108b93d7
Merge pull request #6838
7fca814a6 build: ARM - disable stack trace due to segfault in libunwind (xiphon)
2020-09-27 16:16:21 -07:00
Alexander Blair
687f2b3c8d
Merge pull request #6836
163f83720 functional_tests: rewrite mining code, clearer timeout info (iamamyth)
2020-09-27 16:15:52 -07:00
Alexander Blair
5eb38d2533
Merge pull request #6834
4846743fd daemon: Windows - fix FAT32 warning, trailing backslash is required (xiphon)
2020-09-27 16:15:25 -07:00
Alexander Blair
82631c0884
Merge pull request #6824
0b26d380c link libzmq against libgssapi_krb5 if found (moneromooo-monero)
2020-09-27 16:14:37 -07:00
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