Archipelago icon indicating copy to clipboard operation
Archipelago copied to clipboard

core: rename `world` to `multiworld`

Open alwaysintreble opened this issue 2 years ago • 1 comments

discussed in the discord. renaming it to help prevent confusion for new devs. oot and smz3 broken currently

alwaysintreble avatar Aug 17 '22 18:08 alwaysintreble

took a minor stint where i was attempting to do python in Rider and it somehow completely butchered world api so that's fun.

alwaysintreble avatar Sep 15 '22 16:09 alwaysintreble

Missed usages of world (usually in method signatures or local variables of type MultiWorld):

AutoWorld.py:

  • call_single
  • call_all
  • call_stage
  • World.__init__
  • World.create_item.__doc__

BaseClasses.py:

  • Region.__init__
  • Entrance.__str__
  • Location.__str__
  • Spoiler.__init__

Main.py:

  • main.world
  • create_playthrough

el-u avatar Nov 01 '22 00:11 el-u