Commit graph

  • 7a688fd7a9 fix view zone close RickyRister 2025-01-20 00:40:43 -08:00
  • 3d18196710 do player removal from scene in TabGame RickyRister 2025-01-20 00:16:55 -08:00
  • 8cacbb5722 remove stuff from TabGame and GameScene dtors RickyRister 2025-01-19 23:53:37 -08:00
  • 1237d9b480 Convert lastLoaded timestamp into proper QDateTime for correct comparison. Lukas Brübach 2025-01-20 09:32:17 +01:00
  • e0a3855fca
    Support more indices ZeldaZach 2025-01-20 03:04:49 -05:00
  • 090cc8c144
    Support more indices (#5503) Zach H 2025-01-20 01:42:24 -05:00
  • ee321e1553
    Support more indices ZeldaZach 2025-01-20 01:29:22 -05:00
  • ed9744c7aa move pic and button into a single widget RickyRister 2025-01-19 21:07:33 -08:00
  • d03be7eba5 add comment RickyRister 2025-01-19 20:22:28 -08:00
  • 2ef19833fc
    Support more indices ZeldaZach 2025-01-20 01:10:54 -05:00
  • 57cea844b1 refactor RickyRister 2025-01-19 19:35:27 -08:00
  • e37df68f30 close card view window on empty RickyRister 2025-01-19 17:02:02 -08:00
  • 81b79c4b0f add new setting RickyRister 2025-01-19 16:27:54 -08:00
  • 9ae492f7af fix empty space caused by invisible view transform button RickyRister 2025-01-19 17:20:12 -08:00
  • 0467fae51b
    Add label to swap button (#5501) tooomm 2025-01-19 18:26:25 +01:00
  • 2f9bea7834 Fix double definition. Lukas Brübach 2025-01-19 16:35:37 +01:00
  • 576d8ce405 Appease the lint gods. Lukas Brübach 2025-01-17 09:55:14 +01:00
  • 76f2c3d08b Lint and move logging categories to headers to silence build warnings about no previous definition. Lukas Brübach 2025-01-17 09:52:31 +01:00
  • e4f7453a5f Temporarily stop writing the redirect cache for massive performance increases. Lukas Brübach 2025-01-17 09:43:57 +01:00
  • ace9915958 Don't have a debug statement cause it to crash. Lukas Brübach 2025-01-13 23:36:13 +01:00
  • ec505bc20b Don't infinitely loop nextPicDownloads. Lukas Brübach 2025-01-13 23:25:32 +01:00
  • 8ddeef0d39 Include in cmakelists Lukas Brübach 2025-01-13 23:13:35 +01:00
  • 6089e3805c Lint. Lukas Brübach 2025-01-13 22:53:43 +01:00
  • 85973caa03 Parallelize picture loader. Lukas Brübach 2025-01-13 22:52:01 +01:00
  • cc7deef83e Try to parallelize stuff. Lukas Brübach 2025-01-13 22:05:50 +01:00
  • db0be387a6
    Add label to swap button tooomm 2025-01-19 14:16:40 +01:00
  • aa24502129
    Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) BruebachL 2025-01-19 14:14:23 +01:00
  • 6e0ed887c2
    Support Windows in Regex ZeldaZach 2025-01-19 08:13:42 -05:00
  • e752578d15
    Add a button to easily view the transformed version of a card. (#5498) BruebachL 2025-01-19 13:59:53 +01:00
  • 724db755af
    Hide load from remote button in local games (#5499) BruebachL 2025-01-19 13:59:33 +01:00
  • 1d5feeacb2
    Minor fix ZeldaZach 2025-01-19 07:59:09 -05:00
  • 4a8a8ad432
    Minor fix ZeldaZach 2025-01-19 07:42:23 -05:00
  • e484d2b0cc
    Minor reword ZeldaZach 2025-01-19 07:39:57 -05:00
  • ec0caaf421
    Give deckList a signal to emit when the tags change and hook up the display widget to that. (#5497) BruebachL 2025-01-19 13:32:39 +01:00
  • e95a5bd797 Lint. Lukas Brübach 2025-01-19 04:03:34 +01:00
  • a1b99f5232 Lint. Lukas Brübach 2025-01-19 04:02:05 +01:00
  • 8243144cdb Add a new message format to the logging handler. Lukas Brübach 2025-01-19 03:56:19 +01:00
  • 839e241370 Clean up some unnecessary classes in logging statements. Lukas Brübach 2025-01-19 03:55:59 +01:00
  • 0b89c15384 Hide load from remote button in local games. Lukas Brübach 2025-01-19 02:51:41 +01:00
  • fb348c85f7 Add a button to easily view the transformed version of a card. Lukas Brübach 2025-01-19 02:35:47 +01:00
  • 6a7e629b19 Eliminate loadVisualDeck and use loadDeckFromFile instead. Lukas Brübach 2025-01-19 02:05:16 +01:00
  • 40d34e0f21 Address comments. Lukas Brübach 2025-01-18 22:57:42 +01:00
  • 5cdb8e3f94 Reload from file when loading a visual deck to ensure latest changes propagate to the decklist. Lukas Brübach 2025-01-18 22:48:49 +01:00
  • 3aa8e91b20 Give deckList a signal to emit when the tags change and hook up the display widget to that. Lukas Brübach 2025-01-18 22:33:15 +01:00
  • 55b490ade0
    Generate PDBs for Windows Builds (#5494) 2025-01-18-Development-2.10.0-beta.31 Zach H 2025-01-18 02:54:01 -05:00
  • e20a4174c9
    Generate PDBs for Windows Builds ZeldaZach 2025-01-18 02:53:40 -05:00
  • 06956657e8
    Generate PDBs for Windows Builds ZeldaZach 2025-01-18 02:31:51 -05:00
  • 9652166983
    Generate PDBs for Windows Builds ZeldaZach 2025-01-18 02:06:51 -05:00
  • c331257182
    Generate PDBs for Windows Builds ZeldaZach 2025-01-18 02:04:06 -05:00
  • 1392bdd258
    Fix Windows 7 Crash Dump ZeldaZach 2025-01-18 00:33:30 -05:00
  • 648c96ac3d
    Allow Moderators to Grant Replay & Activate in TabAdmin (#5492) 2025-01-17-Development-2.10.0-beta.30 Zach H 2025-01-17 21:23:24 -05:00
  • d3a1538af3
    Fix Windows Crash Reporter (#5493) Zach H 2025-01-17 21:23:05 -05:00
  • b65df84ed9
    Fix NSIS template ZeldaZach 2025-01-17 21:22:26 -05:00
  • 8c2ae8b082
    Fix Windows Crash Reporter ZeldaZach 2025-01-17 21:09:43 -05:00
  • 7f56e4099d
    Allow Moderators to Grant Replay & Activate in TabAdmin ZeldaZach 2025-01-17 11:50:49 -05:00
  • 2bc71095dd
    get UserListProxy from TabSupervisor instead of passing it in the constructor (#5490) 2025-01-17-Development-2.10.0-beta.29 RickyRister 2025-01-17 07:27:52 -08:00
  • 17d651de62 Lint...? Lukas Brübach 2025-01-17 12:44:32 +01:00
  • 1b98f9d428 Make PictureLoader logging a bit more useful. Lukas Brübach 2025-01-17 12:40:57 +01:00
  • 530fdb48d0 Uncomment defaults, include main category. Lukas Brübach 2025-01-17 12:31:35 +01:00
  • 67b2944078 Remove .debug category since this is autofilled by Qt and used to differentiate between QCDebug and QCWarning and QCError. Lukas Brübach 2025-01-17 12:11:44 +01:00
  • 26dfd548e4 Unlint like one change. Lukas Brübach 2025-01-17 11:44:04 +01:00
  • 06d252e23a Lint. Lukas Brübach 2025-01-17 11:42:33 +01:00
  • 710f7b0f07 Move logging from QDebug to QCDebug and introduce LoggingCategories. Lukas Brübach 2025-01-17 11:37:30 +01:00
  • 463e119dfc get UserListProxy from TabSupervisor instead of passing it in the constructor RickyRister 2025-01-17 00:42:23 -08:00
  • 92a903b035
    fix chat messages not showing in the client (#5489) RickyRister 2025-01-17 00:11:13 -08:00
  • 155350ad56 fix chat messages not showing in the client RickyRister 2025-01-16 23:51:55 -08:00
  • cd373edf3d
    Translate cockatrice_en@source.ts in pt_BR (#5487) transifex-integration[bot] 2025-01-17 07:41:59 +00:00
  • 0436bc4133
    Fix opening replays replays_fix ZeldaZach 2025-01-17 02:41:45 -05:00
  • 0f146773b5
    Translate cockatrice_en@source.ts in pt_BR transifex-integration[bot] 2025-01-17 05:50:26 +00:00
  • ca2d438cda
    fix sideboard not being re-locked on load deck (#5486) 2025-01-17-Development-2.10.0-beta.28 RickyRister 2025-01-16 21:25:01 -08:00
  • 798f4115f7 fix sideboard not being re-locked on load deck RickyRister 2025-01-16 21:21:51 -08:00
  • c148c8df7f
    replace foreach macro with standard for each loop (#5485) RickyRister 2025-01-16 21:18:15 -08:00
  • 0cbad25385
    General Cleanup of Unused Assets (#5484) Zach H 2025-01-17 00:08:53 -05:00
  • 7b94d5d501
    Better sanitization of pointers ZeldaZach 2025-01-17 00:05:08 -05:00
  • ce0fe5455b replace foreach macro with standard for each loop RickyRister 2025-01-16 20:47:52 -08:00
  • ee938342f3
    Change visible buttons in game lobby depending on if deck is loaded (#5480) RickyRister 2025-01-16 20:52:33 -08:00
  • bb347885e1
    Cleanup ZeldaZach 2025-01-16 23:49:47 -05:00
  • 441e8119a8
    Cleanup ZeldaZach 2025-01-16 23:45:08 -05:00
  • b667f3c79d
    Cleanup ZeldaZach 2025-01-16 23:37:00 -05:00
  • 0f59156008
    General Cleanup of Unused Assets ZeldaZach 2025-01-16 23:31:09 -05:00
  • e7080249a5 fix force start button still being visible RickyRister 2025-01-16 20:15:38 -08:00
  • cb64a5eea0
    Populate TabAccount if reopened (#5483) Zach H 2025-01-16 23:28:18 -05:00
  • 66f4ac3ba0
    Populate TabAccount if reopened ZeldaZach 2025-01-16 22:42:43 -05:00
  • 80165c28a9
    Add options to include/exclude set name and collector number during clipboard import/export. (#5482) BruebachL 2025-01-17 03:38:01 +01:00
  • 778945c9c8 Revert the silliest lint in the world. Lukas Brübach 2025-01-17 03:06:53 +01:00
  • 273be7af18 Missing parentheses in action label. Lukas Brübach 2025-01-17 03:00:40 +01:00
  • 653af3be38 Add options to include/exclude set name and collector number during clipboard import/export. Lukas Brübach 2025-01-17 02:50:28 +01:00
  • 4a07b9b8b5 correctly send the ReadyStart command on unload RickyRister 2025-01-15 23:00:13 -08:00
  • 016331d1e2 change visible buttons depending on if deck is loaded RickyRister 2025-01-15 22:17:13 -08:00
  • 6d0c59e42f increase margins RickyRister 2025-01-15 20:19:51 -08:00
  • 976787ed1c refactor RickyRister 2025-01-15 20:01:20 -08:00
  • bfe19da56b delete unused method RickyRister 2025-01-15 19:53:00 -08:00
  • 78356802d2 rename method RickyRister 2025-01-15 02:00:10 -08:00
  • 315c224f24
    Fix crash on add/edit tags ZeldaZach 2025-01-16 00:54:34 -05:00
  • 55f624b634
    Hide Loading Msg in VDE when not relevant ZeldaZach 2025-01-16 00:06:25 -05:00
  • 82b257b589
    Fix index 0 tab not functioning ZeldaZach 2025-01-15 23:55:51 -05:00
  • a51ca9f9cb
    fix incorrect values in deck editor tab's views menu on init (#5479) RickyRister 2025-01-15 20:06:56 -08:00
  • 7e19b52926
    fix tab-specific menus not present when tab is opened on startup (#5478) RickyRister 2025-01-15 20:04:15 -08:00
  • e12621f8a5 fix incorrect values in deck editor tab's views menu on init RickyRister 2025-01-15 18:43:27 -08:00
  • a5927ffe50 fix tab-specific menus not present when tab is opened on startup RickyRister 2025-01-15 08:03:27 -08:00