| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-01-12 | update for Pillow 12 and Qt 6 | tassaron | 2 | -3/+2 | |
| 2026-01-11 | update to Qt 6 and Pillow 12 | tassaron | 30 | -2240/+2558 | |
| and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major. | |||||
| 2024-09-15 | fix #78 | tassaron | 2 | -3/+6 | |
| 2024-04-10 | update readme for Ubuntu 24.04 | Brianna Rainey | 1 | -21/+5 | |
| also remove outdated macOS instructions, which probably don't work anymore | |||||
| 2024-04-10 | pin pillow version to one with qt5 support | Brianna Rainey | 1 | -1/+1 | |
| 2023-02-17 | fix #75 by computing evolution during frameRender | Brianna Rainey | 1 | -24/+12 | |
| instead of pre-computing the entire evolution during preFrameRender, it creates 60 ticks' worth of grid data at a time during the rendering process, deleting old data as it goes. This works with the current render process and should still work if the render process changes, as long as render threads don't become extremely de-synchronized (which would probably be an issue anyway) | |||||
| 2023-02-17 | ignore cells that are 40+ coords out of frame | Brianna Rainey | 1 | -0/+11 | |
| 2023-02-17 | fix typo | Brianna Rainey | 1 | -1/+1 | |
| 2023-02-17 | Add comments to Life component | Brianna Rainey | 1 | -1/+14 | |
| added comments to preFrameRender and gridForTick methods | |||||
| 2022-05-10 | change screenshot, remove unused file | tassaron | 2 | -59/+0 | |
| 2022-05-10 | log name of missing/unreadable audio file | tassaron | 2 | -1/+2 | |
| 2022-05-09 | move variable declaration closer to usage. | tassaron | 2 | -7/+5 | |
| 2022-05-09 | use pytest-qt to test actual export process | tassaron | 2 | -1/+31 | |
| 2022-05-09 | no components on commandline adds a default visualizer | tassaron | 1 | -0/+4 | |
| 2022-05-09 | include test data in package, pytest-qt plugin for testing Qt event loop, ↵ | tassaron | 5 | -25/+22 | |
| remove useless pytest fixtures | |||||
| 2022-05-09 | rename visualisation to visualization | tassaron | 2 | -6/+9 | |
| 2022-05-09 | demote error message to debug message | tassaron | 1 | -1/+1 | |
| it's worth noting, but not important enough for 'error' | |||||
| 2022-05-08 | reorganize Classic Visualizer widgets to be more left-aligned | tassaron | 1 | -29/+68 | |
| Looks less weird when window is maximized | |||||
| 2022-05-08 | Add sensitivity option to classic visualizer | tassaron | 2 | -39/+51 | |
| Allows to decide how balanced the up/down smoothing is. The default (0) is the same as before; increasing sensitivity makes the up/down values closer to each other (less smooth, more sensitive) | |||||
| 2022-05-07 | fix | tassaron | 1 | -1/+1 | |
| 2022-05-07 | concatenate trimmed ffmpeg logs to the test report | tassaron | 1 | -8/+29 | |
| 2022-05-07 | --export-project uses -i and -o if provided | tassaron | 1 | -32/+49 | |
| Also remove unneeded instance variables `parser` and `args`, and quit if input/output can't be determined. Also, --debug and --test are now mutually exclusive | |||||
| 2022-05-07 | Fix drawing of "peace" shape. Rename a shape to pie | tassaron | 2 | -9/+6 | |
| 2022-05-07 | change default colour to white for consistency with the default settings of ↵ | tassaron | 1 | -1/+1 | |
| other foreground elements | |||||
| 2022-05-07 | Add initial state to the grid - a Queen Bee Shuttle | tassaron | 1 | -1/+13 | |
| I chose this one because it repeats forever, so the user gets a useable default setting for any length of video they want to make | |||||
