TODO - dejeanpaca/oxcart GitHub Wiki
These are just some TODOs I may or may not get around to doing, but are here as a reminder. In no specific order.
- A better more precise timer
- Implement message repeat count for console
- Scroll wheel should control scroll bar
- Debug check if a resource object is added to multiple pools
- Implement a statically allocated array list (single shared memory heap to reduce heap overhead)
- The pause/break key could be used as a way to pause the game.
- May be possible to implement dynamic array initialization Ala http://pastebin.com/FqTF189J
- Make image loader support multiple pages
- Make image loader pack its data into a contiguous memory block (palette and all pages)
- File preview (texture/material)
- Audio file preview
- Slider widget
- Templates for new files
- Project statistics (files, file sizes, counts of specific asset types (texture/material/...))
- Implement system process progress bar display (taskbar icon)