fractorium/Source/Ember
mfeemster b690bf8071 --User changes
-Remove the option --intpalette to format the palette in the xml as ints. If they are not hex formatted, then they should always be float. This option was pointless.
 -Cleanup some options text for the command line programs.
 -Allow for dragging around flames in the library tab. This is useful for setting up the order of an animation.
 -Make the opening of large files in Fractorium much more efficient when not-appending.
 -Make the opening of large files in all EmberRender and EmberAnimate more efficient.
 -Better error reporting when opening files.

--Bug fixes
 -Get rid of leftover artifacts that would appear on preview thumbnails when either switching SP/DP or re-rendering previews.
 -Filename extension was not being appended on Linux when saving as Xml, thus making it impossible to drag that file back in becase drop is filtered on extension.

--Code changes
 -Move GCC compiler spec to C++14. Building with 5.3 now on linux.
 -Use inline member data initializers.
 -Make a #define for static for use in Utils.h to make things a little cleaner.
 -Make various functions able to take arbitrary collections as their parameters rather than just vectors.
 -Make library collection a list rather than vector. This alleviates the need to re-sync pointers whenever the collection changes.
 -Subclass QTreeWidget for the library tree. Two new files added for this.
 -Remove all usage of #ifdef ROW_ONLY_DE in DEOpenCLKernelCreator, it was never used.
 -Add move constructor and assignment operator to EmberFile.
 -Add the ability to use a pointer to outside memory in the renderer for the vector of Ember<T>.
 -Make a lot more functions const where they should be.
2016-04-03 18:55:12 -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-04-03 18:55:12 -07: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-04-03 18:55:12 -07:00
EmberDefines.h --User changes 2016-04-03 18:55:12 -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 --User changes 2016-04-03 18:55:12 -07:00
EmberToXml.h --User changes 2016-04-03 18:55:12 -07:00
Interpolate.h --User changes 2016-04-03 18:55:12 -07:00
Isaac.h --User changes 2016-04-03 18:55:12 -07:00
Iterator.h --User changes 2016-04-03 18:55:12 -07:00
Palette.h --User changes 2016-04-03 18:55:12 -07:00
PaletteList.h --User changes 2016-04-03 18:55:12 -07:00
Point.h --User changes 2016-04-03 18:55:12 -07:00
Renderer.cpp --User changes 2016-04-03 18:55:12 -07:00
Renderer.h --User changes 2016-04-03 18:55:12 -07:00
RendererBase.cpp --User changes 2016-04-03 18:55:12 -07:00
RendererBase.h --User changes 2016-04-03 18:55:12 -07:00
SheepTools.h --User changes 2016-04-03 18:55:12 -07: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-04-03 18:55:12 -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 --User changes 2016-04-03 18:55:12 -07:00
XmlToEmber.h --User changes 2016-04-03 18:55:12 -07:00