Commit graph

37 commits

Author SHA1 Message Date
68d01ca42e Shaders - Relative paths
Shaders are no longer found under /shaders in the project; they can be
anywhere. In addition, paths for both (program) instructions in the
script and include directives in shader source code are relative to the
file which contains them.
2017-12-29 11:33:15 +01:00
1e1c2108ee TODO list updated 2017-12-28 10:34:31 +01:00
19ae316ad0 TODO list update 2017-12-25 21:53:09 +01:00
4e77e6cf16 TODO list update 2017-12-23 17:54:48 +01:00
0abab985c1 TODO list updated 2017-12-23 17:30:30 +01:00
01d9586264 Optimizer - Remove unused globals 2017-12-17 10:30:00 +01:00
630dd94ba6 Optimizer - Remove unused local variables 2017-12-17 09:55:53 +01:00
ff50ba561a Optimizer - Dead store elimination
Works for variables and assets. Does not cover call arguments yet.
2017-12-17 09:33:45 +01:00
08e486a57c Optimizer - DCE: find conditionals with constant inputs 2017-12-15 07:40:40 +01:00
c89a62edae TODO list update 2017-12-15 07:05:14 +01:00
59b23de5ed Parser - Fixed problem with unused functions 2017-11-30 17:56:37 +01:00
3aeac7980e TODO list update 2017-11-30 17:31:24 +01:00
7f6db48a61 Sequencer - Improved point d'n'd 2017-11-30 12:36:22 +01:00
99f6862138 Sequencer - Unified drag'n'drop handling
Until now the various types of drag'n'drop were handled separately and
could very possibly interfere with each other. This fixes the problem by
using a single variable for the current type (if any) of drag'n'drop
2017-11-30 12:10:59 +01:00
eb7bd8bcbe Sequencer - Full titles for overrides 2017-11-30 11:25:20 +01:00
6348cbb18f TODO list updated 2017-11-30 11:09:41 +01:00
ec34bcc9bb Sequencer - Fixed issues with the right side 2017-11-28 07:33:57 +01:00
702bf2bee8 Sequencer - Finished wheel support
+ "Temporary" horizontal wheel support
+ Fixed bad bounds on vertical wheel
2017-11-28 07:12:43 +01:00
56416abdb8 Sequencer - Scroll bars 2017-11-27 13:54:06 +01:00
99264594f6 Sequencer - Display track values on hover 2017-11-27 09:12:51 +01:00
0a06593f97 TODO list updated 2017-11-26 18:49:13 +01:00
9eb719d0aa Sequencer - Remove overrides that no longer exist 2017-11-22 17:24:22 +01:00
bd8eb2ff02 Sequencer - Edit demo duration 2017-11-22 14:14:49 +01:00
e2beaed115 TODO list update 2017-11-22 09:25:31 +01:00
afe7c43351 Overrides - Functionality implemented
... with a few leftover bugs and a few missing features. Still, it works
nicely.
2017-11-20 14:33:57 +01:00
bebf54cfee Overrides - Started rework of camera 2017-11-19 23:47:26 +01:00
7a4595e8e8 Overrides - Various color grading bugs fixed 2017-11-19 23:03:50 +01:00
e0e7ab5441 Ops - Auto-reload + resize support 2017-11-15 23:12:09 +01:00
1d66085483 TODO list updated 2017-11-15 10:04:09 +01:00
c4218efc64 Output debugger
(can display intermediary buffers)
2017-10-06 14:29:01 +02:00
5f92d0b6eb TODO list update 2017-10-05 12:58:05 +02:00
3e6e9e1ba8 Fog 2017-10-05 09:07:37 +02:00
d5d56b094c Todo list updated 2017-10-05 08:50:02 +02:00
d64e9f9a2e Todo list update 2017-10-04 18:28:48 +02:00
b2be3dcb8c Depth of field!!! 2017-10-01 18:51:02 +02:00
df1b51781e Finished profiler 2017-10-01 14:10:00 +02:00
ba98b1e9eb TODO list 2017-10-01 10:23:23 +02:00