Crypto City
7f9a2868a1
game: add a shoreline effect
2022-08-02 06:19:04 +00:00
Crypto City
9ccd28dd4c
game: add market bids to the what can i do screen
2022-08-02 06:19:04 +00:00
Crypto City
1b5c033f6e
cc: fix consuming items with gold in scripts
2022-08-02 06:19:04 +00:00
Crypto City
0ba3c27071
db_lmdb: fix typo in error message
2022-08-02 06:19:04 +00:00
Crypto City
3aea47aebc
add auctioneer badge - number of auctions created
2022-08-02 06:19:04 +00:00
Crypto City
d9b6eb4de0
add Hephaestos badge - amount of gold smelted
2022-08-02 06:19:04 +00:00
Crypto City
6389b496cb
add scribe badge - number of runestones carved
2022-08-02 06:19:04 +00:00
Crypto City
9e62d7283c
add additional size restrictions to terrain features
...
islands must have at least 1024 tiles above sand level
sand banks must have at least 256 tiles above water level
lakes must have at least 10000 tiles below water level
plains must be at least 512x512
peaks must be at least 64x64
2022-08-02 06:19:04 +00:00
Crypto City
09251d7be6
include script owner in start_script_command
...
so we know when the game should requets a snapshot
2022-08-02 06:19:04 +00:00
Crypto City
578cd3f8dd
cc: remove unneeded code and add some checks to DXT1 load/save code
2022-08-02 06:19:04 +00:00
Crypto City
cd4445e0f4
game: use a boost visitor to determine when a snapshot is needed
2022-08-02 06:19:04 +00:00
Crypto City
4ed25cfd19
game: process add_city_specialization and increase_attribute commands
2022-08-02 06:19:04 +00:00
Crypto City
8eb0a091a6
properly account events for town treasuries too
2022-08-02 06:19:03 +00:00
Crypto City
1ded69f8b1
scripts can now create items if set up this way at definition time
2022-08-02 06:19:03 +00:00
Crypto City
3a4d483795
db_lmdb: ensure reserves are removed from account data when empty
2022-08-02 06:19:03 +00:00
Crypto City
f220615b93
prevent editing items in the collectible coins group
2022-08-02 06:19:03 +00:00
Crypto City
1582492535
allow creating more items if that was setup on item definition
2022-08-02 06:19:03 +00:00
Crypto City
24c0d1aeeb
game: add missing URHO3D_OBJECT and TBOBJECT_SUBCLASS macros
2022-07-23 15:46:21 +00:00
Crypto City
2a236e888b
fix "0" skin settings, they should be 0 (integer)
2022-07-23 15:46:20 +00:00
Crypto City
749d313dca
game: allow replacing a script's blobs from the game in debug mode
2022-07-23 15:46:20 +00:00
Crypto City
ffbc1d3ae1
compress script blobs with zstd
...
- we don't really care if they're slow to compress
- we care about compression for blockchain usage (and max tx size)
2022-07-23 15:46:20 +00:00
Crypto City
a490fa53cc
rename far bool, seems an old MSDOS thing is reaching through time
2022-07-23 15:46:20 +00:00
Crypto City
94951e0493
script_analyzer: print blobs at the end
2022-07-23 15:46:20 +00:00
Crypto City
832296d943
allow adding images as blobs in UI definitions inside scripts
2022-07-23 15:46:20 +00:00
Crypto City
4bfe2a87eb
game: add a debug hook to print tb errors
2022-07-23 15:46:20 +00:00
Crypto City
e9cfc349ad
add a wallet getter for cc_get_blob
2022-07-23 15:46:20 +00:00
Crypto City
cd89727a96
fix @hex not loading the source file in scripts
2022-07-23 15:46:20 +00:00
Crypto City
a8696ae640
game: hide matching widgets in UI for choices which are disabled
2022-07-23 15:46:20 +00:00
Crypto City
da1d710045
game: fix deep walk through widget tree
2022-07-23 15:46:20 +00:00
Crypto City
7eb7189f25
fix a few filenames with wrongly escaped characters
2022-07-23 15:46:20 +00:00
Crypto City
9bf09f8131
game: give an alternative to badge suggestion
2022-07-23 15:46:20 +00:00
Crypto City
cc4469d556
fix typo in name_place event
2022-07-23 15:46:20 +00:00
Crypto City
870c87cbb5
game: fix badge suggestion if current score isn't within base/target
2022-07-23 15:46:20 +00:00
Crypto City
46d22ceb89
allow texture creators to set the tile span
2022-07-23 15:46:20 +00:00
Crypto City
c0db6cf1e1
game: add research and fishing to what can I do screen
2022-07-23 15:46:20 +00:00
Crypto City
7fe74ac4a9
game: reword some text in what can i do screen
2022-07-23 15:46:20 +00:00
Crypto City
6e23b9dc9c
add content matched icons to what can I do screen
2022-07-23 15:46:20 +00:00
Crypto City
df4f9c0168
add scarcest resource to what can i do screen
2022-07-23 15:46:20 +00:00
Crypto City
efdf112f30
game: factor out building resource delta accounting
2022-07-23 15:46:20 +00:00
Crypto City
5d0c0f1e33
game: add a "What can I do ?" screen
...
it gives you ideas based on current game state
2022-07-23 15:46:20 +00:00
Crypto City
acb57cbcbb
game: fix accounting replacing a block with another variant of the same block
2022-07-23 15:46:20 +00:00
Crypto City
ba195a47ae
game: add a tip about what to do with badges to increase level
2022-07-23 15:46:20 +00:00
Crypto City
714c596706
game: fix enter in "go to location" screen not going to location
2022-07-23 15:46:20 +00:00
Crypto City
94359fdf01
game: cleaner gemstones screen
2022-07-23 15:46:20 +00:00
Crypto City
79dd5c05c7
game: add discoveries to news
2022-07-23 15:46:20 +00:00
Crypto City
74a3dd463d
rpc: add a comment for the string corresponding to an encoded text
2022-07-23 15:46:20 +00:00
Crypto City
dc2ffb9903
game: rotate the material selection screen
...
There are more variants than materials and screens are usually
wider than tall
2022-07-23 15:46:20 +00:00
Crypto City
ca7599f2c0
game: improve material selection screen fluidity
2022-07-23 15:46:20 +00:00
Crypto City
87a4e465c1
game: remember every columns's selection in the material selection screen
2022-07-23 15:46:20 +00:00
Crypto City
73aedc0b47
log in history when finding a rare fish, even if not the first
2022-07-23 15:46:20 +00:00
Crypto City
3556112dab
game: use the print_money that cuts off trailing zeroes in game
2022-07-23 15:46:20 +00:00
Crypto City
4df8ef1915
game: fix initial selection in material selection screen
2022-07-23 15:46:19 +00:00
Crypto City
3ad7c87975
game: warn when opening the material selector with no selected flag
2022-07-23 15:46:19 +00:00
Crypto City
669da2d6ab
game: add option to hide/show textures by ignored players
2022-07-23 15:46:19 +00:00
Crypto City
4c46b96faf
user textures can now be used in game
2022-07-23 15:46:19 +00:00
Crypto City
028f51c31b
game: fix materials only working for 256 variants
...
and pave the way for user textures to be used as materials
2022-07-23 15:46:19 +00:00
Crypto City
2a40996fd0
game: improve default flag names
2022-07-23 15:46:19 +00:00
Crypto City
74d476c3a5
game: allow empty name in building settings screen but prompt about it
2022-07-23 15:46:19 +00:00
Crypto City
5c2c002d17
user created textures and licencing - not yet usable on voxels
2022-07-23 15:46:19 +00:00
Crypto City
7771ef85a7
game: fix image loader from memory not maintaining position
2022-07-23 15:46:19 +00:00
Crypto City
88d2fe61a0
cc: allow game to get the streak badge too, since it can get others
2022-07-23 15:46:19 +00:00
Crypto City
34db7e1842
add more rare fish
...
marlin, sole, great white shark, coelacanth, grunt, seahorse, toadfish
also tweak rarity
2022-07-23 15:46:19 +00:00
Crypto City
2a51a4c654
give a labour penalty to fishing in another city
2022-07-23 15:46:19 +00:00
Crypto City
4e638f06bb
add fish spawning grounds city specialization
2022-07-23 15:46:19 +00:00
Crypto City
aae749b0eb
tune down fishing grounds recovery
2022-07-23 15:46:19 +00:00
Crypto City
b62e22b435
add local fish species city specialization
2022-07-23 15:46:19 +00:00
Crypto City
a8a9690eb3
rare fish discoveries
2022-07-23 15:46:19 +00:00
Crypto City
b6d94f9fbf
more generic special event overrides for tests
2022-07-23 15:46:19 +00:00
Crypto City
3975fa3555
decrease fish spoil rate
2022-07-23 15:46:19 +00:00
Crypto City
98e27f74f6
game: add preserve-aspect-ratio property to UITBAnimatedImageWidget
2022-07-23 15:46:19 +00:00
Crypto City
05b630e0ee
game: fix get_heading
2022-07-23 15:46:19 +00:00
Crypto City
774f8430ce
drop runestone price to one quarter gold
2022-07-23 15:46:18 +00:00
Crypto City
b9a3b894cb
blockchain: print block/tx hash when failing to revert a command
2022-07-23 15:46:18 +00:00
Crypto City
0ddeaa3992
add RPC and functional tests for edit_player_profile
2022-07-23 15:46:18 +00:00
Crypto City
d7a1580cb2
add RPC to change a script blob (for debugging purposes)
2022-07-23 15:46:18 +00:00
Crypto City
7d47df9d9c
db_lmdb: use serialization system for script data
2022-07-23 15:46:18 +00:00
Crypto City
4df64a3236
add "flag N role" operand to scripts
2022-07-23 15:46:18 +00:00
Crypto City
962b32c2be
add "flags with role N" operand to scripts
2022-07-23 15:46:18 +00:00
Crypto City
4c486d533a
game: display closest flag and distance if too far away to name a place
2022-07-23 15:46:18 +00:00
Crypto City
b1e1b6d2f4
factor island detection out, and consider older islands too
...
since the island detection performance hit is gone
2022-07-23 15:46:18 +00:00
Crypto City
7a5616cecb
game: stop water wake when switching out of avatar camera mode
2022-07-23 15:46:18 +00:00
Crypto City
a3d3f5c121
game: stop water wake when the avatar gets to the shore
2022-07-23 15:46:18 +00:00
Crypto City
e30ff64cf1
game: improve water wake
2022-07-23 15:46:18 +00:00
Crypto City
b3c9abebf4
game: fix occasional missing ground
2022-07-23 15:46:18 +00:00
Crypto City
776b3f8457
adventurer badge: number of terrain features named
2022-07-23 15:46:18 +00:00
Crypto City
e62d9478de
add terrain features
...
such as islands, peaks, etc
will be detected and assigned to places
2022-07-23 15:46:18 +00:00
Crypto City
6d5529d323
cc: reject attempts to name land too close to the edges
2022-07-23 15:46:18 +00:00
Crypto City
5ef8d07ef0
game: free camera gets a speed boost from the two shift keys down
2022-07-23 15:46:18 +00:00
Crypto City
ac3c5a8899
game: add an option to disable automatic backups
2022-07-23 15:46:18 +00:00
Crypto City
85f16c581e
game: display whisper distance from eve's position, not the camera's
2022-07-23 15:46:18 +00:00
Crypto City
ec247f73e4
db_lmdb: add missing fields in get_as_{city,account,flag}
2022-07-23 15:46:18 +00:00
Crypto City
32314a1dc4
scripts can now award event badges
2022-07-23 15:46:18 +00:00
Crypto City
ab182447e3
cc: fix local variable revert in start_script command
2022-07-23 15:46:18 +00:00
Crypto City
7a91753ea8
game: fix missing warning icons in event badge screen
2022-07-23 15:46:18 +00:00
Crypto City
51a78e3fcd
game: fix Z fighting at a distance in free camera mode
2022-07-23 15:46:18 +00:00
Crypto City
b671b9c79d
game: update terrain when rebuilding flags as appropriate
2022-07-23 15:46:18 +00:00
Crypto City
fdc19d3cbc
game: update "named" ground mode when a new named place appears
2022-07-23 15:46:18 +00:00
Crypto City
02b5f35172
game: make whisper bubbles slightly visible in daylight
2022-07-23 15:46:18 +00:00
Crypto City
9f6e3abfe8
cc: fix integer overflow in terrain generation
2022-07-23 15:46:18 +00:00
luigi1111
f982163fc9
Merge pull request #8425
...
fe5d1be build: prepare v0.18.0.0 (selsta)
2022-07-15 11:23:54 -04:00
luigi1111
4792ceefb1
Merge pull request #8414
...
2ba391f hardforks: set mainnet and stagenet v15/16 fork height (selsta)
2022-07-15 11:22:01 -04:00
luigi1111
070c3d6b0f
Merge pull request #8433
...
db8181a wallet2: force using output distribution for ringct outs (tobtoht)
2022-07-14 22:15:27 -04:00
luigi1111
02cbccc529
Merge pull request #8432
...
edcc094 derive multisig tx secret keys from an entropy source plus the tx inputs' key images (koe)
2022-07-14 22:14:41 -04:00
luigi1111
d912444a4a
Merge pull request #7986
...
5770265 wallet2: keep around transaction prefix for confirmed transfers (tobtoht)
2022-07-14 12:54:39 -04:00
selsta
fe5d1bef56
build: prepare v0.18.0.0
2022-07-13 22:07:31 +02:00
koe
edcc094558
derive multisig tx secret keys from an entropy source plus the tx inputs' key images
2022-07-13 12:40:34 -05:00
luigi1111
cfdee9ba69
Merge pull request #8421
...
bd1e7c5 wallet2: prevent crash when reading tx w/fewer outputs than expected (j-berman)
2022-07-13 00:39:54 -04:00
luigi1111
6fed8c2d9f
Merge pull request #8149
...
c7b2944 multisig: fix critical vulnerabilities in signing (anon)
2022-07-13 00:38:29 -04:00
luigi1111
4476c35fc8
Merge pull request #8408
...
09a597b wallet2: don't use DNS to obtain segregation heights (tobtoht)
2022-07-06 00:01:59 -05:00
luigi1111
cea2498e95
Merge pull request #8404
...
50ccc7e wallet2: remove obsolete rpc version check (tobtoht)
2022-07-06 00:01:29 -05:00
luigi1111
7a118f08f4
Merge pull request #8394
...
4278a3a cryptonote_basic: catch crypto api errors (moneromooo-monero)
2022-07-06 00:00:24 -05:00
luigi1111
5a3c77be18
Merge pull request #8391
...
41b1a6b simplewallet: print usage when given no args (hinto.janaiyo)
2022-07-05 23:59:59 -05:00
luigi1111
45a44aa45f
Merge pull request #8388
...
04c0da2 Chunk /gettransactions to avoid hitting restricted RPC limit (tobtoht)
2022-07-05 23:58:46 -05:00
luigi1111
969316685b
Merge pull request #8371
...
16f8e04 Remove erraneous commas (Luke Parker)
da0715e Improve consistency between on_money_received and on_money_received_unconfirmed (Luke Parker)
2022-07-05 23:58:06 -05:00
j-berman
bd1e7c5635
wallet2: prevent crash when reading tx w/fewer outputs than expected
2022-07-05 21:39:59 -07:00
Crypto City
cbcb62c06f
game: display summary of amount of each badge level in player screen
2022-07-04 21:15:34 +00:00
Crypto City
14e8d08860
cc: remove unused crop_yield from snapshot data
2022-07-04 21:15:34 +00:00
Crypto City
54a104c526
speed up std::vector<uint8_t> serialization a bit
2022-07-04 21:15:34 +00:00
Crypto City
0fc5d92612
cc: new city spec: large moose, yields more meat when hunting moose
2022-07-04 21:15:34 +00:00
Crypto City
46186b7c52
cc: fix city specialization checks in hunt command
2022-07-04 21:15:34 +00:00
Crypto City
0cc9f5664c
use BLOB_FIELD for std::vector<uint8_t>
2022-07-04 21:15:34 +00:00
Crypto City
9d07aeedda
geographer badge - number of areas named
2022-07-04 21:15:34 +00:00
Crypto City
dd97761414
islander badge - number of buildings on an island
2022-07-04 21:15:34 +00:00
Crypto City
b1ab49720b
players can now name areas
2022-07-04 21:15:34 +00:00
Crypto City
719222a6c2
add missing whispers in snapshot
2022-07-04 21:15:34 +00:00
Crypto City
1360d8466d
db_lmdb: fix whispererer being signed
2022-07-04 21:15:34 +00:00
Crypto City
a6b0cb6109
fix runestone accounting in whispers
2022-07-04 21:15:34 +00:00
Crypto City
1a48b87d14
functional_tests: add whisper tests
2022-07-04 21:15:34 +00:00
Crypto City
8335010779
wallet: add whisper RPC
2022-07-04 21:15:34 +00:00
Crypto City
d48966a82c
improved fishing mechanics
2022-07-04 21:15:34 +00:00
Crypto City
145c39b30e
cc: never end a fire due to max duration, buildings would still be burning
2022-07-04 21:15:34 +00:00
Crypto City
98591d4a36
replace shark with snake in newbie coins, reorder set
...
Sea creatures will be used elsewhere
2022-07-04 21:15:34 +00:00
Crypto City
5bb030d9bf
game: display current badge scores in badge screen
2022-07-04 21:15:34 +00:00
Crypto City
2e30ac6a64
fix bejewelled badge not counting multiple gemstones
2022-07-04 21:15:34 +00:00
Crypto City
76dd928d88
fix newbies coin badge threshold since we have 6 newbie coins now
2022-07-04 21:15:34 +00:00
Crypto City
dec2eaccc6
game: fix hang when extending an empty selection
2022-07-04 21:15:34 +00:00
Crypto City
c46214fac0
game: "extend maximally" can now also work within a flag
2022-07-04 21:15:34 +00:00
Crypto City
a7d27beafa
game: add a surf effect when moving through water
2022-07-04 21:15:34 +00:00
Crypto City
6dec04ed87
game: better new settler icon
2022-07-04 21:15:34 +00:00
Crypto City
e9f7fef90a
game: slow down eve when wading in water
2022-07-04 21:15:34 +00:00
Crypto City
282e7a6fb1
game: water wake
2022-07-04 21:15:34 +00:00
Crypto City
dc6b606751
cc: fix get_influence_bonus using inactive flags, remove unused param
2022-07-04 21:15:34 +00:00
Crypto City
7b03f0b3b6
fix a few warnings
2022-07-04 21:15:34 +00:00
Crypto City
3397c2af50
cc: guard against buffer overflows in decode_blocks_new
2022-07-04 21:15:34 +00:00
Crypto City
88d695b526
game: replace "ID:" with "Item ID:" in item info string for clarity
2022-07-04 21:15:34 +00:00
Crypto City
7322a93a59
game: indent item/flag details in auctions screen
2022-07-04 21:15:34 +00:00
Crypto City
cffba8f7ef
game: fix prestige leaderbaord using gold balance
2022-07-04 21:15:34 +00:00
Crypto City
fe13746ce0
game: fix layout issue in some notification widgets
2022-07-04 21:15:34 +00:00
Crypto City
2a81481cea
game: only update mortgage screen on new blocks
2022-07-04 21:15:34 +00:00
Crypto City
3a46588fd4
game: do not list collectible coins in the destroy items screen
2022-07-04 21:15:34 +00:00
Crypto City
5165b90d54
game: disable ok button in the service screen when a flag offer none
2022-07-04 21:15:34 +00:00
Crypto City
b50f129e07
game: disable ok button in found city screen if not rich enough
2022-07-04 21:15:34 +00:00
Crypto City
b34098e42b
game: display name of mortgaged flag in new mortgage screen
2022-07-04 21:15:34 +00:00
Crypto City
ab1ac98793
game: improve enable/disable of flag dependent panel buttons
2022-07-04 21:15:34 +00:00
Crypto City
50e3e7013a
game: fix leaderboard invalid memory access and share filter widget
2022-07-04 21:15:34 +00:00
Crypto City
6a0780f00f
game: fix a few things in player info coins screen
...
- fix is_player init value
- add sanity checks for mint and smelt screens being started
- remove unused (and wrong) get_owned function
2022-07-04 21:15:33 +00:00
Crypto City
24e8dc141b
prevent floods in the first year
2022-07-04 21:15:33 +00:00
Crypto City
fd11280d14
game: fix malloc/delete mismatch
2022-07-04 21:15:33 +00:00
Crypto City
e98d064f7b
game: fix invalid memory access after okaying a couple screens
2022-07-04 21:15:33 +00:00
Crypto City
cbec2696d2
move fishing functions to a separate file
2022-07-04 21:15:33 +00:00
Crypto City
1a36279fef
change flood event to be a rising of water levels
2022-07-04 21:15:33 +00:00
Crypto City
9c09582b7f
cc: forbid giving to oneself
2022-07-04 21:15:33 +00:00
Crypto City
d99c161c93
game: fix showing tutorials from the options screen
2022-07-04 21:15:33 +00:00
Crypto City
9da71e4ae1
game: add a button to clear the terrain cache
2022-07-04 21:15:33 +00:00
Crypto City
47f157c553
game: fix approving a build with unused placeholder entries
2022-07-04 21:15:33 +00:00
Crypto City
cb1e459d52
game: save a bit of time rebuilding empty flags
2022-07-04 21:15:33 +00:00
Crypto City
def98a7922
game: remove unused parameter in model construction
2022-07-04 21:15:33 +00:00
Crypto City
af31b656fb
game: remember which panel sections are open in config.json
2022-07-04 21:15:33 +00:00
Crypto City
a00fe2ba94
game: fix auto load of backup voxel model on startup
2022-07-04 21:15:33 +00:00
Crypto City
f4f41a2312
daemon: elevation bonus is a bonus, so 0 is 100%
2022-07-04 21:15:33 +00:00
Crypto City
734f2cc524
only active buildings can fish, sow and harvest
2022-07-04 21:15:33 +00:00
Crypto City
4d8229a0fd
game: use a better "story/script" icon
2022-07-04 21:15:33 +00:00
Crypto City
d4dad89794
game: hack for buggered script notification layout
2022-07-04 21:15:33 +00:00
Crypto City
be640284aa
game: improved spectator mode widget
...
allows loading a wallet or creating an account depending on state
2022-07-04 21:15:33 +00:00
Crypto City
88c7136845
improve beaches
2022-07-04 21:15:33 +00:00
Crypto City
72c11f0d8b
game: fix some warnings
2022-07-04 21:15:33 +00:00
Crypto City
832d91bb15
fix labour supply accounting in fighting fire
2022-07-04 21:15:33 +00:00
Crypto City
ffc4e2198f
buildings' econonic power can now be upgraded
...
for 150% of the incremental cost
2022-07-04 21:15:33 +00:00
Crypto City
db14dc7932
game: set a random seed when opening the found city screen
2022-07-04 21:15:33 +00:00
Crypto City
aee10e41a5
game: add a re-center button to the found city screen
2022-07-04 21:15:33 +00:00
Crypto City
b6e80744f3
add a "use existing seed" button to the found city screen
2022-07-04 21:15:33 +00:00
Crypto City
1847806348
game: make the default (free) camera move faster
2022-07-04 21:15:33 +00:00
Crypto City
636d8b7a84
more intricate shoreline
2022-07-04 21:15:33 +00:00
Crypto City
48870f3d1d
Revert "Revert "decrease terrain height very slightly""
...
This reverts commit 3168d6c578 .
2022-07-04 21:15:33 +00:00
Crypto City
92f56a23b6
Revert "Revert "cc: give gemstone potential a bit more width at times""
...
This reverts commit 3b75d0df4f .
2022-07-04 21:15:33 +00:00
Crypto City
ac7dff1cf1
Revert "Revert "tweak bear attack""
...
This reverts commit c23eb0563f .
2022-07-04 21:15:33 +00:00
Crypto City
b4f964ab45
Revert "Revert "cc: fix bridge score with too many cliff tiles""
...
This reverts commit bb616c30b0 .
2022-07-04 21:15:33 +00:00
Crypto City
259ac82299
remove old TF forks, we'll be starting anew
2022-07-04 21:15:33 +00:00
Crypto City
ce6016306d
add fish, fishing and fisheries
2022-07-04 21:15:33 +00:00
luigi1111
b54d5ae383
Merge pull request #8384
...
8460fcc Revert 'Merge pull request #7937 ' (j-berman)
2022-07-03 17:29:46 -05:00
luigi1111
82cde936c3
Merge pull request #8356
...
de2f0d0 wallet_api: add scanTransactions function (selsta)
2022-07-03 17:26:35 -05:00
luigi1111
30a9183091
Merge pull request #7774
...
ade464a ITS#9385 fix using MDB_NOSUBDIR with nonexistent file (Kris Zyp)
033a32a Remove check is_directory check on lmdb path (Howard Chu)
b096e16 Revert 'db_lmdb: test for mmap support at init time' (Howard Chu)
493577a Silence spurious fallthru warning (Howard Chu)
b46a60e Fix rawpart flag collision (Howard Chu)
4e7586c More RAWPART support (Howard Chu)
747f5d3 Preliminary raw partition support (Howard Chu)
2022-07-03 17:24:47 -05:00
selsta
2ba391f02c
hardforks: set mainnet and stagenet v15/16 fork height
2022-07-01 01:49:59 +02:00
anon
c7b2944f89
multisig: fix critical vulnerabilities in signing
2022-06-30 12:56:40 -05:00
Crypto City
9f6412b083
water/shoreline
2022-06-30 07:26:16 +00:00
tobtoht
09a597ba28
wallet2: don't use DNS to obtain segregation heights
2022-06-28 23:12:03 +02:00
Crypto City
b96242a157
fix fixed multiplication for low magnitude numbers
2022-06-28 16:49:50 +00:00
Crypto City
7927dbfb84
fix sin/cos for negative fixed values
2022-06-28 16:49:49 +00:00
Crypto City
fb48c2e73e
add procedures to scripts
2022-06-28 16:49:49 +00:00
Crypto City
981a6098e8
storyline event and log can now take a format string
2022-06-28 16:49:49 +00:00