Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

gymnast86

gymnast86 created a review comment on a pull request on mint-choc-chip-skyblade/sshd-rando
I also changed "Trial Object Shuffle" to "Random Trial Object Positions" so that the settings don't sound similar.

View on GitHub

gymnast86 created a review on a pull request on mint-choc-chip-skyblade/sshd-rando

View on GitHub

gymnast86 pushed 4 commits to trial-objects gymnast86/sshd-rando
  • delete accidental files in root directory 0abacec
  • change settings names for consistency 5e32be8
  • fix glow on trial reward item f8517ed
  • update differences readme 54a1c4a

View on GitHub

gymnast86 opened a pull request on mint-choc-chip-skyblade/sshd-rando
Trial Object Shuffle and Trial Treasuresanity
## What does this address? Trial Object Shuffle and Trial Treasuresanity have been implemented pretty much the same as the Wii randomizer. The biggest backend difference is that each relic check...
gymnast86 pushed 1 commit to trial-objects gymnast86/sshd-rando

View on GitHub

gymnast86 pushed 1 commit to trial-objects gymnast86/sshd-rando
  • implement trial object shuffle and trial treasuresanity 661dfc0

View on GitHub

gymnast86 created a branch on gymnast86/sshd-rando

trial-objects - A randomizer for The Legend of Zelda: Skyward Sword HD

gymnast86 pushed 23 commits to main gymnast86/sshd-rando
  • Add support to control the item collection sfx f34f237
  • Merge pull request #431 from gymnast86/main Fix logic for exiting thunderhead e091a90
  • Merge pull request #430 from CovenEsme/fix-hc-sound Play fancy Heart Container / Ancient Tablet item get SFX 74eff54
  • Cleanup layeroverride patches c3d0aba
  • Update default presets 2e7f009
  • Update Max Settings preset to include Sky Keep cfd9576
  • Remove Repair Gondo's Junk check from Beginner preset ec5197f
  • Change Floria gates to be open on the Beginner preset b0d5042
  • Change default Floria gates option from vanilla to open 4b8629f
  • Change enabled shortcuts for Beginner preset 4fcc1c9
  • Change item pool to standard for the Beginner preset a830325
  • Enable CTMC for the Beginner preset 35f1d88
  • Enable CTMC by default 067f2b6
  • Enable Deep Woods log before Temple shortcut for Beginner preset 780606d
  • Enable deep woods log before temple shortcut by default 8c10540
  • Make shortcuts for presets more consistent 72a7dfb
  • Show verify button instead of randomize until 1st verify is completed 22d07d1
  • Prevent tracker hover text showing on program start 75f7672
  • Apply Gym's fix for decoupled entrance tests failing c95ce46
  • Fix incorrect time of day logic for the Bazaar 11f344f
  • and 3 more ...

View on GitHub

gymnast86 pushed 2 commits to main gymnast86/TWWHD-Randomizer
  • Merge pull request #118 from gymnast86/main Revert to checking macros instead of substituting them directly 5c95f96
  • Tracker Saving - Allow saving tracker files to new locations - Allow loading existing tracker files - Update dockerfile 4d3db5c

View on GitHub

gymnast86 created a review on a pull request on mint-choc-chip-skyblade/sshd-rando

View on GitHub

