about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* luasec: fix 'make clean'Kartik K. Agaram2021-11-221-3/+3
* chesstv.tlv: render clocksKartik K. Agaram2021-11-211-0/+8
* chesstv.tlv: looking much betterKartik K. Agaram2021-11-211-24/+55
* chess: better colorsKartik K. Agaram2021-11-211-6/+38
* almost done with chess appKartik K. Agaram2021-11-211-2/+111
* figured out streaming http!Kartik K. Agaram2021-11-211-3/+22
* .Kartik K. Agaram2021-11-211-4/+4
* more thinking around compatibility and governanceKartik K. Agaram2021-11-211-28/+35
* include new dependency in ReadmeKartik K. Agaram2021-11-211-0/+1
* https now working!Kartik K. Agaram2021-11-2135-10/+5641
* basic http requests starting to workKartik K. Agaram2021-11-2114-109/+92
* start on HTTP clientKartik K. Agaram2021-11-214-36/+9
* now. we. have. JSON.Kartik K. Agaram2021-11-214-0/+400
* .Kartik K. Agaram2021-11-211-2/+2
* first glimmers of networking workingKartik K. Agaram2021-11-212-0/+29
* drop some redundant `require`sKartik K. Agaram2021-11-201-14/+7
* luasocket now loading properlyKartik K. Agaram2021-11-206-6/+12
* renameKartik K. Agaram2021-11-202-1/+1
* extract a helperKartik K. Agaram2021-11-201-8/+17
* inline luasocketKartik K. Agaram2021-11-2051-1/+9430
* bugfix: support running from top-levelKartik K. Agaram2021-11-201-1/+1
* update Readme to reflect lots more curses bindingsKartik K. Agaram2021-11-201-7/+2
* get rid of a distracting nameKartik K. Agaram2021-11-203-4/+4
* port changes from minimal to maximal versionKartik K. Agaram2021-11-205-531/+47
* report errors when calling non-existent functionsKartik K. Agaram2021-11-201-2/+4
* inline in C is not worth the troubleKartik K. Agaram2021-11-201-2/+2
* inline lcurses maximally rather than minimallyKartik K. Agaram2021-11-1912-4/+4991
* .Kartik K. Agaram2021-11-191-5/+7
* demoKartik Agaram2021-11-141-0/+4
* tested on Mac OSKartik K. Agaram2021-11-142-2/+5
* list dependenciesKartik K. Agaram2021-11-141-1/+2
* .Kartik K. Agaram2021-11-141-2/+2
* drop mentions of the old .teliva extensionKartik K. Agaram2021-11-141-3/+2
* .Kartik K. Agaram2021-11-141-2/+1
* tweak ReadmeKartik K. Agaram2021-11-142-23/+13
* get rid of old script filesKartik K. Agaram2021-11-143-418/+0
* import life.teliva into image formatKartik K. Agaram2021-11-142-0/+274
* cleaner error handlingKartik K. Agaram2021-11-142-21/+9
* .Kartik K. Agaram2021-11-141-2/+1
* remain in editor on errorKartik K. Agaram2021-11-142-5/+31
* .Kartik K. Agaram2021-11-142-3/+3
* find _some_ way to show error on initial loadKartik K. Agaram2021-11-141-2/+8
* more menu cleanupKartik K. Agaram2021-11-142-8/+16
* .Kartik K. Agaram2021-11-142-20/+20
* drop support for non-image Lua scriptsKartik K. Agaram2021-11-141-35/+8
* draw the browse dialog the same wayKartik K. Agaram2021-11-142-10/+46
* dialogs are not status messagesKartik K. Agaram2021-11-141-3/+8
* smarter image browsingKartik K. Agaram2021-11-141-19/+53
* slightly more robust on-disk formatKartik K. Agaram2021-11-143-33/+33
* janky way to cancel browsingKartik K. Agaram2021-11-141-6/+9
62bee90050d02a307381cb6bfa536'>c9383c72 ^
f07bb12f ^

















f07bb12f ^

4c13e1f2 ^
f07bb12f ^


4c13e1f2 ^
f07bb12f ^


4c13e1f2 ^
f07bb12f ^


62cd83ba ^

f07bb12f ^




4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^

f07bb12f ^



f07bb12f ^















4c13e1f2 ^




34a60763 ^
4c13e1f2 ^
34a60763 ^
4c13e1f2 ^



f07bb12f ^
62cd83ba ^
f07bb12f ^
c9383c72 ^
f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187