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
aMannus
21c53aff93
Crude archipelago log window
2025-05-18 22:56:27 +02:00
briaguya
53566c9a73
fix incorrect __VA_ARGS__ use in lusprintf version of osSyncPrintf ( #5510 )
2025-05-18 16:25:24 -04:00
briaguya
50f42b93fe
fix "is valid for C/ObjC but not for C++" warnings ( #5512 )
2025-05-18 16:25:00 -04:00
aMannus
68f73d86f5
Move menu to Network tab, clean up switch
2025-05-18 20:42:55 +02:00
aMannus
e7ab37c6cc
Make it build baby!
2025-05-18 20:31:19 +02:00
aMannus
95cc7ae8e2
File directory cleanup and options window separation
2025-05-18 14:36:37 +02:00
aMannus
3dd7ef6a59
Merge pull request #61 from jeromkiller/AddArchipelagoClientLib
...
Add archipelago client lib
2025-05-18 13:31:04 +02:00
Malkierian
ecad59e31f
Add tooltip to Generate Seed button when disabled indicating the need to be on File Select. ( #5509 )
2025-05-17 18:52:45 -07:00
Pepper0ni
8e34942924
Toggle the vanilla flags instead of the rando flags when removing one time scrubs ( #5504 )
2025-05-17 18:06:24 -07:00
xxAtrain223
e0d5fbec42
Available Checks Prices ( #5446 )
...
* Improved the item location price availability.
* Moved the available checks price logic into location_access.cpp.
* Fixed typo and clarified check status identified.
2025-05-17 18:05:20 -07:00
Eric Hoey
b30fff5d57
Skip Forest Temple Basement Pillars Cutscene ( #5473 )
...
* vb forest pillar cs skip
* change to one point cutscene skip
* rm whitespace
2025-05-17 17:56:57 -07:00
xxAtrain223
66351fa4e4
Remove freestanding key from Bottom of the Well Perimeter. ( #5496 )
2025-05-17 17:30:01 -07:00
xxAtrain223
9cb6530858
Fix Enable Available Checks from title screen. ( #5502 )
2025-05-17 17:29:53 -07:00
briaguya
3c0e7bcf72
bump lus (to bump imgui) ( #5501 )
2025-05-17 17:12:05 -04:00
briaguya
b418db7792
bump lus ( #5500 )
2025-05-17 15:35:51 -04:00
Jerom Venneker
82ef6c55ef
Disabled (but not removed) mapping of old OoT ap items and locations. Not tested because I can't get the world to host yet :(
2025-05-17 20:05:37 +02:00
briaguya
4f0ed2949e
fix seed gen underflow ( #5499 )
2025-05-17 07:55:21 -07:00
briaguya
026c7619da
set soh c standard to 23 ( #5498 )
2025-05-17 02:16:59 -04:00
Christopher Leggett
6acabae38f
Prevent another use of gSaveContext during Seed Generation ( #5458 )
...
* Prevent BeanPlanted using gSaveContext for seed gen
* address malk's comment about extern
---------
Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com >
2025-05-16 23:11:04 -07:00
Archez
9010b8c540
port over nametag improvements from 2ship ( #5160 )
2025-05-17 01:09:23 -04:00
Malkierian
e673eaefb6
Warnings Round 2 (mostly Rando) ( #5486 )
...
* Handle virtually all warnings in `soh/Enhancements/randomizer`.
Handle order of operations warning in FasterHeavyBlockLift.
* Missed a few.
* Add float-specific versions of some M_PI and M_SQRT defines, and swap them in for the static casts in draw.cpp.
* Swap a static cast for M_PIf in check tracker code.
2025-05-16 21:54:36 -07:00
Malkierian
23a5198986
Merge pull request #5497 from HarbourMasters/develop-blair
...
blair -> dev
2025-05-16 21:46:00 -07:00
Pepper0ni
5b6844ccd8
reapply changes needed for C23 build on develop ( #5467 )
2025-05-17 00:41:14 -04:00
Malkierian
b900f8599a
Bump LUS to latest, and handle tinyxml and gfx_pc changes. ( #5470 )
2025-05-16 21:14:55 -07:00
briaguya
4fd0bf402e
set c standard to 17 ( #5492 )
2025-05-16 15:07:52 -07:00
Pepper0ni
e8c2db8151
remove all refernces to Doge ( #5488 )
2025-05-15 19:51:14 -07:00
Jerom Venneker
c5fdcb4064
Merge remote-tracking branch 'fork/aManchipelago' into AddArchipelagoClientLib
2025-05-14 12:37:46 +02:00
Malkierian
45d9fe54d2
Warnings Squashing Round 1 ( #5469 )
...
* Fix truncation warning in `entrance.h`.
* Fix type warning in fishsanity.cpp
* Fix implicit conversion warnings in BossRush, Mouse, and UIWidgets.hpp.
* Add Random_Float and use it in GameInteractor_RawAction.cpp.
Make non-specified seed init a separate function.
* clang after type change
* Fix truncation and conversion warnings in ExtraTraps.cpp.
* Resolve type conversion warnings in InputViewer.cpp.
* Resolve some type conversion warnings in hook_handlers.cpp.
* Remove `Random_Float`, and apply `RandomDouble` where it was being used instead.
Add proper range notation to `RandomDouble` to denote the lack of inclusivity for the max part of the range.
* Convert c-style casts to static_cast.
2025-05-13 19:30:04 -07:00
Jerom Venneker
ea13bc635f
Fixed recieving items from chests
2025-05-13 22:02:59 +02:00
Philip Dubé
afc52f07d2
location_access: don't short circuit event access logic ( #5216 )
...
event logic is only run while event isn't set
2025-05-13 12:30:22 -07:00
Philip Dubé
eb95f9060f
Faster empty bottle, faster bean skulltula ( #5355 )
...
* Faster empty bottle, faster bean skulltula
* shipinit
2025-05-13 12:30:04 -07:00
Philip Dubé
f9cde383b7
ignore out of bounds entrance overrides in json ( #5253 )
...
was causing segfault when using settings from door shuffle on develop
2025-05-12 20:33:21 -07:00
Pepper0ni
f72085b6ca
fix oversight in dragon room of MQ water ( #5482 )
2025-05-12 20:31:40 -07:00
Jerom Venneker
e2d0d8f511
Added found locations to scouts as well
2025-05-12 21:39:05 +02:00
Jerom Venneker
ae736e6f2c
Bump apclientpp to version 0.6.0
2025-05-12 21:22:37 +02:00
Jerom Venneker
ead3d2f515
Fixed menu and added poll call to apcpp to help connecting
2025-05-12 21:12:44 +02:00
Jerom Venneker
a0696518b1
Replaced APCpp library with APClientpp, project builds but doesn't work yet
2025-05-11 21:47:29 +02:00