Commit Graph

277 Commits

Author SHA1 Message Date
e184557aed note to select Qt 5 2016-01-24 15:30:16 +00:00
b1dbed83b2 test for different CL and GL paths 2016-01-24 13:48:43 +00:00
53cd390aa4 Merge pull request #50 from gambhiro/linux-build
Linux build
2016-01-20 13:03:57 -08:00
149a90bea8 use PRJ_DIR 2016-01-20 20:56:00 +00:00
e735191cb8 move icon 2016-01-20 20:54:56 +00:00
dd5d901e6d deb download link 2016-01-20 18:55:44 +00:00
cad18ebd9a ppa link 2016-01-20 18:50:07 +00:00
581b0d975c readme upd 2016-01-20 18:48:21 +00:00
43b4c9fbc1 changelog 2016-01-20 18:28:23 +00:00
629e7c1c79 fix missing icon and launcher 2016-01-20 17:07:19 +00:00
c853f478aa icon and launcher 2016-01-20 15:53:31 +00:00
299e86b0c1 make sure to include the palettes file 2016-01-20 15:52:04 +00:00
3b969b4ce2 Merge pull request #49 from gambhiro/linux-build
linux build 0.9.9.3
2016-01-19 16:22:31 -08:00
6b02ea3465 --Bug fixes
-Fix PCH in Fractorium.
2016-01-19 16:21:01 -08:00
3674a01393 fix PWD 2016-01-19 11:53:39 +00:00
79a2a28694 --0.9.9.3 Release 2016-01-17 16:10:06 -08:00
c94c1eba66 --Bug fixes
-Long standing animation looping but that goes all the way back to flam3.
 -Build failure in hexes variation.
2016-01-16 14:23:22 -08:00
0b05f1a394 --Bug fixes
-Changes in the xaos grid were not always being processed due to rounding.
2016-01-16 11:51:29 -08:00
19385c28b9 --User changes
-Add the following modes to synth:
  -MODE_SHIFTNSTRETCH 14
  -MODE_SHIFTTANGENT 15
  -MODE_XMIRROR 17
  -MODE_XYMIRROR 18
  -MODE_SPHERICAL2 19
 -Clamp synth_mode, synth_*_type and synth_*_layer to valid values.

--Bug fixes
 -synth was broken due to passing synth_mode to Interpolate, rather than synth_smooth.
 -Fix bad include and link path in EmberAnimate project.
2016-01-13 19:08:25 -08:00
ccd4ea8d05 Manual merge 2016-01-12 20:51:13 -08:00
a3ecbbf690 --User changes
-Add post_smartcrop.

--Bug fixes
 -Fix bug in crackle.
 -Wrong point assignment in hexaplay3D, hexnix3D.
 -Improper Z assignment in rblur.
 -Fix inconsistency with original in circlecrop.
 -Put EMBER_ROOT bakc to ./../../../ in default.pri. This is TBD.

--Code changes
 -Convert all enums to class enum to be consistent with C++11 style.
 -Convert some if/else statements in filter classes to case statements.
 -Add overloaded stream operators to print various enums.
 -Optimize crob, nBlur.
 -Fix weird assignment statement in falloff3.
 -Cleanup in VarFuncs::SimplexNoise3D().
 -Replace fabs() with std::abs().
 -General cleanup.
2016-01-12 20:42:12 -08:00
a8688e87b5 Merge branch 'master' of https://github.com/mfeemster/fractorium.git 2016-01-04 16:51:23 -08:00
f5d0be5e5d --Code changes
-Convert all enums to class enum to be consistent with C++11 style.
 -Convert some if/else statements in filter classes to case statements.
 -Add overloaded stream operators to print various enums.
2016-01-04 16:50:15 -08:00
02261e6e76 modify Qt projects for building with Qt Creator (windows)
add build guide using Qt Creator and MSVC2013
2016-01-04 21:45:40 +08:00
fd084d2ce8 Merge pull request #47 from gambhiro/relative-paths
conditional relative paths
2016-01-02 10:10:40 -08:00
12a9e1fb18 conditional relative paths 2016-01-02 14:46:34 +00:00
c8e2355ec2 --Code changes
-Convert all enums to class enum to be consistent with C++11 style.
 -Convert some if/else statements in filter classes to case statements.
 -Add overloaded stream operators to print various enums.
