* Basic tip of the day with sample widget added * "Show tips on startup" option added to settings * tip cycling implemented * Structure of the tipOfTheDay class and resource created * tip getter function modified * Resources added, feature works properly * clangified * accidental modification rolled back * zach cleanup * tips to spaces; cmake list combined * cleanup img * fix copy * remove TOTD as QObject so we can copy construct it * prevent mem leaks in dlg * changed order of 'next' and 'previous' buttons * Date and tip numbers added; content wraps around * useless sizepolicy removed * link support added & clangified * Initial tips & memory management updates
86 lines
No EOL
4 KiB
XML
86 lines
No EOL
4 KiB
XML
<tips>
|
|
<tip>
|
|
<title>Tip of the Day</title>
|
|
<text>Tip of the Day is a new feature to Cockatrice that allows users to get information about the newest features of the program and some of the most commonly asked questions!</text>
|
|
<image>tip_of_the_day.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Suggesting New Tips</title>
|
|
<text>You can suggest new Tips of the Day by reaching out to the development team on <a href="https://gitter.im/cockatrice/cockatrice">Gitter</a>!</text>
|
|
<image>gitter.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Reporting Bugs</title>
|
|
<text>If you encounter a bug while using Cockatrice, you can report the bug to the development team via <a href="https://github.com/cockatrice/cockatrice/issues">GitHub<a></text>
|
|
<image>github_logo.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>FAQ/Troubleshooting Wiki</title>
|
|
<text>You can find answers to the most common questions and some helpful Cockatrice toubleshooting over on the <a href="https://github.com/cockatrice/cockatrice/wiki">GitHub wiki<a></text>
|
|
<image>cockatrice_wiki.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Register for a Server</title>
|
|
<text>Click on either Cockatrice (Windows) or Actions (Mac) and then Register to server... When the dialogue appears, fill out the desired server information.</text>
|
|
<image>cockatrice_register.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Drawing Arrows</title>
|
|
<text>You can draw arrows of different color by holding a combination of keys!
|
|
Right Click: Red Arrow
|
|
Shift + Right Click: Green Arrow
|
|
Alt + Right Click: Blue Arrow
|
|
Cmd + Right Click: Yellow Arrow
|
|
</text>
|
|
<image>arrows.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Filtering Games</title>
|
|
<text>Don't see all the active games? Want to see a smaller selection? Use the Game Filters to change your horizon</text>
|
|
<image>filter_games.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Upload Custom Avatar</title>
|
|
<text>Want to show off your hippo avatar? Need to update your password? Check out the Accounts Tab for more info!</text>
|
|
<image>accounts_tab.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Common Shortcuts</title>
|
|
<text>You can find a full list of shortcuts <a href="https://github.com/Cockatrice/Cockatrice/wiki/Custom-Keyboard-Shortcuts">on the wiki</a>, but a short list:
|
|
<br>Roll a die: CTRL + I
|
|
<br>Mulligan: CTRL + M
|
|
<br>Draw a card: CTRL + D
|
|
<br>Undo a draw: CTRL + SHIFT + D
|
|
<br>View Sideboard: CTRL + F3
|
|
<br>Change Life: CTRL + L
|
|
<br>All shortcuts can be customized via Settings->Shortcuts!
|
|
</text>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Changing Themes</title>
|
|
<text>Did you know Cockatrice has custom themes? You can either <a href="https://github.com/Cockatrice/Cockatrice/wiki/Themes">create one yourself</a> or use one of the several pre-loaded ones! Go to Settings->Appearance and try them out!</text>
|
|
<image>themes.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Flip of the Coin</title>
|
|
<text>You can flip a coin instead of rolling a die by rolling a 2 sided die instead!</text>
|
|
<image>coin_flip.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
<tip>
|
|
<title>Face Down Cards</title>
|
|
<text>You can hold Shift while dragging or clicking on a card to have it enter play face down</text>
|
|
<image>face_down.png</image>
|
|
<date>2018-03-01</date>
|
|
</tip>
|
|
</tips> |