fractorium/Source/Ember
mfeemster e6882ee865 --User changes
-Better handling of crossed min/max DE filter values on the GUI.
 -Changes to spatial and density filter values will no longer restart the entire render.
 -Support reading cam_zoom from xml as zoom since JWildfire uses cam_zoom.
 -Change drag n drop behavior: the default is now to append, hold Ctrl to overwrite.
 -Set max value of zoom to 25 because it will crash with values around 28 or 29 due to numeric overflow when scaling quality.
 -Update links in About Dialog.
 -Rename some controls in Options Dialog.
 -Move the color curves control to the Palette tab.

--Bug fixes
 -Remove extra space in info tree text when dealing with a linked xform.
 -Update summary xform name field whenever xform name changes.
 -Get rid of selection border on summary tab xform tree cells.
 -Only add variations from Xml that have a non-zero weight. There seemed to be spurious flattens coming from Apo with a weight of 0.

--Code changes
 -Gutters are now a fixed size of 8 * supersample.
 -Use stl data() member to get pointer to first element instead of &vec[0].
 -Eliminate extra calls in renderer to ComputeBounds(), CreateSpatialFilter() and CreateTemporalFilter() to only be done at the start of a render.
 -Another attempt at vectorizing LogScaleDensityFilter(). Vectorizes, but not sure if it helps.
 -Some other loop optimizations in Renderer.
 -No longer check temporal samples in response to some control changes, they are always 1 in the interactive renderer.
2016-03-28 18:49:10 -07:00
..
Affine2D.cpp --User changes 2016-02-11 21:38:21 -08:00
Affine2D.h --Code changes 2016-02-18 18:58:24 -08:00
CarToRas.h --User changes 2016-02-11 21:38:21 -08:00
Curves.h --User changes 2015-09-12 18:33:45 -07:00
DensityFilter.h --User changes 2016-03-28 18:49:10 -07:00
DllMain.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
Ember.cpp --Code changes 2016-02-18 18:58:24 -08:00
Ember.h --User changes 2016-03-28 18:49:10 -07:00
EmberDefines.h --Code changes 2016-03-04 18:54:06 -08:00
EmberMotion.h --Code changes 2015-12-31 16:00:36 -08:00
EmberPch.cpp
EmberPch.h --Bug fixes 2016-03-01 17:26:45 -08:00
EmberToXml.h --Bug fixes 2016-03-01 17:26:45 -08:00
Interpolate.h --User changes 2016-03-12 19:25:19 -08:00
Isaac.h --Code changes 2016-02-13 17:24:51 -08:00
Iterator.h --User changes 2016-03-28 18:49:10 -07:00
Palette.h --User changes 2016-03-28 18:49:10 -07:00
PaletteList.h --Bug fixes 2016-02-25 23:12:18 -08:00
Point.h --User changes 2015-09-12 18:33:45 -07:00
Renderer.cpp --User changes 2016-03-28 18:49:10 -07:00
Renderer.h --Code changes 2015-12-31 16:00:36 -08:00
RendererBase.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
RendererBase.h --User changes 2016-02-11 21:38:21 -08:00
SheepTools.h --Code changes 2016-02-18 18:58:24 -08:00
SpatialFilter.h --User changes 2016-02-11 21:38:21 -08:00
TemporalFilter.h --User changes 2016-03-28 18:49:10 -07:00
Timing.h --User changes 2016-02-11 21:38:21 -08:00
Utils.h --User changes 2016-03-28 18:49:10 -07:00
VarFuncs.h --Code changes 2016-03-04 18:54:06 -08:00
Variation.h --User changes 2016-03-28 18:49:10 -07:00
VariationList.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
VariationList.h --Code changes 2016-02-18 18:58:24 -08:00
Variations01.h --Code changes 2016-03-04 18:54:06 -08:00
Variations02.h --Code changes 2016-03-04 18:54:06 -08:00
Variations03.h --Code changes 2016-03-04 18:54:06 -08:00
Variations04.h --Code changes 2016-03-04 18:54:06 -08:00
Variations05.h --Code changes 2016-03-04 18:54:06 -08:00
Variations06.h --User changes 2016-03-28 18:49:10 -07:00
Variations07.h --Code changes 2016-03-04 18:54:06 -08:00
VariationsDC.h --Code changes 2016-03-04 18:54:06 -08:00
Xform.h --Code changes 2016-02-18 18:58:24 -08:00
XmlToEmber.h --User changes 2016-03-28 18:49:10 -07:00