fractorium/Source/Ember
mfeemster c91171d392 --User changes
-Add animation sequence creation to Fractorium.
 -Add two new options to EmberGenome which are used when generating an animation sequence.:
  --startcount: Add this number to the filename of each flame.
  --padding: Override the automatically calculated amount of padding zeroes added to each filename.

--Bug fixes
 -Prevent filenames in command line programs from using scientific notation when rendering a large number of frames.
 -Fix tab orders to match newer GUI items which were overlooked in previous releases.
 -Re-render previews if transparency value in the options dialog was changed. Re-rendering was previously only done if early clip or y axis up was changed.
 -Use transparency when rendering thumbnail previews.

--Code changes
 -Wrap EmberCommon.h in a namespace called EmberCommon.
 -Move FormatName() from EmberGenome to EmberCommon.h/cpp
 -Add a prefix parameter to EmberFile::DefaultFilename() to allow for creating a default filename for sequences.
 -When showing the final render dialog, allow specifying where it came from: the toolbar or the render sequence button.
 -Refactor all preview rendering code out into its own class hierarchy with overrides for the main window and the final render dialog.
 -Remove all preview render cancelling functions, they are now built into the new class hierarchy and a new render will not start until the previous one is stopped.
 -Add two new function ConstrainLow() and ConstrainHigh() which wrap constraining two min/max spinboxes to each others' values.
 -Add a bool to FractoriumEmberControllerBase::CopyEmberFile() to specify whether to copy the main file or the sequence file. This is somewhat of a hack and was done in a rush.
 -Add a bool to FractoriumEmberControllerBase::SetEmberFile() to specify whether to move the file rather than copy. This is used in FinalRenderEmberController and improves efficiency.
 -Add wrapper functions for variations filter dialog settings.
2016-06-11 17:47:03 -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-05-02 16:54:56 -07:00
EmberDefines.h 0.9.9.6 Beta Release 2016-05-05 17:46:27 -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-23 09:02:09 -07:00
Interpolate.h --User changes 2016-04-23 09:02:09 -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-05-14 23:33:08 -07:00
Renderer.h --User changes 2016-04-23 09:02:09 -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-06-11 17:47:03 -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-23 09:02:09 -07:00
VarFuncs.h Misc intermediate fixes, more work on these to follow. 2016-04-21 15:33:00 -07:00
Variation.h --User changes 2016-03-28 18:49:10 -07:00
VariationList.cpp --User changes 2016-05-18 16:48:40 -07:00
VariationList.h --User changes 2016-05-18 16:48:40 -07:00
Variations01.h --Code changes 2016-03-04 18:54:06 -08:00
Variations02.h --User changes 2016-05-14 23:33:08 -07:00
Variations03.h --Code changes 2016-03-04 18:54:06 -08:00
Variations04.h --User changes 2016-05-14 23:33:08 -07:00
Variations05.h --Code changes 2016-03-04 18:54:06 -08:00
Variations06.h --User changes 2016-04-14 19:32:42 -07:00
Variations07.h --Code changes 2016-03-04 18:54:06 -08:00
VariationsDC.h --User changes 2016-04-13 20:59:57 -07:00
Xform.h --User changes 2016-05-02 16:54:56 -07:00
XmlToEmber.h --User changes 2016-05-14 23:33:08 -07:00