Murilo Pereira
|
9ecf0acec8
|
s/start/begin
|
2011-05-09 00:38:31 -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
|
5d96d20893
|
Move dup functions to lib.
|
2011-05-01 03:06:43 -03:00 |
|
Murilo Pereira
|
417a8ca2b7
|
s/delete/free/g
|
2011-02-14 00:10:47 -02:00 |
|
Murilo Pereira
|
60641ca499
|
Avoid dereferencing NULL pointers.
|
2011-02-12 01:26:03 -02:00 |
|
Murilo Pereira
|
578fe9af27
|
Fixing gay formatting.
|
2011-02-09 23:25:28 -02:00 |
|
Murilo Pereira
|
75d1e5f23b
|
Pessimistic memory allocation.
* Added/removed headers as necessary
* Removed 'key_event' function from keyboard
|
2011-02-06 03:45:58 -02:00 |
|
Murilo Soares Pereira
|
e65e4e2875
|
Moved code into 'game' and 'util', removed unnecessary headers.
|
2010-04-12 23:42:21 -03:00 |
|
Murilo Soares Pereira
|
d7f349a82c
|
Added functions to cover and expose cards.
|
2010-04-11 17:15:34 -03:00 |
|
Murilo Soares Pereira
|
ecaa2a4c68
|
Created the 'deck' structure, allocate() and initialize() for all structures.
|
2010-04-08 01:11:10 -03:00 |
|
Murilo Soares Pereira
|
3889a40850
|
Fixing header's dependencies.
|
2010-04-04 21:54:22 -03:00 |
|
Murilo Soares Pereira
|
155e03e42c
|
We need to malloc() the size of the structure, not the pointer.
|
2010-04-04 21:00:36 -03:00 |
|
Murilo Soares Pereira
|
abca15d2be
|
common.h isn't needed on card.c.
|
2010-04-03 20:52:10 -03:00 |
|
Murilo Soares Pereira
|
8960ae7f84
|
Removed GUI related code from card code.
|
2010-04-03 01:22:13 -03:00 |
|
Murilo Soares Pereira
|
7c3c72a0fd
|
Adding irrelevant values to enums.
|
2010-04-01 10:17:21 -03:00 |
|
Murilo Soares Pereira
|
f57073dc85
|
Card 'face' enum, rather than 'exposed' boolean.
|
2010-04-01 09:50:53 -03:00 |
|
Murilo Soares Pereira
|
4a84d62d07
|
Modularization started.
|
2010-04-01 02:28:00 -03:00 |
|