2015-12-31 16:00:36 -08:00
1dc363d190 Manual merge for default.pri 2015-12-31 13:55:24 -08:00
c43e3708b6 Merge 2015-12-31 13:51:55 -08:00
6ba16888e3 --User changes
-Add new variations: crackle, dc_perlin.
 -Make default palette interp mode be linear instead of step.
 -Make summary tab the selected one in the Info tab.
 -Allow for highlight power of up to 10. It was previously limited to 2.

--Bug fixes
 -Direct color calculations were wrong.
 -Flattening was not applied to final xform.
 -Fix "pure virtual function call" error on shutdown.

--Code changes
 -Allow for array precalc params in variations by adding a size member to the ParamWithName class.
  -In IterOpenCLKernelCreator, memcpy precalc params instead of a direct assign since they can now be of variable length.
 -Add new file VarFuncs to consolidate some functions that are common to multiple variations. This also contains texture data for crackle and dc_perlin.
  -Place OpenCL versions of these functions in the FunctionMapper class in the EmberCL project.
 -Add new Singleton class that uses CRTP, is thread safe, and deletes after the last reference goes away. This fixes the usual "delete after main()" problem with singletons that use the static local function variable pattern.
 -Began saving files with AStyle autoformatter turned on. This will eventually touch all files as they are worked on.
 -Add missing backslash to CUDA include and library paths for builds on Nvidia systems.
 -Add missing gl.h include for Windows.
 -Remove glew include paths from Fractorium, it's not used.
 -Remove any Nvidia specific #defines and build targets, they are no longer needed with OpenCL 1.2.
 -Fix bad paths on linux build.
 -General cleanup.
2015-12-31 13:41:59 -08:00
00490bf69e Merge pull request #45 from gambhiro/description
update package description
2015-12-22 09:37:24 -08:00
2d167b0ec5 update package description 2015-12-22 17:34:16 +00:00
e3a5aa5444 Merge pull request #43 from gambhiro/script-improvements
Script improvements
2015-12-18 09:59:47 -08:00
c6ff23fc9a check that version numbers agree 2015-12-18 17:43:37 +00:00
dca47ac5c9 readme upd linux deps 2015-12-18 15:16:46 +00:00
2975069a91 helper script for symlinks 2015-12-18 15:14:21 +00:00
ca35cd4c94 read the package version from the changelog file 2015-12-18 15:13:42 +00:00
fae3aadb3a Merge pull request #38 from gambhiro/ubuntu-15.10-nvidia
Ubuntu 15.10 nvidia
2015-12-16 17:30:05 -08:00
efed23cf66 using ocl-icd-libopencl1 2015-12-16 17:27:36 +00:00
2ce1e31a80 Deps is now Build/include/vendor 2015-12-16 16:41:20 +00:00
f37fb43197 readme upd 2015-12-16 16:25:28 +00:00
eaf802c562 opengl-headers 1.2 in vendor folder 2015-12-16 14:54:22 +00:00
ea261c4c5e lib symlink fix 2015-12-16 04:28:25 +00:00
d142ca6d07 mkdir lib and include 2015-12-15 18:27:14 +00:00
f9923a673c local symlinks 2015-12-15 18:24:46 +00:00
7318bff32c OpenCL 1.2 is supported in the Linux Nvidia drivers now 2015-12-15 16:26:22 +00:00
994c05ba68 include paths 2015-12-15 16:22:51 +00:00
a9a189e9a4 dependencies for Ubuntu 15.10 Wily Werevolf 2015-12-15 16:21:35 +00:00
edf81fbe51 exclude debian folder from tarball 2015-12-15 16:20:39 +00:00
85ba79c861 don't ignore flam3-palettes.xml 2015-12-15 16:19:03 +00:00