Matt Feemster
2ba3764aeb
-Fix OpenCL code generation bug for DepthSine2 in flam3 compat mode.
2026-02-20 16:28:41 -07:00
Matt Feemster
007ae99ace
Update build guide for Visual Studio 2026
2025-12-18 17:20:10 -07:00
Matt Feemster
81b51c4cd6
Revise README with new Fractorium version details
...
Updated installation links and build guides for Fractorium.
2025-12-18 17:01:14 -07:00
Matt Feemster
76a98c072e
Revise Linux release documentation
...
Updated the Linux release instructions for building and publishing a deb package, including steps for AppImage and Launchpad PPA.
2025-12-18 16:56:14 -07:00
Matt Feemster
e7e91145b6
Revise Linux release instructions
...
Updated instructions for publishing a Linux deb package, including building and uploading to Launchpad PPA.
2025-12-18 16:54:30 -07:00
matt.feemster@gmail.com
61ed66c4ad
25.25.12.1 linux release
2025-12-18 16:37:04 -07:00
Matt Feemster
a0b4059ae5
25.25.12.1 12/14/2025
...
--User changes
-Use the hex palette format when saving xmls from the final render dialog.
-Add a button to the toolbar for toggling flam3 compatibility mode.
-Update licenses to refer to GPL v3 in the about dialog.
--Bug fixes
-Fix error in the curve variation to make compatible with Chaotica and add flam3 compatibility support.
--Code changes
-Migrate to Visual Studio 2026 and update various dependencies.
2025-12-18 14:46:04 -07:00
Matt Feemster
9e4a335877
-Preserve view scale when duplicating flames.
2025-09-09 11:26:22 -06:00
Matt Feemster
fa6c16d0dd
-Migrate all mentions of bitbucket over to github.
2025-07-14 13:45:41 -06:00
Matt Feemster
b37d452f4e
-Add comments.
2025-07-14 13:30:45 -06:00
Matt Feemster
f3f63590a8
BuildGuideQtCreator.md edited online with Bitbucket
2025-03-25 16:43:13 +00:00
Person
88ae1abbfc
-Update readme.
2025-03-21 04:34:44 -06:00
Person
c69a73088f
-Update readme.
2025-03-21 04:32:42 -06:00
Person
9d22aefd6e
-Update readme.
2025-03-21 04:28:07 -06:00
Person
96a4efcf6e
-Update readme.
2025-03-21 04:25:45 -06:00
Person
ba80844f15
-Specify mediump precision on all GLSL shader code. It seems to be needed on some systems, like GL/ES.
2025-02-23 01:20:17 -07:00
Person
abbd9089ac
-Do not delete AppImage installer on linux after building it.
2024-12-08 15:38:18 -07:00
Person
258799e715
-More tooltip fixes.
2024-12-08 15:26:04 -07:00
Person
b95c1c6e9c
Merge branch 'master' of https://bitbucket.org/mfeemster/fractorium
2024-12-08 14:30:08 -07:00
Person
637166572a
-Fix tooltips.
2024-12-08 14:29:51 -07:00
Matt Feemster
1931d57e8d
README.md edited online with Bitbucket
2024-12-08 21:03:36 +00:00
Person
80678d318b
24.24.12.1 linux release.
2024-12-08 13:49:13 -07:00
Person
f9245d435a
24.24.12.1 release
2024-12-08 11:27:04 -07:00
Person
6b0531718f
-Fix template compiler error that worked in C++17, but not in C++20.
2024-11-24 10:53:45 -07:00
Person
391ee672bc
--Bug fixes
...
-Remove linking to lHalf when using newer versions of OpenEXR.
2024-05-17 10:41:53 -06:00
Person
4b1ad74190
--Code changes
...
-Fix link statement for new (>= 3.0) OpenEXR on linux builds.
2024-05-12 13:25:42 -06:00
Person
4c0f03a52a
--User changes
...
-Add Ctrl+g shortcut for generating a sequence.
--Bug fixes
-Fix indendation for variations because of type icon.
-Fix bug when duplicating flame where the new flame wasn't being properly selected.
-Fix bug where clearing a flame was changing size and quality when it shouldn't have.
-Fix bug where reading an Xml palette was failing on linux.
--Code changes
-No longer pad string with null terminator in ReadFile() because std::string already does it.
2024-05-08 07:31:55 -06:00
Person
45d936b60c
--Code changes
...
-Bump version to 23.23.8.103.
--This is only a dev version.
2024-03-16 10:28:30 -06:00
Person
a0a205edd8
--User changes
...
-Users can now specify animation params on a per flame basis.
--These get saved with the flame file.
-Allow for rotating xforms around the world origin during animation.
-Make the Clear Flame menu item be more comprehensive in how it clears a flame out.
--Bug fixes
-Fix an extremely rare possible memory leak when using motion during animation, which is never used in Fractorium.
-Do not skip to the current flame index, or attach a prefix in the Final Render Dialog when rendering an animation sequence.
--Code changes
-Place all animation params in Ember.
2024-03-16 10:15:51 -06:00
Person
26e075def5
--Bug fixes
...
-Another attempt to fix null termination bug with reading files for Xml processing.
2024-03-08 10:14:21 -07:00
Person
9a56f286b2
Merge branch 'master' of https://bitbucket.org/mfeemster/fractorium
2024-03-04 07:49:29 -07:00
Person
47808b567d
--Bug fixes
...
-Attempt to fix a null termination bug when reading Xml strings.
2024-03-04 07:49:22 -07:00
Matt Feemster
a5bbb05c6c
BuildGuideLinux.md edited online with Bitbucket
2024-01-31 18:01:13 +00:00
Matt Feemster
0b32c8db68
BuildGuideLinux.md edited online with Bitbucket
2024-01-31 17:59:44 +00:00
Matt Feemster
6d83b56dcb
README.md edited online with Bitbucket
2024-01-31 17:39:49 +00:00
Person
960f0e11be
Revert "export raw histogram data"
...
This reverts commit a7b4cc70d6 .
2024-01-30 14:24:56 -07:00
Person
26f1cf8558
Merge remote-tracking branch 'mathr/claude'
2024-01-30 14:17:37 -07:00
Claude Heiland-Allen
16fea71fb1
debian changelog
2024-01-30 14:04:03 -07:00
Claude Heiland-Allen
270e744751
update debian build-depends for Qt 6
2024-01-30 14:03:40 -07:00
Claude Heiland-Allen
eb1a779e52
dos2unix debian/rules
2024-01-30 14:03:30 -07:00
Claude Heiland-Allen
bd02db389f
fix lintian warning about description starting with article
2024-01-30 14:03:15 -07:00
Claude Heiland-Allen
59bf5c1572
remove unused mime type from desktop file (fixes lintian warning)
2024-01-30 14:03:07 -07:00
Claude Heiland-Allen
a1f7455b97
add alternative for _strnicmp on non-Windows
2024-01-30 14:02:57 -07:00
Claude Heiland-Allen
e691dbd1e3
update dependencies to OpenEXR 3.1
2024-01-30 14:02:45 -07:00
Claude Heiland-Allen
15d8c9e2bd
debian changelog
2024-01-30 14:02:38 -07:00
Claude Heiland-Allen
9edb074320
dos2unix package-linux.sh
2024-01-30 14:02:29 -07:00
Claude Heiland-Allen
4110299834
bump debian compat version (allows parallel builds)
2024-01-30 14:02:17 -07:00
Claude Heiland-Allen
6a3eb3e7d5
remove executable bit from non-executable files
2024-01-30 14:01:28 -07:00
Person
a8fc7caa9f
--User changes
...
-No longer automatically set sequence checkbox in the final render dialog when rendering a sequence. It's an outdated option for today's hardware.
--Bug fixes
-Properly count the number of images in the final render dialog when starting from a non-zero offset.
2024-01-30 12:36:00 -07:00
Person
7929e0ef05
--Bug fixes
...
-Fix a bug with duplicating a flame in a file and scrolling to it.
2024-01-23 19:05:31 -07:00