fractorium/Source/Ember
Person 15fdc860b8 --User changes
-Add buttons to copy and paste affine transforms.
 -Show xform names on the column headers of the xaos table.
 -Add a color-coded third column to the variations tree which shows any properties of each variation which are non-standard.
 -Draw a transparent circle over hovered xforms.
 -Change how xforms respond to dragging. Rotate only is now the default, and scale will only happen with shift.
 --Optionally do scale and rotate when holding shift, via a setting in the options dialog.

--Bug fixes
 -Snapping when dragging was wrong sometimes.
 -The program would very rarely crash on startup due to some values being in an uninitialized state.

--Code changes
 -Change almost every variation to use fma() in OpenCL when doing computations of the form a * b + c. This provides a slight speedup, mostly in double precision mode.
 -Also apply fma() to affine calcs.
 -Cleanup of OpenGL affine drawing code.
 -Separate the concept of hovering and selecting xforms.
2018-09-15 03:11:12 -07:00
..
Affine2D.cpp --User changes 2017-02-26 00:02:21 -08:00
Affine2D.h --User changes 2017-02-26 00:02:21 -08:00
CarToRas.h --User changes 2016-04-03 18:55:12 -07:00
Curves.h Features: 2017-07-22 13:43:35 -07:00
DensityFilter.h 06/09/2017 2017-06-09 19:38:06 -07:00
DllMain.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
Ember.cpp --Code changes 2018-05-01 16:46:18 -07:00
Ember.h --User changes 2018-09-15 03:11:12 -07:00
EmberDefines.h --User changes 2018-07-08 08:31:26 -07:00
EmberMotion.h --User changes 2016-04-03 18:55:12 -07:00
EmberPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
EmberPch.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
EmberToXml.cpp --User changes 2018-06-12 21:20:15 -07:00
EmberToXml.h --User changes 2017-11-26 17:27:00 -08:00
Interpolate.h --User changes 2018-06-12 21:20:15 -07:00
Isaac.h --User changes 2016-04-03 18:55:12 -07:00
Iterator.h --Code changes 2017-03-27 18:05:06 -07:00
Palette.h --User changes 2018-03-29 16:10:22 -07:00
PaletteList.cpp --User changes 2018-09-15 03:11:12 -07:00
PaletteList.h --Bug fixes 2017-02-26 09:34:43 -08:00
Point.h --Code changes 2017-03-27 18:05:06 -07:00
Renderer.cpp --User changes 2018-09-15 03:11:12 -07:00
Renderer.h --User changes 2018-04-28 22:28:05 -07:00
RendererBase.cpp --User changes 2018-04-28 22:28:05 -07:00
RendererBase.h --User changes 2018-04-28 22:28:05 -07:00
SheepTools.h --Bug fixes 2018-06-19 19:32:20 -07:00
SpatialFilter.h --User changes 2017-11-26 17:27:00 -08:00
TemporalFilter.h --User changes 2016-03-28 18:49:10 -07:00
Timing.h 06/6/2017 2017-06-06 20:13:30 -07:00
Utils.h 06/09/2017 2017-06-09 19:38:06 -07:00
VarFuncs.h --User changes 2017-11-26 17:27:00 -08:00
Variation.h --User changes 2018-04-28 22:28:05 -07:00
VariationList.cpp --User changes 2018-04-28 22:28:05 -07:00
VariationList.h --User changes 2016-05-18 16:48:40 -07:00
Variations01.h --User changes 2018-09-15 03:11:12 -07:00
Variations02.h --User changes 2018-09-15 03:11:12 -07:00
Variations03.h --User changes 2018-09-15 03:11:12 -07:00
Variations04.h --User changes 2018-09-15 03:11:12 -07:00
Variations05.h --User changes 2018-09-15 03:11:12 -07:00
Variations06.h --User changes 2018-09-15 03:11:12 -07:00
Variations07.h --User changes 2018-09-15 03:11:12 -07:00
VariationsDC.h --User changes 2018-09-15 03:11:12 -07:00
Xform.h --User changes 2018-06-12 21:20:15 -07:00
XmlToEmber.cpp --User changes 2018-06-12 21:20:15 -07:00
XmlToEmber.h --User changes 2017-11-26 17:27:00 -08:00