Commit Graph

2408 Commits

Author SHA1 Message Date
aerinon
41a0751009 Merge branch 'WorldModelRefactor' into DoorDevUnstable 2023-03-31 16:07:31 -06:00
aerinon
a4f3afdf5d Reduce retro keys slightly 2023-03-31 16:00:15 -06:00
aerinon
d9c18407e4 Fix starting flute logic 2023-03-31 09:29:01 -06:00
aerinon
6f18c4c4a5 Fix lamp logic in partitioned 2023-03-30 16:42:56 -06:00
aerinon
a0b781521f Big enemizer updates
Fix sheets
Health + damage rando
Logical kill rooms
2023-03-30 16:12:46 -06:00
aerinon
4a1efb141a Add collection_rate to customizer 2023-03-24 09:12:46 -06:00
aerinon
b513bbef1b Logic fix: hookshot needed for pots in GT Conveyor Cross 2023-03-23 15:33:29 -06:00
aerinon
c9c510ae21 Minor fixes for customized vanilla doors 2023-03-22 14:58:07 -06:00
aerinon
636819ffc0 Versioning update 2023-03-14 16:05:28 -06:00
aerinon
b2b3d789ca Some rom fixes: - standing item data now cleared on dungeon exit
Escape assist won't fill arrows resulting in free quiver in retro bow mode
2023-03-13 20:42:55 -06:00
aerinon
02c7a5279c Fix some paired doors 2023-03-13 20:40:45 -06:00
aerinon
f4524d8a87 Fix Snitch Lady (West) location on map 2023-03-13 16:28:11 -06:00
aerinon
b44caa76a7 Customize certain potions refills. 2023-03-13 14:26:25 -06:00
aerinon
d85a63ece1 Damage table start 2023-03-13 11:11:59 -06:00
aerinon
9d9071a984 Unstable rom updates 2023-03-10 14:19:09 -07:00
aerinon
4aae603462 Merge branch 'DoorDevUnstable' into Sandbox
# Conflicts:
#	ItemList.py
#	Items.py
#	Main.py
#	Rom.py
#	data/base2current.bps
2023-03-10 13:43:38 -07:00
aerinon
affd7568cb Minor adjustments to world model refactor 2023-03-09 16:48:14 -07:00
aerinon
1a1c60f84a Merge branch 'SynthesisOWRMerge' of github.com:codemann8/ALttPDoorRandomizer into codemann8-SynthesisOWRMerge
# Conflicts:
#	Rules.py
#	source/overworld/EntranceShuffle2.py
2023-03-09 11:29:03 -07:00
aerinon
c48c89f65b Merge branch 'DoorDev' into DoorDevUnstable
# Conflicts:
#	Main.py
#	RELEASENOTES.md
2023-03-09 11:16:24 -07:00
aerinon
1bb4d5f03b Version bump and note 2023-03-09 11:14:13 -07:00
aerinon
bd25c6be26 Merge pull request #141 from tcprescott/DoorDev_MultiworldService
MultiServer: Add option to MultiServer to disable client forfeits
2023-03-09 11:12:37 -07:00
aerinon
44afe50bf4 Version bump 2023-03-08 08:26:50 -07:00
aerinon
4563f96fd5 Fix for mirror portal in inverted
Yet another fix for blocked doors in Standard ER, minor alteration for the swamp entrance fix to work when blocked as well.
2023-03-08 08:25:46 -07:00
Thomas Prescott
35e7784445 clarify forfeit disabled 2023-03-06 23:21:24 -06:00
aerinon
14ced2435c Update for enemizer bits 2023-03-06 16:29:58 -07:00
aerinon
87ab4a8c8a Update baserom and release notes 2023-03-06 16:10:07 -07:00
Thomas Prescott
060092a53e add ability to disable forfeits 2023-03-03 21:55:02 -06:00
aerinon
a5da504b90 Fix for district shuffle's placeholder issue 2023-03-03 16:53:50 -07:00
aerinon
9aab5a2c95 Beemizer fix for shopsanity, pottery, etc. 2023-03-03 16:53:23 -07:00
aerinon
c3dd6bac79 Murderdactyl ohko rule 2023-03-03 16:52:29 -07:00
aerinon
00b06c53d6 Rom updates and version update 2023-03-01 16:28:47 -07:00
aerinon
a75b36e2eb ER2 Minor issues 2023-03-01 16:23:03 -07:00
aerinon
1dc3b13449 Change info message to debug for cleaner output
Possible generation error
2023-02-27 14:42:52 -07:00
aerinon
3047826808 Fix AllowAccidentalGlitches flag 2023-02-27 14:41:43 -07:00
aerinon
6c0da515b4 Fix dungeon_only + pottery modes 2023-02-24 17:00:25 -07:00
aerinon
7397d779ad Changing colorizing pots defaults 2023-02-24 16:20:29 -07:00
aerinon
d23d2d8323 Better support for customized start_inverntory with dungeon items (can be mixed with item pool) 2023-02-24 15:45:37 -07:00
aerinon
409f7d50d5 Rom changes (see that commmit message or release notes)
Customizer improvements:
- Better logic around customized lobbies
- Better logic around customized door types
Fix to key doors that was causing extra key doors
Generation improvement around crystal switches
Fix bug in dungeon_only that wasn't using pot key locations (known issue still exists in pottery modes)
Fixes an issue when keys are found in own dungeon for another player when using the bizhawk plugin
2023-02-24 14:25:04 -07:00
aerinon
9a71e56546 Trap door refinement with "optional" value versus "vanilla"
Slight balance of chaos mode
Warping Pool trap no longer shuffled
2023-02-17 16:55:35 -07:00
aerinon
d7c15ae22c Strict and Partial key logic implementations with new test suite utility 2023-02-17 10:07:43 -07:00
aerinon
2b8b9156d9 Minor randomization consistency 2023-02-17 10:03:37 -07:00
aerinon
77c4babca1 Potential fix for vanilla door + ER key logic 2023-02-16 15:40:13 -07:00
aerinon
f0101c9854 Trap door mode initial work 2023-02-16 11:49:29 -07:00
aerinon
0e82dd73b7 Merge branch 'DoorDev' into DoorDevUnstable
# Conflicts:
#	Doors.py
#	Main.py
#	RELEASENOTES.md
2023-02-15 14:27:26 -07:00
aerinon
5f8be831ec Version bump and release notes 2023-02-15 14:25:00 -07:00
aerinon
afac655de2 Fixed door position typo 2023-02-15 14:22:31 -07:00
aerinon
fe0e0805ad Fix for Desert Tiles 1 2023-02-15 14:20:15 -07:00
aerinon
45c762ce40 Merge branch 'tcprescott-patch-2' into DoorDev 2023-02-15 14:18:38 -07:00
aerinon
67bd5e870c Fix for decoupled door in standard 2023-02-15 14:13:10 -07:00
aerinon
b19232db69 Fix for Desert Tiles 1 2023-02-15 08:41:08 -07:00