Commit Graph

29 Commits

Author SHA1 Message Date
betalars d9977d3108 updating card handling 2023-08-01 10:59:24 +02:00
betalars 132d9cd118 fix: card board now stores an array, instead of an array of arrays 2023-07-19 22:43:44 +02:00
betalars 0cbf306ba8 workaround for card board not being able to repopulate 2023-07-19 13:52:01 +02:00
betalars d12883a5ca changing chekc using metadata to use class info 2023-07-18 23:25:56 +02:00
betalars 33481c28e4 adding checks so card board will only combine compatible cards 2023-07-18 15:53:15 +02:00
betalars 25be37fc23 adding instructions to physics-board 2023-07-18 00:15:04 +02:00
Adrian Schmid 391e026e72 add label to display if the board is empty 2023-07-15 16:04:41 +02:00
Adrian Schmid ccad0811a8 added quick tween to post its which are attached to cards or returned to the panels 2023-07-15 15:59:22 +02:00
Adrian Schmid adee139449 post its now float beneath the card they are going to be attached to 2023-07-15 15:26:14 +02:00
Adrian Schmid 88368e8ce8 fix: avoid putting post-its on post-its + prevent putting post-its on card with post-its already attached 2023-07-15 14:25:40 +02:00
Adrian Schmid c865a6bb0d fix: sorting was not applied + context was not switched correctly 2023-07-15 14:09:41 +02:00
betalars d5e0285bdc wip: restructuring card board so it can handle being empty 2023-07-15 13:05:47 +02:00
Adrian Schmid 0e37f8ad8b spawning panels by the amount of post its 2023-07-14 21:19:44 +02:00
Adrian Schmid 61963569fd moved bouncy card code to card 2023-07-14 19:13:08 +02:00
betalars fa0b130523 fixme: setting on stage property of board children when stage is set 2023-07-12 10:22:06 +02:00
betalars b01ccfaeff refactor: changing focus naming convention to stage based metaphor 2023-07-11 15:27:44 +02:00
betalars a56870bdde adding focus handling to card board 2023-07-11 15:04:46 +02:00
Adrian Schmid ebd097cbfb populate_board() to spawn cards/postits 2023-07-03 20:27:09 +02:00
Adrian Schmid f03630b9cb keyboard controls for the card board 2023-07-02 15:10:33 +02:00
Adrian Schmid 7d81d27d2c prevent putting multiple post its on one card 2023-07-02 11:50:19 +02:00
Adrian Schmid 4aa1930646 reset rot./scale after removing post it from card 2023-07-02 11:01:04 +02:00
Adrian Schmid aa30600100 remove dragableType and replace it with meta-type 2023-07-02 10:19:15 +02:00
Adrian Schmid 9d59e54bcc moved dictionary populating to its own function 2023-07-02 10:11:54 +02:00
Adrian Schmid a3fc38a127 added func to sort dict entries on y pos 2023-07-01 16:59:13 +02:00
Adrian Schmid 13dfadce6e add logic to attach post-its to cards 2023-07-01 16:03:22 +02:00
Adrian Schmid 7d5e8ae1bb added same handling for cards + anchor for postIts 2023-07-01 15:20:50 +02:00
Adrian Schmid 22bdae5be0 moved drag handling to board to avoid issues 2023-07-01 15:19:54 +02:00
Adrian Schmid 48aff75068 card-board dictionary + move post-its to dropboard 2023-07-01 13:43:27 +02:00
betalars 506c8e4e6e initialising physics-based approach to laying cards on a board 2023-06-27 13:51:23 +02:00