LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
21 stars 8 forks source link

Associate video modes with fractint key bindings by default #26

Closed LegalizeAdulthood closed 9 years ago

LegalizeAdulthood commented 9 years ago

legalize[CodePlex]
For backwards compatibility, we need to try to match up the new key stroke mapping to video modes to make them similar to the old key stroke mapping. For example, SF5, SF6, and SF7, should NOT be disk video modes and they should correspond to 640x480, 800x600, and 1024x768, respectively. There may be others that are needed, but these three are critical.

There are PARs that break because they require a specific video resolution. The music ones, for example. I know, it doesn't matter now, but it will later. And, it's far easier to change it now.

LegalizeAdulthood commented 9 years ago

duplicate of #16