fractorium/Builds/MSVC/VS2013
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
..
Ember.rc --Code changes 2016-03-04 18:54:06 -08:00
Ember.vcxproj --User changes 2016-04-03 18:55:12 -07:00
Ember.vcxproj.filters --User changes 2016-04-03 18:55:12 -07:00
EmberAnimate.rc --Code changes 2016-03-04 18:54:06 -08:00
EmberAnimate.vcxproj --Bug fixes 2016-03-01 17:26:45 -08:00
EmberAnimate.vcxproj.filters --Bug fixes 2016-03-01 17:26:45 -08:00
EmberCL.rc --Code changes 2016-03-04 18:54:06 -08:00
EmberCL.vcxproj --Bug fixes 2016-03-01 17:26:45 -08:00
EmberCL.vcxproj.filters --User changes 2015-11-22 14:15:07 -08:00
EmberGenome.rc --Code changes 2016-03-04 18:54:06 -08:00
EmberGenome.vcxproj --Bug fixes 2016-03-01 17:26:45 -08:00
EmberGenome.vcxproj.filters --Bug fixes 2016-03-01 17:26:45 -08:00
EmberRender.rc --Code changes 2016-03-04 18:54:06 -08:00
EmberRender.vcxproj --Bug fixes 2016-03-01 17:26:45 -08:00
EmberRender.vcxproj.filters --Bug fixes 2016-03-01 17:26:45 -08:00
EmberTester.vcxproj --Bug fixes 2016-03-01 17:26:45 -08:00
EmberTester.vcxproj.filters Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
Fractorium.rc --Code changes 2016-03-04 18:54:06 -08:00
Fractorium.sln --Bug fixes 2016-03-01 17:26:45 -08:00
Fractorium.vcxproj --User changes 2016-04-03 18:55:12 -07:00
Fractorium.vcxproj.filters --User changes 2016-04-03 18:55:12 -07:00
resource1.h 0.9.9.0 Beta 09/19/2015 2015-09-19 18:03:25 -07:00
resource.h 0.9.9.0 Beta 09/19/2015 2015-09-19 18:03:25 -07:00
zlib.props 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