Cockatrice/cockatrice/src
DawnFire42 652ca041b4
refactor(z-values): replace magic Z-value numbers with ZValues constants
Magic numbers like 2000000007 are impossible to understand without
context. Named constants (ZValues::DRAG_ITEM) are self-documenting.

This intentionally renumbers overlay Z-values to use a cleaner offset
sequence. The relative stacking order is preserved, which is what
matters for correct rendering.

Each consumer now includes z_values.h and uses semantic constants
instead of magic numbers.
2026-03-02 01:42:35 -05:00
..
client [LayoutSettings] Move over layout settings in global.ini (#6587) 2026-02-07 19:51:12 -08:00
database/interface [Fix-Warnings] Remove more redundant empty declarations. (extra semicolons) (#6374) 2025-11-29 14:19:11 +01:00
filters Update UnescapedStringListPart to include parentheses (#6631) 2026-02-25 23:55:34 -08:00
game refactor(z-values): replace magic Z-value numbers with ZValues constants 2026-03-02 01:42:35 -05:00
game_graphics/board Bump minimum Qt version from 5.8 to 5.15 (#6442) 2025-12-23 09:58:23 -08:00
interface [CardDatabaseDisplay] Reduce width by using icons (#6603) 2026-02-22 20:54:58 -08:00
main.cpp Bump minimum Qt version from 5.8 to 5.15 (#6442) 2025-12-23 09:58:23 -08:00
main.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00