Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

eivindveg/HotSUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VersionEye Join the chat at https://gitter.im/eivindveg/HotSUploader

HotS Replay Uploader

JavaFX-based Replay Uploader for Heroes of the Storm

Build statuses

Windows:

Build status

Linux(Ubuntu):

Travis CI

About

HotS Replay Uploader is a JavaFX-based uploader for HotsLogs.com that aims to make uploading replays and looking up relevant statistics as effortless as possible.
As Heroes of the Storm supports Windows and OSX, JavaFX was chosen due to the immediate simplicity of creating native installers for an event-driven cross platform application. Although there is no official game client for Linux distributions, the uploader is capable of running on most of them as well.

Installation

Links to install the Hots Replay Uploader can be found on the release page at the bottom of each release.

Homebrew

If you're on OSX and use Homebrew, you can also install with :
brew cask install hots-replay-uploader (Homebrew will automatically tap Homebrew Cask)

Licenses

YourKit, LLC

This application's performance is profiled by YourKit Java Profiler. YourKit, LLC provides open source projects with licenses for professional Java and .NET profilers. Read more at YourKit's Java Profiler product page.

Contributing

Before contributing new features, please make sure the feature is discussed in an issue. Once an issue is confirmed and tagged as "Help wanted", feel free to fork and do as much work as you want. Unfinished features are also welcome, as long as they don't push to master. The application is intended to be simple in behaviour, requiring as little user input as possible. With this said, this puts certain requirements on all features being as powerful as possible, and the application must handle most/all of all variations in user setup.

If you've had a pull request accepted, or otherwise helped solve an issue, feel free to submit a pull request adding your own entry to pom.xml. I will not add anyone to this list without their consent.

Building

This is a Maven project. You must have the Java 8 SDK installed in order to build from source.

To build a JavaFX-bundled jar file, run the following:

$ mvn clean package

To build native artifacts for your platform in addition to jar files, run the following:

$ mvn clean install

Maintainers

eivindveg - Windows, Linux and general development

zhedar - OSX and general development