Skip to content

Releases: SokuDev/InGameHostlist

InGameHostlist v1.3.4 - Minor bugfixes

15 Jul 20:19
Compare
Choose a tag to compare

Allow changing hostlist tabs while hosting.
Fix recvfrom response too long error.
Built with newer version of curl to fix issues with wine.

InGameHostlist v1.3.3 - th123intl support

13 Feb 21:06
Compare
Choose a tag to compare

Added localization support through th123intl.
Localization files can be found in ./localization, and should be added to the intl pack to use.
Doesn't support non-ascii characters.

Thanks to Čchārah for the Livvi Karelian translation.

InGameHostlist v1.3.2 - Minor bugfixes

24 Jul 02:05
Compare
Choose a tag to compare

Hostlist now saves to disk when you exit the dialog rather than when Soku closes, so no data is lost if it crashes.
Column modes also now save properly.

InGameHostlist v1.3 - I forgot to release this for half a year edition

30 Jan 19:51
Compare
Choose a tag to compare

TL;DR Should fix the spellcard crash, and the alt-tab related ones (hopefully).
If it still happens dm me on Slen#9906 and I'll reply within 1-2 business years.
There's also new modes for the hostlist when you press the dash/flight button.
Other than that it's mostly bug fixes and code fixes.

Changelog:

  • New modes for the hostlist. (Equal column mode, Name only mode, Description only mode).
  • Switched hook method, should fix spellcard crash.
  • Added version display.
  • Pressing the activate key no longer confirms host while you're typing it. (Use enter instead, or down Activate)
  • Fixed special character issue.
  • Alt-tab crash fixed.
  • Konni calls now use HTTPS (might fix connection errors for some people)
  • Tabs no longer switch when viewing empty tabs.
  • Added hold controls.

Day one release, part 2

28 Mar 15:35
e22806f
Compare
Choose a tag to compare

I swear we're really releasing this time.

Changelog:

  • Added Introduction on first run and prompt when user's name is edit me.
  • Added host message prompt when you host.
    • Pressing A/Enter on the host message window with nothing focused will confirm the message.
  • SFX plays when a new waiting host appears.

Bugfixes:

  • Fixed fullscreen alt-tab crash.
  • Fixed ImGui mouse pass through.
  • Made the mod compatible with Windows XP by replacing XInput1_4 with XInput1_3.

Under the hood:

  • DialogMan now works with windows instead of popups.
  • ImGuiMan now uses a SokuSetup hook instead of a busyloop.
  • Hosting options is now a dialog.
  • Fixed up PatchMan so it doesn't repatch unless needed and doesn't check memory unless forced.
  • Forced dialogs to not save settings to imgui.ini.
  • Added DialogMan::IsActivePressed.

Day one bugfix release.

02 Mar 20:54
Compare
Choose a tag to compare

Haha spectate menu go brrp.

Bugfixes:

  • Fixed hook method so Dx can't get rid of it at runtime.
  • Fixed race condition between the hostlist update and render threads.
  • Fixed exports.

Initial release.

26 Feb 19:17
Compare
Choose a tag to compare
v1.0

Fixed WebHandler bug.