aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release v0.1v0.1s-ol2020-05-132-2/+85
|
* fix release scripts-ol2020-05-131-0/+1
|
* fix logic/not and logic/bools-ol2020-04-281-8/+9
|
* fix util/edges-ol2020-04-271-3/+3
|
* move internal md docs into docs/internalss-ol2020-04-275-9/+6
|
* refer to the language as 'alv' in documentations-ol2020-04-273-55/+55
|
* do not fix lua version in rockspecs-ol2020-04-272-2/+2
|
* fix existing testss-ol2020-04-266-34/+55
|
* fix registry/module bugss-ol2020-04-266-42/+18
| | | | | | | - registry not released when errors occur - registry is no longer grabbed, problem solved ;) - ops not reliably destroyed - only destroy ops who were *not* forked
* relative importss-ol2020-04-242-4/+14
|
* add root .gitignores-ol2020-04-241-0/+3
|
* only mark ValueStreams dirty if they actually changeds-ol2020-04-241-1/+4
|
* code readabilitys-ol2020-04-2412-40/+40
|
* remove AST:quote()s-ol2020-04-247-64/+12
|
* fix alv-wx, loggings-ol2020-04-243-3/+3
|
* better (require) implementations-ol2020-04-246-107/+166
| | | | Close #16
* move tick-counting into COPILOTs-ol2020-04-244-48/+41
|
* better logging interfaces-ol2020-04-2413-39/+48
|
* lib/string: fix str/..s-ol2020-04-241-1/+1
|
* report IO errors with requires-ol2020-04-211-1/+1
|
* bump to scm-3s-ol2020-04-211-0/+82
|
* export and export* to create alive moduless-ol2020-04-208-45/+142
| | | | See #16
* add wxLua alv-wxs-ol2020-04-196-28/+239
|
* also pack source rockss-ol2020-04-192-2/+5
|
* release v0.1-rc4v0.1-rc4s-ol2020-04-182-2/+84
|
* reassign duplicate tags (and print a warning)s-ol2020-04-182-26/+22
| | | | Close #14
* output to different streams at eval/runtimes-ol2020-04-184-15/+21
| | | | Close #13
* merge dist/pack and dist/releases-ol2020-04-184-53/+41
|
* release v0.1-rc3v0.1-rc3s-ol2020-04-172-2/+84
|
* prepare for repo transition alivecoding -> alives-ol2020-04-176-26/+29
|
* new windows bundling schemes-ol2020-04-174-40/+62
|
* more distribution wips-ol2020-04-174-7/+24
|
* add some windows dist piecess-ol2020-04-174-0/+78
|
* mvoe rockspecs to dist/s-ol2020-04-174-30/+23
|
* move extra/ to docs/gen/ and split ups-ol2020-04-178-104/+145
|
* remove defunct alv-copilot.bats-ol2020-04-173-29/+1
|
* shellcheck sh scriptss-ol2020-04-143-12/+13
|
* add rockspecs-ol2020-04-142-0/+169
|
* rename copilot to alv-copilots-ol2020-04-142-0/+0
|
* remove love2d leftoverss-ol2020-04-142-6/+0
|
* fix lib/math bugss-ol2020-04-141-6/+6
|
* move lib to alv-lib modules-ol2020-04-1417-17/+17
|
* move spec out of spec/cores-ol2020-04-1411-32/+32
|
* move into proper Lua module (`alv`)s-ol2020-04-1446-133/+238
|
* spec base.match __tostrings-ol2020-04-131-7/+32
|
* core.base.match: better error reportings-ol2020-04-131-5/+12
|
* lib/sc: docs, *sock* for socket args-ol2020-04-121-7/+11
|
* lib/osc: refactor APIs-ol2020-04-121-11/+23
|
* rename Action to Builtins-ol2020-04-1211-62/+63
|
* time/every: allow specifying events-ol2020-04-121-6/+10
| | | | | | | | | e.g. (print (every 0.5 "hello")) (print (every 0.5 (switch (tick 1) "hello" "world")))