| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | lib: add <,<=,>,>= to logic, add tests | s-ol | 2025-03-02 | 1 | -0/+48 |
| * | lib: update midi | s-ol | 2025-03-02 | 2 | -41/+146 |
| * | lib: test and extend string module | s-ol | 2025-03-02 | 1 | -2/+32 |
| * | lib: fix array-/map | s-ol | 2025-03-02 | 1 | -7/+7 |
| * | rename Op:update_out → setup_out | s-ol | 2025-03-02 | 7 | -19/+19 |
| * | lib: use Op:update_out | s-ol | 2025-03-02 | 9 | -67/+41 |
| * | add Dummy AST node | s-ol | 2025-03-02 | 2 | -6/+5 |
| * | lib: fix midi on Lua 5.1 | s-ol | 2025-03-02 | 1 | -4/+4 |
| * | lib: small fixes | s-ol | 2025-03-02 | 2 | -2/+3 |
| * | lib: add mat4 | s-ol | 2025-03-02 | 1 | -0/+158 |
| * | lib: rename math → math-simple, add vectorized math | s-ol | 2025-03-02 | 2 | -44/+396 |
| * | lib: only reinitialize midi ports if necessary | s-ol | 2025-03-02 | 1 | -6/+24 |
| * | lib: add testing module | s-ol | 2025-03-02 | 1 | -0/+97 |
| * | use base.match.any consistently | s-ol | 2025-03-02 | 7 | -32/+28 |
| * | test logic module | s-ol | 2025-03-02 | 1 | -6/+4 |
| * | lib: tidy up unecessary parameters | s-ol | 2025-03-02 | 2 | -4/+4 |
| * | lib: filter arguments for love event streams | s-ol | 2025-03-02 | 1 | -30/+148 |
| * | Fix love event input streams | s-ol | 2025-03-02 | 1 | -17/+122 |
| * | lib: add time/delay! | s-ol | 2025-03-02 | 1 | -0/+52 |
| * | lib: add time/smooth | s-ol | 2025-03-02 | 1 | -3/+37 |
| * | love: add text shape, line-width modifier | s-ol | 2025-03-02 | 1 | -4/+55 |
| * | love: add circle, ellipse primitives, support array args | s-ol | 2025-03-02 | 1 | -3/+44 |
| * | more love2d transforms | s-ol | 2025-03-02 | 1 | -13/+90 |
| * | more extensive love documentation | s-ol | 2025-03-02 | 1 | -1/+28 |
| * | add basic love2d support | s-ol | 2025-03-02 | 1 | -0/+116 |
| * | fix missing time/ramp evaltime result | s-ol | 2025-03-02 | 1 | -1/+1 |
| * | rename array/struct modules to avoid name conflict | s-ol | 2025-03-02 | 2 | -0/+0 |
| * | add array/map | s-ol | 2025-03-02 | 1 | -1/+49 |
| * | lib: move midi.core to _midi | s-ol | 2025-03-02 | 2 | -2/+1 |
| * | lib: switch to losc | s-ol | 2025-03-02 | 3 | -80/+105 |
| * | lib: various fixes | s-ol | 2025-03-02 | 4 | -18/+86 |
| * | update scm rockspec, Makefile | s-ol | 2025-03-02 | 1 | -1/+1 |
| * | update alv/midi | s-ol | 2025-03-02 | 3 | -252/+119 |
| * | add math/inc and math/dec ops | s-ol | 2025-03-02 | 1 | -0/+5 |
| * | switch to thinner oscpack library | s-ol | 2025-03-02 | 1 | -1/+1 |
| * | update lib and docs to new module convention | s-ol | 2025-03-02 | 15 | -137/+201 |
| * | move struct ops into library | s-ol | 2025-03-02 | 2 | -15/+142 |
| * | move array ops into library, implement concat and size | s-ol | 2025-03-02 | 1 | -0/+243 |
| * | add vis/rgb | s-ol | 2025-03-02 | 1 | -2/+44 |
| * | add vis/bar | s-ol | 2025-03-02 | 1 | -0/+41 |
| * | Op: vis method instead of field | s-ol | 2025-03-02 | 2 | -10/+26 |
| * | add vis field to Ops | s-ol | 2025-03-02 | 2 | -4/+13 |
| * | rename time/sequence to time/val-seq and add time/bang-seq | s-ol | 2025-03-02 | 2 | -26/+71 |
| * | move util/switch to builtins | s-ol | 2025-03-02 | 1 | -44/+0 |
| * | (unecessarily) store util/switch index in state | s-ol | 2025-03-02 | 1 | -9/+6 |
| * | lib midi, random: docstring formatting fixes | s-ol | 2025-03-02 | 3 | -0/+3 |
| * | rename base.match.val → base.match.sig | s-ol | 2025-03-02 | 13 | -47/+47 |
| * | align some docstrings | s-ol | 2025-03-02 | 2 | -36/+2 |
| * | move array and struct constructor into builtins | s-ol | 2025-03-02 | 2 | -47/+0 |
| * | fix some bugs | s-ol | 2025-03-02 | 1 | -2/+2 |