1. 21 Aug, 2015 1 commit
  2. 14 Aug, 2015 1 commit
  3. 09 Aug, 2015 3 commits
    • Gavin Bisesi's avatar
      Revert "#1351 Fix" · 59568bf1
      Gavin Bisesi authored
      59568bf1
    • woogerboy21's avatar
      #1351 Fix · 5fc0da6a
      woogerboy21 authored
      This update address's the issue were a server with no db has only non-registered users but when creating a game will cause the dialogue to only allow the check box of "registered users only" resulting in a game that no user will ever be able to join.
      5fc0da6a
    • marco's avatar
      Shorcut read from settings · b0bf94e3
      marco authored
      b0bf94e3
  4. 07 Aug, 2015 1 commit
  5. 05 Aug, 2015 1 commit
  6. 30 Jul, 2015 1 commit
  7. 27 Jul, 2015 1 commit
  8. 14 Jul, 2015 1 commit
  9. 12 Jul, 2015 2 commits
  10. 07 Jul, 2015 1 commit
  11. 05 Jul, 2015 2 commits
  12. 13 Jun, 2015 1 commit
  13. 14 May, 2015 1 commit
  14. 06 May, 2015 1 commit
    • Matt Lowe's avatar
      Added sound settings page · c64eeb4e
      Matt Lowe authored
      + added sound setting page
      + added sound setting icon
      + moved sound settings from interface settings
      
      Added master volume
      
      + added master volume slider.
      + volume can be changed by sliding bar or by using the spin box
      + Preview of  volume will be played when dragging and releasing bar.
      
      Added checks for qt4
      
      Qt4 does not have support for setting the volume without some lengthy
      work around, I have disabled volume control for qt4 users and have
      mentioned that "Master volume requires qt5".
      
      Updated sfx
      
      + removed all old sfx
      + added new end step and tap sound
      + tap/endstep sound has a timer on it to prevent spamming
      + test sound engine will now use endstep sound
      
      Made end step sfx softer
      
      end step felt too harsh
      
      Added player joined sound
      
      + added a sound for when a new player joins a room
      
      Updated
      
      Was missing a sound when a player joins
      
      Made end step softer
      
      Made end step even softer
      
      updated sound again
      c64eeb4e
  15. 02 Apr, 2015 1 commit
    • Matt Lowe's avatar
      Left hand justification · a082fbcf
      Matt Lowe authored
      Set to false by default, let me know if you think it should be true.
      
      As all cards are played to the left of the screen this feels more
      comfortable to use as you dont need to keep looking at different areas
      of the screen.
      
      Will auto rearrange when changed during game-play.
      a082fbcf
  16. 26 Mar, 2015 1 commit
    • Matt Lowe's avatar
      Added system tray icon · 81a8141f
      Matt Lowe authored
      + Can be used for setting client size and closing the client.
      
      Will expand on by sending client alerts to the tray.
      
      Updated to push message notifactions to the toolbar
      
      Preview image:
      
      Added setting to enable/disable message popups
      
      Added functionality
      
      + updated popup message and translation
      + Double clicking tray icon will now bring up the app/minimize it
      + can now be alerted of mentions
      + added setting to set if you want mentions on desktop
      + clicking mention message will take you to the main chat
      + added translations for icon menu
      + removed maximize/minimize/restore from menu, not needed.
      
      Added disconnect
      
      + Disconnects any previous message slots/signals from the system icon
      message bubble
      81a8141f
  17. 18 Mar, 2015 1 commit
  18. 10 Mar, 2015 1 commit
  19. 21 Feb, 2015 1 commit
  20. 20 Feb, 2015 2 commits
    • Matt Lowe's avatar
      Added hq image to check · 6a91f3a9
      Matt Lowe authored
      6a91f3a9
    • Matt Lowe's avatar
      One time pixmap cache update · c5bc3ea4
      Matt Lowe authored
      Code will now perform a one time check on starting to see if the cache
      has been updated to the new 2048 default. If the update has not been set
      we update. After this time if the user lowers the level, it will not
      reset back to 2048 by default.
      c5bc3ea4
  21. 11 Feb, 2015 1 commit
  22. 04 Feb, 2015 1 commit
  23. 01 Feb, 2015 1 commit
  24. 30 Jan, 2015 1 commit
  25. 29 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Chat mention color · ec8a2de2
      Matt Lowe authored
      +Chat mention / username color can now be set via hex in the settings
      + Users can invert the color of the mention text black/white
      + if an invalid color is provided, the default will be used
      ec8a2de2
  26. 20 Jan, 2015 1 commit
  27. 16 Jan, 2015 1 commit
  28. 14 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Sorting views · e4e3a1d2
      Matt Lowe authored
      + When viewing a sorted view (like revealing hand, or looking at
      library), the cards will now be sorted in columns based on the main card
      type.
      + Settings are now saved.
      e4e3a1d2
  29. 12 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Chat highlighting when mentioned · 5452d0ce
      Matt Lowe authored
      When being mentioned in a post with '@username' you will now see the entry highlighted. This
      helps to see when someone is talking to you. It work across the main
      chat, in game and in private chat.
      5452d0ce
  30. 24 Dec, 2014 1 commit
  31. 09 Nov, 2014 1 commit
  32. 02 Oct, 2014 1 commit
  33. 29 Aug, 2014 1 commit
  34. 27 Aug, 2014 1 commit
  35. 29 Jun, 2014 1 commit
    • Fabio Bas's avatar
      Add pricing from deckbrew.com · 922e98af
      Fabio Bas authored
      * the previous PriceUpdater class has become abstract
      * BLPPriceUpdater inherits the old code for blacklotusproject.com
      * DBPriceUpdater is a new implementation for deckbrew.com
      * add a setting to choose between the two
      922e98af