mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-15 20:54:53 -04:00
--User changes
-Entering xaos cells will always select the entire cell to make editing easier. -Add radio buttons on the xaos tab to specify how pasting or duplicating xforms should preserve xaos. --Bug fixes -The left header column in the xaos visualization table had somehow disappeared. --Code changes -DoubleSpinBox now has a boolean which specifies whether it clears its selection on enter. Default true. -Make AddXformsWithXaos() be a static member of FractoriumEmberController for quicker build times. -Add new exmaple flames to package_linux.sh
This commit is contained in:
@ -123,6 +123,14 @@ tar --exclude='package-linux.sh' \
|
||||
./Data/dark_linux.qss \
|
||||
./Data/lightdark.qss \
|
||||
./Data/uranium.qss \
|
||||
./Data/examples/b33rheart_examples.flame \
|
||||
./Data/examples/b33rheart_sierpinski.flame \
|
||||
./Data/examples/pillemaster_hexagonal_tilings.flame \
|
||||
./Data/examples/plangkye_examples.flame \
|
||||
./Data/examples/tatasz_examples.flame \
|
||||
./Data/examples/tatasz_substitution.flame \
|
||||
./Data/examples/triptychaos_examples \
|
||||
./Data/examples/tyrantwave_base_forms.flame \
|
||||
.
|
||||
|
||||
[ $? -ne 0 ] && echo "Tar command failed." && exit 2
|
||||
|
Reference in New Issue
Block a user