-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathCHANGELOG
70 lines (43 loc) · 2.11 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
RenderFlies Addon Change Log
============================
19 May 2011
* Some code comments and committing to git
13 May 2011
* Quick hack to integrate timeline, keyframes, tweens, and rendering to server
Fractal Lab Change Log
======================
12 March 2011:
* Fixed the preset loading to stop duplicates
* Added auto-preview mode
9 March 2011:
* Some refactoring of the 2D shader and added the 'Duck' formula as described:
http://www.algorithmic-worlds.net/blog/blog.php?Post=20110227
8 March 2011:
* Added orbit trap mode for 2D fractals to map images into fractal space!
7 March 2011:
* Added fullscreen mode and keyboard shortcuts for other commands
* Added preset library numbering scheme so that new presets can be added and will automatically get imported when available
6 March 2011:
* Disabled the application cache for the moment - causing too many problems
* Added an extra check for the fractal library listing - will re-import it if the library is emptied
5 March 2011:
* Reworked the normal calculation to make it ANGLE friendly. The 3D shaders now seem to compile correctly on Windows, although still take a while!
* Added a parameter reset button, although currently doesn't reset the camera position
4 March 2011:
* Added a manifest file for offline caching
* Extended the preset file to include the thumbnails
2 March 2011:
* Reworked local storage to add SQL storage for webkit which falls back to localStorage for Firefox
1 March 2011:
* Added background checker so that you can see which areas will be transparent
* Reworked the startup so that it doesn't compile immediately
* Embedding CSS images in the stylesheet now
28 Feb 2011:
* Fixed regression with the antialiasing (thanks @pauldoo)
* Removed background colour cast with transparent background and antialiasing.
* Added thumbnails when saving images (currently limited to 5Mb due to localStorage limit)
27 Feb 2011:
* Fixes for Chrome on Windows - removed pre-calculations from vertex shader, all now done in the fragment.
* Removed "Mandelbox Alt" formula as no longer used.
26 Feb 2011:
* Initial beta 0.1 test release on http://fractal.io