fractorium/Source/Ember
mfeemster 7c856c929c --Bug fixes
-Really fix locking of affine scale.

--Code changes
 -Remove dependency projects from the solution. Move to a project design where they are built once via command line and stored in a /Deps folder.
  --Because of this, libpng is built as a static lib instead of a dll because that's what its command line makefile supports.
  --Remove libpng16.dll from Wix installer.
 -Remove all configs except for debug and release.
 -Remove all platforms except for x64.
 -Add #define __TBB_NO_IMPLICIT_LINKAGE 1 to prevent tbb from locking for tbb_debug.lib by default on debug builds.
 -Put Ember.rc in a filter folder in the project.
 -Place pragma warning disable statements in PCH files rather than in projects. This makes it easier when using Qt Creator.
 -Move all resource files to the MSVC folder.
 -Set all targets in QtCreator project to their lowercase names to be more *nix friendly. Set -l link statements to use these new lowercase names for ember and embercl.
 -Rework projects to favor shadow builds.
 -Remove the symlinks.sh file and all references to it. It was never needed. Instead, just specify multiple include and link paths in the .pro files.
 -Change WIN32 to _WIN32.
 -Fix a few code warnings.
2016-03-01 17:26:45 -08: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-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 --Bug fixes 2016-03-01 17:26:45 -08:00
Ember.cpp --Code changes 2016-02-18 18:58:24 -08:00
Ember.h --Bug fixes 2016-03-01 17:26:45 -08:00
EmberDefines.h --Bug fixes 2016-03-01 17:26:45 -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 --Bug fixes 2016-03-01 17:26:45 -08:00
EmberToXml.h --Bug fixes 2016-03-01 17:26:45 -08:00
Interpolate.h --Code changes 2016-02-18 18:58:24 -08:00
Isaac.h --Code changes 2016-02-13 17:24:51 -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 --Bug fixes 2016-02-25 23:12:18 -08:00
Point.h --User changes 2015-09-12 18:33:45 -07:00
Renderer.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
Renderer.h --Code changes 2015-12-31 16:00:36 -08:00
RendererBase.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
RendererBase.h --User changes 2016-02-11 21:38:21 -08:00
SheepTools.h --Code changes 2016-02-18 18:58:24 -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 --Code changes 2016-02-13 17:24:51 -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.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-02-18 18:58:24 -08:00
Variations02.h --Code changes 2016-02-18 18:58:24 -08:00
Variations03.h --Bug fixes 2016-02-23 21:01:02 -08:00
Variations04.h --Code changes 2016-02-18 18:58:24 -08:00
Variations05.h --Code changes 2016-02-18 18:58:24 -08:00
Variations06.h --Bug fixes 2016-02-23 21:01:02 -08:00
Variations07.h --Code changes 2016-02-18 18:58:24 -08:00
VariationsDC.h --Code changes 2016-02-18 18:58:24 -08:00
Xform.h --Code changes 2016-02-18 18:58:24 -08:00
XmlToEmber.h --Bug fixes 2016-03-01 17:26:45 -08:00