Commit Graph

  • 13c873aae0
    Merge pull request #35 from Istador/emu-build CraftyBoss 2022-09-04 20:11:38 -0700
  • 0aa291dd07
    don't send empty GameInf and CostumeInf packets and resend them on reconnect Robin C. Ladiges 2022-09-05 03:21:43 +0200
  • 65d6ffb4fc
    separate build for emulators Robin C. Ladiges 2022-09-05 01:41:34 +0200
  • 07ceca90e6
    resend CostumeInf packet on reconnect too Robin C. Ladiges 2022-09-04 21:52:15 +0200
  • cc4c1d7c67 Merge branch 'dev' of https://github.com/CraftyBoss/SuperMarioOdysseyOnline into dev CraftyBoss 2022-09-04 02:23:16 -0700
  • d4eabffff1 executor table re-impl, shine sync changes, send/recv netcode refactored CraftyBoss 2022-09-04 02:23:02 -0700
  • 19c6d800bd More changes while testing Jack Garrard 2022-09-03 01:57:57 -0700
  • 1204e27adb Attempt at full udp client Jack Garrard 2022-08-30 15:18:44 -0700
  • 2ffc71b4f2
    don't send empty GameInf packets and resend them on reconnect Robin C. Ladiges 2022-08-29 02:44:40 +0200
  • b18671f113 Move packet type check to after packet data recv Jack Garrard 2022-08-27 01:47:52 -0700
  • dd5b6f6f4b Personal send info Amethyst-szs 2022-08-17 12:34:05 -0700
  • d4df8f030c
    Merge pull request #32 from Istador/dev-releases CraftyBoss 2022-08-13 14:33:17 -0700
  • 81a0726836
    move latest-dev tag Robin C. Ladiges 2022-08-13 22:01:38 +0200
  • 2898a762d4
    attach dev builds all into one release Robin C. Ladiges 2022-08-13 21:17:11 +0200
  • aff422a6e0
    allow build or pre-release details in release tags Robin C. Ladiges 2022-08-13 21:13:16 +0200
  • 89a76aedab
    don't start release names with "Release " Robin C. Ladiges 2022-08-13 22:33:51 +0200
  • 71ff477bb9 github workflow to build and release Robin C. Ladiges 2022-07-13 00:01:23 +0200
  • 3325c50c00 build w/ docker Robin C. Ladiges 2022-07-09 21:56:38 +0200
  • b3a30b09f7 Remove a check which blocks players from being updated Sanae 2022-08-10 16:06:49 -0600
  • 24e48755a3 Remove a check which blocks players from being updated Sanae 2022-08-10 16:06:49 -0600
  • d3b1935899
    Merge pull request #20 from Istador/dns CraftyBoss 2022-08-10 15:00:35 -0700
  • 261848fdd3
    Merge pull request #22 from Istador/workflow CraftyBoss 2022-08-10 14:58:33 -0700
  • 71a9da11bf copy romfs folder to build folder CraftyBoss 2022-08-10 14:52:27 -0700
  • b245408ae6 Merge branch 'Sanae6-main' into dev CraftyBoss 2022-08-10 14:40:38 -0700
  • 550b82fc1f Merge branch 'main' of https://github.com/Sanae6/SuperMarioOdysseyOnline into Sanae6-main CraftyBoss 2022-08-10 14:40:16 -0700
  • dc0930063d Merge branch 'dev' of https://github.com/CraftyBoss/SuperMarioOdysseyOnline into dev CraftyBoss 2022-08-10 14:12:00 -0700
  • 8f4fac417f change recieve logs, update headers, fix bound bowl crash CraftyBoss 2022-08-10 14:11:52 -0700
  • d18276d255 Fix switching modes between scenes Sanae 2022-08-10 15:10:28 -0600
  • 34691affb0 Overhaul gamemode management Sanae 2022-08-07 15:42:56 -0600
  • 5f1a91161f
    Merge pull request #23 from Link4565/dev Sanae 2022-07-24 16:42:07 -0600
  • ce5b799593
    change KeyboardMode from Numeric to ASCII Robin C. Ladiges 2022-07-18 03:31:02 +0200
  • dd4f3202ae
    change default IP Robin C. Ladiges 2022-07-18 03:30:14 +0200
  • b1d026a42f
    github workflow to build and release Robin C. Ladiges 2022-07-13 00:01:23 +0200
  • b3b49bd547
    on invalid IPv4 addresses, assume it's a hostname and do a DNS lookup Robin C. Ladiges 2022-07-10 08:13:28 +0200
  • 3c4a20a6d4 only save ip/port changes if actually changed, reconnect fixes CraftyBoss 2022-07-09 18:24:00 -0700
  • 01426a8a7c
    build w/ docker Robin C. Ladiges 2022-07-09 21:56:38 +0200
  • 4f2bb984f2 begin work on join/disconnect particle effect, fix index oob error CraftyBoss 2022-07-08 15:09:04 -0700
  • 88de1dcecf shift to sead singleton for Client, new custom heap for Client usage CraftyBoss 2022-07-08 01:02:28 -0700
  • 1df21b2a3e added new headers, puppet actor archive, basic player interaction impl CraftyBoss 2022-07-07 22:36:29 -0700
  • c9b1dfa911 Disable blocking on Recv calls Link4565 2022-07-06 22:42:41 +0100
  • 2e2909e908
    Merge pull request #19 from VelocityRa/fixes1 CraftyBoss 2022-07-05 19:49:54 -0700
  • 3ce0f03650 Merge branch 'dev' of https://github.com/CraftyBoss/SuperMarioOdysseyOnline into dev CraftyBoss 2022-07-05 19:34:48 -0700
  • b00540b1d9 impl saving after ip/port change, add sceneobj headers, rework puppet info system a bit CraftyBoss 2022-07-05 12:45:22 -0700
  • 0e9fde9289 packets: Make bools take up 1 byte Nick Renieris 2022-06-28 13:26:26 +0300
  • dc07fa96a2
    Merge pull request #14 from VelocityRa/fixes0 CraftyBoss 2022-06-26 17:59:12 -0700
  • 951844e428 main: Fix debug puppet index incrementing Nick Renieris 2022-06-26 06:31:21 +0300
  • a416458e73 tcpServer: Support specifying port number Nick Renieris 2022-06-26 06:30:51 +0300
  • 740f562906 server/logger: Support trying additional ports Nick Renieris 2022-06-26 06:30:38 +0300
  • 62cc2a5102 SocketClient: Log packets by default (also recv), excluding Player and Cap Nick Renieris 2022-06-26 06:13:05 +0300
  • 86de220619 Client: Sync Player & Costume info on connect Nick Renieris 2022-06-26 06:11:06 +0300
  • 4b83934a47
    Merge pull request #13 from VelocityRa/serverconfig-fixes CraftyBoss 2022-06-25 19:55:22 -0700
  • 71b4237d84 Client: Don't erroneously log some errors Nick Renieris 2022-06-25 03:55:34 +0300
  • 90f09a8340 states: Fix "Change Server Port" dialog Nick Renieris 2022-06-25 03:54:23 +0300
  • 733f239d68 socketBase: Initialize state Nick Renieris 2022-06-25 03:48:33 +0300
  • d1e4466fba tcpServer: Handle connection reset Nick Renieris 2022-06-25 03:48:06 +0300
  • 0bfd7a70b2 main: Log puppet costume Nick Renieris 2022-06-25 03:47:23 +0300
  • 23cdf1442d Make "Reconnect to Server" option work if initial socket conn failed Nick Renieris 2022-06-25 03:46:58 +0300
  • 8f21d43bc3 packets/PlayerConnect: Initialize maxPlayerCount Nick Renieris 2022-06-24 03:18:40 +0300
  • 60a5179e4b Anims/Types: Handle out of bounds FindStr accesses without throwing Nick Renieris 2022-06-22 22:08:00 +0300
  • 7e4a80b934 packet: Add missing packetNames entries Nick Renieris 2022-06-22 20:16:34 +0300
  • 9227e37623 packets: Fix struct packing related bugs Nick Renieris 2022-06-22 20:16:08 +0300
  • 5c71569545 tcpServer: Don't print intermittent newlines Nick Renieris 2022-06-22 20:11:01 +0300
  • 8487d90795 packets/PlayerConnect: Initialize maxPlayerCount Nick Renieris 2022-06-24 03:18:40 +0300
  • 6a058e2bf9 Anims/Types: Handle out of bounds FindStr accesses without throwing Nick Renieris 2022-06-22 22:08:00 +0300
  • 80ab4567a8 packet: Add missing packetNames entries Nick Renieris 2022-06-22 20:16:34 +0300
  • ffa0b225b0 packets: Fix struct packing related bugs Nick Renieris 2022-06-22 20:16:08 +0300
  • b39e1a6cbb tcpServer: Don't print intermittent newlines Nick Renieris 2022-06-22 20:11:01 +0300
  • 063e20677f
    Merge pull request #2 from CraftyBoss/revert-1-dev CraftyBoss 2022-06-19 23:56:57 -0700
  • cbadd82b21
    Revert "remove fixed buffer size from logger (+ run clang-format)" CraftyBoss 2022-06-19 23:56:37 -0700
  • 52c3345633
    Merge pull request #1 from fruityloops1/dev CraftyBoss 2022-06-19 19:56:19 -0700
  • 3b3c5584d9 remove fixed buffer size from runner (+ run clang-format) fruityloops1 2022-06-19 16:10:20 +0200
  • 9b275da22b Implement Client::setLastUsedPort Somebody Whoisbored 2022-06-18 21:42:59 -0700
  • f8b4bd690d Enable music by default Somebody Whoisbored 2022-06-18 18:38:46 -0700
  • a7715c15da Correct socket option/levels Somebody Whoisbored 2022-06-18 18:37:46 -0700
  • 0657047d9c Fix DEBUGLOG check Somebody Whoisbored 2022-06-18 18:36:46 -0700
  • 8bddc5622c Remove libnx link Somebody Whoisbored 2022-06-18 18:36:17 -0700
  • b25cad8812 Add socket errno display Somebody Whoisbored 2022-06-18 18:36:00 -0700
  • 41746805c2 Ignore .lst build artifact Somebody Whoisbored 2022-06-18 18:26:11 -0700
  • 2b7ca6d914 Add svcOutputDebugString Somebody Whoisbored 2022-06-18 18:25:15 -0700
  • 7c7b06542b Improve keyboard support and add port selection Sanae 2022-06-18 18:48:37 -0600
  • b71a6fc27b update readme, fix screenshot hook, removed costume unlock hook CraftyBoss 2022-06-17 22:18:24 -0700
  • 381293e2b8 First Commit v1.0.0 CraftyBoss 2022-06-16 14:33:18 -0700
  • 0584c9cc90 Initial commit CraftyBoss 2022-06-16 14:28:42 -0700