- 24 Jun, 2021 1 commit
-
-
Donald Haase authored
-
- 15 Jun, 2021 2 commits
-
-
Joseph Chamish authored
-
Jeremy Letto authored
* wip: subnav debug * nav redesign * remove unnecessary code * remove subnav * add leaveRoom button Co-authored-by:
Jeremy Letto <jeremy.letto@datasite.com>
-
- 02 Jun, 2021 4 commits
-
-
ebbit1q authored
* add werror flags when making a debug build using llvm this would get bugs like https://github.com/Cockatrice/Cockatrice/pull/4337 get signalled earlier to us * fix error: 'Servatrice_DatabaseInterface::registerUser' hides overloaded virtual function * remove unused field * mac machines have 3 cores see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources * typo
-
marsnicholas authored
-
ebbit1q authored
the stop dump zone command was implemented as a courtesy to other players in order to take into account when they would stop looking at unknown information however, this can be abused, a malicious client can send this command whenever they would like cockatrice is not a physical tabletop nor does it aim to be, if you can take a screenshot of your deck and then close the view, you are not cheating as you have been given this information in order to prevent anyone from abusing this we should remove the command from the protocol, this means servers will ignore this message and clients will get a little invalid command reply in their debug log the extension id will remain reserved shuffling your deck will always invalidate any card view looking at those cards if players wish to signal that they stopped looking at their deck for whatever reason they should just use the chat instead, optionally using one of the chat macros
-
Jeremy Letto authored
-
- 22 May, 2021 1 commit
-
-
Jeremy Letto authored
-
- 19 May, 2021 2 commits
-
-
Jeremy Letto authored
* fix three panel layout height issue * rename websocket/services to websocket/persistence, implement LeaveRoom * cleanup * add new line eof * move route components from /components to /containers * remove duplicate style Co-authored-by:
Jeremy Letto <jeremy.letto@datasite.com>
-
ebbit1q authored
-
- 18 May, 2021 1 commit
-
-
Jeremy Letto authored
Co-authored-by:
Jeremy Letto <jeremy.letto@datasite.com>
-
- 17 May, 2021 1 commit
-
-
ebbit1q authored
-
- 16 May, 2021 1 commit
-
-
tooomm authored
-
- 15 May, 2021 1 commit
-
-
ebbit1q authored
-
- 14 May, 2021 2 commits
- 13 May, 2021 2 commits
- 12 May, 2021 2 commits
-
-
tooomm authored
* add collapsable list * make it show commit count * why not have it also know the release type and name * update the template as well Co-authored-by:
ebbit1q <ebbit1q@gmail.com>
-
ebbit1q authored
-
- 10 May, 2021 3 commits
-
-
ebbit1q authored
this can cause the iterator to become invalidated which will crash but because of the data not always being moved it will often still work as intended, giving the idea that it is random
-
Zach H authored
This reverts commit 890810f5 . Co-authored-by:
ebbit1q <ebbit1q@gmail.com>
-
ebbit1q authored
this would get bugs like https://github.com/Cockatrice/Cockatrice/pull/4337 get signalled earlier to us
-
- 09 May, 2021 3 commits
- 08 May, 2021 2 commits
- 01 May, 2021 1 commit
-
-
ebbit1q authored
-
- 18 Apr, 2021 1 commit
-
-
ebbit1q authored
-
- 16 Apr, 2021 2 commits
-
-
ebbit1q authored
-
ebbit1q authored
* add menus for top and bottom actions * style points * github online editor is literally the worst * add moving cards from bottom of deck to hand fix getting multiple cards from the bottom note that moving cards from the bottom of the deck does not get remembered by or disrupt undoing draws * Apply suggestions from code review Co-authored-by:
tooomm <tooomm@users.noreply.github.com> Co-authored-by:
tooomm <tooomm@users.noreply.github.com>
-
- 15 Apr, 2021 1 commit
-
-
ebbit1q authored
-
- 12 Apr, 2021 1 commit
-
-
tooomm authored
-
- 02 Apr, 2021 4 commits
-
-
ebbit1q authored
-
ebbit1q authored
ignore "deck" at start of a list add tests add tests to clangify.sh
-
ebbit1q authored
* catch nullptr on websocket connections * clangify
-
ebbit1q authored
* add more info to dialogs adds descriptive strings to the register, password reset request, password reset challenge request, password reset token dialogs adds tip to set manager to use ctrl a to select all sets change sizes in set manager moves default server info to settings instead of having it hardcoded in each dialog * make sets manager smaller * clangify * cleanup
-
- 01 Apr, 2021 1 commit
-
-
ebbit1q authored
* save forgot password settings when opening dialog * add restore password menu item
-
- 26 Mar, 2021 1 commit
-
-
ebbit1q authored
-