fractorium/Source/Fractorium
mfeemster 330074cfb2 --User changes
-Add new variations: bubbleT3D, crob, hexaplay3D, hexcrop, hexes, hexnix3D, loonie2, loonie3, nBlur, octapol and synth.
 -Allow for pre/post versions of dc_bubble, dc_cylinder and dc_linear whereas before they were omitted.
 -When saving a file with multiple embers in it, detect if time values are all the same and if so, start them at zero and increment by 1 for each ember.
 -Allow for numerous quality increases to be coalesced into one. It will pick up at the end of the current render.
 -Show selection highlight on variations tree in response to mouse hover. This makes it easier to see for which variation or param the current mouse wheel action will apply.
 -Make default temporal samples be 100, whereas before it was 1000 which was overkill.
 -Require the shift key to be held with delete for deleting an ember to prevent it from triggering when the user enters delete in the edit box.
  -This wasn't otherwise fixable without writing a lot more code.

--Bug fixes
 -EmberGenome was crashing when generating a sequence from a source file with more than 2 embers in it.
 -EmberGenome was improperly handling the first frame of a merge after the last frame of the loop.
  -These bugs were due to a previous commit. Revert parts of that commit.
 -Prevent a zoom value of less than 0 when reading from xml.
 -Slight optimization of the crescents, and mask variations, if the compiler wasn't doing it already.
 -Unique file naming was broken because it was looking for _# and the default names ended with -#.
 -Disallow renaming of an ember in the library tree to an empty string.
 -Severe bug that prevented some variations from being read correctly from params generated outside this program.
 -Severe OpenCL randomization bug. The first x coordinates of the first points in the first kernel call of the first ember of a render since the OpenCL renderer object was created were not random and were mostly -1.
 -Severe bug when populating xform selection distributions that could sometimes cause a crash due to roundoff error. Fix by using double.
 -Limit the max number of variations in a random ember to MAX_CL_VARS, which is 8. This ensures they'll look the same on CPU and GPU.
 -Prevent user from saving stylesheet to default.qss, it's a special reserved filename.

--Code changes
 -Generalize using the running sum output point inside of a variation for all cases: pre, reg and post.
 -Allow for array variables in variations where the address of each element is stored in m_Params.
 -Qualify all math functions with std::
 -No longer use our own Clamp() in OpenCL, instead use the standard clamp().
 -Redesign how functions are used in the variations OpenCL code.
 -Add tests to EmberTester to verify some of the new functionality.
 -Place more const and override qualifiers on functions where appropriate.
 -Add a global rand with a lock to be used very sparingly.
 -Use a map instead of a vector for bad param names in Xml parsing.
 -Prefix affine interpolation mode defines with "AFFINE_" to make their purpose more clear.
 -Allow for variations that change state during iteration by sending a separate copy of the ember to each rendering thread.
 -Implement this same functionality with a local struct in OpenCL. It's members are the total of all variables that need to change state within an ember.
 -Add Contains() function to Utils.h.
 -EmberRender: print names of kernels being printed with --dump_kernel option.
 -Clean up EmberTester to handle some of the recent changes.
 -Fix various casts.
 -Replace % 2 with & 1, even though the compiler was likely doing this already.
 -Add new file Variations06.h to accommodate new variations.
 -General cleanup.
