Commit Graph

16333 Commits

Author SHA1 Message Date
Crypto City
efe7623567 fix a few warnings 2023-12-19 12:06:48 +00:00
Crypto City
6dfaf7ec22 add -Wno-string-compare to avoid false positive spam in typeinfo 2023-12-19 12:06:48 +00:00
Crypto City
1f8994d0a8 remove some fork conditionals in preparation for next testnet 2023-12-19 12:06:48 +00:00
Crypto City
6b49171ec1 increase coin minting/smelting fees 2023-12-19 12:06:47 +00:00
Crypto City
64ed4ed7a6 game: disable repair all and fight fire buttons in player screen as needed 2023-12-17 15:09:38 +00:00
Crypto City
faec973079 functional_tests: testing parsing a script using every feature 2023-12-17 13:32:56 +00:00
Crypto City
ab9c1c0b58 game: add extra "gold" and "item" replacements in script text 2023-12-17 13:32:56 +00:00
Crypto City
062f8610e0 hide script choices disabled by unmet reserves in game 2023-12-17 13:32:56 +00:00
Crypto City
69af2630f1 game: fix scripts screen not updating after mining a choice command 2023-12-14 17:22:56 +00:00
Crypto City
e1e0d32fbf game: fix variable processing in script output after switch to HTML 2023-12-14 17:22:56 +00:00
Crypto City
9fb73e7aeb game: warn when adding a script with no icon 2023-12-14 17:22:56 +00:00
Crypto City
9f86f590ee game: better delineation between storyline/technical/building scripts
when adding scripts
2023-12-14 17:22:56 +00:00
Crypto City
cddca6d567 game: change wording in advice screen 2023-12-14 17:22:56 +00:00
Crypto City
f10b81d27e allow scripts to refer to others by name 2023-12-14 17:22:56 +00:00
Crypto City
3372880ed3 new "times played script X" and "times played this script" operands
this is a common need, and avoids the wasteful and error prone use
of a player variable per script
2023-12-14 17:22:55 +00:00
Crypto City
eb55af8933 cc: fix restore bug with background scripts 2023-12-14 11:38:32 +00:00
Crypto City
501a6ba0c7 game: add a "a minute a day" tutorial 2023-12-14 11:38:32 +00:00
Crypto City
ca6da423d6 allow compound strings in scripts (using "" + "" syntax) in some places 2023-12-14 11:38:32 +00:00
Crypto City
5ef5ee1e4c game: explicitely remove avatar on wallet change or game exit 2023-12-08 21:13:24 +00:00
Crypto City
6055f7a619 game: add a "come back tomorrow" entry to the what can i do screen 2023-12-08 21:13:24 +00:00
Crypto City
e5c3b94450 cc: tweak land tax decrease with town level 2023-12-08 21:13:24 +00:00
Crypto City
514550fa68 badges can now be automatically awarded based on a player variable 2023-12-08 21:13:24 +00:00
Crypto City
93c5179c88 factor script effect apply/revert 2023-12-08 21:13:24 +00:00
Crypto City
c9d97af3ea allow selecting where a fire starts in a script 2023-12-08 21:13:24 +00:00
Crypto City
5e769467d4 serialization: add 5-tuple serialization 2023-12-08 21:13:24 +00:00
Crypto City
983b0707a8 move fire special event from weather to misc 2023-12-08 21:13:24 +00:00
Crypto City
6983e3032a special events can now be started/stopped from scripts 2023-12-08 21:13:24 +00:00
Crypto City
1c6e8eec6f store full special event duration, not just number of game updates 2023-11-30 17:11:43 +00:00
Crypto City
0cbcee10f3 game: improve intro
rework "arrival" intro image (the mountains are now actual mountains)
fix small blotches of color in last image
add music
tweak text
2023-11-30 17:11:43 +00:00
Crypto City
bfbacb60aa game: save sent messages in the wallet cache
in addition to received messages
2023-11-30 17:11:43 +00:00
Crypto City
86febe9a62 prevent a wallet creating an account while still auctioning one 2023-11-30 17:11:43 +00:00
Crypto City
8b40c9d1bd game: insert smilies at the cursor position in chat 2023-11-30 17:11:43 +00:00
Crypto City
662c70c3f1 increase inactivity detection threshold 2023-11-30 17:11:43 +00:00
Crypto City
6d07131e77 daemon: add cc_item_supply daemon command with cc_get_item_supply RPC 2023-11-30 17:11:43 +00:00
Crypto City
4bdb425f7f remove clothes customization on character creation
it will be done solely in game
2023-11-30 17:11:43 +00:00
Crypto City
a8acf8e7e2 add some hair and eye colors 2023-11-30 17:11:42 +00:00
Crypto City
75b379e8cf add two more badges: amount paid in taxes, odin's favour received 2023-11-30 17:11:42 +00:00
Crypto City
c0eb2288b9 add a version field to cc commands
for future expandability
2023-11-30 17:11:42 +00:00
Crypto City
be8a77f8b3 fix merge mining with more than one merge mined chain
reported by sech1
2023-11-30 17:11:42 +00:00
Lee Clagett
47d8899c90 Fix missing checks for IsObject in ZMQ jsonrpc reading 2023-11-28 18:05:15 -05:00
luigi1111
c09062087e
Merge pull request #9051
fe47806 wallet: fix multisig key memory leak (jeffro256)
2023-11-06 09:39:19 -05:00
luigi1111
9a5f8431b4
Merge pull request #9047
6c38c21 heed NO_COLOR environment variable (moneromooo-monero)
2023-11-06 09:36:08 -05:00
luigi1111
79107ff68f
Merge pull request #9046
5435202 readline_buffer: disable bracketed paste escape sequences (Jeffrey Ryan)
2023-11-06 09:35:37 -05:00
luigi1111
646c3fb0d9
Merge pull request #9043
e7d51e5 JH hash compiler workarounds (SChernykh)
2023-11-06 09:34:13 -05:00
luigi1111
c193c5e85d
Merge pull request #9039
0f75585 multisig: better errors for small malformed kex msgs (jeffro256)
2023-11-06 09:32:18 -05:00
luigi1111
d5c667a5ad
Merge pull request #9036
eae62a0 ringct: make 
ctSigBase serialization follow strict aliasing rule (jeffro256)
2023-11-06 09:29:03 -05:00
luigi1111
2fe5a5e073
Merge pull request #9034
14ae812 cryptonote_config: include cstdint (jeffro256)
2023-11-06 09:27:51 -05:00
luigi1111
95e4fc3602
Merge pull request #9029
5b0c274 gitian: add riscv64 support (selsta)
2023-11-06 09:25:51 -05:00
SChernykh
e7d51e5583 JH hash compiler workarounds
- Fixed uninitialized `state->x` warning
- Fixed broken code with `-O3` or `-Ofast`

The old code is known to break GCC 10.1 and GCC 11.4
2023-11-04 21:01:47 +01:00
Lee *!* Clagett
fe746dca4e Fix EAGAIN bug in ZMQ-RPC/ZMQ-PUB 2023-11-04 13:57:28 -04:00