gymnast86 opened a pull request on mint-choc-chip-skyblade/sshd-rando
Fix logic for exiting thunderhead
## What does this address? Previously there weren't any requirements for exiting thunderhead because I erroneously assumed the loading zone to leave was always active. This is actually not the c...
gymnast86 pushed 19 commits to main gymnast86/sshd-rando
  • Update pyinstaller requirement in the all-dependencies group Updates the requirements on [pyinstaller](https://githu... 19eb234
  • Merge pull request #420 from mint-choc-chip-skyblade/dependabot/pip/main/all-dependencies-3ffbfc2b65 Update pyinstal... 29c586c
  • Merge pull request #421 from gymnast86/main Fix more tracker bugs eaed84f
  • Bump the all-dependencies group across 1 directory with 5 updates Updates the requirements on [cmake](https://github... 3a69878
  • Fix some dungeon locations not being properly assigned f309bfc
  • Merge pull request #426 from mint-choc-chip-skyblade/dependabot/pip/main/all-dependencies-405717738f Bump the all-de... 13e3430
  • Merge pull request #427 from gymnast86/area-assignment-fix Fix some dungeon locations not being properly assigned 4b32d5e
  • Update version to 1.4 465cb0c
  • Update changelog 060edc1
  • Add German language translations a2ea573
  • Add more generalised language plurality support 35e0be7
  • Reduce Fi hint textboxes per eventflow 312ed3d
  • Update language setting description e992068
  • Merge pull request #429 from CovenEsme/german-lang Add German language translations 7ffd0a5
  • Merge branch 'main' into 1.4-release 8a5c2cc
  • Update changelog 803e19b
  • Merge pull request #428 from CovenEsme/1.4-release 1.4 release 804766d
  • fix some comments 7eb34ae
  • fix logic for exiting thunderhead de85627

View on GitHub

gymnast86 created a review on a pull request on mint-choc-chip-skyblade/sshd-rando

View on GitHub

gymnast86 created a review on a pull request on mint-choc-chip-skyblade/sshd-rando

View on GitHub

gymnast86 created a review on a pull request on mint-choc-chip-skyblade/sshd-rando

View on GitHub

gymnast86 created a review on a pull request on mint-choc-chip-skyblade/sshd-rando

View on GitHub

gymnast86 created a review on a pull request on mint-choc-chip-skyblade/sshd-rando

View on GitHub

gymnast86 opened a pull request on mint-choc-chip-skyblade/sshd-rando
Fix some dungeon locations not being properly assigned
## What does this address? Some dungeon locations were not getting properly assigned to their dungeons. The problem was that when assigning hint regions and dungeon locations, we were only assig...
gymnast86 created a branch on gymnast86/sshd-rando

area-assignment-fix - A randomizer for The Legend of Zelda: Skyward Sword HD

gymnast86 pushed 7 commits to main SuperDude88/TWWHD-Randomizer
  • update submodules? bf4eaff
  • fix off by one error de7d9b8
  • revert to checking macros 2553645
  • revert to checking macros 8c593b2
  • Merge branch 'main' of https://github.com/gymnast86/TWWHD-Randomizer c14246a
  • fix submodule update 05936aa
  • Merge pull request #118 from gymnast86/main Revert to checking macros instead of substituting them directly 5c95f96

View on GitHub

gymnast86 closed a pull request on SuperDude88/TWWHD-Randomizer
Revert to checking macros instead of substituting them directly
Reverts logic parsing of macros back to the previous behavior of checking the original macro instead of just substituting the macro requirement directly. This fixes the randomizer charts issue. ...
gymnast86 opened a pull request on SuperDude88/TWWHD-Randomizer
Revert to checking macros instead of substituting them directly
Reverts logic parsing of macros back to the previous behavior of checking the original macro instead of just substituting the macro requirement directly. This fixes the randomizer charts issue. ...
gymnast86 pushed 1 commit to main gymnast86/TWWHD-Randomizer

View on GitHub

gymnast86 pushed 2 commits to main gymnast86/TWWHD-Randomizer
  • revert to checking macros 8c593b2
  • Merge branch 'main' of https://github.com/gymnast86/TWWHD-Randomizer c14246a

View on GitHub

gymnast86 pushed 2 commits to main gymnast86/TWWHD-Randomizer

View on GitHub

gymnast86 pushed 5 commits to main gymnast86/TWWHD-Randomizer
  • Merge pull request #117 from gymnast86/main 4dd72d0
  • More Error Cleanup - Don't treat connecting controllers as errors while they briefly read as "invalid" extension types d7c26e5
  • Deduplicate Some Data - Centralize some default chart mappings so they aren't defined in two places c1c53fb
  • Room Index/Number Semantics Technically the same thing since room 0 is the seafloor, but I think "number" is more clear 786e7cb
  • update submodules? bf4eaff

View on GitHub

gymnast86 pushed 2 commits to main SuperDude88/TWWHD-Randomizer
  • properly remove barren dungeons 87b1ede
  • Merge pull request #117 from gymnast86/main 4dd72d0

View on GitHub

gymnast86 closed a pull request on SuperDude88/TWWHD-Randomizer
Properly remove dungeons from the pool of barren regions
Turns out you actually have to remove the dungeon from the pool instead of just logging a debug message that the dungeon was removed. Who would've guessed!
gymnast86 opened a pull request on SuperDude88/TWWHD-Randomizer
Properly remove dungeons from the pool of barren regions
Turns out you actually have to remove the dungeon from the pool instead of just logging a debug message that the dungeon was removed. Who would've guessed!
gymnast86 pushed 18 commits to main gymnast86/TWWHD-Randomizer
  • Ranged Wizzrobe Change - Require bow for defeating wizzrobes at range It's pretty tough with hookshot sometimes 3cbabb0
  • Low Health Fix - Fix beeping when max health was above 1 heart but not yet a full 2 hearts Fixes #113 ed3b31f
  • Duplicate Buttons Fixes - Fix some issues setting up duplicate buttons I think this handling is worth revisiting la... 00924e8
  • Reorganize GUI Code - Move all GUI code under gui/ folder - Add desktop/ and console/ GUI subfolders - Make some con... 4bd1e3b
  • Fix gitignore - Ignore data.qrc at its new path f0408f2
  • Fix Mac Action - Update path for Mac instructions b41bc3b
  • Merge pull request #111 from SuperDude88/gui-reorganize Reorganize GUI Code 85c5e37
  • Random Cleanup 25483c3
  • Update Disc Note - Remove outdated note about discs being untested (fixed 1.0.1+) e8e68d7
  • Casual Clothes Fix - Fix casual clothes not showing properly in the water reflection in PG's room cc38f00
  • Komali Door Tweak - Change Komali's door doing some unintuitive locking 10edba5
  • XML Error Improvements - Use better error strings for XML issues Still does not do all the nullptr checks it should... 10e814b
  • Free Space Error Improvement - Clarify weird case where super low free space can get reported as an error f1ca290
  • Oops Need to check my work when I copy+paste 7686f56
  • Avoid Tracker False Alarms - Don't write "area not defined" errors where an undefined area is sometimes expected (i.... 52bd461
  • More Error Logging - Proper logging for more config errors 8328e96
  • Library Updates Also move a variable declaration to a more sensible spot 0c86534
  • properly remove barren dungeons 87b1ede

View on GitHub

Load more