Cameron Tacklind
382ed2615f
incenter - live data capture works!
2022-08-30 16:25:05 -07:00
Cameron Tacklind
7d54794c1f
incenter day 1
2022-08-28 17:08:45 -07:00
Peter Slattery
3e084dd356
lots of incenter prep
2022-08-21 16:34:15 -07:00
Peter Slattery
a1e7e2c378
PAtterns
2022-08-08 02:39:48 -07:00
Peter Slattery
20427d9dbd
Project folder structure fixup.
2020-05-11 18:06:54 -07:00
Peter Slattery
b843937295
Refactored rect functionality of gs_vector_matrix to make it not conflict with windows headers (just added gs_ to all functions). refactored Profiler interface code to use the new interface layout system.
2020-03-21 22:44:44 -07:00
Peter Slattery
cb98100a94
Began working on a new ui layout system. Deprecated a lot of old ui code, in favor of new ui_ code
2020-03-20 00:55:13 -07:00
Peter Slattery
803f5c82ae
Updated gs_vector_matrix
2020-03-19 21:50:11 -07:00
Peter Slattery
391d989e2a
Updated the todo file
2020-03-08 16:16:23 -07:00
Peter Slattery
2fbc916c79
Fixed problem where overlapping animation clips would trigger multiple drag animation block commands.
2020-03-08 14:57:34 -07:00
Peter Slattery
d5309819e6
Implemented the structure for different layers to have blend modes.
...
We now copy the led buffer for each assembly once per layer that has an active animation in it. The animations edit these temporary buffers, which are then blended together after all layers have created buffers, for each assembly.
2020-03-08 14:44:28 -07:00
Peter Slattery
f1936a016c
Updated todo list. Enforced execution order of animation blocks - they now execute in layer order, from top to bottom.
2020-03-07 16:29:07 -08:00
Peter Slattery
bfa31882e5
todo list cleanup
2020-03-01 15:55:07 -08:00
Peter Slattery
780ccbd1a3
Converted thinsg over to using time ranges and implemented zoom. Also restructured how different parts of the timeline view know where they are. The timeline now constructs all the bounds, and each element just draws itself inside the provided bounds.
2020-03-01 15:24:12 -08:00
Peter Slattery
dc36d44cd2
Clamped Animation Clips to the timeline
2020-02-29 16:02:30 -08:00
Peter Slattery
8f94aea56a
Implemented Snapping Animation Clips
2020-02-29 15:43:06 -08:00
Peter Slattery
b103ede28c
Made the meta system put generated files relative to the root file rather than at an absolute path
2020-02-29 14:43:07 -08:00
Peter Slattery
5bdcb99357
Updated gitignore, removed irrelevant member from panel_result
2020-02-15 15:06:51 -08:00
Peter Slattery
05e6a191e8
Implemented a basic event log, and used it in various places around the codebase. Also removed foldhaus_memory as it isn't being used
2020-02-05 20:24:34 -08:00
Peter Slattery
305afc65cd
Cleaned up assembly loading. Added a note to handle error logging in the future
2020-02-05 12:29:48 -08:00
Peter Slattery
75bb2ae86d
Added some notes to various parts of the code base. Also simplified test patterns to ensure that we don't need to use leds_in_universe_range anywhere except in DMX buffer preparation
2020-02-05 12:20:03 -08:00
Peter Slattery
58ef0b460f
Added memory errors for when files aren't found
2020-02-05 00:03:56 -08:00
Peter Slattery
759b5f6906
Handle releasing the mouse button outside the window when the button was pressed over top of the window.
2020-02-04 23:46:11 -08:00
Peter Slattery
91612e48c7
Splitting out win32 sets of functions into groups to make them simpler to see and create platform layers for
2020-02-04 23:31:43 -08:00
Peter Slattery
460c08d169
Started making sure that the DLL is truly platform agnostic. Only thing left seems to be math.h for things like trig functions, and windows.h purely for interlockedincrement and interlockedadd
2020-02-04 23:16:41 -08:00
Peter Slattery
51955ba765
Fixed a Function Pointer address problem created by storing a pointer to the address of an animation procedure. When code is reloaded, that pointer becomes invalid, so we just store an index, and switch on the value
2020-02-04 22:50:12 -08:00
Peter Slattery
33338daab7
Working on Meta System Attempted to tag all panel related procedures
2020-02-01 19:15:04 -08:00
Peter Slattery
b11d9da9e4
Lots of work on the meta system. Most changes in src are just due to me putting test data in place
2020-01-18 22:07:59 -08:00
Peter Slattery
20636acdce
Implemented removing panels by right clicking on the border.
2019-12-28 15:01:02 -08:00
Peter Slattery
19727da391
Made dragging the time slider an operation mode.
2019-12-28 14:14:00 -08:00
Peter Slattery
d112b01e79
Lotta work on panels geting animation and sculpture view more up to scratch. Deleted a bunch of now obsolete files.
2019-12-28 10:51:47 -08:00
Peter Slattery
f491988c90
Began experimenting with animation timelines. This is making it obvious that I need to revamp my interface system
2019-12-26 08:11:48 -08:00
Peter Slattery
67b402b74f
Got assemblies to unload again
2019-11-22 23:57:30 -08:00
Peter Slattery
70c9c74796
Decoupled assembly from sacn.
2019-11-22 16:07:25 -08:00
Peter Slattery
726785eec4
Updating todo list
2019-11-11 20:36:10 -08:00
Peter Slattery
834aab2671
Did a bunch of stuff with nodes
2019-11-11 20:34:56 -08:00
Peter Slattery
25d9fda391
Stopped storing copies of nodes names in memory with them. They now just point at the specifications name
2019-11-11 14:42:14 -08:00
Peter Slattery
275c5ac90e
Planning
2019-11-11 12:55:59 -08:00
Peter Slattery
dba7b1a250
Created basic scope list view
2019-11-11 12:02:24 -08:00
Peter Slattery
59cac0f435
lots of little fixes
2019-11-03 13:12:25 -08:00
Peter Slattery
f3270918d0
Removed MinAfterUpdate from interface_node
2019-11-02 14:17:52 -07:00
Peter Slattery
6d893433c4
Made nodes selectable
2019-11-02 13:17:23 -07:00
Peter Slattery
e9a6bdd376
Got nodes to update when the node view isn't open
2019-11-02 10:47:27 -07:00
Peter Slattery
6c71c5a89d
Made modes work with hot code reloading, dealt with a bug in the search lister that allowed you to select an item from an empty list, pulled NodeRenderSettings back out into app_state, and generally filled out the operation mode system.
2019-11-02 10:29:51 -07:00
Peter Slattery
d90b275cff
Improved function of the Input Command Dispatch
2019-11-02 07:02:11 -07:00
Peter Slattery
22e15858e5
Fixed input handling for events that need to be held. Added support for events that only get called on a button release
2019-11-01 09:09:05 -07:00
Peter Slattery
a889deaa98
Pulled the color picker into the new modes system
2019-11-01 06:46:06 -07:00
Peter Slattery
b2579a45b7
Pulled the universe view into the new modes system
2019-11-01 06:16:30 -07:00
Peter Slattery
e51400c313
Got modes working for the node lister
2019-11-01 05:46:40 -07:00
Peter Slattery
619c1370fe
Fixed up a bunch of node lister, search lister, and text entry stuff. Began playing with modes
2019-11-01 04:17:46 -07:00