fractorium/Source/Ember
mfeemster a800b08b67 --User changes
-Add variations changes to the list of functionality that can be applied to all xforms using the Select tab.
 -Allow for graphical affine adjustments to apply to multiple selected xforms.
 -Slight optimization of the pie variation.
 -Undo state is only saved when the render completes and the mouse buttons are released. This helps avoid intermediate steps for quickly completing renders while dragging.
 -Add some keyboard shortcuts for toolbar and menu items.
 -Make info tab tree always expanded.

--Bug fixes
 -Make precalcs for all hypertile variations safer by using Zeps() for denominators.
 -Changing the current xform with more than one selected would set all xform's color index value that of the current one.
 -Use hard found palette path information for randoms as well.
 -OpenCL build and assignment errors for Z value in epispiral variation.
 -Unitialized local variables in hexaplay3D, crob, pRose3D.

--Code changes
 -Change static member variables from m_ to s_.
 -Get rid of excessive endl and replace with "\n".
 -Remove old IMAGEGL2D define from before Nvidia supported OpenCL 1.2.
 -Remove old CriticalSection code and use std::recursive_mutex.
 -Make Affine2D Rotate() and RotateTrans() take radians instead of angles.
 -More C++11 work.
 -General cleanup.
2016-02-11 21:38:21 -08:00
..
Affine2D.cpp --User changes 2016-02-11 21:38:21 -08:00
Affine2D.h --User changes 2016-02-11 21:38:21 -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-02-11 21:38:21 -08:00
DllMain.cpp Initial VS2013, C++11 and linux commit. This most likely won't build and suffers from some compiler issues. More commits to follow. 2014-08-31 21:25:15 -07:00
Ember.cpp --User changes 2016-02-11 21:38:21 -08:00
Ember.h --User changes 2016-02-11 21:38:21 -08:00
EmberDefines.h --User changes 2016-02-11 21:38:21 -08:00
EmberMotion.h --Code changes 2015-12-31 16:00:36 -08:00
EmberPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
EmberPch.h --User changes 2016-02-11 21:38:21 -08:00
EmberToXml.h --User changes 2016-02-11 21:38:21 -08:00
Interpolate.h --User changes 2016-02-11 21:38:21 -08:00
Isaac.h --User changes 2016-02-11 21:38:21 -08:00
Iterator.h --User changes 2016-02-02 17:51:58 -08:00
Palette.h --User changes 2015-11-22 14:15:07 -08:00
PaletteList.h --User changes 2016-02-11 21:38:21 -08:00
Point.h --User changes 2015-09-12 18:33:45 -07:00
Renderer.cpp --User changes 2016-02-11 21:38:21 -08:00
Renderer.h --Code changes 2015-12-31 16:00:36 -08:00
RendererBase.cpp --User changes 2016-02-11 21:38:21 -08:00
RendererBase.h --User changes 2016-02-11 21:38:21 -08:00
SheepTools.h --User changes 2016-02-11 21:38:21 -08:00
SpatialFilter.h --User changes 2016-02-11 21:38:21 -08:00
TemporalFilter.h --User changes 2016-02-11 21:38:21 -08:00
Timing.h --User changes 2016-02-11 21:38:21 -08:00
Utils.h --User changes 2016-02-11 21:38:21 -08:00
VarFuncs.h --User changes 2016-02-11 21:38:21 -08:00
Variation.h --User changes 2016-02-11 21:38:21 -08:00
VariationList.h --User changes 2016-01-29 17:02:15 -08:00
Variations01.h --User changes 2016-02-11 21:38:21 -08:00
Variations02.h --User changes 2016-02-11 21:38:21 -08:00
Variations03.h --User changes 2016-01-29 17:02:15 -08:00
Variations04.h --User changes 2016-01-29 17:02:15 -08:00
Variations05.h --User changes 2016-02-11 21:38:21 -08:00
Variations06.h --User changes 2016-02-11 21:38:21 -08:00
Variations07.h --User changes 2016-02-11 21:38:21 -08:00
VariationsDC.h --User changes 2016-01-29 17:02:15 -08:00
Xform.h --User changes 2016-02-11 21:38:21 -08:00
XmlToEmber.h --User changes 2016-02-11 21:38:21 -08:00