Corey O'Connor
|
ccb1b2487c
|
resolve test compile failures
|
2014-01-31 01:13:24 -08:00 |
|
Corey O'Connor
|
76bffb44d8
|
fix terminfo cap parser tests
|
2014-01-30 21:12:01 -08:00 |
|
Corey O'Connor
|
f0dd4aae40
|
have eventecho print out final event
|
2014-01-29 08:13:25 +01:00 |
|
Corey O'Connor
|
6b08dfe1e6
|
clarify.. kinda
|
2014-01-29 08:04:00 +01:00 |
|
Corey O'Connor
|
5d53e6b898
|
cleanup warnings
|
2014-01-28 22:48:30 +01:00 |
|
Corey O'Connor
|
d8007cb040
|
stop using encodeUtf8 on a byte sequence. form the write directly
|
2014-01-28 17:41:04 +01:00 |
|
Corey O'Connor
|
6f976d305e
|
write hide cursor before any other op
|
2014-01-28 08:50:10 +01:00 |
|
Corey O'Connor
|
b7d8b6d87e
|
resolve compile failure
|
2014-01-28 08:33:27 +01:00 |
|
Corey O'Connor
|
f165d08874
|
change Output interface to use Write
|
2014-01-26 19:06:03 -08:00 |
|
Corey O'Connor
|
173e1f5cad
|
move terminfo cap parser and output to Write
|
2014-01-26 18:01:03 -08:00 |
|
Corey O'Connor
|
76d91e3ac2
|
start removing informal Writer structure and replace with Blaze.Builders Writer
|
2014-01-26 14:58:02 -08:00 |
|
Corey O'Connor
|
b34a7f0bb8
|
correct compile failures
|
2014-01-26 13:25:13 -08:00 |
|
Corey O'Connor
|
6bef63a04c
|
clarify error message
|
2014-01-26 10:33:15 -08:00 |
|
Corey O'Connor
|
c0af4fb083
|
update CHANGELOG
|
2014-01-24 08:22:59 +01:00 |
|
Corey O'Connor
|
00a6a4fdb5
|
remove mkVtyEscDelay. mkVty is sufficient
|
2014-01-24 08:11:37 +01:00 |
|
Corey O'Connor
|
4ff7b3af9d
|
correct commentary
|
2014-01-22 15:30:57 -08:00 |
|
Corey O'Connor
|
bef2d40fba
|
correct commentary
|
2014-01-22 15:30:40 -08:00 |
|
Corey O'Connor
|
bbbf97104e
|
correct commentary
|
2014-01-22 15:29:32 -08:00 |
|
Corey O'Connor
|
c9155d7dec
|
use threaded runtime and forkOS to resolve issues with VMIN and VTIME
|
2014-01-22 15:26:13 -08:00 |
|
Corey O'Connor
|
eb15f2604c
|
cleanup
|
2014-01-22 00:23:05 -08:00 |
|
Corey O'Connor
|
4f93146028
|
use vtime and vmin to implement timing.
|
2014-01-21 23:51:50 -08:00 |
|
Corey O'Connor
|
87e09a1484
|
derive new input loop
|
2014-01-21 03:50:57 -08:00 |
|
Corey O'Connor
|
888b6d2589
|
resolve compilation issues and test failures
|
2014-01-19 00:19:56 -08:00 |
|
Corey O'Connor
|
451b12eee9
|
add back in tab support
|
2014-01-16 00:16:05 -08:00 |
|
Corey O'Connor
|
7b97c7a2ce
|
Merge remote-tracking branch 'origin/master' into refactor-input
|
2014-01-16 00:03:17 -08:00 |
|
Corey O'Connor
|
fe5195dac2
|
fixup examples
|
2013-12-25 08:03:22 +01:00 |
|
Corey O'Connor
|
0bbc3397e1
|
split input table generation based on terminal type
|
2013-12-24 22:06:58 -08:00 |
|
Corey O'Connor
|
b3013245fd
|
start refactoring input layer into a nice interface structure
|
2013-12-21 23:22:49 -08:00 |
|
Corey O'Connor
|
e994b3b5dc
|
rename current_terminal to output_for_current_terminal etc. plus doc fixups
|
2013-12-21 16:02:51 -08:00 |
|
Corey O'Connor
|
bdc4be9b9d
|
fixup the documentation of the Picture module
|
2013-12-21 14:19:13 -08:00 |
|
Corey O'Connor
|
41c42dffc4
|
documentation fixes
|
2013-12-20 10:51:44 -08:00 |
|
Corey O'Connor
|
4e45d7c024
|
rename DisplayRegion module to Prelude
|
2013-12-19 22:24:56 -08:00 |
|
Corey O'Connor
|
adf2e871cc
|
style fixup
|
2013-12-16 14:10:46 -08:00 |
|
Corey O'Connor
|
92ff677079
|
fix travis ci entry point
Not significantly different that jenkins practices.
|
2013-12-13 19:34:41 -08:00 |
|
Corey O'Connor
|
99dc9e2c96
|
due to smallcheck failure skip tests on ghc < 7.4
|
2013-12-13 19:28:51 -08:00 |
|
Corey O'Connor
|
6111351eda
|
ask travis CI to build with multiple GHC versions
|
2013-12-13 00:03:01 -08:00 |
|
Corey O'Connor
|
e0faa3af71
|
add a sprite generator to RougeStory. Stopping on this for now.
|
2013-12-11 23:12:03 -08:00 |
|
Corey O'Connor
|
dd5e24b592
|
add empty_picture, add_to_top and add_to_bottom to Graphics.Vty.Picture
|
2013-11-30 00:23:10 -08:00 |
|
Corey O'Connor
|
829ae9c4df
|
add withVty to Graphics.Vty.Inline.
|
2013-11-29 01:21:58 -08:00 |
|
Corey O'Connor
|
8237c57123
|
add prototype of a new rouge level generator
|
2013-11-29 01:21:41 -08:00 |
|
Corey O'Connor
|
7c1c7894ab
|
adjust vty-rouge some
|
2013-11-24 19:48:40 -08:00 |
|
Corey O'Connor
|
d05afa18ca
|
improve performance of the rouge game
|
2013-11-20 15:53:15 -08:00 |
|
Corey O'Connor
|
a1038b2533
|
just rely on the geo array for collision
|
2013-11-20 11:56:27 -08:00 |
|
Corey O'Connor
|
12ffba99f8
|
export translate_x and translate_y
|
2013-11-20 11:48:28 -08:00 |
|
Corey O'Connor
|
0ccb7dce7e
|
change the translate method to allow negative translations.. with a catch.
|
2013-11-20 11:43:13 -08:00 |
|
Corey O'Connor
|
4fae6a290b
|
rename ClassifyTable to ClassifyTableV1
|
2013-11-17 20:59:52 -08:00 |
|
Corey O'Connor
|
3a57dac719
|
docs
|
2013-11-17 03:22:04 -08:00 |
|
Corey O'Connor
|
0cd14329e5
|
docs
|
2013-11-17 00:36:21 -08:00 |
|
Corey O'Connor
|
11db66e055
|
correct the cap used for function keys to kfN not key_fN
|
2013-11-17 00:28:21 -08:00 |
|
Corey O'Connor
|
c231f4763e
|
move some function keys to be read from caps. disambiguate some keys. expand input test
|
2013-11-13 23:23:08 -08:00 |
|