Bryce Wilson
8df08b53d9
WebHost: Fix as_dict attribute error ( #1977 )
...
* WebHost: Fix as_dict attribute error
Introduced in 827444f5a4
* WebHost: Add assertion that baked_server_options is a dict
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
---------
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2023-07-15 22:52:52 +02:00
black-sliver
827444f5a4
Core: Add settings API ("auto settings") for host.yaml ( #1871 )
...
* Add settings API ("auto settings") for host.yaml
* settings: no BOM when saving
* settings: fix saving / groups resetting themselves
* settings: fix AutoWorldRegister import
Co-authored-by: el-u <109771707+el-u@users.noreply.github.com>
* Lufia2: settings: clean up imports
* settings: more consistent class naming
* Docs: update world api for settings api refactor
* settings: fix access from World instance
* settings: update migration timeline
* Docs: Apply suggestions from code review
Co-authored-by: Zach Parks <zach@alliware.com>
* Settings: correctly resolve .exe in UserPath and LocalPath
---------
Co-authored-by: el-u <109771707+el-u@users.noreply.github.com>
Co-authored-by: Zach Parks <zach@alliware.com>
2023-07-05 22:39:35 +02:00
Fabian Dill
d8a8997684
Core: remove "names" from multidata ( #1928 )
2023-07-05 21:51:38 +02:00
Fabian Dill
ee40312384
LttP: free core of checks_in_area ( #1798 )
2023-07-02 13:00:05 +02:00
Zach Parks
71bfb6babd
Generate: Add skip progression balancing argument. ( #1876 )
2023-06-26 16:14:01 -05:00
black-sliver
324d3cf042
Main: add __all__ and change wrong imports ( #1824 )
...
* Main: add __all__ and change wrong imports
* Adjusters: fix __version__ import
2023-05-20 19:21:39 +02:00
Fabian Dill
a0464ecea1
Core: fix start_inventory_from_pool breaking if it's removing the last instance of an item from pool.
...
Core: fix start_inventory_from_pool removing arbitrary items from pool if quick abort branch is entered.
2023-05-04 03:10:52 +02:00
Zach Parks
3c3954f5e8
Core: Band-aid fixes `start_inventory_from_pool` causing generation failures if any world doesn't utilize it. ( #1694 )
...
* Core: Band-aid fixes `start_inventory_from_pool` causing generation failures if any world does utilize it.
* Core: Slightly better(?) solution
* Set default so it doesn't fail on WebHost.
2023-04-10 20:18:29 -05:00
Fabian Dill
c7284f90d9
Core: implement start_inventory_from_pool ( #1170 )
...
* Core: implement start_inventory_from_pool
* Factorio/LttP/Subnautica: add start_inventory_from_pool Option
2023-04-10 21:13:33 +02:00
Zach Parks
ff9f563d4a
Deprecate `data_version` and introduce `checksum` for DataPackages. ( #684 )
...
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2023-03-20 17:01:08 +01:00
alwaysintreble
e3deb822ad
Core: implement location_name_groups ( #1502 )
2023-03-08 22:15:28 +01:00
recklesscoder
30b70b2055
Misc collected fixes ( #1497 )
2023-03-04 16:34:10 +01:00
Fabian Dill
2c20b56478
Core: count the world types
2023-03-01 05:47:46 +01:00
alwaysintreble
7cbeb8438b
core: rip out RegionType and rework Region class ( #814 )
2023-02-14 01:06:43 +01:00
Fabian Dill
f528175d8a
Core: prepare server for removal of names in multidata ( #1430 )
2023-02-13 01:56:20 +01:00
Fabian Dill
995c978628
Core: replace global random state with descriptive error ( #1424 )
...
* Core: replace global random state with descriptive error
* Core: make random a proxy object and rename slot_seeds
2023-02-02 01:14:23 +01:00
espeon65536
86fb450ecc
Core: recache all locations before locality rules
...
Some worlds would not trigger a recache, causing locations to be missed when setting locality rules.
2023-01-24 06:14:31 +01:00
Fabian Dill
02d3eef565
Core: convert mixture of Plando Options and Settings into just Options
2023-01-19 17:20:23 +01:00
Fabian Dill
c839a76fe7
LttP: allow hinting and tracking "Take Any" type shops ( #1392 )
...
* LttP: allow hinting and tracking "Take Any" type shops
fix broken behaviour since bow/cave split
Co-authored-by: CaitSith2 <d_good@caitsith2.com>
2023-01-19 16:17:43 +01:00
alwaysintreble
dd3ae5ecbd
core: write the plando settings to the spoiler log ( #1248 )
...
Co-authored-by: Zach Parks <zach@alliware.com>
2023-01-15 18:10:26 +01:00
Fabian Dill
6173bc6e03
Core: move create_playthrough under Spoiler as method ( #1310 )
...
Core: split create_playthrough, allowing skipping of paths
2022-12-11 13:48:26 -06:00
Fabian Dill
2cdd03f786
Network: implement 0.4 marked compatibility removals ( #757 )
...
* world remote items handling
* players list when connecting
2022-12-11 02:59:17 +01:00
Fabian Dill
79bb43b77c
Core: embed custom datapackage into .archipelago ( #1288 )
...
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2022-12-08 21:23:31 +01:00
Fabian Dill
7c3af68e59
ItemLinks: allow linking replacement items as well ( #1274 )
2022-12-06 23:37:47 -06:00
alwaysintreble
111c3186bd
Core: change signatures in autoworld from world to multiworld ( #1273 )
2022-12-01 03:45:22 +01:00
Fabian Dill
1288f15e45
Core: Fill fix local logic conflict ( #1271 )
2022-11-28 07:03:09 +01:00
Doug Hoskisson
f298b8d6e7
Zillion: validate rescue item links ( #1140 )
2022-10-28 21:56:50 +02:00
Fabian Dill
b57ca33c31
Logging: more digits for IDs and counts ( #1141 )
...
* Logging: we now need 9 digits for IDs
* Logging: we now need {dynamic} digits for IDs
* Logging: we now need {dynamic} digits for counts
2022-10-27 09:18:25 +02:00
Fabian Dill
b533ffb9e8
Locality: rewrite for linear memory consumption, from quadratic ( #1091 )
2022-10-17 03:22:02 +02:00
Jarno
e708bea819
[Sudoku] Added new BK mode game ( #910 )
...
Co-authored-by: Hussein Farran <hmfarran@gmail.com>
Co-authored-by: SoldierofOrder <107806872+SoldierofOrder@users.noreply.github.com>
2022-10-13 07:55:00 +02:00
Fabian Dill
c2d69cb05e
Core: add generic interface to add ER data to hints ( #1014 )
2022-09-18 14:30:43 +02:00
Fabian Dill
4a2a184db1
Core: remove game-specific arguments from Generate ( #971 )
...
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2022-08-30 17:12:33 +02:00
black-sliver
ffe528467e
Generate: remove period for easy copy&paste
...
Double-clicking in terminal may select the period, resulting in a bad filename in clipboard.
Also fixing quotes.
2022-08-11 01:06:43 +02:00
Fabian Dill
21f7c6c0ad
Core: optimize away Item.world ( #840 )
...
* Core: optimize away Item.world
* Update test/general/TestFill.py
* Test: undo unnecessary changes
* lttp: remove two more Item.world writes
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2022-08-05 17:09:21 +02:00
Fabian Dill
73fb1b8074
Subnautica: updates ( #759 )
...
* Subnautica: add more goals
* Subnautica: fix wrongly positioned Databox
* Subnautica: allow techs to remain vanilla
* Subnautica: make zipimport compatible
* Subnautica: force two Seaglide fragments into local sphere 1
2022-07-15 17:41:53 +02:00
alwaysintreble
122590fc68
lttp: move open pyramid to new options system ( #762 )
2022-07-14 09:39:53 +02:00
Fabian Dill
b86ee20f3f
Core: fix ItemLinks setting advancement flag
2022-06-17 05:26:11 +02:00
Fabian Dill
d0a98949f5
LttP: split Retro into Retro Bows and Retro Caves ( #588 )
2022-06-01 08:29:21 -07:00
CaitSith2
c0fb7d9f9a
Add local and non_local items to item_links ( #506 )
...
* Add local and non_local items to item_links
* Whoops, don't pass list of list to verify_items.
* Give a did you mean result in the exception.
2022-05-15 07:41:11 -07:00
Fabian Dill
5f4b2cfa52
Main: compress world type output log ( #509 )
2022-05-14 11:52:57 -07:00
espeon65536
894a30b9bd
Check for ROMs at beginning of generation ( #475 )
2022-04-30 03:37:28 +02:00
black-sliver
42fecc7491
Core: change how required versions work, deprecate IgnoreGame ( #426 )
...
`AutoWorld.World`s can set required_server_version and required_client_version properties. Drop `get_required_client_version()`.
`MultiServer` will set an absolute minimum client version based on its capability (protocol level).
`IgnoreVersion` tag is replaced by using `Tracker` or `TextOnly` with empty or null `game`.
Ignoring game will also ignore game's required_client_version (and fall back to server capability).
2022-04-08 11:16:36 +02:00
Fabian Dill
64ac619b46
Core: use assert correctly ( #345 )
...
Core: add some more types to State and add count() method
2022-03-25 20:12:54 -04:00
Fabian Dill
75de616465
Core: remove sending_visible ( #339 )
...
* Core: remove sending_visible
Only used by Factorio and that use predates start_location_hints, which works perfectly fine for this purpose.
* Factorio: minor cleanup
2022-03-24 12:15:52 -04:00
Alchav
affcaf1c02
ItemLink - ensure no extra fillers are created ( #316 )
2022-03-20 16:07:51 +01:00
Fabian Dill
7e314c0d7a
Multidata: don't include start inventory events in sendable items ( #319 )
2022-03-18 13:19:21 -04:00
CaitSith2
48669e96d1
Remove players from item_link pool if they don't contribute any items to the pool.
2022-02-22 16:35:41 -08:00
CaitSith2
f046d76c59
make sure starting location hints also apply to all applicable item_link players.
2022-02-22 12:49:43 -08:00
Fabian Dill
f38b970ea2
ItemLinks: hopefully fix remaining generation issues
2022-02-22 10:14:26 +01:00
CaitSith2
de5249f99e
start_hints now work for items in item_link pools.
2022-02-21 15:33:39 -08:00