Skip to content

Releases: zloveless/Atlantis

4.2.1-alpha GameServer Log API

04 Sep 21:55
Compare
Choose a tag to compare
Pre-release

Includes a prototype log API for reading game server logs. Primary use-case is to allow one to craft a bot to manage/monitor/relay game server output to a more human friendly interface.

4.1.2

14 Aug 19:43
Compare
Choose a tag to compare

Minor version increments:

Atlantis: 4.1.2
Atlantis.Net.Irc: 4.1.5
Atlantis.Windows: 4.1.2

Changes:

Changed target framework for Atlantis, Atlantis.Net.Irc, and Atlantis.Windows to net45 instead of net451.

4.1.1

05 Aug 22:57
Compare
Choose a tag to compare

Minor updates to build systems. Not a necessary upgrade for anyone. Packages are updated on NuGet though.

Some notes regarding this package:

  • New project: Atlantis.Windows - WPF/MVVM library
  • New project: Atlantis.Unity - Unity 5 library (no guarantees on platform independence at this time)
  • Atlantis.Unity: Layer mask contains extension method
  • Atlantis.Windows: Reusable ViewModel class with IDataErrorInfo, INotifyPropertyChang(ing|ed) already implemented

4.1

13 Feb 20:00
Compare
Choose a tag to compare
4.1
Remove obsolete Atlantis.Net project.

Update version to a release state instead of Pre-Release
Update description of Atlantis.Net.Irc for searching on nuget.org
Add nuget folder in git root for nupkg packages.

4.1.0-alpha

31 Oct 23:39
Compare
Choose a tag to compare
4.1.0-alpha Pre-release
Pre-release

An initial release of the new IrcClient using two threads (worker + message queuing).

While this is a pre-release, it is stable and "could" be used on production.