Commit Graph

84 Commits

Author SHA1 Message Date
Rodrigo Alfonso
366518faaf Improving documentation 2024-08-05 09:55:26 -03:00
Rodrigo Alfonso
33f0d2ca4e Version => v6.3.0 2024-04-21 18:59:02 -03:00
Rodrigo Alfonso
c2ebcc23fc Version => v6.2.3 2024-03-01 17:43:04 -03:00
Rodrigo Alfonso
7e50be40dd Version => v6.2.2 2024-02-24 02:20:24 -03:00
Rodrigo Alfonso
b8540e7dda Removing cursed assembly from LinkSPI, as it wasn't needed - Fixes #18 2024-02-07 01:14:59 -03:00
Rodrigo Alfonso
ab11a89662 Increasing version to v6.2.0 2024-01-24 06:15:24 -03:00
Rodrigo Alfonso
0779535b2c Adding notes about libugba and small fix to support 5 players in LinkUniversal 2024-01-18 19:10:32 -03:00
Rodrigo Alfonso
d9c69531f2 Cleaning up code 2024-01-15 20:34:21 -03:00
Rodrigo Alfonso
85ef504ce3 FIX: Resetting the adapter before sending BYE command 2024-01-15 19:37:33 -03:00
Rodrigo Alfonso
3db87d79bf Using cstring on LinkWireless/LinkUniversal 2024-01-15 19:21:51 -03:00
Rodrigo Alfonso
69e8e7700a Increasing version to v6.1.0 2024-01-15 09:58:57 -03:00
Rodrigo Alfonso
4e9368494d Renaming error WEIRD_PLAYER_ID to CONNECTION_FAILED 2024-01-14 02:39:08 -03:00
Rodrigo Alfonso
8df5c69bf0 Using normal wait in LinkWireless 2024-01-06 07:31:04 -03:00
Rodrigo Alfonso
f07a98834a FIX: Invalid memory access in LinkUniversal 2024-01-06 07:24:11 -03:00
Rodrigo Alfonso
67926404d2 FIX: Leaked messages from previous session (v6.0.0 regression) 2024-01-06 04:00:50 -03:00
Rodrigo Alfonso
46f257c015 Using native wireless adapter's support for maxPlayers instead of using EndHost & updating broadcast data 2024-01-06 02:10:49 -03:00
Rodrigo Alfonso
b537e6ab71 FIX: Ensuring that the wireless adapter is serving before autoclosing the room 2024-01-04 01:51:46 -03:00
Rodrigo Alfonso
c3a79984d8 Enforcing max player restrictions 2024-01-04 01:00:48 -03:00
Rodrigo Alfonso
e592884692 Setting current version to v6.0.2 2024-01-03 11:10:58 -03:00
Rodrigo Alfonso
8a162d429c Closing active wireless sessions by updating broadcast data 2024-01-03 11:02:35 -03:00
Rodrigo Alfonso
8b58af297e deactivate() now returns a boolean 2024-01-02 05:01:48 -03:00
Rodrigo Alfonso
af29548f5f Increasing version to v6.0.1 and cleaning up code/docs 2024-01-02 04:33:35 -03:00
Rodrigo Alfonso
8170bcfa6b Adding gameId option to broadcasting functions and setting LINK_WIRELESS_MAX_COMMAND_RESPONSE_LENGTH to 30 2024-01-02 04:32:52 -03:00
Rodrigo Alfonso
77ada291e9 Putting the adapter in idle mode on deactivate() 2024-01-02 04:32:52 -03:00
Rodrigo Alfonso
7ac13f4b15 FIX: Some LinkWireless's initialization parameters were broken 2023-11-23 08:48:23 -03:00
Rodrigo Alfonso
8cbde57097 FIX: Also using the IWRAM directives in LinkUniversal 2023-11-23 08:39:57 -03:00
Rodrigo Alfonso
c9b674eebb Adding compile option to put wireless ISRs in IWRAM 2023-11-23 05:45:52 -03:00
Rodrigo Alfonso
f7220755a1 Moving timeout check to onVBlank 2023-11-23 02:22:03 -03:00
Rodrigo Alfonso
d4177c2cf6 Increasing wireless default timeout to 10 2023-11-22 22:10:27 -03:00
Rodrigo Alfonso
5a090e2b82 Avoiding unnecessary state copies 2023-11-22 21:42:48 -03:00
Rodrigo Alfonso
6e85bc99dd acceptConnectionsOrSendData => acceptConnectionsOrTransferData 2023-11-20 19:48:35 -03:00
Rodrigo Alfonso
2c57b34b3b Improving precision of LinkWireless_demo_profiler 2023-11-18 23:21:02 -03:00
Rodrigo Alfonso
78003e3e7c Adding optional USE_SEND_RECEIVE_LATCH option 2023-11-18 21:56:18 -03:00
Rodrigo Alfonso
2981032bbc Using hpp extension as these are C++ header files, and updating docs 2023-11-18 08:37:00 -03:00