nick black
7e9378cd01
v0.9.1
2019-12-21 03:55:29 -05:00
nick black
7f01dfc241
planereel-tester: delete support
2019-12-20 22:23:33 -05:00
nick black
eaf510676d
planereel-tester: randomly-sized tablets #180
2019-12-20 22:11:10 -05:00
Nick Black
0e0925a84e
Planereel exploration app, panelreel logic fixes ( #188 )
...
* planereels tester #180
* suppress_banner in all tests
* tabletcb: start passing back tablet
* properly initialize fbbytes stat
* panelreel: logic fixes #178
* install all testing data
2019-12-20 20:38:13 -05:00
nick black
b0b1679de6
ncvisual_render(): use true transparency #186
2019-12-20 12:54:29 -05:00
nick black
e628030740
ncvisual_render(): use true transparency #186
2019-12-20 12:54:22 -05:00
nick black
5403642764
notcurses-input: throw up a banner
2019-12-20 12:36:59 -05:00
nick black
1ebe02cf93
libav: disable stderr logging #174
2019-12-20 12:06:11 -05:00
nick black
0e6c921b28
we break 1k fps in kitty :)
2019-12-20 11:06:19 -05:00
nick black
898806fec1
demo: minimum field width on FPS
2019-12-20 11:03:41 -05:00
nick black
3f326ee0a8
fix up ncplane_set_{bf}g
2019-12-20 09:42:41 -05:00
nick black
21a8e661be
convert all demos to find_data()
2019-12-20 07:36:38 -05:00
nick black
660949a461
griddemo: fix wonky right line
2019-12-20 07:35:29 -05:00
nick black
6a9d6fa122
add ncplane_printf_yx()
2019-12-20 04:12:30 -05:00
nick black
4950a5ac1a
print enmetricized byte totals
2019-12-20 03:42:00 -05:00
nick black
792b1f2cfb
notcurses-demo: accept -p to find data files #160
2019-12-20 01:32:14 -05:00
nick black
db89e71595
track each part of demo #164
2019-12-20 01:10:28 -05:00
nick black
5bec85746d
allow banners to be suppressed
2019-12-20 00:34:21 -05:00
nick black
32e9fd0a1d
notcurses_reset_stats() added + test #164
2019-12-20 00:05:03 -05:00
nick black
15ac1d0411
outro: balance up messages for centering
2019-12-19 23:17:02 -05:00
nick black
11d6f60ed4
clean up eagle poop
2019-12-19 22:26:25 -05:00
nick black
6be6ae2393
eagles: zoom to lower left
2019-12-19 22:20:18 -05:00
nick black
1dde53d0e2
holy fucking shit it works
2019-12-19 22:20:18 -05:00
nick black
d6bcb3211f
eagles level starts at lower-right
2019-12-19 22:20:18 -05:00
nick black
712c7a16eb
fuck yeah
2019-12-19 22:20:18 -05:00
nick black
7ab6febbf9
viewdemo: add a legend. baller as fuck
2019-12-19 22:20:18 -05:00
nick black
b257f40a35
sync input documentation for char32_t #172
2019-12-19 22:20:18 -05:00
nick black
0861b96bde
wchar_t -> char32_t in input stack #171
2019-12-19 22:20:18 -05:00
nick black
6532ea858b
start eagle demo #167
2019-12-19 22:20:18 -05:00
nick black
f3f43528f7
implement superplane (NCSCALE_NONE) #168
2019-12-19 22:20:18 -05:00
nick black
3cfe88ee0c
ncscale_e enumeration for ncvisuals #168
2019-12-19 22:20:18 -05:00
nick black
e2c58534ca
work around -Wclobbered-noted problem
2019-12-19 22:20:18 -05:00
nick black
e871660eff
dig_visible_cell: rewrite recursion as iteration #170
2019-12-19 22:20:18 -05:00
nick black
1a949a5a81
account for tabletmasks
2019-12-18 15:29:24 -05:00
nick black
5459b4a8a7
Merge branch 'master' of github.com:dankamongmen/notcurses
2019-12-18 15:29:09 -05:00
nick black
a96e716663
panelreels: account for tablet masking
2019-12-18 15:05:05 -05:00
nick black
94722c0f28
Merge branch 'master' of github.com:dankamongmen/notcurses
2019-12-18 11:06:21 -05:00
nick black
ddfd5219ed
notcurses_getc() needs return wchar_t #161
2019-12-18 11:06:16 -05:00
nick black
4a7409ebda
sprite-enhalfen tool
2019-12-18 08:16:36 -05:00
nick black
37ed8300cb
fix up man page destination path
2019-12-18 06:49:30 -05:00
nick black
c4e4f921f3
changeover for 1.0.0
2019-12-18 06:49:05 -05:00
nick black
924b24fa1f
v0.9.0
2019-12-18 05:33:40 -05:00
nick black
97ecbdb0e5
sigh, probably gotta kill DMCA lure
2019-12-18 05:31:29 -05:00
nick black
fea5ada5f5
add FINAL CUT shout-out, use ≤ in markdown
2019-12-18 05:02:02 -05:00
nick black
29eb696947
repair a dumbness
2019-12-18 04:55:12 -05:00
Marek Habersack
ff3ed881c0
Improve chances of DirectColor terminal detection
...
While ncurses 6.1 adds the `RGB` capability to terminfo, the flag is not
commonly used in terminfo entries as of now. The `COLORTERM` environment
variable is, otoh, commonly present and set to either `truecolor` or
`24bit` value by terminal emulators which support direct color.
Add a check for this if `RGB` is false (or absent)
With this check in I was able to properly appreciate the awesomeness of
notcurses demos :)
2019-12-18 04:46:49 -05:00
Nick Black
957549105b
Wide character rigor ( #117 ) ( #157 )
...
* unidamage PoC
* add cell_load_simple()
* clear CELL_WIDEASIAN_MASK in cell_load()
* split out render code
* add CELL_SIMPLE_INITIALIZER
* widecolor: fix message plane
* widecolor: simplify color increments
* document wide character handling
* unit tests for wide obliteration #117
* widechar obliteration hardening #117
* widecolor -> widechomper, update man page
2019-12-18 04:38:43 -05:00
nick black
040607c6f9
fix up linear interpolations
2019-12-18 00:07:11 -05:00
Nick Black
dfc7623119
Implement notcurses_refresh() #150 ( #156 )
...
* boxdemo: clean up colors
* Fix crash on certain resizes due to corruption of damage map #152
* Rewrite ncplane_move_yx(), throwing out ~25 line of code
* implement notcurses_refresh() #150
2019-12-17 23:07:21 -05:00
nick black
0f175e58d3
unidamage PoC #117
2019-12-17 00:33:51 -05:00