Commit Graph

  • 5247bd0ff0 Mystery: fix player naming if per-player and general weights are mixed Fabian Dill 2020-08-11 22:11:37 +0200
  • d92c461ad3 open webui only after asking for repatching in text console, as it can otherwise be easily missed. Fabian Dill 2020-08-11 21:59:43 +0200
  • c163134062
    Clean up README.md and easy.yaml (#133) Pandatron76 2020-08-11 09:18:12 -0400
  • dbf7a185d9 Fix incorrect player number targetting if player name contains P Fabian Dill 2020-08-10 09:17:21 +0200
  • f0666f7ea8
    Merge pull request #132 from Pandatron76/master Fabian Dill 2020-08-10 00:19:04 +0200
  • bdf6ccd3e8 Comment clean up of easy.yaml Pandatron76 2020-08-09 17:15:09 -0400
  • 5c447967ab TerrorPin AI Fix CaitSith2 2020-08-05 08:49:50 -0700
  • f06986bffb Fix item tests CaitSith2 2020-08-04 09:39:43 -0700
  • dd8245309e Fix placement of extra swords for easy item pool vanilla swords. CaitSith2 2020-08-04 09:26:46 -0700
  • a0abbaeff6 Add Progressive Magic options for easy item pool. CaitSith2 2020-08-04 09:24:48 -0700
  • 1cb8c82d4b Fix tutorial markdown not loading Chris Wilson 2020-08-03 23:19:35 -0400
  • 25edca0439 Correct formatting problems with MIT license text in the game text. Chris Wilson 2020-08-03 19:21:25 -0400
  • da3a65fd53 Move downloads to downloads.py Fabian Dill 2020-08-03 19:27:40 +0200
  • 2a8f39a0a1 correctly report back broken yaml files Fabian Dill 2020-08-03 19:19:36 +0200
  • 45edb64ca8 Changes to some of the texts CaitSith2 2020-08-03 09:53:55 -0700
  • 993059f39f Merge branch 'master' of https://github.com/berserker66/MultiWorld-Utilities Chris Wilson 2020-08-03 00:51:54 -0400
  • 89b813fb75 Add MIT License to in-game text of bullied kid on Death Mountain Chris Wilson 2020-08-03 00:51:24 -0400
  • 5c9b3dbdbc WebHost: sort patches by player ID Fabian Dill 2020-08-03 06:41:25 +0200
  • d511dc7347 WebHost: Spoiler is now longstr, which doesn't need BOM handling Fabian Dill 2020-08-03 06:38:30 +0200
  • 2716b78d07 WebHost: Sort patch files Fabian Dill 2020-08-03 04:29:46 +0200
  • 2fa9253775 WebHost: Make sure there's enough space reserved for a multiworld spoiler Berserker66 2020-08-03 04:19:36 +0200
  • 8e8bce4d9a Update directory structure in WebHostLib Chris Wilson 2020-08-02 19:10:42 -0400
  • 22abd09087 WebHost: On-Server rolling Fabian Dill 2020-08-02 22:11:52 +0200
  • cfb8e2ce71 Don't cache the subpath component Fabian Dill 2020-08-02 00:34:23 +0200
  • 2eefb566ef Bump version to 2.5.0 Skipping 2.4.1 as the update became heavier on content than expected Fabian Dill 2020-08-01 17:10:45 +0200
  • 2eea9b913c default to outputting to {local_path}/output * Windows setup has that path as writable by everyone * most others run from source, where the entire source path and children is writable. * People complained about files appearing in My Documents, which admittedly is not intuitive Fabian Dill 2020-08-01 16:52:11 +0200
  • 01ace95c32 Various Item pool fixes * Pedestal goal always left a spare item in the pool, unless vanilla swords was also selected * extra items for the pool can now be given dynamically based on items still needed. * easy item pool + swordless gets 4 bows, not 2 (weird combo, but ok) * add some item pool unittests * add easy item pool to CLI and GUI Fabian Dill 2020-08-01 16:49:46 +0200
  • 8759ab83bc Merge remote-tracking branch 'origin/master' into master Fabian Dill 2020-08-01 08:02:50 +0200
  • b1d3adae6e bring back one extra lamp for easy pool (doubling like the other items in the pool). But no special logic. Fabian Dill 2020-08-01 08:02:42 +0200
  • 5ce9be574a
    Merge pull request #130 from Berserker66/dependabot/npm_and_yarn/data/web/elliptic-6.5.3 Fabian Dill 2020-08-01 06:39:51 +0200
  • b20df7837a add progression balancing to easy.yaml Fabian Dill 2020-08-01 06:36:31 +0200
  • 615192f65b remove lamps_needed_for_dark_rooms variable Fabian Dill 2020-08-01 06:26:30 +0200
  • 86025745ac reimplement easy item pool Some changes were made. The design chosen is to keep the changes to the same range of changes that hard and expert apply (so no change in lamp count, for example), while trying to keep easy as similar as it was. Fabian Dill 2020-08-01 06:22:59 +0200
  • 3743f44bd6 Fix text typo, making maidens understood Fabian Dill 2020-08-01 05:32:11 +0200
  • 3eacf80ecc remove leftover debug log Fabian Dill 2020-08-01 02:46:17 +0200
  • b7e52c4348 correct tutorial path Fabian Dill 2020-08-01 02:42:32 +0200
  • e4e57432e3 <filename> route needs sanitazition, as it can escalate to parent folders and grab any file from the server. Fabian Dill 2020-08-01 02:32:48 +0200
  • 2f2cfc6a09
    Merge pull request #129 from compiling/multiworld Fabian Dill 2020-08-01 02:27:44 +0200
  • cab75ea7df
    Bump elliptic from 6.5.2 to 6.5.3 in /data/web dependabot[bot] 2020-08-01 00:01:54 +0000
  • d5d6c717e0 Add tutorial page, favicon. Chris Wilson 2020-07-31 19:59:33 -0400
  • b0035d9a08 Update TR key logic to handle the big key being placed in the back, which can only be accessed by travelling backwards from the middle to a connecting overworld location. compiling 2020-08-01 08:48:29 +1000
  • 49189bec02 Cleanup bosses.py Fabian Dill 2020-07-31 21:56:31 +0200
  • ebd6a9e3cf Removed all instances of the word "Official" where it does not refer to Nintendo Fabian Dill 2020-07-31 19:45:10 +0200
  • f7b572937e Add Singularity and Duality Boss Shuffles to easy.yaml linked_options Fabian Dill 2020-07-31 01:44:25 +0200
  • 25b43e8357 Add Singularity and Duality Boss Shuffles Fabian Dill 2020-07-31 00:07:55 +0200
  • 4e47be38f9 Remove appveyor Fails too often randomly anyway. Fabian Dill 2020-07-30 20:19:22 +0200
  • 9825785989 Set Enemizer output to logging.debug Fabian Dill 2020-07-30 20:17:52 +0200
  • 7a29445c07 Should probably not spoil which players have progression balancing in a logging.info level, for mystery rolling Fabian Dill 2020-07-30 20:17:04 +0200
  • a118732431 Update Enemizer Fabian Dill 2020-07-30 20:14:05 +0200
  • 4ab1e563a0 Fix sprite glitch while receiving items during Ganon fight. CaitSith2 2020-07-29 22:05:37 -0700
  • 962b420299 WebHost: Fix internal server error if hint field is empty Fabian Dill 2020-07-30 01:00:55 +0200
  • 1abc6b2b2e Include a style file for tooltips. Chris Wilson 2020-07-29 18:51:48 -0400
  • c737408715
    Retry enemizer up to 5 times, logging the error each time it fails. (#128) CaitSith2 2020-07-29 12:56:43 -0700
  • daf4ac8117 WebHost: Tracker updates - use long player names for hint table - allow multistream link to be updated without page refresh - add a notice that the tracker is self updating Fabian Dill 2020-07-29 21:35:31 +0200
  • 89e1c05ef3
    Merge pull request #127 from compiling/multiworld Fabian Dill 2020-07-29 12:33:58 +0200
  • 113cb0fe82 Connect hyrule_castle_exits to light world exits in standard dungeonsfull shuffle when there are no mandatory exits. Fix GT key logic to only allow placing a small key in the map room when the playthrough algorithm can reach it (due to limitations of the key logic). compiling 2020-07-29 18:05:47 +1000
  • 445852d3fa Gui: Make spritelist "responsive" Fabian Dill 2020-07-29 04:31:16 +0200
  • ab54921665 WebHost: make multistream usernames unique Fabian Dill 2020-07-28 17:19:54 +0200
  • bca1a2d9e0 WebHost: Automatic !hint tracking Fabian Dill 2020-07-27 19:30:31 +0200
  • 8696ee4c9e WebHost: Use B64encoded UUIDs for links. Warning: This will break old links Fabian Dill 2020-07-27 05:04:49 +0200
  • 63cbdb9449 WebHost: Add a yaml checker Fabian Dill 2020-07-27 04:05:42 +0200
  • 89cea382ea Fix the magic powder sprite resolution Chris Wilson 2020-07-26 08:25:54 -0400
  • c9badb2b34 The most important change to ever grace this repo Chris Wilson 2020-07-26 08:14:06 -0400
  • e384c9ed6d Tables now automatically resize themselves to fit page height Chris Wilson 2020-07-25 22:07:35 -0400
  • d1af7de6fe Merge remote-tracking branch 'origin/master' Chris Wilson 2020-07-25 17:27:07 -0400
  • 1d22c7fb97 Fix thead not sticking properly in chromium-based browsers, restore scroll-sync Chris Wilson 2020-07-25 17:24:23 -0400
  • 9f5d9847f0 WebHost: Clean up some whitespace Fabian Dill 2020-07-25 22:53:46 +0200
  • 5cd5223ae0 WebHost: Add youtube livestreaming and autogenerated multistream link Fabian Dill 2020-07-25 22:40:24 +0200
  • aacd5b4063 Center last activity column Chris Wilson 2020-07-25 02:10:49 -0400
  • 3ea435c66c Style fixes for tracker page Chris Wilson 2020-07-25 02:07:52 -0400
  • 789d0245cc MultiServer: supposed to restart savefile on older formats too Fabian Dill 2020-07-24 14:14:45 +0200
  • 88ba7b55d2 Multiserver: [0,1] == (0,1) -> False, turns out. Fabian Dill 2020-07-24 14:00:59 +0200
  • 5895e0ce3d adjuster no longer force injects basepatch, so documentation should reflect that it can patch various alttp roms Fabian Dill 2020-07-24 13:45:28 +0200
  • c41ffdeb80 WebHost: restore automatic tracker refresh Fabian Dill 2020-07-24 03:57:44 +0200
  • 051555ef14 Prevent overloading of window.onload Chris Wilson 2020-07-23 20:54:25 -0400
  • 24c4972c44 minor optimization to bunny rules Fabian Dill 2020-07-23 18:10:58 +0200
  • f484ed0274 Overhaul of styles for DataTables, re-add Cookie Notice Chris Wilson 2020-07-23 03:21:26 -0400
  • da38029ee7 Fix upload button doing nothing. Caused by script tag in head overriding window.onload, which was already declared in uploads.js Chris Wilson 2020-07-22 22:44:52 -0400
  • 35e2b2d20d set_save adjustments for older DB savegames Berserker66 2020-07-22 12:02:09 +0200
  • 78c85cce14 WebHost: List Rooms in a sortable table Fabian Dill 2020-07-21 23:15:19 +0200
  • b7d45ae663 update default meta.yaml with new goals Fabian Dill 2020-07-21 06:36:51 +0200
  • d005f6e1e1 WebHost: fix landing page caching and mention amount of multiworlds in the last week. Fabian Dill 2020-07-21 06:35:47 +0200
  • ac238d9b14 WebHost: Don't count exit saving as activity, thereby creating a hosting loop Fabian Dill 2020-07-20 14:17:05 +0200
  • cb4d2d1ef0 Tracker: Use Icons for header where appropriate Fabian Dill 2020-07-19 22:32:56 +0200
  • 611a38be67 Tracker: Only show AT and HC big key in DoorRando Fabian Dill 2020-07-19 21:15:55 +0200
  • 4b155677fa javascript import ordering is a thing~ Fabian Dill 2020-07-19 20:55:03 +0200
  • e13136ea7d restore tracker to known ugliness Fabian Dill 2020-07-19 20:52:04 +0200
  • 788f0e9af9 Add Tags to multidata Fabian Dill 2020-07-19 20:16:45 +0200
  • 3e86347389 Remove debug logs Chris Wilson 2020-07-18 23:02:41 -0400
  • 5fdc3f757b Fix import paths and restore tracker functionality Chris Wilson 2020-07-18 23:01:35 -0400
  • e62b406337 Update npm dependencies to pull in security updates Chris Wilson 2020-07-18 16:40:04 -0400
  • 69f5802e7a Improved styling for WebHost Chris Wilson 2020-07-18 16:25:07 -0400
  • 79c91f57a8 update easy.yaml to reflect new minor_glitches Fabian Dill 2020-07-18 02:42:48 +0200
  • 365458f91b update logic not found error message Fabian Dill 2020-07-17 20:50:41 +0200
  • 9445527249 Multiclient: use new romname for persistent storage Fabian Dill 2020-07-17 15:50:00 +0200
  • 2c1411770e Update Enemizer https://github.com/Ijwu/Enemizer/releases Fabian Dill 2020-07-17 00:04:09 +0200
  • 8eff94cb67
    Merge pull request #124 from compiling/multiworld Fabian Dill 2020-07-16 17:10:05 +0200
  • 34b04179ce Merge remote-tracking branch 'origin/master' Fabian Dill 2020-07-16 16:57:48 +0200
  • 1d036c0d3c add compatibility server setting Fabian Dill 2020-07-16 16:57:38 +0200
  • 075092b154 Make random_on_hit and ALL adjuster settings on initial seed roll deterministic caitsith2 2020-07-16 03:40:47 -0700