Commit Graph

3116 Commits

Author SHA1 Message Date
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
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
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
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
aMannus
815b248b87 Change input fields to cvars 2025-05-19 21:52:44 +02: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
aMannus
21c53aff93 Crude archipelago log window 2025-05-18 22:56:27 +02: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
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
Jerom Venneker
c5fdcb4064 Merge remote-tracking branch 'fork/aManchipelago' into AddArchipelagoClientLib 2025-05-14 12:37:46 +02:00
Jerom Venneker
ea13bc635f Fixed recieving items from chests 2025-05-13 22:02:59 +02: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
Jerom Venneker
f8ecb68404 Merged aMannuses changes to swap out APCpp for apclientpp 2025-05-08 22:35:19 +02:00
aMannus
c109e5c2da Update ASIO to 1.30.2 2025-05-08 19:48:40 +02:00
aMannus
85e9ce7ed1 Potential Mac fix 2025-05-08 19:26:03 +02:00
Jerom Venneker
3053d92015 Made some notes on differences between SoH and the existing OoT APworld 2025-05-08 19:20:24 +02:00
aMannus
be50419a42 Merge pull request #60 from briaguya-ai/depsandstuff
fix linux ci
2025-05-08 06:51:37 +02:00
briaguya
ee7cb4ee22 back to 12 2025-05-07 20:24:07 -04:00
briaguya
345247c95a Merge branch 'aManchipelago' into depsandstuff 2025-05-07 20:23:43 -04:00
briaguya
b299de0bd7 cpp20 fix for valijson
i couldn't tell what version of valijson was in here, so i just fixed the error (it was the same as one of the errors websocketspp had)
2025-05-07 18:34:31 -04:00
briaguya
00ac813735 manually apply cpp20 fixes from https://github.com/zaphoyd/websocketpp/pull/1060
the patch link from  https://github.com/zaphoyd/websocketpp/issues/1068#issuecomment-1364647094 didn't work for some reason, so i looked at the 1060 PR

the PR had 10 commits https://github.com/zaphoyd/websocketpp/pull/1060/commits, all but 2 of which seemed entirely unrelated to the cpp20 fix

so i manually pulled the changes from the 2 cpp 20 related commits:
* 9b7fdd5b98
* 0823cfea38

Co-authored-by: Andre Azevedo <andre.azevedo@gmail.com>
2025-05-07 18:10:30 -04:00
briaguya
5040201a03 update wspp version from 0.8.1 to 0.8.2 2025-05-07 17:33:40 -04:00
aMannus
1389da5641 Update github runner to use GCC 14 2025-05-07 23:05:01 +02:00
aMannus
05e9696ca0 Merge branch 'develop' into aManchipelago 2025-05-07 21:04:16 +02:00
aMannus
59ce387614 Remove boost hash (#59)
* replace MT RNG with PCG

* replace boost hashing with FNV-1a

removes boost as a dependency

* remove boost dependency references

* format

* post rebase fix

---------

Co-authored-by: Demur Rumed <junkmute@hotmail.com>
2025-05-07 20:51:57 +02:00
Eric Hoey
6a93625f5c VBify Crawl Speed Enhancement and Add Exlcude Glitch-Aiding Crawlspace Option (#5465)
* add menu option

* VBify + add conditions

* oops wrong func

* clean up includes + casting

* move z_player externed functions

* better name

* correct menu text

* one last name final final

* maintain glitch-aiding selection
2025-05-06 17:00:33 -07:00
aMannus
c94139e0fa Fix __cplusplus macro for visual studio 2025-05-06 14:19:02 +02:00
aMannus
ca3c508a02 apclientpp first attempt at dependencies 2025-05-06 13:17:14 +02:00