Crypto City
ab39221a5e
Add minimum sizes for certain roles/economic power combinations
2019-12-21 17:56:58 +00:00
Crypto City
1c3e744cb3
game: fix tile changing before all build txes are emitted
2019-12-21 17:56:58 +00:00
Crypto City
46ff4e2d31
cc: fix min/max trade expiration to match block target change
2019-12-21 17:56:58 +00:00
Crypto City
b98b8bf5b2
some more road tweaking
2019-12-21 17:56:58 +00:00
Crypto City
28d92dacfa
cc: fix removing update events from the wrong height on revert
2019-12-21 17:56:58 +00:00
Crypto City
4417e82007
game: fix loop back to end on previous button in update events dialog
2019-12-21 17:56:58 +00:00
Crypto City
51d6704a08
cc: connection_squares now also returns direction
...
of the first building compared to the second building
2019-12-21 17:56:58 +00:00
Crypto City
56e71876a1
cc: take into account amount of road space leading to a building
2019-12-21 17:56:58 +00:00
Crypto City
b9146035de
cc: add adjecent squares calc
...
I'm sure it'll come handy soon
2019-12-21 17:56:58 +00:00
Crypto City
a6b50d309c
road tweaks
2019-12-21 17:56:58 +00:00
Crypto City
22285d7b70
Roads
2019-12-21 17:56:58 +00:00
moneromooo-monero
6933693179
rpc: fill miner_tx_hash again
...
It was removed to save duplicated generation time, but it can
be copied from another instance instead
2019-12-20 14:16:31 +00:00
kozyilmaz
81494e3ffa
depends: empty spaces in PATH variable cause build failure
2019-12-19 14:18:51 +01:00
Alexander Blair
f9b48b91c6
GPGKey: Add Snipa
...
Adds GPG key for Alexander Blair (Snipa)
2019-12-18 22:06:49 -08:00
Crypto City
976dec8ded
game: print building role if unnamed in events dialog
2019-12-19 00:58:29 +00:00
Crypto City
ed7e28d13d
game: fix off by one
2019-12-18 21:24:59 +00:00
Crypto City
d46b622f65
game: allow empty role in building settings for empty building
...
also select the current role by default
2019-12-18 21:22:06 +00:00
Crypto City
f48ea3fefd
game: fix buffer overflow
2019-12-18 21:15:39 +00:00
moneromooo-monero
0eac0c430a
depends: set several missing build tags
2019-12-18 12:23:23 +00:00
Crypto City
a585369ab1
game: make shares 64 bits in a place where they were still 32 bits
2019-12-18 01:04:27 +00:00
moneromooo-monero
21c3d42eb9
p2p: drop the peerlist dump to TRACE
...
It's spammy
2019-12-17 20:27:04 +00:00
moneromooo-monero
cce4ea02ff
README: fix translation link
2019-12-17 19:21:23 +00:00
Crypto City
269328d4f1
core_tests: set CC_FAST_POW by default
2019-12-17 13:56:16 +00:00
Crypto City
2cc1144b19
cc: slowly increase land tax with distance from the town center
2019-12-17 13:56:16 +00:00
Crypto City
89b1c6c0d8
cc: tweak workforce generator a bit and fix its money sink
2019-12-17 13:56:15 +00:00
Crypto City
8a41742521
cc, game: disable some items and roles
...
They'll be game upgrades
2019-12-17 13:56:15 +00:00
Crypto City
7eeaa75acd
cc: disable BUILD_RATIO_ACTIVE_THRESHOLD_PERCENT
...
It seemed like a good idea to push people to build, but it
might instead push people to build anything quick even if
they don't have a nice idea yet
2019-12-17 13:56:15 +00:00
Crypto City
6fafc90925
game: add building names to the last events dialog
2019-12-17 01:40:31 +00:00
Crypto City
099ddec05f
game: move Map to GameState
2019-12-17 01:40:31 +00:00
moneromooo-monero
5f71de2803
wallet2: guard against race with multiple decrypt_keys users
...
If more than one thread wants to make sure of the spend secret key,
then we decrypt on the first caller and reencrypt on the last caller,
otherwise we could use an invalid secret key.
2019-12-17 01:40:29 +00:00
moneromooo-monero
f717d5936c
wallet2: guard against race with multiple decrypt_keys users
...
If more than one thread wants to make sure of the spend secret key,
then we decrypt on the first caller and reencrypt on the last caller,
otherwise we could use an invalid secret key.
2019-12-17 01:38:29 +00:00
moneromooo-monero
352bd13254
abstract_tcp_server2: guard against negative timeouts
2019-12-16 18:24:52 +00:00
moneromooo-monero
716012ca3a
rpc: drop the obsolete and wrong "unpruned size" log
...
Since we now get pruned data in the first place, the "unpruned" data
size will in fact be the pruned data size, leading to confusion
2019-12-16 14:50:07 +00:00
stoffu
ae84ec90c8
wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an account
2019-12-16 21:10:11 +09:00
Crypto City
c76b4a210a
game: fix free camera not keeping from rolling
2019-12-14 19:26:24 +00:00
Crypto City
56920d6130
game: fix crash removing last block
2019-12-14 19:01:43 +00:00
palomato
bc6d8aa343
Corrected message typo
...
Message was "peer claims higher version that we think"
Requested change "peer claims higher version than we think"
2019-12-14 13:06:09 -05:00
Crypto City
bbebe773f8
db_lmdb: fix bugs allocating new flags after some were deleted
2019-12-14 16:40:46 +00:00
Crypto City
2fa0400d72
Fixups after monero rebase, and fix tests after other recent changes
2019-12-14 16:40:46 +00:00
moneromooo-monero
5cbb17b946
wallet2: fix hang in wallet refresh
...
If the hashes received would move the current blockchain past the
stop point, the short history would not be updated, since we do
not expect another loop, but the daemon might return earlier hashes,
causing the end index to not be enough to reach the threshold and
this require another loop, which will download the same hashes and
cause an infinite loop.
2019-12-14 16:24:04 +00:00
moneromooo-monero
8a276451b2
blockchain: fix flushing txes from the txpool
2019-12-14 02:13:39 +00:00
binaryFate
aa9ba3064e
add binaryFate's PGP key
2019-12-13 21:03:56 +01:00
Crypto City
41e339eff1
cc: decrease the one off fee to buy land
2019-12-13 01:33:07 +00:00
Crypto City
cbb7cb02ac
game: add a basic "walker" camera
...
moves at ground level, can climb over one block
2019-12-13 01:33:07 +00:00
Crypto City
6577c31175
game: move camera code in a separate class with a base class
2019-12-13 01:33:07 +00:00
Crypto City
68b220edb7
game: speedup removing nodes
2019-12-13 01:33:07 +00:00
Crypto City
54646f0aeb
game: optimized mesh generation
2019-12-13 01:33:07 +00:00
Crypto City
0223c854f8
game: F12 to draw debug geometry
2019-12-13 01:33:07 +00:00
Crypto City
ed8adb98ff
game: fix crash switching material before the game is loaded
2019-12-13 01:33:07 +00:00
Crypto City
be772d75ba
game: fix world tile streaming
2019-12-13 01:33:07 +00:00