- Status Closed
- Percent Complete
- Task Type Patches
- Category Plugins
-
Assigned To
tomers - Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#10911 - Plugins: Fractals (formerly Mandelbrot)
This patch enhances the mandelbrot plugin (Plugins→Demo→mandelbrot) in the following ways:
- It lays the foundation to add additional fractals sets, other then just Mandelbrot.
- I has interruptible painting function, which allows browsing fractal during painting.
- It separates code parts into separate files, each with its own functionality
The patch is in working condition, but there is still some bug fixing and tweaking left to be done.
The code currently contains some debug printings (you will get warnings during compilation because of that).
I would like to get further comments (e.g. suggestion of different file naming) for other developers.
Closed by tomers
2010-01-15 05:53
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2010-01-15 05:53
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Committed in r24230
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Updated patch. Synched to r24228.
- Fixed many of the bugs
- Removed debug prints
- Removed idle loops that used to debug using the simulator
- Known bug: Empty line shows when scrolling left
- Fix all bugs I could find
- Update manual
- Tested on Cowon D2
This version is only for the record, as I am committing immediately after (following a short discussion in IRC).