mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-13 12:55:05 -05:00
b1f02535ff
Will get to some more Simba work in a week or two.
46 lines
2.4 KiB
Plaintext
46 lines
2.4 KiB
Plaintext
Simple stuff, not required, may not be possible/useful:
|
|
- Compiler arguments in the about form [ ]
|
|
- Coloured writeln [ ]
|
|
- Make an TAction for the Colour Picker. [ ]
|
|
- Portable install (needs fiddling with settings and such) [ ]
|
|
- Settings rewrite [ ]
|
|
- --no-extensions flag for Simba. [ ]
|
|
|
|
- CTS/finder speedups and changes [X]
|
|
|
|
- Comparison functions for HSL/XYZ/L*a*b should check for
|
|
match on each component before calculating the next.
|
|
(see FindColorsToleranceOptimised)
|
|
|
|
- Pass color information in struct [X]
|
|
- Precalculate screen bitmap in current cts / keep a cache
|
|
to save comparisons [X]
|
|
- Add CTS 3 [/]
|
|
- Add a direct RGB -> CIE L*a*b conversion [/]
|
|
|
|
- More documentation:
|
|
- Cover all functions by at least mentioning the definition [/]
|
|
- Imported functions as well?
|
|
- Write tutorial [ ]
|
|
- In depth documentation per function [ ]
|
|
|
|
- New interpreters
|
|
- DWSScript ? [ ]
|
|
- Lape! [ ]
|
|
|
|
- Integrate script manager [ ]
|
|
- Basic support. (Install scripts) [X]
|
|
- Update functionality [X]
|
|
- Uninstall scripts [X]
|
|
- Better storage / more stable storage [?]
|
|
- Pretty GUI [/]
|
|
- Merging / storing usernames when updating [?]
|
|
|
|
- Make Simba more ``modular'':
|
|
- Fonts [ ]
|
|
- Interpreters [/]
|
|
- Code completion/hints [ ]
|
|
- Extensions [X]
|
|
- Interpreter system overhaul? [ ]
|
|
|