| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Merging main into c-evaluator | Charles Chamberlain | 2023-05-09 | 2 | -3/+17 | |
| | | |\ \ | ||||||
| | | * | | | Shrink page size. Increase max edges from match so we can hot patch. | Omar Rizwan | 2023-04-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Page size is now closer to 1/2 of a letter page | |||||
| | | * | | | More label microoptimization. This is like 0.4ms? | Omar Rizwan | 2023-04-25 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | Some label optimizations: think this buys us another 2ms | Omar Rizwan | 2023-04-25 | 1 | -18/+17 | |
| | | | | | | ||||||
| | | * | | | Support explicit lexical envs. Narrow envs for tags-and-calibration | Omar Rizwan | 2023-04-25 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | Another 5ms performance improvement, I think? | |||||
| | * | | | | Revert to fix shapes | Andrés Cuervo | 2023-05-27 | 1 | -34/+51 | |
| | | |_|/ | |/| | | ||||||
| | * | | | Reduce halo text size | Andrés Cuervo | 2023-05-22 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | Getting one camera frame from a thread | Charles Chamberlain | 2023-06-01 | 1 | -0/+8 | |
| | | | | | ||||||
| * | | | | Fix bug in process naming: choose unique names in same file | Charles Chamberlain | 2023-06-01 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | WIP: Start implementing AprilTag detector. defineFolkImages shm | Omar Rizwan | 2023-05-26 | 2 | -21/+25 | |
| | | | | | ||||||
| * | | | | Start moving camera to virtual program | Omar Rizwan | 2023-05-25 | 1 | -0/+33 | |
| |/ / / | ||||||
| * | | | Add font scaling | Andrés Cuervo | 2023-05-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Different style of fillQuad and quads in april tags | Charles Chamberlain | 2023-05-16 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Remove extraneous polyline method | Andrés Cuervo | 2023-05-16 | 2 | -45/+18 | |
| | | | | ||||||
| * | | | Fix When when in distance | Omar Rizwan | 2023-05-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove some nested Whens | Andrés Cuervo | 2023-05-11 | 11 | -93/+66 | |
| | | | | ||||||
| * | | | Make circles proper circles, add hex- & octagon | Andrés Cuervo | 2023-05-10 | 1 | -2/+7 | |
| | |/ |/| | ||||||
| * | | Some moderate performance improvements from the C branch | Omar Rizwan | 2023-04-24 | 1 | -3/+7 | |
| | | | | | | | | | | | Reduce scope that's carried into critical-path Whens, don't evaluate Display commit twice | |||||
| * | | Add halo message | Andrés Cuervo | 2023-04-24 | 1 | -0/+14 | |
| | | | ||||||
| * | | Don't project id onto tag corners. Works in the dark! | Omar Rizwan | 2023-04-23 | 1 | -1/+1 | |
| |/ | ||||||
| * | Thin out default shapes | Andrés Cuervo | 2023-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | Add circle to pi Display, center shapes correctly | Andrés Cuervo | 2023-04-03 | 1 | -15/+20 | |
| | | ||||||
| * | update web editors to match to wish syntax | Jacob Haip | 2023-03-24 | 2 | -4/+4 | |
| | | ||||||
| * | move new-program-web-editor to virtual-programs | Jacob Haip | 2023-03-23 | 1 | -0/+177 | |
| | | ||||||
| * | move web editors to their own programs | Jacob Haip | 2023-03-23 | 1 | -0/+99 | |
| | | ||||||
| * | Fix printing back of index card | Ian Clester | 2023-03-22 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #23 from FolkComputer/ac/shapes | Andrés Cuervo | 2023-03-17 | 1 | -0/+115 | |
| |\ | | | | | Add a basic shape syntax with "Wish $this draws ..." | |||||
| | * | Change shapes syntax to 'draws shape offset {x y}' | Andrés Cuervo | 2023-03-16 | 1 | -69/+41 | |
| | | | ||||||
| | * | Add rudimentary shapes & a little region docs helper | Andrés Cuervo | 2023-03-16 | 1 | -22/+99 | |
| | | | ||||||
| | * | Add polyline syntax, simplest shape | Andrés Cuervo | 2023-03-14 | 1 | -0/+66 | |
| | | | ||||||
| * | | edit existing table programs from a web editor | Jacob Haip | 2023-03-09 | 1 | -0/+20 | |
| |/ | ||||||
| * | Implement regions.folk and distance query | Omar Rizwan | 2023-03-03 | 1 | -0/+65 | |
| | | ||||||
| * | Fix parenthesis print bug | Omar Rizwan | 2023-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add sound | Omar Rizwan | 2023-02-19 | 1 | -0/+8 | |
| | | ||||||
| * | Add support for multi-outline | Omar Rizwan | 2023-02-18 | 1 | -6/+14 | |
| | | ||||||
| * | Correct labeling logic on laptop | Andrés Cuervo | 2023-02-18 | 1 | -0/+1 | |
| | | ||||||
| * | Try to fix music, clean up log output; put pre in web /page endpoint | Omar Rizwan | 2023-02-18 | 1 | -2/+11 | |
| | | ||||||
| * | Fix label orientation | Andrés Cuervo | 2023-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Fix line order when page orientation changes | Andrés Cuervo | 2023-02-16 | 1 | -2/+3 | |
| | | ||||||
| * | Forgot to add this process labeller. | Omar Rizwan | 2023-02-14 | 1 | -0/+6 | |
| | | ||||||
| * | Temporarily disable watchdog. | Omar Rizwan | 2023-02-14 | 1 | -0/+2 | |
| | | ||||||
| * | process: Show stdout/stderr as label. | Omar Rizwan | 2023-02-14 | 1 | -0/+1 | |
| | | ||||||
| * | More small bits of cleanup | Omar Rizwan | 2023-02-14 | 1 | -0/+2 | |
| | | ||||||
| * | Don't defer label text, it was already deferred anyway | Omar Rizwan | 2023-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | Refactor sharing to have a more general 'peers' system. | Omar Rizwan | 2023-02-11 | 2 | -13/+1 | |
| | | | | | | | | | | | | | | | | | | This is in prep for interprocess communication. For now, it is just used to implement pretty much the same generational laptop-sharing-to-table scheme, although done with explicit share-patterns instead of implicitly based on assertion, which is nice. Also make `Claim` and `Wish` store the calling $this instead of `someone`. Also start on `Do` for controlling side effects. Also move back to the old way of collecting matches & build it into main -- this is used as a hack for negation (so we can explicitly retract the Pi root statements when a laptop connects) | |||||
| * | Temp disable RFID programs to not cause weird process errors. | Omar Rizwan | 2023-02-11 | 2 | -5/+9 | |
| | | ||||||
| * | Make archived metrics use root Camera namespace | Omar Rizwan | 2023-02-10 | 1 | -2/+2 | |
| | | ||||||
| * | Add first sketches of RFID programs | Omar Rizwan | 2023-02-10 | 2 | -0/+103 | |
| | | ||||||
| * | Save and restore virtual program positions to/from disk. | Omar Rizwan | 2023-02-09 | 1 | -0/+2 | |
| | | | | | Also fixup watchdog filename. | |||||
| * | Archive test, add back images | Andrés Cuervo | 2023-02-09 | 3 | -4/+0 | |
| | | ||||||
