Commit Graph

  • dea49eaf5b README.md edited online with Bitbucket Matt Feemster 2017-04-07 00:25:53 +00:00
  • d75001b4a2 Linux release 1.0.0.3 Person 2017-04-06 17:20:06 -07:00
  • 4dfa8fe198 1.0.0.3 Release Person 2017-04-06 15:54:22 -07:00
  • 24cb304918 --Bug fixes -Fix build error on Mac. Person 2017-04-04 20:00:39 -07:00
  • 2773ef27f7 --Bug fixes: -Fix path bugs when creating dialogs on Mac. -Add new setting for path when creating palette from image. Person 2017-04-04 16:21:58 -07:00
  • 2f54215e65 --Bug fixes -On delete, select the library item closest to the last one which was deleted. Person 2017-03-30 17:10:44 -07:00
  • dea12ee96a --Code changes -Bump to version 1.0.0.3 -Remove all code for opacity adjustment, it's no longer needed. -Small optimization on accumulating to the histogram on the CPU. Person 2017-03-27 18:05:06 -07:00
  • 71abee0396 --Bug fixes -Double clicking min/max DE filter spinners would not trigger a render reset if the other was non-zero. The fix has the downside of triggering a change event when scrolling even if the value is already capped. This is an acceptable tradeoff. Person 2017-03-21 20:09:10 -07:00
  • a83c0f95bc --Bug fixes -Remove old flam3 opacity/vizadjusted code. It makes no sense and produces bad results. Person 2017-03-21 19:02:31 -07:00
  • dc8271b39a Merged in gambhiro/fractorium (pull request #3) Gambhiro Bhikkhu 2017-03-17 23:44:05 +00:00
  • afb1ca9400 linux build guide update Gambhiro 2017-03-17 07:39:52 +00:00
  • df7bd55d25 LinuxRelease.md edited online with Bitbucket Matt Feemster 2017-03-17 03:23:38 +00:00
  • f7218ca587 README.md edited online with Bitbucket Matt Feemster 2017-03-17 01:35:01 +00:00
  • c908be6b1e LinuxRelease.md edited online with Bitbucket Matt Feemster 2017-03-17 01:00:25 +00:00
  • fbb0e140ce LinuxRelease.md edited online with Bitbucket mfeemster/linuxreleasemd-edited-online-with-bitbuc-1489712364161 Matt Feemster 2017-03-17 00:59:17 +00:00
  • d59538869b Linux release. Person 2017-03-16 17:37:22 -07:00
  • 7119280010 Update package-linux.sh Person 2017-03-15 18:33:19 -07:00
  • a5ff2ad08a Update version history. Person 2017-03-15 18:27:06 -07:00
  • d8908092fe Merge branch 'master' of https://mfeemster@bitbucket.org/mfeemster/fractorium.git Person 2017-03-15 18:18:23 -07:00
  • ce26728f7c Remove old wiki. Person 2017-03-15 18:18:18 -07:00
  • e2270c30a5 changelog edited online with Bitbucket Matt Feemster 2017-03-16 01:15:23 +00:00
  • 5ad3cf9fba README.md edited online with Bitbucket Matt Feemster 2017-03-16 01:12:14 +00:00
  • 5352dc55bf .gitignore Person 2017-03-15 17:49:18 -07:00
  • 3410fcd5b6 BuildGuideMacOSX.md edited online with Bitbucket Matt Feemster 2017-03-16 00:47:48 +00:00
  • bfe2f6ffdd BuildGuideMacOSX.md edited online with Bitbucket Matt Feemster 2017-03-16 00:47:03 +00:00
  • b63e04aa85 BuildGuideMacOSX.md edited online with Bitbucket Matt Feemster 2017-03-16 00:43:58 +00:00
  • a09752fff1 BuildGuideMacOSX.md edited online with Bitbucket Matt Feemster 2017-03-16 00:42:06 +00:00
  • 5cc8579905 BuildGuideMacOSX.md edited online with Bitbucket Matt Feemster 2017-03-16 00:39:22 +00:00
  • e7c6c589fd BuildGuideQtCreator.md edited online with Bitbucket Matt Feemster 2017-03-16 00:32:26 +00:00
  • 940753a1ec README.md edited online with Bitbucket Matt Feemster 2017-03-16 00:27:54 +00:00
  • 0f5755eaf9 BuildGuideQtCreator.md edited online with Bitbucket Matt Feemster 2017-03-16 00:24:05 +00:00
  • 7b48f768cd README.md edited online with Bitbucket Matt Feemster 2017-03-15 23:53:07 +00:00
  • 7862cf4c40 --Bug fixes -Set path to libxml2 properly on Mac in defaults.pri -Workaround for color picker dialog crashing on program exit on Mac Person 2017-03-12 18:34:45 -07:00
  • 188a5216d5 --Bug fixes -Deleting, then overwriting a palette used the wrong index and was not updating. Person 2017-03-11 10:26:00 -08:00
  • d2593bb50d --Bug fixes -Remove strange characters from two gradient files. -Copy new gradients to output on post build. Person 2017-03-11 09:38:59 -08:00
  • a1862c5c1d --Bug fixes -Add min/max size on Palette Editor button to prevent weird resizing on Mac. Person 2017-03-11 09:25:08 -08:00
  • 74a371e567 --Bug fixes -Do not reset rendering process when arrow is double clicked in the palette editor, because nothing has changed. Person 2017-03-07 18:15:53 -08:00
  • d6b112dd32 --Bug fixes: -Xaos has been wrong this entire time on the GPU because it was not selecting from the unweighted distributions on the very first iteration when fusing. Person 2017-03-05 08:32:58 -08:00
  • 2fba807777 --Bug fixes: -Query matrices when drawing affines even if they are set not to be drawn because the values are used elsewhere. -No longer need to move library items on a delayed timer when dragging and dropping. Person 2017-03-04 07:46:28 -08:00
  • 621a037c2a --Bug Fixes -Fix strange spurious crash in library tab when switching between SP and DP. -Compensate for severe Qt bug where dragging and dropping disjoint items in the Library tree would resort the dropped items in special situations. -Move Info.plist to Data folder. -Ensure RTTI is included in build. -Add darker versions of .png icons. Person 2017-03-02 20:04:47 -08:00
  • cfb766f728 --Bug Fixes: -Save palettes values in flame files as uppercase. Person 2017-02-28 19:01:49 -08:00
  • 9b810d529f --Bug fixes -Update Mac build script build.sh. -Remove legacy build_osx_package.sh script. -Fix affine zooming bug on Mac. Person 2017-02-27 16:11:51 -08:00
  • 29c084a058 --Bug fixes -Add missing Mac build files. -Convert PaletteList into a Singleton<T>. Person 2017-02-26 09:34:43 -08:00
  • 00189531fc --Bug fixes -Forgot to commit icons. Person 2017-02-26 08:05:14 -08:00
  • 8a4127d5d7 --User changes -Add a palette editor. -Add support for reading .ugr/.gradient/.gradients palette files. -Allow toggling on spinners whose minimum value is not zero. -Allow toggling display of image, affines and grid. -Add new variations: cylinder2, circlesplit, tile_log, truchet_fill, waves2_radial. Person 2017-02-26 00:02:21 -08:00
  • 8a75d5d227 Merge branch 'master' of https://mfeemster@bitbucket.org/mfeemster/fractorium.git Person 2016-12-05 19:04:43 -08:00
  • 5cdfe0b6b9 1.0.0.2 12/05/2016 --User changes -Add many tooltips to help clarify functionality. -Select multiple flames in library for del/move. Still only one allowed to be set as the current. -Show checkbox for current flame. Remember this is not necessarily what's selected. -User can now drag a square to select xforms, which keeps in sync with checkboxes. -Remove --nframes from command line. Replace with new params: --loopframes, --interpframes, --interploops. -Add two new options to EmberGenome: --cwloops --cwinterploops to specify whether rotation should go clockwise instead of the default counter clockwise. -Add these to Fractorium as checkboxes. -Apply All now also works for toggling animate flag on xforms. -Options dialog now allows user to set whether double click toggles spinners, or right click does. Person 2016-12-05 19:04:33 -08:00
  • 583b08ae0e README.md edited online with Bitbucket Matt Feemster 2016-07-06 23:26:43 +00:00
  • 53ec438a25 Merged mfeemster/linuxreleasemd-edited-online-with-bitbuc-1466724359516 into master Matt Feemster 2016-06-23 16:29:02 -07:00
  • 198c152a0f LinuxRelease.md edited online with Bitbucket mfeemster/linuxreleasemd-edited-online-with-bitbuc-1466724359516 Matt Feemster 2016-06-23 23:25:53 +00:00
  • e1c5b0648a Linux 1.0.0.1 release Matt Feemster 2016-06-23 15:37:20 -07:00
  • 3ed88a6762 Merge branch 'master' of https://mfeemster@bitbucket.org/mfeemster/fractorium.git mfeemster 2016-06-21 19:27:41 -07:00
  • edd1a0c9cc --Bug fixes -Highlight power values less than 0 were accidentally disabled on the UI. mfeemster 2016-06-21 19:27:37 -07:00
  • 50fa6d9228 README.md edited online with Bitbucket Matt Feemster 2016-06-19 03:20:47 +00:00
  • 684373b387 Merged in gambhiro/fractorium/linux-1.0.0.0a (pull request #1) Matt Feemster 2016-06-18 20:19:14 -07:00
  • 6100f5aa73 notes on making a linux release Gambhiro 2016-06-18 15:47:06 +01:00
  • 102dfa372d deb link Gambhiro 2016-06-18 15:33:27 +01:00
  • 48a73cf14e linux 1.0.0.0a Gambhiro 2016-06-18 15:01:20 +01:00
  • f8133c73bf Exit beta and move revision to an official 1.0 release. mfeemster 2016-06-17 17:19:13 -07:00
  • b328cc6a01 --User changes -Add fractorium.com link to the about box. mfeemster 2016-06-13 19:26:03 -07:00
  • 45cafc66da --Bug fixes -Automatically check Apply to All on final render dialog when coming from Render Sequence button. mfeemster 2016-06-13 17:59:17 -07:00
  • 881927bb0a --Bug fixes -Apply template when saving sequences. -Was improperly setting name of sequence file. mfeemster 2016-06-13 16:33:51 -07:00
  • 2e518aeebb --Bug fixes -Make stagger a double instead of a bool. -Save stagger values to settings. -Random stagger was being set in the wrong place. -Save rotation values as double rather than int. mfeemster 2016-06-11 19:01:19 -07:00
  • c91171d392 --User changes -Add animation sequence creation to Fractorium. -Add two new options to EmberGenome which are used when generating an animation sequence.: --startcount: Add this number to the filename of each flame. --padding: Override the automatically calculated amount of padding zeroes added to each filename. mfeemster 2016-06-11 17:47:03 -07:00
  • 51c1cc7a83 --Bug fixes -Switching between SP and DP before previews had finished would set the current flame back to the first one in the file. mfeemster 2016-06-07 20:37:15 -07:00
  • 51dbe8e59d --Code changes -Migrate to bitbucket. mfeemster 2016-05-30 14:51:54 -07:00
  • 1f50394cb4 --User Changes -Tooltip cleanups. mfeemster 2016-05-30 13:35:33 -07:00
  • ad336bb2b7 Fix randomization of post affines. Matt Feemster 2016-05-24 07:02:05 -07:00
  • 991275a656 --User changes -Add a button to randomize both pre and post affine transforms to values between -1 to 1. mfeemster 2016-05-23 19:48:04 -07:00
  • cffeceec99 --User changes -Add a new option --statevars to EmberGenome to list the variations which change state. -Allow for filtering in the Variations Dialog based on the same types listed in the EmberGenome options. mfeemster 2016-05-18 16:48:40 -07:00
  • 33cc2a4326 --Bug fixes -Fix final render dialog failure when minimizing and restoring during a render on Linux. Note this bug was not present on Windows. mfeemster 2016-05-16 19:24:45 -07:00
  • 5aec58b4a2 --User changes -Add new options to EmberGenome to better help assess which variations have certain characteristics. The options are: --sumvars: Display the names of all regular variations which have the default behavior of summing their outputs and exit. --assignvars: Display the names of all regular variations which have the non-standard behavior of assigning their outputs and exit. --ppsumvars: Display the names of all pre/post variations which have the non-standard behavior of summing their outputs and exit. --ppassignvars: Display the names of all pre/post variations which have the default behavior of assigning their outputs and exit. --dcvars: Display the names of all variations which use direct coloring and exit. --parvars: Display the names of all variations which have parameters and exit. --nonparvars: Display the names of all variations which do not have parameters (weight only) and exit. mfeemster 2016-05-14 23:33:08 -07:00
  • 5b6c62b95d Update Version History.txt Matt Feemster 2016-05-06 17:25:57 -07:00
  • 9207288bc2 Update README.md Matt Feemster 2016-05-06 12:50:55 -07:00
  • 9e3cf4c24a Update README.md Matt Feemster 2016-05-06 12:48:16 -07:00
  • d2e8c085df Merge pull request #91 from gambhiro/linux-0.9.9.6 Matt Feemster 2016-05-06 06:32:32 -07:00
  • 343e0fec04 deb link Gambhiro 2016-05-06 13:51:04 +01:00
  • 288274a11c xenial Gambhiro 2016-05-06 13:43:54 +01:00
  • ec7ec9674b linux 0.9.9.6 Gambhiro 2016-05-06 13:42:28 +01:00
  • 42de2d107a 0.9.9.6 Beta Release mfeemster 2016-05-05 17:46:27 -07:00
  • b5341c7d79 --User changes -Remove --time option for EmberAnimate, it was redundant with --frame. -Make --enable_jpg_comments and --enable_png_comments just be bools that when present mean true, rather than having to specify =true. -Add a new argument --ts for EmberAnimate to allow the user to specify the temporal samples value to use for the entire animation. Useful for testing. mfeemster 2016-05-05 16:11:30 -07:00
  • 95a71ea6d7 --User changes -Add apply all functionality to flatten/unflatten menu items. mfeemster 2016-05-02 17:49:58 -07:00
  • bbc5d0c783 --User changes -Highlight power is now on by default. -Allow for adjustments on the Flame tab to apply to all open flames in the file. -Add two new buttons to the color tab to randomize and toggle the xform color indices. -Remove the --strip option from EmberGenome. It was useless and was likely just a carry over from flam3 during its early debugging stages when testing strips. -Make randoms in EmberGenome have default dimensions of 1920 x 1080. -Prevent --inter and --rotate in EmberGenome from rotating backward before the first flame since it doesn't really make sense. -Ensure every loaded flame has at least one xform in it. -Change dark.qss to hide dotted selection outline around checkboxes. Users must reload it to take effect. mfeemster 2016-05-02 16:54:56 -07:00
  • 1f0cc4bb4a --User changes -Always force times of each flame to increase from zero when saving a file. -Remove check for times when doing a sequence in EmberGenome because the original times are never used there. mfeemster 2016-04-23 09:02:09 -07:00
  • 322c630b8f --Code changes -Pass XML_PARSE_HUGE to xmlReadMemory() to allow for reading large Xml files. mfeemster 2016-04-21 18:43:52 -07:00
  • cac7308776 Misc intermediate fixes, more work on these to follow. Matt Feemster 2016-04-21 15:33:00 -07:00
  • d639921d68 --User changes -crackle is now 5-10 times faster as a result of using cached values as is done on the CPU. These were previously omitted due to a bug elsewhere in the code that was erroneously attributed to the crackle caching mechanism. -Report precision in command line programs. mfeemster 2016-04-14 19:32:42 -07:00
  • 0fbea60026 --User changes -Edits will not save back to the file in memory on render completion when preview renderer is running. mfeemster 2016-04-13 20:59:57 -07:00
  • 7715910362 --User changes -The concept of "saving back to file in memory" has been removed. The current ember is saved back to memory whenever the render completes and the thumbnail will be updated each time. -Command line programs now default to using double precision. -The --bits argument has been removed and replaced with --sp to specify single precision. If omitted, DP is used. -Remove the --seed option, it was never used. -Remove the --sub_batch_size option, it has been part of the Xml for a long time. -Remove --hex_palette argument for EmberRender, it only makes sense in EmberAnimate and EmberGenome. -Set enable_jpg_comments and enable_png_comments to false by default. It was a very bad idea to have them be true because it reveals the flame parameters used to render the image which many artists guard closely. mfeemster 2016-04-11 18:15:14 -07:00
  • 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. mfeemster 2016-04-03 18:55:12 -07:00
  • 124f807772 --Code changes -Make summing histograms from one or more secondary devices to the primary a little more elegant by using HOST_PTR. This requires one less copy. mfeemster 2016-03-28 21:30:08 -07:00
  • 7e1d41dfc7 Merge branch 'master' of https://github.com/mfeemster/fractorium.git mfeemster 2016-03-28 18:50:08 -07:00
  • e6882ee865 --User changes -Better handling of crossed min/max DE filter values on the GUI. -Changes to spatial and density filter values will no longer restart the entire render. -Support reading cam_zoom from xml as zoom since JWildfire uses cam_zoom. -Change drag n drop behavior: the default is now to append, hold Ctrl to overwrite. -Set max value of zoom to 25 because it will crash with values around 28 or 29 due to numeric overflow when scaling quality. -Update links in About Dialog. -Rename some controls in Options Dialog. -Move the color curves control to the Palette tab. mfeemster 2016-03-28 18:49:10 -07:00
  • 2f0964dcda Update BuildGuideMacOSX.md Matt Feemster 2016-03-15 20:40:02 -07:00
  • cd5c5f2021 Update BuildGuideLinux.md Matt Feemster 2016-03-15 20:39:49 -07:00
  • 19cb27b83a --User changes -Remove some warnings about interpolation type on first and last flames. mfeemster 2016-03-12 19:25:19 -08:00
  • 65be0143ff Merge branch 'master' of https://github.com/mfeemster/fractorium.git mfeemster 2016-03-12 14:43:08 -08:00
  • 020cfe9116 --User changes -Make the default interpolation type be smooth. -Correctly label interpolation types in the combo in the animation table on the Flame tab. --Set the default combo index to be smooth. mfeemster 2016-03-12 14:42:56 -08:00
  • c2c293a373 Update BuildGuideQtCreator.md Matt Feemster 2016-03-09 19:58:41 -08:00
  • f6831ea832 Update BuildGuideQtCreator.md Matt Feemster 2016-03-09 19:58:00 -08:00