Murilo Pereira
e5e94cc841
Removing unnecessary indirection.
2011-05-31 02:44:16 -03:00
Murilo Pereira
79f5a34a06
cursor->marked.
2011-05-31 02:43:32 -03:00
Murilo Pereira
137bb109d6
set_escdelay(0).
2011-05-31 02:42:45 -03:00
Murilo Pereira
c545fe025e
return()s.
2011-05-29 17:34:59 -03:00
Murilo Pereira
25ac37a219
Array for maneuvre and foundation stacks.
2011-05-29 17:12:52 -03:00
Murilo Pereira
b94ea8797a
Make stack#pop return a card and don't duplicate stuff on push/pop.
2011-05-29 15:19:00 -03:00
Murilo Pereira
6282cf8ee2
Saving 104 bytes.
2011-05-28 00:45:30 -03:00
Murilo Pereira
52e396a9df
Updated github username.
2011-05-26 18:26:30 -03:00
Murilo Pereira
f4e9a10572
Smarter stack erasing.
2011-05-15 20:39:22 -03:00
Murilo Pereira
18a78c9713
Add cursor#free_cursor prototype.
2011-05-15 15:03:24 -03:00
Murilo Pereira
ce99997280
Traverse the stack's cards and paint their backgrounds.
2011-05-15 15:02:34 -03:00
Murilo Pereira
6a08aad3d3
Give cursor its own WINDOW.
2011-05-09 02:04:38 -03:00
Murilo Pereira
e70a87feac
Removing evolutionary artifact.
2011-05-09 01:11:15 -03:00
Murilo Pereira
d2950f95ce
s/shape/window
2011-05-09 00:50:56 -03:00
Murilo Pereira
9ecf0acec8
s/start/begin
2011-05-09 00:38:31 -03:00
Murilo Pereira
539c0ecb00
Conciseness.
2011-05-09 00:04:03 -03:00
Murilo Pereira
3d421f31d3
s/util/curses.
2011-05-08 20:38:36 -03:00
Murilo Pereira
4802244efa
Less mental retardation.
2011-05-08 20:20:22 -03:00
Murilo Pereira
ea9ff3cfb5
No return on end of void functions.
2011-05-08 16:58:18 -03:00
Murilo Pereira
f86f3357ae
This behaviour was moved to display#draw_stack.
2011-05-08 16:49:16 -03:00
Murilo Pereira
e2554f181e
Empty stacks drawn jit.
2011-05-08 15:17:16 -03:00
Murilo Pereira
22aa293645
Meh.
2011-05-08 01:29:16 -03:00
Murilo Pereira
f48a3cee38
Better style for stack#free_stack.
2011-05-08 01:22:26 -03:00
Murilo Pereira
e7706dfa4b
Implemented game#valid_move.
2011-05-07 23:09:39 -03:00
Murilo Pereira
854184c2fd
stack#push and stack#pop less destructive.
2011-05-01 05:36:46 -03:00
Murilo Pereira
5d96d20893
Move dup functions to lib.
2011-05-01 03:06:43 -03:00
Murilo Pereira
20d68a6f3d
Only traverse maneuvre stacks for drawing.
2011-05-01 02:05:35 -03:00
Murilo Pereira
0a37b5982a
Really, don't change the stack when calling stack#reverse.
2011-05-01 02:04:16 -03:00
Murilo Pereira
0e0c44f5c6
Non-destructive stack#reverse.
2011-05-01 01:13:15 -03:00
Murilo Pereira
5a62ecb955
Added stack#reverse.
2011-04-30 22:13:41 -03:00
Murilo Pereira
9ed28d9d51
Added instructions.
2011-04-30 17:40:22 -03:00
Murilo Pereira
b118024237
Updated homepage link.
2011-03-06 23:52:45 -03:00
Murilo Pereira
dcab55f853
Finished putting stuff where they belong.
2011-02-20 18:45:15 -03:00
Murilo Pereira
276a4137bc
Wtf was that.
2011-02-20 18:37:20 -03:00
Murilo Pereira
daf0b4809f
Putting functions were they belong.
2011-02-16 23:50:29 -02:00
Murilo Pereira
3420045a35
Refactored 'length(stack)' and added test.
2011-02-16 22:42:49 -02:00
Murilo Pereira
b1000cfb55
Moving game logic to the game object.
2011-02-16 22:27:00 -02:00
Murilo Pereira
3495e08490
Formatting.
2011-02-14 00:24:19 -02:00
Murilo Pereira
417a8ca2b7
s/delete/free/g
2011-02-14 00:10:47 -02:00
Murilo Pereira
e59d089b45
Remove noob code.
2011-02-14 00:05:59 -02:00
Murilo Pereira
6c5970da62
Delete the whole linked list (omg noob?).
2011-02-14 00:04:26 -02:00
Murilo Pereira
c6ac149dde
'duplicate_stack(stack)' was returning reversed stacks.
2011-02-13 23:43:58 -02:00
Murilo Pereira
777434177f
Added tests for the stack and made them pass.
...
* Make 'empty(stack)' more robust
* Only try to 'push(stack, card)' if card != NULL
* Added message explaining why 'pop(stack)' needs to create a new
stack object when popping a stack's last element
* 'move_card(stack, stack)' now checks if the origin pops something
before trying to 'push(stack)' to destination. This prevents
dereferencing a possible NULL pointer.
2011-02-13 23:13:16 -02:00
Murilo Pereira
02e9e0a04f
Formatting.
2011-02-13 19:40:29 -02:00
Murilo Pereira
dea468e8be
No need for stdbool.h.
2011-02-13 19:37:50 -02:00
Murilo Pereira
422a866e10
Added helper functions for the unit tests.
...
* Also added tests for the helper functions
2011-02-13 19:35:40 -02:00
Murilo Pereira
259f0dc536
Tell people this isn't ready.
2011-02-12 16:47:12 -02:00
Murilo Pereira
8445bd1a5e
Free frames after assertions.
2011-02-12 16:30:33 -02:00
Murilo Pereira
9821a5265a
Added unit tests for the card object.
2011-02-12 16:28:58 -02:00
Murilo Pereira
e2f50b183a
One assert per expectation makes better error messages.
2011-02-12 16:00:23 -02:00