| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | mvoe rockspecs to dist/ | s-ol | 2020-04-17 | 4 | -30/+23 | |
| | | ||||||
| * | move extra/ to docs/gen/ and split up | s-ol | 2020-04-17 | 8 | -104/+145 | |
| | | ||||||
| * | remove defunct alv-copilot.bat | s-ol | 2020-04-17 | 3 | -29/+1 | |
| | | ||||||
| * | shellcheck sh scripts | s-ol | 2020-04-14 | 3 | -12/+13 | |
| | | ||||||
| * | add rockspec | s-ol | 2020-04-14 | 2 | -0/+169 | |
| | | ||||||
| * | rename copilot to alv-copilot | s-ol | 2020-04-14 | 2 | -0/+0 | |
| | | ||||||
| * | remove love2d leftovers | s-ol | 2020-04-14 | 2 | -6/+0 | |
| | | ||||||
| * | fix lib/math bugs | s-ol | 2020-04-14 | 1 | -6/+6 | |
| | | ||||||
| * | move lib to alv-lib module | s-ol | 2020-04-14 | 17 | -17/+17 | |
| | | ||||||
| * | move spec out of spec/core | s-ol | 2020-04-14 | 11 | -32/+32 | |
| | | ||||||
| * | move into proper Lua module (`alv`) | s-ol | 2020-04-14 | 46 | -133/+238 | |
| | | ||||||
| * | spec base.match __tostring | s-ol | 2020-04-13 | 1 | -7/+32 | |
| | | ||||||
| * | core.base.match: better error reporting | s-ol | 2020-04-13 | 1 | -5/+12 | |
| | | ||||||
| * | lib/sc: docs, *sock* for socket arg | s-ol | 2020-04-12 | 1 | -7/+11 | |
| | | ||||||
| * | lib/osc: refactor API | s-ol | 2020-04-12 | 1 | -11/+23 | |
| | | ||||||
| * | rename Action to Builtin | s-ol | 2020-04-12 | 11 | -62/+63 | |
| | | ||||||
| * | time/every: allow specifying event | s-ol | 2020-04-12 | 1 | -6/+10 | |
| | | | | | | | | | | e.g. (print (every 0.5 "hello")) (print (every 0.5 (switch (tick 1) "hello" "world"))) | |||||
| * | builtin/print: support string events | s-ol | 2020-04-12 | 1 | -3/+8 | |
| | | ||||||
| * | add :metatype() fwd to Input | s-ol | 2020-04-12 | 2 | -0/+6 | |
| | | ||||||
| * | lib/time, lib/util: doc updates | s-ol | 2020-04-12 | 2 | -22/+51 | |
| | | ||||||
| * | lib/sc: fix unpack on certain Lua versionsv0.1-rc2 | s-ol | 2020-04-12 | 3 | -3/+2 | |
| | | | | | reported by @ariutti and @v1a1l1e1 | |||||
| * | remove source files in log (traceback format isn't portable) | s-ol | 2020-04-12 | 2 | -10/+5 | |
| | | ||||||
| * | release v0.1-rc2 | s-ol | 2020-04-11 | 1 | -2/+2 | |
| | | ||||||
| * | lib/time: add scale-time, sequence | s-ol | 2020-04-05 | 1 | -20/+84 | |
| | | ||||||
| * | lib/pilot: fix | s-ol | 2020-04-05 | 1 | -1/+2 | |
| | | ||||||
| * | add 'bang' builtin | s-ol | 2020-04-05 | 1 | -0/+6 | |
| | | ||||||
| * | fix core.base.match docs | s-ol | 2020-04-05 | 1 | -2/+2 | |
| | | ||||||
| * | docs/internals/extensions: write about actions, IOStreams | s-ol | 2020-04-02 | 1 | -5/+46 | |
| | | | | | Close #5 | |||||
| * | add LICENSE | s-ol | 2020-03-25 | 2 | -4/+678 | |
| | | | | | close #11 | |||||
| * | add hello.alvv0.1-rc1 | s-ol | 2020-03-25 | 1 | -0/+4 | |
| | | ||||||
| * | docs: automatic release linking | s-ol | 2020-03-25 | 5 | -22/+19 | |
| | | ||||||
| * | docs/internals/extensions rename | s-ol | 2020-03-25 | 2 | -40/+44 | |
| | | ||||||
| * | add builtin print | s-ol | 2020-03-25 | 1 | -2/+15 | |
| | | ||||||
| * | docs/guide: per-platform install info | s-ol | 2020-03-25 | 1 | -33/+94 | |
| | | ||||||
| * | change header link to release | s-ol | 2020-03-25 | 1 | -2/+2 | |
| | | ||||||
| * | release v0.1-rc1 | s-ol | 2020-03-25 | 2 | -5/+5 | |
| | | ||||||
| * | add match spec | s-ol | 2020-03-25 | 2 | -189/+215 | |
| | | ||||||
| * | new core.base.match, update lib | s-ol | 2020-03-25 | 23 | -520/+807 | |
| | | ||||||
| * | Value -> Value/Event/IO-Stream | s-ol | 2020-03-24 | 26 | -557/+740 | |
| | | | | | Close 12 | |||||
| * | internals/plugin-guide: first draft | s-ol | 2020-03-22 | 3 | -1/+131 | |
| | | ||||||
| * | docs/guide: rephrasing symbols section | s-ol | 2020-03-22 | 1 | -24/+63 | |
| | | ||||||
| * | error handling: lib | s-ol | 2020-03-22 | 3 | -17/+17 | |
| | | ||||||
| * | error handling: scope + registry | s-ol | 2020-03-22 | 4 | -10/+18 | |
| | | ||||||
| * | more Errors, doc | s-ol | 2020-03-22 | 5 | -103/+71 | |
| | | ||||||
| * | new meta/doc system | s-ol | 2020-03-21 | 22 | -972/+1306 | |
| | | ||||||
| * | docs/guide: document supported interpreter versions | s-ol | 2020-03-21 | 1 | -4/+5 | |
| | | ||||||
| * | lib/midi: luajit bit support | s-ol | 2020-03-21 | 3 | -6/+12 | |
| | | ||||||
| * | luajit compatibility | s-ol | 2020-03-21 | 3 | -4/+23 | |
| | | ||||||
| * | language Error tracking | s-ol | 2020-03-20 | 14 | -31/+125 | |
| | | | | | Close #3 | |||||
| * | docs/index: mention license + repo | s-ol | 2020-03-18 | 1 | -0/+5 | |
| | | ||||||
