PlazaSharp/WinPlaza
Maff cee7853860 Added license and readme 2019-10-30 11:55:40 +00:00
..
Properties added volume control and mute, fixed per-monitor DPI awareness to actually work (why is this not a default???) 2019-10-29 13:05:36 +00:00
Resources add windows vista and newer taskbar buttons for playback and mute control, unsure if this commit also adds volume control or if i added that in the last commit, but there's volume control now. finally sussed how to do resources in xaml. 2019-10-29 17:00:05 +00:00
App.config Add project files. 2019-10-28 16:50:34 +00:00
App.xaml add windows vista and newer taskbar buttons for playback and mute control, unsure if this commit also adds volume control or if i added that in the last commit, but there's volume control now. finally sussed how to do resources in xaml. 2019-10-29 17:00:05 +00:00
App.xaml.cs Add project files. 2019-10-28 16:50:34 +00:00
LICENSE.md Added license and readme 2019-10-30 11:55:40 +00:00
MainWindow.xaml Add link to plaza.one, hopefully fixed some bugs with the async stuff, UI now pays attention to maintenance mode, library now differentiates between maintenance and non-maintenance-related problems 2019-10-30 11:13:06 +00:00
MainWindow.xaml.cs Add link to plaza.one, hopefully fixed some bugs with the async stuff, UI now pays attention to maintenance mode, library now differentiates between maintenance and non-maintenance-related problems 2019-10-30 11:13:06 +00:00
README.md Added license and readme 2019-10-30 11:55:40 +00:00
SNSigningKey.snk implement login functionality, voting, account storage via windows credential manager, secure credential entry via windows CredUI, autologon on startup, always-on-top button, slight UI adjustments as well 2019-10-29 23:43:33 +00:00
WinPlaza.csproj Added license and readme 2019-10-30 11:55:40 +00:00
app.manifest added volume control and mute, fixed per-monitor DPI awareness to actually work (why is this not a default???) 2019-10-29 13:05:36 +00:00
bass.dll just generally a lot of improvements. the thing now actually Plays Audio 2019-10-28 22:48:51 +00:00
packages.config Add link to plaza.one, hopefully fixed some bugs with the async stuff, UI now pays attention to maintenance mode, library now differentiates between maintenance and non-maintenance-related problems 2019-10-30 11:13:06 +00:00

README.md

WinPlaza (Nightwave.NET)

An unofficial client for Nightwave Plaza, which aims to implement as much functionality of the site as possible while maintaining aesthetics.

First-Party

Nightwave.NET uses libplaza, a basic .Net interface for the Nightwave Plaza API.

Third-Party

Nightwave.NET uses the following third-party libraries and resources:

  • BASS by Un4Seen Developments, via .Net wrapper library ManagedBass by Mathew Sachin, for audio streaming and playback functionality.
  • JSON.Net by Newtonsoft for deserialisation of JSON strings.
  • CredentialManager by Meziantou for access to the Windows Credential Manager APIs