Commit Graph

3383 Commits

Author SHA1 Message Date
TheLynk f2298c6a8e Add Two New Tricks "Navi dive" (#5477)
* add navi dive bottom of the well

* add kokiri sword logic for botw

* Optimisation Logic

* Add Navi Dive Lost Wood

* Update Logic

* Move IsChild in logic trick

* Add brackets

* Clang-Format

* Tweak Text

Tweak Text

* Final Push ?

* It's really the last push
2025-05-23 15:37:30 -07:00
Malkierian 99c3fa6006 Preset Manager (#5459)
* Add presets sidebar, proof of concept row-based listing.

* Complete and unify section check/x drawing.

* Add error state to InputString, and corresponding members and builders to InputOptions.
Implement saving and loading of preset files.

* Implement `Config::SetBlock()`.
Implement Apply.
Implement Delete.
Some json structure changes.

* Apply `CVarClear()` calls in CVar-prefixed widget functions.

* Comment out satellite preset pickers for now.

* clang

* Fix ButtonOptions initializer list.

* I hate clang...

* Loop new preset checkbox creation.
Restore auto-resizing to new preset popup.
Remove errant BeginDisabled in randomizer (merge artifact?).

* Add BlockInfo struct to make array with all info for each block.
Setup loops for all other same-ish situations (applying presets, setting up columns, etc) based on blockInfo.

* Save tracker windows info for later restoration.
Lay the groundwork for said restoration.

* Complete tracker window restoration on preset application.

* Fix RadioButtonsOptions builder parameter type.
Add race lockout to new and apply buttons.

* Revert application of CVarClear on UIWidgets widgets (need to preserve manually-set default states).

* Remove enhancements satellite picker.
Swap randomizer satellite picker to use the manager presets, only displays presets with randomizer section included.
Move built-in presets to the asset archive, and remove delete button on them.
Remove PresetEntries.cpp.

* Fix locations and tricks tabs not updating live when applying preset with new system.

* Apply RandoGenerating lockout to rando preset Apply button.

* Fix new presets not being properly filtered in satellite selectors.

* Fix currently selected presets getting deleted still being selected in satellite selectors.

* Change BigPoeTargetCount in preset files to 1.
2025-05-23 14:57:49 -07:00
Philip Dubé 3a069e621e Fix warnings (#5516)
* use size_t instead of uint8_t for hint ids

* va_arg int instead of s16

warning: second argument to 'va_arg' is of promotable type 's16' (aka 'short'); this va_arg has undefined behavior because arguments will be promoted to 'int' [-Wvarargs]

* more issues like #5443
2025-05-23 14:21:25 -07:00
Malkierian d69a45674f Adds a check for "OneDrive" in the execution path to the startup errors that prevent running. (#5522) 2025-05-23 14:06:25 -07:00
Rozelette a2541fded8 Exclude build dependencies from clang format (#5490) 2025-05-23 14:06:19 -07:00
nclok1405 150029fa49 Set default player name to "リンク" ("Link" in Katakana) when playing in Japanese (#5487) 2025-05-23 14:05:59 -07:00
Rozelette e4448f491e Add ObjectExtension system (#5429) 2025-05-23 14:05:33 -07:00
Jordan Longstaff db8440e744 Move Shadow Tag Mode hook to its own file (#5179)
* Move Shadow Tag Mode hook to its own file

* Rename initFunc
2025-05-23 14:04:43 -07:00
Jordan Longstaff d8acc32876 Move Daytime Gold Skulltulas mod hook to its own file (#5174)
* Move Daytime Gold Skulltulas mod hook to its own file

* Fix externs?

* Rename initFunc
2025-05-23 14:04:20 -07:00
Malkierian ae480e107e Implement Log Level selector setting (#5263)
* Implement Log Level selector setting.

* run clang

* Enum for default value.

* PR feedback: use CVAR_DEVELOPER_TOOLS in CVar builder.

* Slight change to try to force a PR update.

* screw you clang
2025-05-23 14:03:30 -07:00
Philip Dubé ca32dfd246 Dampe Fire (#5521)
* No Dampe Fire

* spicy

* bikeshed
2025-05-23 14:03:20 -07:00
Philip Dubé 24013e2e5c skip bottling big poes (#5247)
* setting to skip bottling big poes

empty bottle still required to collect

avoids logic needing to work around player soft locking by filling bottles without poe collector access

* No option, zero option

* TEXT_BIG_POE_COLLECTED_RANDO

* update preset

* fix talking to poe collector after receiving item
2025-05-23 14:00:35 -07:00
Jerom Venneker ea95ca0a9a Enabled Connecting and check synching when already in game 2025-05-23 19:28:42 +02:00
Jerom Venneker a9e99e400c Removed IS_ARCHIPELAGO defines 2025-05-23 18:22:50 +02:00
Jerom Venneker b2c2be034e Added Item Synch on game load 2025-05-23 18:04:08 +02:00
aMannus c15abdc411 Init archipelago data, place different AP item types 2025-05-23 13:50:20 +02:00
aMannus 0a1a1088e1 Fix cmake for non-linux 2025-05-23 10:44:40 +02:00
aMannus 9533de7ef6 Merge branch 'pr/64' into aManchipelago 2025-05-23 10:39:04 +02:00
aMannus 9709ec461b All AP save data initialized 2025-05-23 10:35:12 +02:00
aMannus aed7dd3e42 Update models to lower poly version 2025-05-23 09:15:38 +02:00
aMannus a52ae24422 Implement initial AP item models 2025-05-23 03:11:36 +02:00
aMannus cc9d15e1b7 Initial AP save data 2025-05-23 01:21:29 +02:00
Jerom Venneker 108cc3b24d Cleaned up Item recieve code and removed old AP mappings 2025-05-23 00:34:27 +02:00
Pepper0ni a9fc317a5a Fix crash when no valid enemies are selected (#5519)
* fix crash when no valid enemies are selected

* Clanged
2025-05-22 15:23:14 -07:00
Philip Dubé 1d716a5975 ShuffleBeehives.cpp (#5511) 2025-05-22 15:18:03 -07:00
Jerom Venneker b24abb4ae4 Merge remote-tracking branch 'fork/aManchipelago' into AddArchipelagoClientLib 2025-05-22 23:00:04 +02:00
Jerom Venneker 0fa178ee40 made openssl use dynamic libraries on fedora 2025-05-22 22:58:28 +02:00
Pepper0ni 2511275b8b Fix getting heart containers on pocket and skipped impas song (#5518)
* fix getting heart containers on pocket and skipped impas song

* curse you clang! CURSE YOU!
2025-05-21 15:01:54 -07:00
aMannus 1510c23684 Remove duplicate location sending 2025-05-21 23:14:30 +02:00
aMannus a8a8c30543 Implement hook for archipelago 2025-05-21 22:59:59 +02:00
Malkierian 79b6719db3 Change soh.otr loading to use LocateFileAcrossAppDirs() instead of just the app bundle path. (#5525) 2025-05-21 11:30:16 -07:00
Pepper0ni 01ce1eeac8 Fix oversight in lab boots trick, you need to be able to swim back up (#5524) 2025-05-21 08:51:43 -07:00
Pepper0ni 5bf3761a18 Fix Boss and Tower entryways skipping requirements in decoupled (#5484)
* Fix boss and tower entryways in decoupled

* Add patches to child boss room entryways

* Apply fixes

* remember to set ALL the new exits
2025-05-21 08:51:34 -07:00
aMannus 513684d9a2 Merge pull request #63 from briaguya-ai/document-no-pem-decision
Document no pem decision
2025-05-21 11:40:31 +02:00
briaguya 99c16e3f0e Merge branch 'aManchipelago' into document-no-pem-decision 2025-05-21 05:38:24 -04:00
briaguya d7a1d6b24e document no pem decision 2025-05-21 05:38:02 -04:00
aMannus 3b603e0cb5 Merge pull request #62 from briaguya-ai/archi-ssl-linux-maybe-mac
SSL for linux (and maybe mac)
2025-05-21 11:19:18 +02:00
briaguya 2ba5a68e3d SSL for linux (and maybe mac) 2025-05-21 05:14:09 -04:00
aMannus abc819626b SSL support for windows 2025-05-21 10:54:02 +02:00
aMannus dcfbcf8602 Log debug mode & location scouting progress 2025-05-20 15:27:38 +02:00
Philip Dubé 4216776cd6 Fix entrance optimization (#5520)
I'm an idiot
2025-05-19 22:47:04 -07:00
aMannus 815b248b87 Change input fields to cvars 2025-05-19 21:52:44 +02:00
Malkierian e1f6297807 Merge pull request #5517 from HarbourMasters/develop-blair
Develop blair
2025-05-19 09:19:44 -07:00
aMannus 9e3e11692f Update archipelago menu styling 2025-05-19 12:31:12 +02:00
aMannus 959b7dd433 Function renames 2025-05-19 11:16:13 +02:00
aMannus 1bf399658c Replace archi SPD instances with built in console 2025-05-19 09:55:01 +02:00
briaguya 081f82875a fix link voice missing when hanging off ledges (#5506)
* fix link voice missing when hanging off ledges

* remove unused bitrate var

* hardcoded but justified

* format
2025-05-18 21:24:57 -07:00
Pepper0ni 4334a132e3 fix the wrong codepath being used in CanBuy when generating seeds (#5514) 2025-05-18 14:28:55 -07:00
briaguya f0e40fd1dc fix incorrect token count in messages when tokensanity is off (#5503)
* fix incorrect token count in messages when tokensanity is off

* Update OTRGlobals.cpp
2025-05-18 14:26:10 -07:00
Pepper0ni f16e34e8b8 fix and rename IsKeysanity to IsFireLoopLocked (#5515)
* c

* fix and rename IsKeysanity

* add comment
2025-05-18 14:25:18 -07:00