Commit Graph

13686 Commits

Author SHA1 Message Date
Crypto City
237b63df69 game: prevent empty building names 2021-11-25 12:10:05 +00:00
Crypto City
82a7d432f2 game: add warning about view distance memory usage 2021-11-25 12:10:05 +00:00
Crypto City
634617f906 tb: prevent typing wrong values in inline select widgets 2021-11-25 12:10:05 +00:00
Crypto City
6db089049c game: fix prestige rank if 0 prestige 2021-11-25 12:10:05 +00:00
Crypto City
38e76ac973 game: fix duplicate "light green" chat color 2021-11-25 12:10:05 +00:00
Crypto City
9b632e75a0 manual: typo fix 2021-11-25 12:10:05 +00:00
Crypto City
475350eb1c manual: remove obsolete mention of block removal not being possible 2021-11-25 12:10:05 +00:00
Crypto City
861f378589 speed up account balance access and updates 2021-11-25 12:10:05 +00:00
Crypto City
af6f5602ac db_lmdb: remove unused obsolete structure 2021-11-24 07:08:51 +00:00
Crypto City
8b5e72e2c4 db_lmdb: add pragma pack to structures that are saved as a blob 2021-11-24 07:08:51 +00:00
Crypto City
29c47dcfe9 tune city level progression 2021-11-24 07:08:51 +00:00
Crypto City
10183a844c protocol: ask more peers for txpool complement 2021-11-24 07:08:51 +00:00
Crypto City
47a7befaff cc: add a couple more city level names 2021-11-24 07:08:50 +00:00
Crypto City
d5dcfa5398 game: add number of runestones required/owned in whisper screen 2021-11-24 07:08:50 +00:00
Crypto City
ca3295d91b game: hide whisper messages for ignored players 2021-11-24 07:08:50 +00:00
Crypto City
40c6177a05 remove amount of tax in event logs
this saves space in a very common log, now that every event log already
carries its associated balance chance
2021-11-24 07:08:50 +00:00
Crypto City
645036b4ca game: remove debug prints in third person camera code 2021-11-24 07:08:50 +00:00
Crypto City
228bd88685 game: add an exit button in options 2021-11-24 07:08:50 +00:00
Crypto City
da870a1b1c use 0mq to notify the game of mining status changes 2021-11-24 07:08:50 +00:00
Crypto City
0e756771d3 avoid unnecessary repeated read/write of the same flag/account record 2021-11-24 07:08:50 +00:00
Crypto City
1f750cba3c lazy flag block data compression 2021-11-24 07:08:50 +00:00
Crypto City
d3302c74ea rpc: add overall block compressed/uncompressed data size to stats 2021-11-24 07:08:50 +00:00
Crypto City
fa250ec167 db_lmdb: avoid decoding data we do not need 2021-11-24 07:08:50 +00:00
Crypto City
ade9fa1433 game: fix collision detection when walking backwards 2021-11-24 07:08:50 +00:00
Crypto City
953783b01d game: do not name the realtime backup file with .vox
It's not actually Magica Voxel format, just embeds the format
2021-11-24 07:08:50 +00:00
Crypto City
063918d8b3 python-rpc: add missing flags to cc_get_bonuses 2021-11-24 07:08:50 +00:00
Crypto City
9e592619fb tweak workforce building
- add management efficiency discovery levels, increasing output
- add penalties for industry influence
2021-11-24 07:08:50 +00:00
Crypto City
bee143a248 cc: bump cat domestication patent time 2021-11-23 16:22:29 +00:00
Crypto City
c567b612f3 game: detect and report bad text input as per consensus rules 2021-11-23 16:22:29 +00:00
Crypto City
c5f2a7de47 game: go to flag or player screen on double clicking on leaderboards 2021-11-23 16:22:29 +00:00
Crypto City
38df597c37 smoother complete runic cycle bonus, and show it in the prestige screen
also have the bonus
2021-11-23 16:22:29 +00:00
Crypto City
382757565f game: display amount of meat owned in hunt screen 2021-11-23 16:22:29 +00:00
Crypto City
bb203fe647 add new moose disease special event 2021-11-23 16:22:29 +00:00
Crypto City
da8df0c2d5 game: clarify mint/smelt are for coins 2021-11-23 16:22:29 +00:00
Crypto City
c553aaef48 game: fix crash when resizing flags and stray flash effects 2021-11-23 16:22:29 +00:00
Crypto City
cca1190ff4 blockchain_db: speed up flag block data serialization/deserialization 2021-11-23 16:22:29 +00:00
Crypto City
445ac99df9 blockchain: use trusted block hashes even if we can't update them 2021-11-23 16:22:29 +00:00
Crypto City
b35430a158 much faster 3D block storage load/save
Takes about 50% extra space in typical cases
2021-11-23 16:22:28 +00:00
Crypto City
a95d6b4230 epee: print certificate fingerprint when not in allowed list 2021-11-23 16:22:28 +00:00
Crypto City
52839e9326 game: fix buying land after removing lines/rows from selection 2021-11-23 16:22:28 +00:00
Crypto City
52e868da02 wallet2: speedup large tx construction: reserve vector memory
2.8 seconds -> 2.6 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
81e8b8efd1 wallet2: speedup large tx construction: batch ringdb lookups
3.3 seconds -> 2.8 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
b9cc04775f wallet2: speedup large tx construction: no pointless clsag generation
4.1 seconds -> 3.3 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
612ad5d660 wallet2: speedup large tx construction: batch ringdb updates
5.2 seconds -> 4.1 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
0926adac36 wallet2: speedup large tx construction: cache public key validity
5.9 second -> 5.2 seconds on a test case
2021-11-23 16:22:28 +00:00
Crypto City
fe5272b288 add whispers - player messages on arbitrary locations 2021-11-23 16:22:28 +00:00
Crypto City
44d5a446be manual: add a paragraph about future consensus changes 2021-11-15 17:04:17 +00:00
Crypto City
4779c1bd35 game: fix command details message title 2021-11-15 17:04:17 +00:00
Crypto City
896c31c5ed cc: fix cautious bears being the wrong way around 2021-11-15 17:04:17 +00:00
Crypto City
95f81ba247 tweak bear attack 2021-11-15 17:04:16 +00:00