Wykres commitów

1058 Commity (997de907bcd740652eb867e778d1933a8a09e30c)

Autor SHA1 Wiadomość Data
James Ball 62a21fade2 Fix directory for wiki + documentation 2022-09-03 21:19:59 +01:00
James Ball cf334182fb Fix directory for documentation 2022-09-03 21:19:59 +01:00
James Ball 7efd810d78 Fix directory for wiki 2022-09-03 21:19:59 +01:00
James Ball df1231f287 Correctly remove files 2022-09-03 21:19:59 +01:00
James Ball d5aeaa8542 Update documentation release 2022-09-03 21:19:59 +01:00
James Ball 761933b29d Update build-docs release 2022-09-03 21:19:59 +01:00
James Ball 251e20360b Add sudo to commands 2022-09-03 21:19:59 +01:00
James Ball 1eefd77844 Remove apt installs 2022-09-03 21:19:59 +01:00
James Ball f1b06f0ad1 Release new version 2022-09-03 21:19:59 +01:00
James H Ball 6a453aa242 Update release.yml 2022-09-03 18:12:24 +01:00
James Ball cb8fe3cdae Use setReuseAddress(true) for ports 2022-09-03 11:07:41 +01:00
DJLevel3 d08c76bd9b Make Line.getLength() work (in 2 fewer lines)
double min = dy > dx ? dx : dy;
This was previously wrong (calculated the maximum instead of minimum) and also inefficient

double max = dy > dx ? dy : dx;
This was previously right, but was still inefficient
2022-09-03 11:04:13 +01:00
DJLevel3 2671abe164 Fix rotation not actually being applied to Ellipse 2022-09-03 10:38:08 +01:00
James Ball e6b99d1e7a Update animator minimum and maximum values whenever the slider min/max changes 2022-08-28 21:25:29 +01:00
James H Ball 3b93c3e83f Update README.md 2022-08-28 15:14:59 +01:00
James H Ball 6a260c4c0d Add software oscilloscope example to README 2022-08-27 20:17:09 +01:00
James Ball ec900b3171 Fix min/max slider value changes and change size of .lua file settings panel 2022-08-27 17:04:33 +01:00
James Ball de1c9ffd54 Increment version number and update changelog 2022-08-27 16:09:19 +01:00
kar3kn e17a400f73 added transistion effects updates 2022-08-27 16:09:19 +01:00
kar3kn a2105309e2 removed the transalationincrementspinner 2022-08-27 16:09:19 +01:00
kar3kn 9a2edfce28 removed the reference of the spinner 2022-08-27 16:09:19 +01:00
Graheeth 354537716e prevented the translation from being controlled by scroll bar 2022-08-27 16:09:19 +01:00
Graheeth 4e7d206f01 removed controls sub menu from menu bar 2022-08-27 16:09:19 +01:00
James Ball 38b2944aea Update version and changelog 2022-08-21 18:36:45 +01:00
James Ball ad9c3694de Don't try and open a project if it doesn't exist 2022-08-21 18:36:45 +01:00
James Ball 49b9b1daaa Set sensible default values for new features not captured in old projects and make fixed axis control saveable 2022-08-21 18:36:45 +01:00
James Ball b2c808cef8 Add independent axis rotation to rotate effects 2022-08-21 18:36:45 +01:00
James Ball c60312c045 Fix trace min and trace max when loading files and correctly save effect component groups 2022-08-21 18:36:45 +01:00
James Ball c771180efd Fix inactive 3D effect sliders 2022-08-21 18:36:45 +01:00
James Ball ddafc8ef8c Move EffectComponentGroups to subcontrollers and move updateEffect to audio player 2022-08-21 18:36:45 +01:00
James Ball 0fd3e9f997 Change all Lua sliders to use EffectComponentGroups 2022-08-21 18:36:45 +01:00
James Ball 1ad17e272b Massively refactor EffectComponentGroup so much of the computation is within the class, rather than in EffectController + change mic checkbox to an SVG 2022-08-21 18:36:45 +01:00
James Ball 1e0af7c233 Replace audio device and font dropdowns with a list 2022-08-08 19:54:26 +01:00
James Ball 305837eb12 Increase size of scroll pane so that trace min effect is visible 2022-07-24 10:09:42 +01:00
James Ball b9fc9db290 Increment version number and changelog 2022-07-23 17:30:11 +01:00
James Ball 568e773da0 Increase decimal places for spinners so that they correctly change value 2022-07-23 17:30:11 +01:00
James Ball e19fa93527 Increment version number and changelog 2022-07-20 18:32:49 +02:00
James Ball 3666eff842 Save 3D depth function when closing the editor and save/load it from project 2022-07-20 18:32:49 +02:00
James Ball 51d7095a4a Run lua depth function before rotation so that you can modify the z position of the image before rotating it 2022-07-20 18:32:49 +02:00
James Ball 9194209a66 Allow x, y, and z values to be transformed using the 3D depth effect 2022-07-20 18:32:49 +02:00
James Ball 6553e6391c Fix focal point + min trace issue and increment version number 2022-07-18 20:10:41 +02:00
James Ball b510f68a4c Use JACK by default if available on linux 2022-07-15 14:15:32 +01:00
James Ball eeea1fd5a5 Show recent files when starting new project and fix reset rotation 2022-07-10 22:19:29 +02:00
James Ball 26edff0908 Increment version number and update changelog 2022-07-10 22:19:29 +02:00
James Ball be2d51c440 Change perspective effect to have a 0 value that applies no effect, add reset rotation buttons 2022-07-10 22:19:29 +02:00
James Ball 3b1eca99ec Add screenshot of project select to README 2022-07-08 17:14:18 +02:00
James Ball a877b66a17 Update changelog and version 2022-07-08 17:09:38 +02:00
James Ball 9107ceddf0 Add recent files to File menu 2022-07-08 17:09:38 +02:00
James Ball 9b46f9f9af Update recent project on project open, and allow project select screen to be closed 2022-07-08 17:09:38 +02:00
James Ball 10ed91e3a1 Only start osci-render audio pipeline once a project has been opened, and increase min length increment 2022-07-08 17:09:38 +02:00