- 27 Jan, 2015 3 commits
- 26 Jan, 2015 4 commits
- 25 Jan, 2015 3 commits
- 24 Jan, 2015 3 commits
- 23 Jan, 2015 1 commit
-
-
Zach H authored
-
- 22 Jan, 2015 6 commits
-
-
Matt Lowe authored
removed const from enum
-
Matt Lowe authored
+ removed static from enum + removed condition check for user level
-
Matt Lowe authored
-
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
-
Matt Lowe authored
-
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.
-
- 21 Jan, 2015 3 commits
- 20 Jan, 2015 2 commits
- 19 Jan, 2015 2 commits
- 17 Jan, 2015 12 commits
-
-
Matt Lowe authored
Added a separator
-
Matt Lowe authored
Previously was adding pixels, rather than using ratios. this was cutting off cards on higher res screens
-
Matt Lowe authored
- removed heap alloc
-
Matt Lowe authored
- removed heap allocation
-
Matt Lowe authored
- removed heap allocs
-
Matt Lowe authored
replaced the resize(x, y) to "pack" the widgets. It saves space and makes the settings tighter.
-
Matt Lowe authored
-
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.
-
Matt Lowe authored
Added the @ back to the chat, this will help if a user does not have the newest version of the client.
-
Matt Lowe authored
The line edit now gets focus for faster typing.
-
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.
-
Matt Lowe authored
I was able to find a simple way to achive the block highlighting.
-
- 16 Jan, 2015 1 commit
-
-
Matt Lowe authored
-