Cockatrice/cockatrice/src/game/board
Basile Clement 24e27d3c31
fix: Prevent dragged cards getting stuck (#5896)
* fix: Prevent dragged cards getting stuck

Update the position of the card even if it is not above any zone.

* Also update the currentZone
2025-05-02 12:58:21 -04:00
..
abstract_card_drag_item.cpp Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
abstract_card_drag_item.h Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
abstract_card_item.cpp Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
abstract_card_item.h Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
abstract_counter.cpp Refactor files in src/game to new Qt Slot/Signal syntax (#5431) 2025-01-09 06:32:25 -05:00
abstract_counter.h add missing override and explicit specifiers to all classes in src/game (#5511) 2025-01-22 12:57:56 +00:00
abstract_graphics_item.cpp Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
abstract_graphics_item.h add missing override and explicit specifiers to all classes in src/game (#5511) 2025-01-22 12:57:56 +00:00
arrow_item.cpp Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
arrow_item.h add missing override and explicit specifiers to all classes in src/game (#5511) 2025-01-22 12:57:56 +00:00
arrow_target.cpp game: Automatic update of arrow position (#5729) 2025-03-16 22:58:06 +00:00
arrow_target.h game: Automatic update of arrow position (#5729) 2025-03-16 22:58:06 +00:00
card_drag_item.cpp fix: Prevent dragged cards getting stuck (#5896) 2025-05-02 12:58:21 -04:00
card_drag_item.h Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
card_item.cpp Remove isView flag from CardZone (#5728) 2025-04-26 19:55:54 -04:00
card_item.h Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
card_list.cpp Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
card_list.h Move card_item and related to src/game/board (#5867) 2025-04-20 14:37:52 +00:00
counter_general.cpp Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
counter_general.h add missing override and explicit specifiers to all classes in src/game (#5511) 2025-01-22 12:57:56 +00:00