| Commit message (Expand) | Author | Age | Files | Lines |
| * | lib/glsl-view: add freeze and step! | s-ol | 2025-08-05 | 1 | -8/+58 |
| * | lib/osc: send bangs as I(mpulse) | s-ol | 2025-08-05 | 1 | -1/+3 |
| * | lib/glsl-view: align source names, add stream source | s-ol | 2025-08-04 | 1 | -20/+90 |
| * | lib/osc: send without arguments, triggers on path | s-ol | 2025-08-04 | 1 | -3/+3 |
| * | lib: add link-time/spring | s-ol | 2025-04-07 | 1 | -1/+64 |
| * | template strings as syntax sugar for Ops | s-ol | 2025-04-07 | 1 | -57/+75 |
| * | glsl-view: resolve relative paths for video | s-ol | 2025-03-23 | 1 | -3/+7 |
| * | lib: fix midi port labels | s-ol | 2025-03-23 | 2 | -3/+3 |
| * | lib: add love/font | s-ol | 2025-03-21 | 1 | -0/+16 |
| * | lib: add love/tsv-output | s-ol | 2025-03-21 | 1 | -0/+41 |
| * | lib: separate glsl-view video/tsv-input ops | s-ol | 2025-03-20 | 1 | -9/+32 |
| * | lib: add ad, decay to link-time | s-ol | 2025-03-20 | 1 | -40/+139 |
| * | lib: add osc/dump | s-ol | 2025-03-19 | 1 | -0/+20 |
| * | lib: new glsl-view OSC address space | s-ol | 2025-03-19 | 1 | -21/+66 |
| * | lib: clean up glsl-view uniform type override logic | s-ol | 2025-03-18 | 1 | -33/+33 |
| * | lib: unary math/+, math/* | s-ol | 2025-03-18 | 1 | -2/+2 |
| * | language: [array] and {struct} literalswip | s-ol | 2025-03-18 | 3 | -3/+3 |
| * | lib: add glsl-view | s-ol | 2025-03-18 | 3 | -1/+170 |
| * | lib: support receiving OSC | s-ol | 2025-03-18 | 1 | -10/+110 |
| * | lib: add random/int | s-ol | 2025-03-18 | 1 | -0/+36 |
| * | lib: add link-time module | s-ol | 2025-03-15 | 1 | -0/+224 |
| * | lib: add time/spring | s-ol | 2025-03-02 | 1 | -1/+81 |
| * | lib: add // to math | s-ol | 2025-03-02 | 2 | -0/+19 |
| * | small fixes | s-ol | 2025-03-02 | 1 | -4/+4 |
| * | lib: add osc/send_arr with support for [] tags | s-ol | 2025-03-02 | 2 | -9/+46 |
| * | lib: fix typos and misnomers | s-ol | 2025-03-02 | 4 | -8/+8 |
| * | docs: don't repeat aliased entries | s-ol | 2025-03-02 | 1 | -4/+4 |
| * | use testing module for lib/logic tests | s-ol | 2025-03-02 | 1 | -2/+1 |
| * | 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 |