1. 27 Jan, 2015 3 commits
    • Jaeic Lee's avatar
      Updated Korean Translation · a94cc1c7
      Jaeic Lee authored
      Added new strings
      Changed all instances of ‘zone’ based on oracle text of Torrent
      Elemental
      Changed all instances of ‘registered users’ into more commonly used term
      a94cc1c7
    • Matt Lowe's avatar
      Updated method name · 3c0aca70
      Matt Lowe authored
      + updated method name
      + added some doc
      3c0aca70
    • Jaeic Lee's avatar
      Added separators · bfc1bd04
      Jaeic Lee authored
      Looks better imo.
      bfc1bd04
  2. 26 Jan, 2015 4 commits
  3. 25 Jan, 2015 3 commits
  4. 24 Jan, 2015 3 commits
    • Matt Lowe's avatar
      Fixed shuffle issue · ec198c33
      Matt Lowe authored
      when closing a view we save the current settings. I added a check to
      only update the shuffle settings if the zone we are closing can be
      shuffled.
      ec198c33
    • Matt Lowe's avatar
      Fix for #557 · 359391ac
      Matt Lowe authored
      359391ac
    • Matt Lowe's avatar
      Faster tapping speed · e409d96b
      Matt Lowe authored
      + Feels better with a little more speed
      e409d96b
  5. 23 Jan, 2015 1 commit
  6. 22 Jan, 2015 6 commits
    • Matt Lowe's avatar
      refactorings #3 · 8fdaadf4
      Matt Lowe authored
      removed const from enum
      8fdaadf4
    • Matt Lowe's avatar
      refactorings #2 · 86bbf75d
      Matt Lowe authored
      + removed static from enum
      + removed condition check for user level
      86bbf75d
    • Matt Lowe's avatar
      Refactorings · 8ac58259
      Matt Lowe authored
      8ac58259
    • Matt Lowe's avatar
      Updated game view · 1406a277
      Matt Lowe authored
      + removed password column
      + added a lock svg to restrictions if pw is needed
      + added "password" to restrictions if pw is needed
      + added user pawn to creator tab
      + reformatted code for easy adaptation later
      1406a277
    • Matt Lowe's avatar
      Updated colors · 497fed6b
      Matt Lowe authored
      497fed6b
    • Matt Lowe's avatar
      Other mentions -- DRAFT -- · 0334fe3c
      Matt Lowe authored
      Mentions about other players currently in the room will be highlighted.
      They are also clickable for mentions and right clickable for context
      options.
      0334fe3c
  7. 21 Jan, 2015 3 commits
  8. 20 Jan, 2015 2 commits
  9. 19 Jan, 2015 2 commits
  10. 17 Jan, 2015 12 commits
    • Matt Lowe's avatar
      Added seperator · f0c661a0
      Matt Lowe authored
      Added a separator
      f0c661a0
    • Matt Lowe's avatar
      Added ratio scaling · 54a1a286
      Matt Lowe authored
      Previously was adding pixels, rather than using ratios. this was cutting
      off cards on higher res screens
      54a1a286
    • Matt Lowe's avatar
      Refactored Chat Settings tab · d59e1f13
      Matt Lowe authored
      - removed heap alloc
      d59e1f13
    • Matt Lowe's avatar
      Refactored Deck Editor tab · d02d3ed5
      Matt Lowe authored
      - removed heap allocation
      d02d3ed5
    • Matt Lowe's avatar
      Refactored User Interface tab · 5cf801eb
      Matt Lowe authored
      - removed heap allocs
      5cf801eb
    • Matt Lowe's avatar
      Removed manual sizing · a599fa1a
      Matt Lowe authored
      replaced the resize(x, y) to "pack" the widgets. It saves space and
      makes the settings tighter.
      a599fa1a
    • Matt Lowe's avatar
      Fixed some merge issues · 98e84f0d
      Matt Lowe authored
      98e84f0d
    • Matt Lowe's avatar
      Refactored General Settings Tab · 4b45ba46
      Matt Lowe authored
      ~ Removed some heap allocs
      ~ Remaining heap allocs are needed.
      ~ Unrolled "one line" declarations in header
      ~ restructured logic in GeneralSettingsPage
      
      Refactored Appearance Tab
      
      - removed some heap allocs
      - removed setting of zone view, its not needed here, its configurable in
      real time, in game.
      4b45ba46
    • Matt Lowe's avatar
      Added @ back in · ece56ff3
      Matt Lowe authored
      Added the @ back to the chat, this will help if a user does not have the
      newest version of the client.
      ece56ff3
    • Matt Lowe's avatar
      Set focus · 8bc2adb7
      Matt Lowe authored
      The line edit now gets focus for faster typing.
      8bc2adb7
    • Matt Lowe's avatar
      Click tag mentions · 45112e49
      Matt Lowe authored
      You can now click on a username in the main chat to add a "@username"
      tag to the chat. Makes communication with other users using tags faster.
      45112e49
    • Matt Lowe's avatar
      Uername block highlighting · 49d3ad73
      Matt Lowe authored
      I was able to find a simple way to achive the block highlighting.
      49d3ad73
  11. 16 Jan, 2015 1 commit