Corey O'Connor
|
38cf24093b
|
officially remove 6.12 and 7.2 ghc versions
|
2014-08-07 20:58:59 -07:00 |
|
Corey O'Connor
|
c01c51e452
|
try again to get Control.Exception.catch warnings right
|
2014-08-07 20:48:39 -07:00 |
|
Corey O'Connor
|
31a294e07c
|
ignore deprecated warnings on tiGetStr
|
2014-08-07 20:47:33 -07:00 |
|
Corey O'Connor
|
2a934870f2
|
warning fixups from travis ci failures
|
2014-08-07 20:34:02 -07:00 |
|
Corey O'Connor
|
ddd61dd917
|
add input and output file descriptor to Config
|
2014-08-03 21:29:27 -07:00 |
|
Corey O'Connor
|
4383e241fe
|
Merge pull request #53 from jtdaugherty/master
Roguelike bugfixes and updates
|
2014-08-03 01:02:27 -07:00 |
|
Jonathan Daugherty
|
6e2a7adb61
|
Rogue: document addRoom and mkLevel
|
2014-08-01 15:58:05 -07:00 |
|
Jonathan Daugherty
|
30103d7c24
|
Rogue: use a type alias where coordinates are used
|
2014-08-01 15:47:10 -07:00 |
|
Jonathan Daugherty
|
d4d4aa391c
|
Rogue: main: remove redundant invocation of updateDisplay
|
2014-08-01 15:39:05 -07:00 |
|
Jonathan Daugherty
|
39b31c6593
|
Rogue: put image-generation functions together
|
2014-08-01 15:37:08 -07:00 |
|
Jonathan Daugherty
|
051a6d949d
|
Rogue: wrap some long comment lines
|
2014-08-01 15:35:02 -07:00 |
|
Jonathan Daugherty
|
d3697b7f76
|
Rogue: be gender-nonspecific: rename "dude" to "player" everywhere
|
2014-08-01 15:34:25 -07:00 |
|
Jonathan Daugherty
|
78387890f9
|
Rogue: use a type alias for the array type used for level geo data
|
2014-08-01 15:32:09 -07:00 |
|
Jonathan Daugherty
|
373301179c
|
Rogue: clean up warnings (remove unused imports)
|
2014-08-01 15:29:16 -07:00 |
|
Jonathan Daugherty
|
131633c08e
|
Rogue: whitespace
|
2014-08-01 15:28:37 -07:00 |
|
Jonathan Daugherty
|
668ec34424
|
Rogue: clean up warnings (add type signatures, avoid overlapping names)
|
2014-08-01 15:28:16 -07:00 |
|
Jonathan Daugherty
|
f9757bc01b
|
Bugfix: rename "rouge" to "rogue" everywhere
|
2014-08-01 15:16:43 -07:00 |
|
Jonathan Daugherty
|
18ad37af1c
|
Bugfix: vty-rouge: use correct bounds when constructing level geography array
Before this fix, attempts to inspect indices using `levelWidth` and
`levelHeight` would result in a runtime exception.
|
2014-08-01 15:13:38 -07:00 |
|
Corey O'Connor
|
da216cb5a5
|
up to 5.1.4 for release
|
2014-07-30 22:26:28 -07:00 |
|
Corey O'Connor
|
c7094c984e
|
Merge pull request #51 from trofi/master
vty.cabal: add missing file to tarball
|
2014-07-30 22:14:07 -07:00 |
|
Sergei Trofimovich
|
87b2dcc379
|
vty.cabal: add missing file to tarball
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
2014-07-28 11:30:36 +03:00 |
|
Corey O'Connor
|
eb016d15e9
|
update vty-examples
|
2014-07-27 12:52:54 -07:00 |
|
Corey O'Connor
|
45c1e1d7f4
|
raise dependencies for issue #49
|
2014-07-27 12:13:13 -07:00 |
|
Corey O'Connor
|
80bd743395
|
up version to 5.1.2 for dev
|
2014-06-22 22:35:34 -07:00 |
|
Corey O'Connor
|
6acb630525
|
update version and changelog
|
2014-06-22 13:19:43 -07:00 |
|
Jonathan Daugherty
|
9f8f35215e
|
Warning cleanup: remove stale imports, add missing type signatures
|
2014-06-22 13:01:07 -07:00 |
|
Corey O'Connor
|
64c7ec0374
|
Merge pull request #48 from sjmielke/patch-1
Add ScopedTypeVariables pragma to interactive_terminal_test
|
2014-06-22 11:00:11 -07:00 |
|
Sebastian J. Mielke
|
e0f29a7da7
|
Add ScopedTypeVariables pragma to interactive_terminal_test
Otherwise l. 77 (now 78) "_ :: SomeException" doesn't seem to work
|
2014-06-22 18:36:03 +02:00 |
|
Corey O'Connor
|
9704f66a49
|
remove abstractions over vmin and vtime and correct input classifier
|
2014-06-06 09:09:10 -07:00 |
|
Corey O'Connor
|
3e8c75e53f
|
doc fixup
|
2014-06-05 20:51:49 -07:00 |
|
Corey O'Connor
|
99df296a3a
|
haddock fixups
|
2014-06-05 20:45:21 -07:00 |
|
Corey O'Connor
|
72a016a8c8
|
add missing Graphics.Vty.Debug.Image
|
2014-06-05 00:38:28 -07:00 |
|
Corey O'Connor
|
eded3c4129
|
add to the demo program
|
2014-06-04 23:57:32 -07:00 |
|
Corey O'Connor
|
0e772f7361
|
add support for matching a specific terminal to input map config. cleanup
|
2014-06-04 23:26:41 -07:00 |
|
Corey O'Connor
|
cf3d3c4b3a
|
finish mapDecl parser
|
2014-06-03 23:14:37 -07:00 |
|
Corey O'Connor
|
46e93af4fe
|
limit lens to < 4.2. 4.2 appears to have a too-low dependency on transformers
|
2014-06-03 23:14:26 -07:00 |
|
Corey O'Connor
|
23a5b90408
|
start to move all input map config to the same scheme
|
2014-06-02 23:06:43 -07:00 |
|
Corey O'Connor
|
2c756c1158
|
fixup examples that use outputForCurrentTerminal
|
2014-05-31 18:12:20 -07:00 |
|
Corey O'Connor
|
4aceef7a7f
|
mask output from quickcheck. need to be replaced with one that reports output via Progress values
|
2014-05-31 01:52:55 -07:00 |
|
Corey O'Connor
|
7d434d3104
|
latter entries in the table have precedence. the mock input tests was not reflecting this.
|
2014-05-31 01:52:29 -07:00 |
|
Corey O'Connor
|
aa67f22b38
|
compile fixup
|
2014-05-26 21:46:33 -07:00 |
|
Corey O'Connor
|
522b740b8a
|
add a debug log for input
|
2014-05-25 23:28:49 -07:00 |
|
Corey O'Connor
|
857cb6152f
|
remove duplicate ANST/VT modules and just use a single module
|
2014-05-25 22:35:22 -07:00 |
|
Corey O'Connor
|
e010924c61
|
add a demo program to vty distribution
|
2014-05-03 16:33:56 -07:00 |
|
Corey O'Connor
|
5b30b8d9b9
|
move RougeStory
|
2014-05-02 11:12:47 -07:00 |
|
Corey O'Connor
|
e361a74920
|
expand input documentation
|
2014-04-27 11:27:45 -07:00 |
|
Corey O'Connor
|
03cc7124e8
|
update travis CI scripts
|
2014-04-26 11:17:56 -07:00 |
|
Corey O'Connor
|
d65b85c4cd
|
adjust imports to satisfy GHC 7.4 and above
|
2014-04-26 10:05:25 -07:00 |
|
Corey O'Connor
|
279cc661ff
|
use a GHC 7.4 compatible System.Environment API
|
2014-04-25 19:01:27 -07:00 |
|
Corey O'Connor
|
de6af31ee6
|
fix debugLog reference
|
2014-04-24 13:28:24 -07:00 |
|