aerinon
e78f9218f5
Merge branch 'Ambrosia' into DoorDevVolatile
...
# Conflicts:
# BaseClasses.py
# CLI.py
# Main.py
2021-10-29 15:26:51 -06:00
aerinon
dc7d4940d9
Overworld map code
2021-10-21 16:29:09 -06:00
aerinon
f259e8bdc8
Boss item restriction logic added
...
Reserved location logic started
2021-08-20 14:32:54 -06:00
aerinon
939d495be7
Merge in combinatoric key logic from keyLogicAttempt1 branch
2021-08-20 10:03:40 -06:00
StructuralMike
dcba2be757
Bombbag instead of Bombbags
2021-08-11 16:29:12 +02:00
StructuralMike
44efe51e02
Changing the cli to be bombbags over bomblogic
...
Bombbags seemed better over bomblogic which is more ambiguous when considering new stuff OW and the bomb-only modes.
Also added bombbags to the example yaml
2021-08-11 10:22:54 +02:00
aerinon
cd86e14677
Merge in Unstable changes
2021-08-02 15:26:43 -06:00
aerinon
1871b7ee6e
Merge branch 'SFXShuffle' into DoorDevUnstable
2021-08-02 12:40:52 -06:00
aerinon
46de270923
Merge branch 'DoorDevUnstable' of https://github.com/StructuralMike/ALttPDoorRandomizer into StructuralMike-DoorDevUnstable
2021-07-27 16:16:53 -06:00
aerinon
0975b64519
Merge pull request #120 from compiling/DoorDevUnstable
...
Extra warnings / checks
2021-07-26 13:06:46 -06:00
compiling
4d90ca9181
Add python version warning to the translation file.
2021-07-25 19:48:07 +10:00
StructuralMike
051a47e0cd
Bomblogic added
2021-07-23 20:35:48 +02:00
aerinon
c6ed7bcd04
Merge branch 'DoorDevUnstable' of https://github.com/ardnaxelarak/ALttPDoorRandomizer into ardnaxelarak-DoorDevUnstable
2021-07-23 10:04:02 -07:00
aerinon
68dc27902b
SFX Shuffle initial implementation
2021-07-15 16:02:07 -07:00
aerinon
e6b5d62e5d
Merge Unstable changes
2021-07-09 15:27:47 -07:00
aerinon
940369d3ec
Rename fake boots to pseudo boots
...
Doc updates
2021-07-09 15:13:01 -07:00
aerinon
9c65dff66f
Merge branch 'DoorDevUnstable' into KeyLogicAttempt1
2021-07-07 16:24:23 -07:00
aerinon
ffcc78f95c
Fake boots checkbox/argument
2021-07-07 16:23:16 -07:00
aerinon
7fde95e5d7
Small refinements for key logic
2021-07-02 16:13:02 -06:00
3896066193
Reimplement --securerandom
...
Seeds should be reproducable without the flag passed, and unreproducable with the flag passed.
With --securerandom, generate a 9-char alphanumeric string to use to make filenames differ.
2021-06-29 11:13:17 -07:00
aerinon
23ffc61667
Sprite author credit
...
Reduce flashing option
2021-06-07 11:13:28 -06:00
aerinon
fff7cd691e
Added the --shufflelinks option
...
Moved bunny spawn to experimental
Baserom bugfixes
2021-05-24 15:14:23 -06:00
compiling
72d980394c
Add setting code to logs
2021-04-18 13:25:04 +10:00
aerinon
f8a0ba1816
merge in inroom staircases
2021-02-01 10:07:53 -07:00
Catobat
43b0f95877
Shuffle in-room stairs
2021-01-30 00:35:41 +01:00
aerinon
e834fd85a1
Initial Shopsanity
...
Retro work
2020-12-03 16:25:51 -07:00
aerinon
5b9919153e
Merging of pot shuffle
2020-11-24 12:57:11 -07:00
aerinon
4dda394a90
Added option to keep original palettes in crossed dungeon mode
...
If sanc if in a DW dungeon because of crossed+ ER, then you start in bunny form
Mirroring from sanc to the portal is now in logic
Another fix for animated tiles (fairy fountains)
GT Big Key stat changed on credits
Some standard logic fixes for lobbies (more outstanding)
2020-11-16 10:51:26 -07:00
compiling
078b5eeb85
Merge remote-tracking branch 'remotes/origin/DoorDevUnstable' into DoorDevUnstable
2020-11-07 18:48:26 +11:00
aerinon
d3e643b9c6
Finish bps work
...
Fixing a couple bugs
2020-10-29 15:46:27 -06:00
aerinon
cade01b489
GUI work and revert find_accessible_entrances for main dungeon generation
2020-10-27 14:45:22 -06:00
aerinon
357a09d5b7
Added intensity parameter. Clean up for next alpha release
2020-09-16 15:01:01 -06:00
compiling
7c9e02b182
Pot shuffle
2020-09-06 18:01:44 +10:00
aerinon
2eb6c1ebc0
Crossed Dungeon generation work
...
-Added a bunch of crystal switch logic
-Added a check for maiden backtracking
-OrderedFrozenSet to prevent randomization leaks with the same seed
-A few key improvements from an outstanding PR
2020-08-13 16:23:40 -06:00
aerinon
df52ca2730
Crossed Dungeon generation work
...
-Rewrite of step 3b for accuracy - verified acceptable speed
--Can now detect an impossible balance situation and restart
-Eliminated false negatives in step 4 (still need to rework false positives)
-Minor key logic improvement
2020-08-04 15:24:24 -06:00
Mike A. Trethewey
599985e4b1
Use os.path more
...
Add Enemizer note
2020-03-28 19:03:08 -07:00
Mike A. Trethewey
215a4d039f
Pull in fixes from Multiworld
2020-03-22 16:32:15 -07:00
Mike A. Trethewey
8513b7f270
Fix var loading again
...
Update Deprecated Args
Parse CLI
Parse Settings
Fix defaults
Fix priority
Add Enemizer error
Fix Custom Item Array again
Make output more verbose
Fix double-negative options
2020-03-22 02:53:40 -07:00
Mike A. Trethewey
0cb7eaa417
Slim down args
2020-03-12 03:31:39 -07:00
Mike A. Trethewey
ff51821701
Moar translation
...
German
Refactor some English/Spanish
2020-03-09 04:51:57 -07:00
Mike A. Trethewey
ca7fc4d0f6
Hack in Spanish
2020-03-09 02:25:25 -07:00
Mike A. Trethewey
b25e46b160
Factor out CLI text
2020-03-09 01:11:48 -07:00