Cockatrice/cockatrice/src
ebbit1q ebe2c494aa
remove the stop dump zone command from the protocol (#4326)
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
2021-06-01 21:52:20 -04:00
..
carddbparser add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
chatview ui: Fix Qt depreaction warnings (#4195) 2020-11-29 02:33:13 -05:00
sequenceEdit Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
settings add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
abstractcarddragitem.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
abstractcarddragitem.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
abstractcarditem.cpp ui: Fix Qt depreaction warnings (#4195) 2020-11-29 02:33:13 -05:00
abstractcarditem.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
abstractclient.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
abstractclient.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
abstractcounter.cpp ui: Fix Qt depreaction warnings (#4195) 2020-11-29 02:33:13 -05:00
abstractcounter.h add disable tearoffmenu option (#3826) 2019-10-02 14:58:22 -04:00
abstractgraphicsitem.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
abstractgraphicsitem.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
arrowitem.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
arrowitem.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
arrowtarget.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
arrowtarget.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddatabase.cpp add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
carddatabase.h do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
carddatabasemodel.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddatabasemodel.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddragitem.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
carddragitem.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
cardfilter.cpp Filter Strings for Deck Editor search (#3582) 2019-03-01 14:30:32 -05:00
cardfilter.h Filter Strings for Deck Editor search (#3582) 2019-03-01 14:30:32 -05:00
cardframe.cpp do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
cardframe.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfopicture.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfopicture.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfotext.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfotext.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardinfowidget.cpp do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
cardinfowidget.h qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
carditem.cpp implement a maximum amount of cardmenus generated for views (#4262) 2021-03-13 14:44:57 -05:00
carditem.h implement a maximum amount of cardmenus generated for views (#4262) 2021-03-13 14:44:57 -05:00
cardlist.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
cardlist.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
cardzone.cpp allow multiple zoneviews (#4263) 2021-03-13 14:43:50 -05:00
cardzone.h allow multiple zoneviews (#4263) 2021-03-13 14:43:50 -05:00
client_metatypes.h Added server/client feature set communication 2015-09-02 17:54:06 -04:00
counter_general.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
counter_general.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
customlineedit.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
customlineedit.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
deck_loader.cpp do some guesswork if cards can't be found (#4131) 2020-11-22 19:57:51 -05:00
deck_loader.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
decklistmodel.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
decklistmodel.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
deckstats_interface.cpp fix QByteArray::append(QString) deprecation in qt 5.15.1 (#4102) 2020-09-22 16:09:48 -04:00
deckstats_interface.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
deckview.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
deckview.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_connect.cpp pass reset Small fixes (#4310) 2021-04-12 13:28:47 -04:00
dlg_connect.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_create_token.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_create_token.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
dlg_creategame.cpp Create game as spectator (#4281) 2021-03-13 14:39:25 -05:00
dlg_creategame.h Create game as spectator (#4281) 2021-03-13 14:39:25 -05:00
dlg_edit_avatar.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
dlg_edit_avatar.h qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
dlg_edit_password.cpp add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_edit_password.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
dlg_edit_tokens.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_edit_tokens.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_edit_user.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_edit_user.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
dlg_filter_games.cpp tell the filter widget that games can have 0 players now (#4359) 2021-05-18 23:03:58 -04:00
dlg_filter_games.h Add game filtering for spectator attributes (#4127) 2020-10-27 15:49:02 -04:00
dlg_forgotpasswordchallenge.cpp pass reset Small fixes (#4310) 2021-04-12 13:28:47 -04:00
dlg_forgotpasswordchallenge.h add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_forgotpasswordrequest.cpp pass reset Small fixes (#4310) 2021-04-12 13:28:47 -04:00
dlg_forgotpasswordrequest.h add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_forgotpasswordreset.cpp pass reset Small fixes (#4310) 2021-04-12 13:28:47 -04:00
dlg_forgotpasswordreset.h add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_load_deck_from_clipboard.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_load_deck_from_clipboard.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
dlg_load_remote_deck.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
dlg_load_remote_deck.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
dlg_manage_sets.cpp pass reset Small fixes (#4310) 2021-04-12 13:28:47 -04:00
dlg_manage_sets.h File name cleanup (#4154) 2020-11-01 19:03:08 -05:00
dlg_register.cpp add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_register.h add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
dlg_settings.cpp properly enable notification checkboxes (#4356) 2021-05-17 02:37:12 +02:00
dlg_settings.h properly enable notification checkboxes (#4356) 2021-05-17 02:37:12 +02:00
dlg_tip_of_the_day.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_tip_of_the_day.h Feature/3139 new features for tips (#3152) 2018-04-01 04:52:26 -04:00
dlg_update.cpp Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
dlg_update.h Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
dlg_viewlog.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
dlg_viewlog.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
filter_string.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
filter_string.h Filter Strings for Deck Editor search (#3582) 2019-03-01 14:30:32 -05:00
filterbuilder.cpp Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
filterbuilder.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
filtertree.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
filtertree.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
filtertreemodel.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
filtertreemodel.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
game_specific_terms.h style (#3728) 2019-05-27 21:17:57 +02:00
gamescene.cpp allow multiple zoneviews (#4263) 2021-03-13 14:43:50 -05:00
gamescene.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
gameselector.cpp Add game filtering for spectator attributes (#4127) 2020-10-27 15:49:02 -04:00
gameselector.h Move "Games shown" text to top, to match user count list. (#4089) 2020-09-08 14:34:36 -04:00
gamesmodel.cpp Create game as spectator (#4281) 2021-03-13 14:39:25 -05:00
gamesmodel.h refactor getting game age (#4095) 2020-11-22 20:28:56 -05:00
gametypemap.h Fixed compile warnings due to missing \n at EOF. 2013-05-15 21:31:47 +02:00
gameview.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
gameview.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
handcounter.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
handcounter.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
handle_public_servers.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
handle_public_servers.h Server List from JSON (#3165) 2018-04-09 22:38:21 -04:00
handzone.cpp Multiple background images on all zones (#4144) 2020-10-23 15:36:02 -04:00
handzone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
keysignals.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
keysignals.h left, right, and S shortcuts modified to use shift (#3116) 2018-02-19 00:38:51 -05:00
lineeditcompleter.cpp Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
lineeditcompleter.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
localclient.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
localclient.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
localserver.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
localserver.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
localserverinterface.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
localserverinterface.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
logger.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
logger.h Add install mode to logger; fix #3558 (#3563) 2019-02-06 12:27:32 +01:00
main.cpp add window icons in wayland (#4232) 2021-01-28 15:21:11 -05:00
main.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
messagelogwidget.cpp remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
messagelogwidget.h remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
pending_command.cpp Clang-format (#3028) 2018-01-27 10:41:32 +01:00
pending_command.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
phase.cpp Refactor messagelogwidget (#3875) 2020-05-17 18:15:30 -04:00
phase.h Refactor messagelogwidget (#3875) 2020-05-17 18:15:30 -04:00
phasestoolbar.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
phasestoolbar.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
pictureloader.cpp check multiple file extension inclusions for custom cards (#4308) 2021-04-16 11:23:46 -04:00
pictureloader.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
pilezone.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
pilezone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
pixmapgenerator.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
pixmapgenerator.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
player.cpp remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
player.h remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
playerlistwidget.cpp userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
playerlistwidget.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
playertarget.cpp Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
playertarget.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
releasechannel.cpp fix macos update logic (#4337) 2021-05-08 23:16:52 -04:00
releasechannel.h Rework of the card database, xml format and oracle parser (#3511) 2019-01-23 18:17:10 -05:00
remoteclient.cpp Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
remoteclient.h Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
remotedecklist_treewidget.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
remotedecklist_treewidget.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
remotereplaylist_treewidget.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
remotereplaylist_treewidget.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
replay_timeline_widget.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
replay_timeline_widget.h Click replay timeline to seek. (#3570) 2019-02-08 20:32:56 -05:00
round.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
selectzone.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
selectzone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
setsmodel.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
setsmodel.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
settingscache.cpp add more info to dialogs (#4293) 2021-04-01 23:34:25 -04:00
settingscache.h add button to open themes location to settings (#4289) 2021-03-21 13:11:34 -04:00
shortcutssettings.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
shortcutssettings.h add menus for top and bottom actions (#4314) 2021-04-16 11:23:28 -04:00
soundengine.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
soundengine.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
spoilerbackgroundupdater.cpp fix update message (#4116) 2020-09-29 22:00:09 -04:00
spoilerbackgroundupdater.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
stackzone.cpp Multiple background images on all zones (#4144) 2020-10-23 15:36:02 -04:00
stackzone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
tab.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tab.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
tab_account.cpp userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
tab_account.h userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
tab_admin.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tab_admin.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tab_deck_editor.cpp disallow rich text in deck comments (#4273) 2021-02-26 11:17:25 -05:00
tab_deck_editor.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
tab_deck_storage.cpp check if node is a dir before deletion (#4165) 2020-11-13 14:55:01 -05:00
tab_deck_storage.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
tab_game.cpp fix #3840 (#4348) 2021-05-13 12:51:34 -04:00
tab_game.h Judges can talk in games (#4091) 2020-09-09 13:20:59 -04:00
tab_logs.cpp File name cleanup (#4154) 2020-11-01 19:03:08 -05:00
tab_logs.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
tab_message.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
tab_message.h Add keyboard shorcuts to focus and unfocus chat (#3898) 2020-03-16 21:48:05 -04:00
tab_replays.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
tab_replays.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
tab_room.cpp userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
tab_room.h Add configuration option to send desktop notification on buddy presence (#3886) 2020-03-16 21:49:11 -04:00
tab_server.cpp clearify wording (#4173) 2020-11-23 12:24:49 -05:00
tab_server.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tab_supervisor.cpp userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
tab_supervisor.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tablezone.cpp Multiple bg images zone (#4005) 2020-08-23 15:55:53 -04:00
tablezone.h add a bunch of parents to dialogs (#3658) 2019-03-26 14:54:47 -04:00
tappedout_interface.cpp fix QByteArray::append(QString) deprecation in qt 5.15.1 (#4102) 2020-09-22 16:09:48 -04:00
tappedout_interface.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tearoffmenu.h Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
thememanager.cpp add button to open themes location to settings (#4289) 2021-03-21 13:11:34 -04:00
thememanager.h Multiple background images on all zones (#4144) 2020-10-23 15:36:02 -04:00
tip_of_the_day.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
tip_of_the_day.h Fix missing QDate 2020-03-18 17:57:40 -04:00
translatecountername.cpp Spell Out Entire Counter Names With First Letter Capitalized (#3997) 2020-05-17 17:24:17 -04:00
translatecountername.h Spell Out Entire Counter Names With First Letter Capitalized (#3997) 2020-05-17 17:24:17 -04:00
translation.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
update_downloader.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
update_downloader.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
user_context_menu.cpp Create game as spectator (#4281) 2021-03-13 14:39:25 -05:00
user_context_menu.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
userconnection_information.cpp Fix release tests (#4063) 2020-08-13 10:18:01 -04:00
userconnection_information.h server site added to connect window (#3190) 2018-04-10 19:05:13 -04:00
userinfobox.cpp Address a handful of warnings from #6095 (#4199) 2020-12-01 11:30:22 -05:00
userinfobox.h Added horizontal layout and stretch for player icon (#4052) 2020-07-28 01:22:02 -04:00
userlist.cpp userlists --> account (#4139) 2020-10-12 17:18:11 -04:00
userlist.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
window_main.cpp pass reset Small fixes (#4310) 2021-04-12 13:28:47 -04:00
window_main.h Fix 4294 (#4302) 2021-04-01 01:46:53 -04:00
zoneviewwidget.cpp remove the stop dump zone command from the protocol (#4326) 2021-06-01 21:52:20 -04:00
zoneviewwidget.h qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
zoneviewzone.cpp implement a maximum amount of cardmenus generated for views (#4262) 2021-03-13 14:44:57 -05:00
zoneviewzone.h clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00