2015-11-22 14:15:07 -08:00
..
Icons --User changes 2015-10-26 21:31:35 -07:00
AboutDialog.cpp 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
AboutDialog.h More linux work. 2014-12-10 21:50:15 -08:00
AboutDialog.ui --User changes 2015-10-26 21:31:35 -07:00
csshighlighter.cpp --User changes 2015-10-26 21:31:35 -07:00
csshighlighter.h --User changes 2015-10-26 21:31:35 -07:00
CurvesGraphicsView.cpp --User changes 2015-09-12 18:33:45 -07:00
CurvesGraphicsView.h Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
DoubleSpinBox.cpp --Code changes 2015-05-29 21:57:09 -07:00
DoubleSpinBox.h --User changes 2015-09-12 18:33:45 -07:00
DoubleSpinBoxTableItemDelegate.h --User changes 2015-10-26 21:31:35 -07:00
EmberFile.h --User changes 2015-11-22 14:15:07 -08:00
EmberTreeWidgetItem.h More linux work. 2014-12-10 21:50:15 -08:00
FinalRenderDialog.cpp --User changes 2015-10-26 21:31:35 -07:00
FinalRenderDialog.h --User changes 2015-09-12 18:33:45 -07:00
FinalRenderDialog.ui --User changes 2015-10-26 21:31:35 -07:00
FinalRenderEmberController.cpp --User changes 2015-10-26 21:31:35 -07:00
FinalRenderEmberController.h --User changes 2015-09-12 18:33:45 -07:00
Fractorium.cpp --User changes 2015-11-22 14:15:07 -08:00
Fractorium.h --User changes 2015-10-26 21:31:35 -07:00
Fractorium.qrc --User changes 2015-10-26 21:31:35 -07:00
Fractorium.rc --User changes 2015-10-26 21:31:35 -07:00
Fractorium.ui --User changes 2015-11-22 14:15:07 -08:00
FractoriumCommon.h --User changes 2015-10-26 21:31:35 -07:00
FractoriumEmberController.cpp --User changes 2015-09-12 18:33:45 -07:00
FractoriumEmberController.h --User changes 2015-09-12 18:33:45 -07:00
FractoriumInfo.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumLibrary.cpp --User changes 2015-11-22 14:15:07 -08:00
FractoriumMenus.cpp --User changes 2015-11-22 14:15:07 -08:00
FractoriumPalette.cpp --User changes 2015-09-12 18:33:45 -07:00
FractoriumParams.cpp --User changes 2015-11-22 14:15:07 -08:00
FractoriumPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
FractoriumPch.h --User changes 2015-10-26 21:31:35 -07:00
FractoriumRender.cpp --User changes 2015-11-22 14:15:07 -08:00
FractoriumSettings.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumSettings.h --User changes 2015-10-26 21:31:35 -07:00
FractoriumToolbar.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumXaos.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumXforms.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumXformsAffine.cpp --User changes 2015-10-26 21:31:35 -07:00
FractoriumXformsColor.cpp --User changes 2015-09-12 18:33:45 -07:00
FractoriumXformsSelect.cpp --User changes 2015-07-23 18:16:36 -07:00
FractoriumXformsVariations.cpp --User changes 2015-10-26 21:31:35 -07:00
GLEmberController.cpp --User changes 2015-09-12 18:33:45 -07:00
GLEmberController.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
GLWidget.cpp --User changes 2015-10-26 21:31:35 -07:00
GLWidget.h 0.4.1.7 Beta 01/02/2015 2015-01-02 15:11:36 -08:00
Main.cpp --User changes 2015-10-26 21:31:35 -07:00
OptionsDialog.cpp --User changes 2015-11-22 14:15:07 -08:00
OptionsDialog.h --User changes 2015-10-26 21:31:35 -07:00
OptionsDialog.ui --User changes 2015-10-26 21:31:35 -07:00
PaletteTableWidgetItem.h --User changes 2015-05-30 22:14:34 -07:00
qcssparser.cpp --User changes 2015-11-22 14:15:07 -08:00
qcssparser.h --User changes 2015-10-26 21:31:35 -07:00
qcssscanner.cpp --User changes 2015-10-26 21:31:35 -07:00
qcssscanner.h --User changes 2015-10-26 21:31:35 -07:00
qfunctions.h --User changes 2015-10-26 21:31:35 -07:00
QssDialog.cpp --User changes 2015-11-22 14:15:07 -08:00
QssDialog.h --User changes 2015-11-22 14:15:07 -08:00
QssDialog.ui --User changes 2015-11-22 14:15:07 -08:00
QssTextEdit.cpp --User changes 2015-10-26 21:31:35 -07:00
QssTextEdit.h --User changes 2015-10-26 21:31:35 -07:00
resource.h Initial source commit 2014-07-08 00:11:14 -07:00
SpinBox.cpp --Code changes 2015-05-29 21:57:09 -07:00
SpinBox.h oops 2015-05-15 18:45:57 -07:00
StealthComboBox.h More linux work. 2014-12-10 21:50:15 -08:00
TableWidget.h More linux work. 2014-12-10 21:50:15 -08:00
TwoButtonComboWidget.h More linux work. 2014-12-10 21:50:15 -08:00
VariationsDialog.cpp 0.9.9.0 Beta 09/19/2015 2015-09-19 18:03:25 -07:00
VariationsDialog.h --User changes 2015-07-29 17:25:02 -07:00
VariationsDialog.ui --User changes 2015-10-26 21:31:35 -07:00
VariationTreeWidgetItem.h --User changes 2015-06-28 14:04:30 -07:00