Wykres commitów

384 Commity (4157f6f340436379c4e2b0066396b6906f04534a)

Autor SHA1 Wiadomość Data
James Ball cc6398dc5e Remove mac workflow and add linux workflow 2021-05-18 20:23:47 +01:00
James Ball 6ef3f2f6db Merge rotation modifications for v1.2.0 2021-05-18 20:17:18 +01:00
James Ball f537c54d79 Update to v1.2.0 2021-05-18 20:14:18 +01:00
James Ball 7e9b0758b0 Update to v1.2.0 2021-05-18 20:13:23 +01:00
James H Ball 65848a697c Merge pull request #21 from jameshball/obj-rotate
Allow 3D model's rotation to be managed manually
2021-05-18 20:12:04 +01:00
James Ball b3ec9a2442 Add reset rotation button 2021-05-18 20:01:29 +01:00
James Ball c552be2f04 Selectively flush frames on settings update to make rotation smoother 2021-05-18 19:32:49 +01:00
James Ball 04dc9cb868 Implement code and GUI elements for updating the rotation of objects 2021-05-17 19:54:27 +01:00
James Ball dcf15df8d6 Merge branch 'master' into release 2021-05-17 17:41:43 +01:00
James Ball 359f720741 Reopen default font input stream on each creation of TextParser object to prevent exceptions when reopening files 2021-05-17 17:41:22 +01:00
James Ball e9a2b34144 Remove unnecessary libraries and remove machine.obj 2021-05-17 17:26:25 +01:00
James Ball 79885b8a86 Merge branch 'master' into release 2021-05-16 19:03:59 +01:00
James Ball 999bca8fc9 Add github actions code for MacOS 2021-05-16 19:03:28 +01:00
James H Ball dd6751b8cc Update link to YouTube demonstration
closes #8
2021-05-15 23:11:43 +01:00
James Ball 4b118db1a8 Correct naming of EffectFactory 2021-05-15 18:54:31 +01:00
James Ball db9de71c0e Correct naming of EffectFactory 2021-05-15 18:53:46 +01:00
James H Ball d0f0c19e64 Merge pull request #20 from jameshball/master
Release v1.1.2 minor changes
2021-05-15 18:37:19 +01:00
James Ball 68dd1b564e Merge branch 'master' of github.com:jameshball/osci-render 2021-05-15 18:36:04 +01:00
James Ball 46d7868c9f Refactor legacy AudioPlayer effects and reduce coupling of Controller 2021-05-15 18:35:53 +01:00
James H Ball 3335a2f46c Update README with screenshot of GUI, updated build, and running info 2021-05-10 21:48:46 +01:00
James H Ball 773e0a3faf Add image of v1.1.1 GUI 2021-05-10 21:41:14 +01:00
James H Ball 5f2989c414 Merge pull request #19 from jameshball/master
Add .jar to releases
2021-05-10 20:18:53 +01:00
James Ball 954b8838d2 Rename github action 2021-05-10 20:15:04 +01:00
James Ball 9ebdddafd9 Add .jar release 2021-05-10 20:13:29 +01:00
James Ball b955937dbc Add unused edgeStretch effect 2021-05-09 22:27:25 +01:00
James Ball 4e61037fdb Merge master into release 2021-05-09 21:09:16 +01:00
James Ball dbd55e96ea Add bit crush effect and decrease latency of render update 2021-05-09 20:58:40 +01:00
James Ball 2172478acf Add slider for vector cancelling 2021-05-09 20:00:46 +01:00
James Ball ed77139475 Clean-up SVG parser command map 2021-05-09 09:31:30 +01:00
James Ball f40ff434e3 Remove MovableRenderer and add support for renderer effects 2021-05-08 22:50:07 +01:00
James Ball 6c42c62e43 Remove MovableRenderer and add support for renderer effects 2021-05-08 22:49:43 +01:00
James Ball 5179e711e7 Add osci-render icon to program window 2021-05-08 21:10:08 +01:00
James Ball 809a2a229f Add osci-render icon to program window 2021-05-08 21:09:14 +01:00
James H Ball e9fe51536f Merge pull request #18 from jameshball/master
Finish implementation of elliptical arcs; now correctly rotating
2021-05-06 21:32:03 +01:00
James Ball fc1c79c597 Finish implementation of elliptical arcs; now correctly rotating 2021-05-06 21:29:31 +01:00
James H Ball f2420e8563 Merge pull request #17 from jameshball/master
Version 1.0.1
2021-05-05 21:01:20 +01:00
James Ball 0fdd144f24 Partially implement Elliptical Arcs for SVGs 2021-05-05 20:59:24 +01:00
James Ball 2e01ba0948 Remove coupling with FileParser in FrameProducer and add conversion betweem java.awt.Shape and Shape 2021-05-03 21:31:10 +01:00
James H Ball 8136104d1b Merge pull request #16 from jameshball/release
Fully implement auto-releasing program on commit to release branch
2021-05-03 19:46:26 +01:00
James H Ball 963401db1f Change CHANGELOG name 2021-05-03 19:42:41 +01:00
James H Ball 6cba654993 Merge pull request #15 from jameshball/release-actions
Add auto-release for packaging new .exe
2021-05-03 19:35:21 +01:00
James H Ball 3bf2003376 Add auto-release for packaging new .exe 2021-05-03 19:34:55 +01:00
James Ball b27519cc71 Update image for mobile 2021-05-02 23:44:10 +01:00
James H Ball bb867ac98e Update README.md 2021-05-02 23:33:25 +01:00
James H Ball 907523b797 Add files via upload 2021-05-02 23:32:39 +01:00
James Ball a7e50a8b81 Update osci image 2021-05-02 23:30:32 +01:00
James Ball 60ef5c3de2 Add logo and icon to executable 2021-05-02 23:19:47 +01:00
James Ball a2f0889390 Generalise parsers using InputStream instead of forcing filepaths 2021-05-02 22:38:11 +01:00
James Ball c802dfcab4 Remove outdated tests, fully modularize dependencies and add jpackage phase for osci-render installer 2021-04-21 22:20:43 +01:00
James Ball c4423da916 Minor formatting refactor 2021-04-17 21:05:15 +01:00