Commit Graph

1018 Commits

Author SHA1 Message Date
Gambhiro
629e7c1c79 fix missing icon and launcher 2016-01-20 17:07:19 +00:00
Gambhiro
c853f478aa icon and launcher 2016-01-20 15:53:31 +00:00
Gambhiro
299e86b0c1 make sure to include the palettes file 2016-01-20 15:52:04 +00:00
Matt Feemster
3b969b4ce2 Merge pull request #49 from gambhiro/linux-build
linux build 0.9.9.3
2016-01-19 16:22:31 -08:00
mfeemster
6b02ea3465 --Bug fixes
-Fix PCH in Fractorium.
2016-01-19 16:21:01 -08:00
Gambhiro
3674a01393 fix PWD 2016-01-19 11:53:39 +00:00
mfeemster
79a2a28694 --0.9.9.3 Release 2016-01-17 16:10:06 -08:00
mfeemster
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
mfeemster
0b05f1a394 --Bug fixes
-Changes in the xaos grid were not always being processed due to rounding.
2016-01-16 11:51:29 -08:00
mfeemster
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
mfeemster
ccd4ea8d05 Manual merge 2016-01-12 20:51:13 -08:00
mfeemster
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
mfeemster
a8688e87b5 Merge branch 'master' of https://github.com/mfeemster/fractorium.git 2016-01-04 16:51:23 -08:00
mfeemster
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
luyuju151
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
Matt Feemster
fd084d2ce8 Merge pull request #47 from gambhiro/relative-paths
conditional relative paths
2016-01-02 10:10:40 -08:00
Gambhiro
12a9e1fb18 conditional relative paths 2016-01-02 14:46:34 +00:00
mfeemster
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
mfeemster
1dc363d190 Manual merge for default.pri 2015-12-31 13:55:24 -08:00
mfeemster
c43e3708b6 Merge 2015-12-31 13:51:55 -08:00
mfeemster
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
Matt Feemster
00490bf69e Merge pull request #45 from gambhiro/description
update package description
2015-12-22 09:37:24 -08:00
Gambhiro
2d167b0ec5 update package description 2015-12-22 17:34:16 +00:00
Matt Feemster
e3a5aa5444 Merge pull request #43 from gambhiro/script-improvements
Script improvements
2015-12-18 09:59:47 -08:00
Gambhiro
c6ff23fc9a check that version numbers agree 2015-12-18 17:43:37 +00:00
Gambhiro
dca47ac5c9 readme upd linux deps 2015-12-18 15:16:46 +00:00
Gambhiro
2975069a91 helper script for symlinks 2015-12-18 15:14:21 +00:00
Gambhiro
ca35cd4c94 read the package version from the changelog file 2015-12-18 15:13:42 +00:00
Matt Feemster
fae3aadb3a Merge pull request #38 from gambhiro/ubuntu-15.10-nvidia
Ubuntu 15.10 nvidia
2015-12-16 17:30:05 -08:00
Gambhiro
efed23cf66 using ocl-icd-libopencl1 2015-12-16 17:27:36 +00:00
Gambhiro
2ce1e31a80 Deps is now Build/include/vendor 2015-12-16 16:41:20 +00:00
Gambhiro
f37fb43197 readme upd 2015-12-16 16:25:28 +00:00
Gambhiro
eaf802c562 opengl-headers 1.2 in vendor folder 2015-12-16 14:54:22 +00:00
Gambhiro
ea261c4c5e lib symlink fix 2015-12-16 04:28:25 +00:00
Gambhiro
d142ca6d07 mkdir lib and include 2015-12-15 18:27:14 +00:00
Gambhiro
f9923a673c local symlinks 2015-12-15 18:24:46 +00:00
Gambhiro
7318bff32c OpenCL 1.2 is supported in the Linux Nvidia drivers now 2015-12-15 16:26:22 +00:00
Gambhiro
994c05ba68 include paths 2015-12-15 16:22:51 +00:00
Gambhiro
a9a189e9a4 dependencies for Ubuntu 15.10 Wily Werevolf 2015-12-15 16:21:35 +00:00
Gambhiro
edf81fbe51 exclude debian folder from tarball 2015-12-15 16:20:39 +00:00
Gambhiro
85ba79c861 don't ignore flam3-palettes.xml 2015-12-15 16:19:03 +00:00
Matt Feemster
914b5412c3 Merge pull request #35 from gambhiro/linux-mac-0.9.9.2
Linux mac 0.9.9.2
2015-12-11 22:23:14 -08:00
Gambhiro
43d0aef5a4 Merge remote-tracking branch 'origin/master' into linux-mac-0.9.9.2 2015-12-11 12:00:46 +00:00
Gambhiro
b3cf5892c2 resurrect previous build scripts for reference 2015-12-11 11:55:36 +00:00
Matt Feemster
e20ea74113 Merge pull request #34 from gh2k/buildscript-tweak
Fix incorrect syntax in qmake variable assignment
2015-12-10 20:32:20 -08:00
mfeemster
aece4afc60 --Bug fixes:
-Omit duplicate entries in error reports.
-Properly report missing palette file in command line programs.
2015-12-10 20:19:41 -08:00
Gambhiro
599b0653e3 remove checkinstall suggestion 2015-12-10 18:21:20 +00:00
Gambhiro
5ab1d45bb2 readme instructions for building 2015-12-10 18:17:09 +00:00
Gambhiro
fe6a949e03 better options 2015-12-10 18:16:46 +00:00
Gambhiro
c11b2b4fc2 palette and theme install 2015-12-10 18:05:51 +00:00