Skip to content

Releases: josefnpat/vapor

Threading and more

22 Nov 22:23
Compare
Choose a tag to compare
  • Adding vapor splash screen with states
  • Added an external buildcache system for integrity checking.
  • Windows start fix
  • Added license (zlib/libpng)
  • Now added a hashing state for applications so that the client doesn't lock up on larger files.
  • Allowing users to close the client with ALT-F4
  • Delete button fades out when there is nothing to delete

OS X Release Fix & Other Fixes

19 Sep 19:57
Compare
Choose a tag to compare
  • PhysFS Pre-2.0.3 Bug Workaround (Love2d.org's Love 0.8.0 OS X Binary)
  • Removed the superfluous "application" column header
  • Optimized some code
  • Added lots of games!

Updated UI

07 Sep 22:36
Compare
Choose a tag to compare
  • Added tooltips
  • Added Downloads tab

New UI Design

19 Aug 12:22
Compare
Choose a tag to compare
  • Added coverflow
  • Added selection list (loveframes)
  • Added buttons (loveframes)
  • Using @UnekPL's loveframes-gray-theme
  • Refactoring
  • Made games list case insensitive
  • Adding website element
  • Adding description element

0.1.3

08 Aug 18:17
Compare
Choose a tag to compare
  • Refactoring
  • Prevents you from deleting a game while it's downloading.

0.1.2

06 Aug 16:52
Compare
Choose a tag to compare

Fixing a few bugs

  • Hash object for sha1 wasn't reseting, using the first hash generated for all files.

0.1.1

06 Aug 16:08
Compare
Choose a tag to compare
  • Hotfix for alternate lib require location of bslf

0.1

06 Aug 15:58
Compare
Choose a tag to compare
0.1
  • Thanks SiENcE for the pull request adding the game FOUR
  • Fixed a few bugs and forward compatability issues
  • Checks hash values of all .love files now. This will lock up vapor for a second when each download finishes, but at least it's pretty quick. Thanks Ensayia and Boolsheet for the help there
  • Using Boolsheet's hash library, and it works much better than the random one I found on the interwebs.
  • Files downloaded with invalid hashes (or incomplete downloads) when clicked on, will switch to an "invalid" mode and with another click will allow the user to delete the game