Commit Graph

15441 Commits

Author SHA1 Message Date
Crypto City
491af68546 game: add time since discovery in research screen 2021-10-31 09:55:34 +00:00
Crypto City
5f036caaa6 game: add attribute descriptions as tooltips 2021-10-31 09:55:34 +00:00
Crypto City
6719bd74ba game: full magica voxel scenegraph import
now implements rotation and instanced models
2021-10-31 09:55:34 +00:00
Crypto City
5951f5536e warn in game and daemon when starting without --testnet 2021-10-31 09:55:34 +00:00
Crypto City
d07c50ab2a cc: fix consensus bug popping hunt commands that yielded no kills 2021-10-31 09:55:34 +00:00
Crypto City
0f1f7bf9c2 cc: fix underflow/overflow mixup in error message 2021-10-31 09:55:34 +00:00
Crypto City
c2641bc3d0 game: fix found city screen using raw shares and not city growth shares 2021-10-31 09:55:34 +00:00
Crypto City
4ca7c57463 cc: speed up encode_blocks/decode_blocks a bit 2021-10-31 09:55:34 +00:00
Crypto City
bb541bab80 game: include building height in stats 2021-10-31 09:55:34 +00:00
Crypto City
e995035003 game: fix (I think) stray "new block" flashes 2021-10-31 09:55:34 +00:00
Crypto City
d077163f06 game: fix artifacts on gold star 2021-10-31 09:55:34 +00:00
Crypto City
3481f7c03c game: keep the default max number of chat lines in the chat console 2021-10-31 09:55:34 +00:00
Crypto City
204f16a269 game: fix altitudes/heights misnamed as meters, they're in feet 2021-10-31 09:55:34 +00:00
Crypto City
3ad837a2e6 game: fix UI layout when a block is found after a script choice 2021-10-31 09:55:34 +00:00
Crypto City
8b76e24ff6 tweak bear attack 2021-10-31 09:55:34 +00:00
Crypto City
0bfd3a231e rpc: remove unused variables 2021-10-31 09:55:34 +00:00
Crypto City
5b6ed616b9 game: do not request ipfs data we do not need 2021-10-31 09:53:35 +00:00
Crypto City
8eeb012972 fix changing only building script overrides, not message or script 2021-10-31 09:53:35 +00:00
Crypto City
57652e5635 game: fix non processed variable names in runestone message 2021-10-31 09:53:35 +00:00
Crypto City
a360099813 game: fix enabled checkbox only showing for scripts that can be played 2021-10-31 09:53:35 +00:00
Crypto City
6fdff90098 game: fix glitchy polygons when the camera is blocked 2021-10-31 09:53:35 +00:00
Crypto City
59f4a177e5 game: fix resource miscounting when building 2021-10-31 09:53:35 +00:00
Crypto City
ebf17bef44 rpc: do not include bear attack details in news 2021-10-31 09:53:35 +00:00
Howard Chu
187633c0ca
slow_hash: don't blow out Mac stack on ARM64 2021-10-30 22:24:55 +01:00
selsta
548cfc8d68
crypto: fix typo in ifdef 2021-10-29 17:55:51 +02:00
selsta
94dc19a8b3
cmake: remove including non-existent directory 2021-10-28 14:30:35 +02:00
luigi1111
b328fbecc2
Merge pull request #8019
e106bdc epee: add missing header (selsta)
2021-10-25 19:02:49 -05:00
luigi1111
ff96482e38
Merge pull request #8018
1f81f5f protocol: fix spurious rejection of downloaded blocks (moneromooo-monero)
2021-10-25 19:02:22 -05:00
luigi1111
919e06bbfd
Merge pull request #8011
9c61110 cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta)
2021-10-25 19:01:59 -05:00
luigi1111
0bd892788d
Merge pull request #8006
69c09ad Add README to release archives (Howard Chu)
4881154 README v12 fork occurred on 2019-11-30 as expected (Howard Chu)
2021-10-25 19:00:40 -05:00
luigi1111
e5710b1898
Merge pull request #8004
ace4669 simplewallet: fix incoming_transfers index error (selsta)
2021-10-25 18:59:54 -05:00
luigi1111
e7d571c526
Merge pull request #8003
75d05b9 download: fix leak (moneromooo-monero)
2021-10-25 18:59:18 -05:00
luigi1111
e161b75201
Merge pull request #8002
49441d4 depends: update zeromq package to 4.3.4 (selsta)
2021-10-25 18:58:48 -05:00
luigi1111
00ac048958
Merge pull request #7995
797ca97 socks: ignore any exceptions in shutdown/close (selsta)
2021-10-25 18:53:34 -05:00
moneromooo-monero
e8e507f36f
rpc: fix DoS vector in get_output_distribution
This will prevent people spending old pre-rct outputs using a
stranger's node, which may be a good thing
2021-10-24 17:17:12 +00:00
Crypto City
8bab5415f1 game: ensure the palette always has 0/none on model import 2021-10-23 12:04:31 +00:00
selsta
8f210011be
depends: openssl 1.1.1k -> 1.1.1l 2021-10-22 23:17:53 +02:00
selsta
797ca974ab
socks: ignore any exceptions in shutdown/close 2021-10-22 22:00:29 +02:00
tobtoht
47e7a43270
wallet_api: enable set_strict_default_file_permissions 2021-10-22 05:40:23 +02:00
selsta
e106bdc1fc
epee: add missing header 2021-10-22 04:14:25 +02:00
Crypto City
8b3a7c0115 bump version to 0.33.2.3 2021-10-22 00:09:55 +00:00
Crypto City
ae45eea34f fix spurious rejection of downloaded blocks 2021-10-22 00:08:19 +00:00
Crypto City
85a3ad813d tx_pool: remove oldest chat txes first 2021-10-22 00:07:48 +00:00
moneromooo-monero
1f81f5f5c1
protocol: fix spurious rejection of downloaded blocks
when kicking a peer for inactivity, clear the set of requested blocks,
or next time we requests blocks from it, we'll probably reject the
incoming blocks due to missing the previous requested blocks
2021-10-21 20:34:06 +00:00
Crypto City
d1a1ff2d56 bump version to v0.33.2.2 2021-10-21 14:56:58 +00:00
Crypto City
b3ad1a7ac1 cc: fix consensus bug with road link sorting 2021-10-21 14:48:32 +00:00
Crypto City
bc2405d133 game: process overrides in requirement strings 2021-10-21 14:48:32 +00:00
Crypto City
d2f8cc566e scripts: ignore paying/awarding/consuming 0 amount of stuff 2021-10-21 14:48:32 +00:00
Crypto City
e87d288f82 script_analyzer: catch exceptions at top level 2021-10-21 14:48:32 +00:00
selsta
a15466d850
wallet2: remove 2 unused variables 2021-10-20 22:19:15 +02:00