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 |
|
Corey O'Connor
|
0b66c1aaac
|
add a build examples script which just builds the examples package
|
2013-11-12 22:31:25 -08:00 |
|
Corey O'Connor
|
652afe68bc
|
rename build_examples install_examples
|
2013-11-12 22:22:32 -08:00 |
|
Corey O'Connor
|
d9cf8b9252
|
separate examples to separate package. add build_examples script for quick testing
|
2013-11-12 22:22:05 -08:00 |
|
Corey O'Connor
|
4eb85ed0ed
|
add docs
|
2013-11-11 23:12:50 -08:00 |
|
Corey O'Connor
|
4e99fd9719
|
add another tests and more docs
|
2013-11-11 22:05:31 -08:00 |
|
Corey O'Connor
|
849fc716a5
|
refactor the input layer for testing. build first test that actually simulate typing
|
2013-11-10 20:38:47 -08:00 |
|
Corey O'Connor
|
89ffd68e9a
|
add hashable dependency for nice yi install
|
2013-10-30 15:03:29 -07:00 |
|
Corey O'Connor
|
2a782c1cb7
|
add script used to generate the Color240 module
|
2013-10-30 14:10:19 -07:00 |
|
Corey O'Connor
|
8c8ee2a8b5
|
add a rgb_color equation to map from arbitrary RGB to xterm 240 palette
|
2013-10-30 13:30:49 -07:00 |
|
Corey O'Connor
|
5c7598bb11
|
ok fine. actually trying to understand and fixup the input layer
|
2013-10-30 10:30:07 -07:00 |
|
Corey O'Connor
|
0d272ac3d1
|
just stack the info on top of the log
|
2013-10-26 17:06:35 -07:00 |
|
Corey O'Connor
|
33bf7c8920
|
add an example program to test input event handling: vty-event-echo
|
2013-10-26 17:04:52 -07:00 |
|
Corey O'Connor
|
58cf4160df
|
more silly hackery - expand the rouge game
|
2013-10-26 09:43:16 -07:00 |
|
Corey O'Connor
|
12cd6e507c
|
cleanup
|
2013-10-26 09:43:03 -07:00 |
|
Corey O'Connor
|
b6caadc7e7
|
rename strict_text to text'
|
2013-10-25 22:28:22 -07:00 |
|
Corey O'Connor
|
562cc50f13
|
Merge branch 'master' of github.com:coreyoconnor/vty
|
2013-10-25 18:30:09 -07:00 |
|
Corey O'Connor
|
ffe6de20d3
|
add missing Input.Terminfo file
|
2013-10-25 13:11:57 -07:00 |
|
Corey O'Connor
|
ce5b5f40f5
|
Merge branch 'master' of github.com:coreyoconnor/vty
|
2013-10-25 00:25:13 -07:00 |
|
Corey O'Connor
|
2492366486
|
disable failing span for layers generation tests
|
2013-10-25 00:24:56 -07:00 |
|
Corey O'Connor
|
f6d25d6fb0
|
update cabal file
|
2013-10-24 14:44:35 -07:00 |
|
Corey O'Connor
|
0620fdc350
|
make the start of a silly rouge like game
|
2013-10-24 14:40:48 -07:00 |
|
Corey O'Connor
|
635f971c2b
|
correct test parameter name and actually use it
|
2013-10-22 18:00:16 -07:00 |
|
Corey O'Connor
|
f9619d04eb
|
finish test for verifying the parsing of the keys read from the capabilities file
|
2013-10-22 17:48:22 -07:00 |
|
Corey O'Connor
|
22774a905a
|
abstract event block generation from source table. initial terminfo caps based input block test
|
2013-10-20 14:18:29 -07:00 |
|
Corey O'Connor
|
4726c747ec
|
add a SimpleEvent data type to generate lists of simple character events. a bit odd.
|
2013-10-20 00:21:51 -07:00 |
|
Corey O'Connor
|
a47320e4b0
|
add travis CI config
|
2013-10-19 23:20:49 -07:00 |
|
Corey O'Connor
|
560c5d673b
|
start converting verify-using-mock-input to test-framework + smallcheck
|
2013-10-19 23:20:29 -07:00 |
|
Corey O'Connor
|
424e6a858d
|
cleanup
|
2013-10-13 03:01:53 -07:00 |
|
Corey O'Connor
|
dc749015b7
|
add an event to end the event processing loop. finish simple_chars test
|
2013-10-05 00:30:38 -07:00 |
|
Corey O'Connor
|
e08a59e044
|
update Test.hs
|
2013-10-04 22:19:08 -07:00 |
|
Corey O'Connor
|
c7f63cd18a
|
initial test. missing implementation of assert
|
2013-09-16 00:15:49 -07:00 |
|
Corey O'Connor
|
5b47d59a5f
|
correct use of extensions
|
2013-09-15 22:55:15 -07:00 |
|
Corey O'Connor
|
2e7bc4c3fc
|
refactor input layer a bit more. closer to testable
|
2013-09-14 23:56:06 -07:00 |
|
Corey O'Connor
|
207c508c1c
|
~
|
2013-09-02 23:56:19 -07:00 |
|
Corey O'Connor
|
fad66a4b49
|
refactor some constants out of ansi_classify_table for readability and testing
|
2013-09-02 23:13:29 -07:00 |
|
Corey O'Connor
|
43e8117820
|
not sure why this was checked in....
|
2013-09-02 14:42:59 -07:00 |
|
Corey O'Connor
|
ad4b218b68
|
factor out more input classify data for easier reading by me.
|
2013-09-01 14:13:55 -07:00 |
|