| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix registry/module bugs | s-ol | 2020-04-26 | 6 | -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 imports | s-ol | 2020-04-24 | 2 | -4/+14 | |
| | | ||||||
| * | add root .gitignore | s-ol | 2020-04-24 | 1 | -0/+3 | |
| | | ||||||
| * | only mark ValueStreams dirty if they actually changed | s-ol | 2020-04-24 | 1 | -1/+4 | |
| | | ||||||
| * | code readability | s-ol | 2020-04-24 | 12 | -40/+40 | |
| | | ||||||
| * | remove AST:quote() | s-ol | 2020-04-24 | 7 | -64/+12 | |
| | | ||||||
| * | fix alv-wx, logging | s-ol | 2020-04-24 | 3 | -3/+3 | |
| | | ||||||
| * | better (require) implementation | s-ol | 2020-04-24 | 6 | -107/+166 | |
| | | | | | Close #16 | |||||
| * | move tick-counting into COPILOT | s-ol | 2020-04-24 | 4 | -48/+41 | |
| | | ||||||
| * | better logging interface | s-ol | 2020-04-24 | 13 | -39/+48 | |
| | | ||||||
| * | lib/string: fix str/.. | s-ol | 2020-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | report IO errors with require | s-ol | 2020-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | bump to scm-3 | s-ol | 2020-04-21 | 1 | -0/+82 | |
| | | ||||||
| * | export and export* to create alive modules | s-ol | 2020-04-20 | 8 | -45/+142 | |
| | | | | | See #16 | |||||
| * | add wxLua alv-wx | s-ol | 2020-04-19 | 6 | -28/+239 | |
| | | ||||||
| * | also pack source rocks | s-ol | 2020-04-19 | 2 | -2/+5 | |
| | | ||||||
| * | release v0.1-rc4v0.1-rc4 | s-ol | 2020-04-18 | 2 | -2/+84 | |
| | | ||||||
| * | reassign duplicate tags (and print a warning) | s-ol | 2020-04-18 | 2 | -26/+22 | |
| | | | | | Close #14 | |||||
| * | output to different streams at eval/runtime | s-ol | 2020-04-18 | 4 | -15/+21 | |
| | | | | | Close #13 | |||||
| * | merge dist/pack and dist/release | s-ol | 2020-04-18 | 4 | -53/+41 | |
| | | ||||||
| * | release v0.1-rc3v0.1-rc3 | s-ol | 2020-04-17 | 2 | -2/+84 | |
| | | ||||||
| * | prepare for repo transition alivecoding -> alive | s-ol | 2020-04-17 | 6 | -26/+29 | |
| | | ||||||
| * | new windows bundling scheme | s-ol | 2020-04-17 | 4 | -40/+62 | |
| | | ||||||
| * | more distribution wip | s-ol | 2020-04-17 | 4 | -7/+24 | |
| | | ||||||
| * | add some windows dist pieces | s-ol | 2020-04-17 | 4 | -0/+78 | |
| | | ||||||
| * | 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 | |
| | | ||||||
