Archipelago/worlds/oot
zig-for 5a7d20d393
Lua: Further centralize code, fix Bizhawk 2.9 (#1685)
* Fixes the socket library for bizhawk 2.9/lua 5.4 by including another one in parallel
* Fixes lua 5.4 support by making socket.lua into a "modern" module (the `module` keyword is gone)
* Adds the linux version and 32 bit windows socket dlls because why not
* Merges common functions into `common.lua` - the only functional change of this should be that:
  * Some things that were locals are globals now - this can be changed, I just was lazy and it likely doesn't matter
  * `drawText` now uses middle/bottom for all prints - feel free to do what you like with that change
2023-04-15 09:17:33 +02:00
..
data Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
docs Lua: Further centralize code, fix Bizhawk 2.9 (#1685) 2023-04-15 09:17:33 +02:00
ColorSFXOptions.py Templates: Remove auto wordwrap, fix manual indentation, and reformat docstrings for world options in main. (#1201) 2022-11-06 08:28:16 -06:00
Colors.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
Cosmetics.py Core: replace global random state with descriptive error (#1424) 2023-02-02 01:14:23 +01:00
Dungeon.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
DungeonList.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
Entrance.py Core: rename `world` to `multiworld` (#931) 2022-10-31 21:41:21 -05:00
EntranceShuffle.py oot: remove special NL exceptions in entrance randomization 2023-01-26 21:24:27 +01:00
HintList.py oot/alttp: fix bugs found through MMBN3 testing (#1527) 2023-03-11 20:15:30 +01:00
Hints.py core: rip out RegionType and rework Region class (#814) 2023-02-14 01:06:43 +01:00
IconManip.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
ItemPool.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
Items.py Ocarina of Time: 0.3.7 hotfixes round 2 (#1351) 2023-01-12 20:20:49 +01:00
JSONDump.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
LICENSE Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
Location.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
LocationList.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
LogicTricks.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
MQ.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
Messages.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
Music.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
N64Patch.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
Options.py OOT: set default for adult trade start if the set is empty 2023-03-22 18:39:32 +01:00
Patches.py Core: replace global random state with descriptive error (#1424) 2023-02-02 01:14:23 +01:00
Regions.py core: rip out RegionType and rework Region class (#814) 2023-02-14 01:06:43 +01:00
Rom.py Setup, Launcher, Linux Support (#359) 2022-03-31 05:08:15 +02:00
RuleParser.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
Rules.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
SaveContext.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
SceneFlags.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
Sounds.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
TextBox.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
Utils.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00
__init__.py OoT, MC: add new translation setup in french (#1410) 2023-02-27 23:17:54 +01:00
build_color_options.py Options: change displayname to display_name 2022-02-02 16:29:29 +01:00
crc.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
ntype.py Ocarina of Time (#64) 2021-09-02 14:35:05 +02:00
texture_util.py Ocarina of Time 7.0 (#1277) 2022-12-11 04:11:40 +01:00