Crypto City
|
981286b060
|
tb: fix leftover turquoise box on some edit fields
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
accda4481e
|
functional_tests: add test for the total amount of gold
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
cf6a626937
|
auction creation and bidding, auction flags on mortgage default
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
dd434d46d4
|
functional_tests: only mine past the coin minting window if necessary
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
4ba0fe2080
|
functional_tests: fix occasional discovery test failure
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
95fc22b372
|
cc: add missing event when giving a flag
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
d726c70317
|
cc: remove duplicate check in give command
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
fd025cc295
|
cc: check all referenced states exist
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
203ecd44d6
|
functional_tests: expand script test
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
70420f0c3d
|
cc: fix missing != condition
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
3c62823105
|
python-rpc: fix blob hash recording when there are no blobs
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
e6e0be698d
|
game: print running script name on window title
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
d8362d78eb
|
fix script command revert
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
d5ebfbc092
|
blockchain: fix random seed when popping commands
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
91d09e545e
|
More script work, especially with blob deduplication
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
b2b89c6d00
|
cc: fix init actions indent in generated code
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
12f8afbff5
|
cc: add random script operand
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
562396990f
|
cc: fix string overrides being lost on script choice revert
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
6ecd8bf054
|
fix multiple changes to the same variable in scripts
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
551b339226
|
game: fix crash cycling through buildings
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
21c1cac492
|
game: mention the 70% threshold in the repair dialog
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
1def4cd6da
|
cc: fix roadworks discoveries not giving expected bonuses
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
d7996c99cf
|
game: fix integer overflow in payout estimation
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
49b4385eae
|
cc: more accurate payout determination
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
ba682aa23f
|
game: link local script variables to widget ids
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
fb02b0b0de
|
cc: add a temperature calculation cache
since it queries a largeish number of database entries
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
ca1d37ba7d
|
cc: add temperature to script operands
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
0197fc9abd
|
game: do not show custom items with 0 supply in the trade screen
|
2020-11-22 23:25:50 +00:00 |
|
Crypto City
|
7c82e82247
|
make a function to check for restricted command types
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
fc43e99043
|
db_tests: new tests to test low level LMDB blockchain calls
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
fe7d6566d6
|
blockchain_import: fix typo
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
182863edc9
|
blob deduplication for scripts
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
3f71a7f3a3
|
WIP - wallet2: check imported multisig curve points are in main subgroup
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
a1e5a056cd
|
cc: decrease military influence
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
16157bea87
|
remove JSON scripts, keep only custom format
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
60a6a6bf5c
|
cc: add player operand, change "discovered by player" to "disdcoverer"
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
d1b06977dd
|
cc: add ternary expression operand to scripts
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
7bad65991c
|
cc: every script state can now have actions
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
628c459c87
|
game: fix cancelling set global variable screen preventing further use
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
f6498b3f05
|
db_lmdb: set last service height to current height on construction
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
7ccfa9a3ed
|
script overrides
Strings and locals can be set to be parameterized
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
6fefb08447
|
cc: tweak mountaineer badge thresholds and express them in meters
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
e263542943
|
game: view script source button, and confirmation for new scripts
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
0898e11996
|
use CC_NO_EXTERNAL_DEPS on all urho3d/boost dependencies
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
80195fb627
|
functional_tests: fix functional tests
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
7ef0b0a422
|
fix off by one between command dry run and block verification
|
2020-11-22 23:25:49 +00:00 |
|
Crypto City
|
4449bbc0a4
|
db_lmdb: remove leftover debug trace
|
2020-11-22 15:27:07 +00:00 |
|
Crypto City
|
4dd1ed8458
|
wallet: add carve runestone command RPC
|
2020-11-22 15:27:07 +00:00 |
|
Crypto City
|
f1076b279f
|
cc: a few script fixes, and remove not (simplifies grammar)
|
2020-11-22 15:27:07 +00:00 |
|
Crypto City
|
9ff58f684f
|
scripts can now be attached to runestones
|
2020-11-22 15:27:07 +00:00 |
|