-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- tribool
- rename things in cmake: use camelCase without dashes
- load configuration from environment (overrides configuration from ini files)
- custom literal suffixes for degrees and radians (and perhaps others)
- font
- fix cursor when between characters that turned into ligature
- font cascades / font fallback to replace tofu glyphs
- two colors font (background + foreground)
- gui
- transitions between screens (push / pop / replace)
- scrolling - better control over which scrollbars should be used (if multiple options in the hierarchy are possible)
- finish text area widget implementation
- sounds
- doppler effect
- fix sound latency control (ring buffer management)
- network discovery (udp broadcast) over ipv6
- virtual file system
- mount a path onto another path (aka an alias)
- mount virtual directory (with abstract provider) onto a path
- eg. custom archive provider
- mount virtual file (with abstract provider) onto a path
- eg. in-memory zip archive
- mounting modes:
- replace: the provider is a complete replacement and no previous mounts (or real fs) are considered
- overlay: files existing in the provider are used from the provider, otherwise files from previous mounts are used. directories are merged together
- support for compressed files in zip
- support for large files in zip
- all tasks related to graphics rendering have been moved - the entire rendering engine will be significantly revisited
note: the tasks listed here are NOT in any particular order
Metadata
Metadata
Assignees
Labels
No labels