Cockatrice/libcockatrice_deck_list/libcockatrice/deck_list
BruebachL f4d5fc181d
[DeckList] Drop const from zone lookup that creates nodes (#7304)
DecklistNodeTree::getZoneObjFromName creates a new zone node when
the name is unknown, so declaring it const was a lie that let a
const DecklistNodeTree mutate its tree. It is only called from
mutating paths (addCard, readZoneElement), so the const qualifier
is removed.

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
2026-09-18 11:58:30 +02:00
..
tree [DeckList] Remove dead card XML readElement (#7301) 2026-09-18 11:58:29 +02:00
deck_list.cpp [DeckList] Collapse repeated playmat parameter clamping (#7303) 2026-09-18 11:58:30 +02:00
deck_list.h [Game] Playmats (#7101) 2026-08-21 10:40:49 +02:00
deck_list_history_manager.cpp [DeckList] Deduplicate undo/redo state switching (#7302) 2026-09-18 11:58:29 +02:00
deck_list_history_manager.h [DeckList] Deduplicate undo/redo state switching (#7302) 2026-09-18 11:58:29 +02:00
deck_list_memento.h [Fix-Warnings] Mark const getters as [[nodiscard]] (#6365) 2025-11-28 21:38:54 +01:00
deck_list_node_tree.cpp [DeckList] Drop const from zone lookup that creates nodes (#7304) 2026-09-18 11:58:30 +02:00
deck_list_node_tree.h [DeckList] Drop const from zone lookup that creates nodes (#7304) 2026-09-18 11:58:30 +02:00
playmat_resolver.cpp [Game] Playmats (#7101) 2026-08-21 10:40:49 +02:00
playmat_resolver.h [Game] Playmats (#7101) 2026-08-21 10:40:49 +02:00
sideboard_plan.cpp style: Add braces to all control flow statements (#6887) 2026-05-16 19:19:53 +02:00
sideboard_plan.h Standardize Doxygen documentation (#6885) 2026-05-21 22:58:07 +02:00