35 Commits

Author SHA1 Message Date
DolphyWind
22ec7de16c Memory gets freed when you quit after you select a card 2023-02-10 13:56:27 +03:00
Murilo Pereira
c26a6f4178 This doesn't need to be a while.
We're already iterating.
2018-05-07 13:26:20 +02:00
Grigory Ustinov
464615fdaa Add possibility of deselecting full stack by shift+N 2018-02-09 16:21:29 +03:00
Grigory Ustinov
e540b13a5d Add possibility of selecting full stack by shift+M 2018-02-09 15:43:05 +03:00
Murilo Pereira
324b9872ab Only maneuvre stacks are marked. 2017-01-07 20:37:44 -02:00
Simon Barth
fe0b60a799 Fix putting card stacks into invalid state
Bug: When the cursor is on a foundation stack or on the wastepile stack,
	it is possible to put this stack into an invalid state.

Reason: unmark_cards() should only be called on maneuver stacks since it
	alters the y position of cards.

Fix: Only redraw maneuver stacks on ESC-key action.
2016-11-18 01:05:09 +01:00
Murilo Pereira
893f18a7e0 Resizing works. 2011-06-19 19:36:29 -03:00
Murilo Pereira
e4f07b4692 Move cursor down 1 row when moving to empty maneuvre stacks. 2011-06-10 00:07:13 -03:00
Murilo Pereira
99ae6e954a Renamed the 'draw' module to 'gui'. 2011-06-08 22:55:44 -03:00
Murilo Pereira
27f53f57ce Cards are supposed to be covered when starting a new cycle. 2011-06-08 22:19:47 -03:00
Murilo Pereira
9a866dd011 Fixing card front rendering on waste pile. 2011-06-08 22:18:11 -03:00
Murilo Pereira
7aaa0c82cb Added option to control the number of passes through the deck. 2011-06-08 02:36:46 -03:00
Murilo Pereira
0780ab75fb Unmodularizing stupidity. 2011-06-07 00:27:43 -03:00
Murilo Pereira
cba0615b24 Moved functions to the cursor module. 2011-06-06 22:19:08 -03:00
Murilo Pereira
6588525e8e Encapsulated behaviour into cursor_direction(). 2011-06-06 22:06:10 -03:00
Murilo Pereira
6b709f047a Name-spaced functions for cursor. 2011-06-06 02:21:50 -03:00
Murilo Pereira
95a1c77a25 Name-spaced functions for card and stack. 2011-06-06 01:57:52 -03:00
Murilo Pereira
4d3892101d Encapsulated function to move blocks and removed compiler warnings. 2011-06-05 23:08:08 -03:00
Murilo Pereira
656f8e6190 Fix invalid spot's segfaults added with the new code. 2011-06-05 18:41:09 -03:00
Murilo Pereira
4c529f0ab7 No need to move the cursor on waste pile. 2011-06-05 17:39:57 -03:00
Murilo Pereira
3b1dd0bcf6 Implemented logic for moving blocks of cards. 2011-06-05 17:34:02 -03:00
Murilo Pereira
b7cce35315 Only add cards to a block if they are exposed. 2011-06-05 00:16:07 -03:00
Murilo Pereira
c8972ab9e8 Fucking invalid spot. 2011-06-04 23:54:16 -03:00
Murilo Pereira
e585cb5c3b Don't show box chars on waste pile's cards. 2011-06-04 23:41:07 -03:00
Murilo Pereira
54b55d8fa9 Initial code for moving blocks of cards implemented. 2011-06-04 23:37:48 -03:00
Murilo Pereira
ce8400740a Some changes. 2011-06-04 17:15:12 -03:00
Murilo Pereira
06782215b2 s/display/draw. 2011-06-03 03:22:48 -03:00
Murilo Pereira
28ce3e07bd Removed stupid curses files. 2011-06-03 03:09:14 -03:00
Murilo Pereira
261950f133 Small refactorings/cleanups. 2011-06-03 02:48:26 -03:00
Murilo Pereira
548fe23b5d Don't segfault when moving to/off the invalid spot [2]. 2011-06-03 00:10:48 -03:00
Murilo Pereira
2092abc021 Expose covered top cards. 2011-06-01 02:24:02 -03:00
Murilo Pereira
69d3647dae Do not segfault when moving from/to the invalid spot. 2011-06-01 01:08:32 -03:00
Murilo Pereira
7c28c40ec3 Move cursor down when moving cards to maneuvre stacks. 2011-06-01 00:47:58 -03:00
Murilo Pereira
36bc8e7d8e Fixed ESC pressing while holding a card. 2011-05-31 22:43:22 -03:00
Murilo Pereira
1c63b767f6 C-ifying project. 2011-05-31 03:03:13 -03:00