Commit Graph

305 Commits

Author SHA1 Message Date
Murilo Pereira
3ac90c806a Release 1.2.0. 2020-05-31 23:04:47 +02:00
Murilo Pereira
223837b9e0
Merge pull request #41 from dther/master
Redraw card background to prevent visual artefacts
2020-05-31 22:40:22 +02:00
Murilo Pereira
379ef4322c
Merge pull request #35 from yoyoma2/master
Fix make test (Issue #14)
2020-05-31 22:37:23 +02:00
Murilo Pereira
975c778683 Add Ncurses references to development README section. 2020-05-31 22:02:58 +02:00
Murilo Pereira
ca3acc8251 Add package manager install instructions to README.
And small cleanup.
2020-05-31 21:57:08 +02:00
Rudy Dellomas III
56177f4393 Redraw card background to prevent visual artefacts
Fixes issue #37.
2020-06-01 01:12:40 +10:00
Murilo Pereira
0268d6df09
Merge pull request #36 from porridge/clean
Make the clean target actually work
2019-05-15 23:06:08 +02:00
Marcin Owsiany
ab9cd8cb91 Make the clean target actually work 2019-05-15 22:11:48 +02:00
flamin
5cd663b589 Fix off by one error inf shuffle_deck() 2019-01-23 14:23:16 -05:00
flamin
1aa7e560f1 Fix all memory leaks reported by valgrind 2019-01-21 16:02:04 -05:00
flamin
69bf25f87e Fix make test (Issue #14) 2019-01-20 20:31:35 -05:00
Murilo Pereira
57c481f506 Bump version to 1.1.1. 2018-11-10 06:00:46 +01:00
Murilo Pereira
03b9cdf9c1 Forgot this. 2018-09-02 21:41:28 +02:00
Murilo Pereira
a17894cb87 Drop README file extension. 2018-09-02 17:56:22 +02:00
Murilo Pereira
53719dafbb Drop CHANGELOG file extension. 2018-09-02 17:54:57 +02:00
Murilo Pereira
e08cb0ffdd Org mode README. 2018-09-02 17:20:08 +02:00
Murilo Pereira
9cbfc95694 Since 2010. 2018-08-17 14:36:00 +02:00
Murilo Pereira
3295098fa4 Add LICENSE. 2018-08-17 14:05:02 +02:00
Murilo Pereira
182b80dfd7 Add CHANGELOG. 2018-08-13 00:05:12 +02:00
Murilo Pereira
f206b57db2 Bump version to 1.1.0. 2018-08-12 23:50:31 +02:00
Murilo Pereira
d299c066cd Make code style more consistent with the rest of the codebase. 2018-08-12 23:40:03 +02:00
Murilo Pereira
5dce7eb912 Rename version macro definition. 2018-08-12 23:29:45 +02:00
Murilo Pereira
5056ae89b7
Merge pull request #15 from AMDmi3/respect-flags
Respect user-set compiler and linker flags
2018-08-12 23:28:16 +02:00
Murilo Pereira
c45969623a
Merge branch 'master' into respect-flags 2018-08-12 23:27:20 +02:00
Murilo Pereira
923063a6cc
Merge pull request #23 from greno4ka/windetect
Detect possible win situation
2018-08-12 23:17:16 +02:00
Murilo Pereira
c60f1bb11f
Merge pull request #26 from dseguin/integrate-version-in-makefile
Integrate version number into makefile (fixes #6)
2018-07-27 16:04:28 +02:00
David Seguin
b93fe31f7e
Integrate version number into makefile (fixes #6)
Running with --version relied on having a VERSION file in current
directory. Having the version number in the makefile ensures it
is built into the binary so that --version works all the time.
2018-06-17 21:19:28 -04:00
Murilo Pereira
92e8b7b8bf
Merge pull request #16 from AMDmi3/all-target
Add `all` makefile target
2018-05-07 13:56:19 +02:00
Murilo Pereira
ed25d56aa0
Merge pull request #21 from greno4ka/workontests
Work on tests
2018-05-07 13:36:15 +02:00
Murilo Pereira
c26a6f4178 This doesn't need to be a while.
We're already iterating.
2018-05-07 13:26:20 +02:00
Murilo Pereira
5fb60cd42c
Merge pull request #20 from greno4ka/master
Closes #3
2018-05-07 13:24:52 +02:00
Grigory Ustinov
33d903165a Detect possible win situation 2018-02-23 18:40:54 +03:00
Murilo Pereira
3dcc314361
Merge pull request #24 from greno4ka/refactoring
Replace magic numbers by defined names
2018-02-23 14:37:45 +01:00
Grigory Ustinov
0981739c86 Replace magic numbers by defined names 2018-02-23 18:52:43 +03:00
Dmitry Marakasov
b792ce833f Respect user-set compiler and linker flags 2018-02-13 15:54:33 +03:00
Grigory Ustinov
ccaac9b3ac Add todos for fixing errors in game tests 2018-02-12 20:45:27 +03:00
Grigory Ustinov
bb3a7900df Fix 2 stack tests 2018-02-12 20:45:08 +03: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
1d1005a2bf
Merge pull request #13 from greno4ka/master
Fix non-critical warning: unused result
2017-11-03 17:23:32 +01:00
greno4ka
2f110e9cc3
Merge pull request #1 from mpereira/fix-alt-linux-unused-result-warning
Fix compilation warning.
2017-11-03 19:19:37 +03:00
Dmitry Marakasov
73c864e024 Add all makefile target 2017-11-03 18:48:14 +03:00
Murilo Pereira
9df1e4b175 Fix compilation warning. 2017-11-02 18:58:46 +01:00
Grigory Ustinov
f43152c420 Fix non-critical warning: unused result 2017-11-01 21:28:38 +03:00
Murilo Pereira
b234e7f116 v1.0.0 2017-01-07 20:39:19 -02:00
Murilo Pereira
324b9872ab Only maneuvre stacks are marked. 2017-01-07 20:37:44 -02:00
Murilo Pereira
08c40b452f Merge pull request #11 from saimen/fix-escape-error
Fix putting card stacks into invalid state
2017-01-07 20:26:09 -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
76f0154632 Bump version to 0.2.1. 2015-11-30 09:40:51 -02:00
Murilo Pereira
a2a3c84f3b Merge pull request #10 from phijor/master
Fix segfault when launching with unkown option
2015-11-30 09:38:36 -02:00