Commit Graph

387 Commits

Author SHA1 Message Date
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
Corey O'Connor
0b8eb61564 commentary update. add a minimal example. 2014-04-24 12:58:37 -07:00
Corey O'Connor
cb428e7bd2 commentary update 2014-04-24 09:28:33 -07:00
Corey O'Connor
83ddf779c3 update travis.ci def 2014-04-24 09:20:17 -07:00
Corey O'Connor
3822f036b1 finish the implementation of userConfig 2014-04-24 09:18:43 -07:00
Corey O'Connor
689e8f5732 add config parser and test 2014-04-23 19:07:19 -07:00
Corey O'Connor
ce9515ad7a implement config parsing 2014-04-18 21:44:02 -07:00
Corey O'Connor
021a059d24 more on config 2014-04-17 17:03:32 -07:00
Corey O'Connor
99bb4b8133 refactor Input.Internal into more specific modules 2014-04-16 16:44:44 -07:00
Corey O'Connor
0130279971 commentary updates 2014-04-15 12:07:00 -07:00
Corey O'Connor
e78f057378 doc the proposed user config options 2014-04-15 11:29:42 -07:00
Corey O'Connor
8abf7f94c6 commentary update 2014-04-14 22:07:31 -07:00