Cockatrice/cockatrice/src
RickyRister 2267d38352
[Refactor] Clean up CardDatabase (#6034)
* Inline getCardFromMap

map.value already returns a default-constructed value if the key is not present

* Use for-each instead of iterator

* Add new method

* clean up method order

* fix build failure

* clean up getPreferredPrinting usage

* early returns
2025-07-12 23:29:02 -04:00
..
client Properly and consistently capitalize EDHRec (#6027) 2025-07-09 17:55:04 -04:00
deck [Refactor] Clean up CardDatabase (#6034) 2025-07-12 23:29:02 -04:00
dialogs Refactor: rename CardInfoPerSet to PrintingInfo (#6024) 2025-07-07 23:41:19 -04:00
game [Refactor] Clean up CardDatabase (#6034) 2025-07-12 23:29:02 -04:00
server Fix QString missing arg warning in logMoveCard (#5992) 2025-06-14 11:11:00 -04:00
settings Automatic Card Database Updates (#6004) 2025-06-29 22:21:52 -04:00
utility Refactor: rename CardInfoPerSet to PrintingInfo (#6024) 2025-07-07 23:41:19 -04:00
main.cpp Include card_info.h over card_database.h if able (#5841) 2025-04-17 00:38:57 -04:00
main.h Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00