TODO.TXT 1018 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Monkey2 TODO list.
  2. This is list of stuff I consider reasonably urgent.
  3. This doesn't include big picture things like new targets, modules etc.
  4. * Mx2cc/builder/makedocs
  5. * Deal with Self.New/Super.New issues.
  6. * Deal with global/const order-of-initialization issues.
  7. * Wildcard/filtered asset importing so you can import a dir in one hit.
  8. * Add support for custom 'manuals' in module docs.
  9. * System assets folder support.
  10. * Modules
  11. * Add lights/shadows to mojo.graphics.
  12. * Fix mojo.graphics 'font texture always 512x512' issue.
  13. * Better audio support - openalsoft?
  14. * Handle symlinks better in std.filesystem.
  15. * Network support - udp/tcp streams/servers and httprequest.
  16. * Ted2
  17. * Goto Line.
  18. * More customization.
  19. * Restore offline help system.
  20. * Draggable/closable tabs.
  21. * Filebrowser context menu.
  22. * Hotkeys for scripts.
  23. * Misc
  24. * Add module upload/browser to monkey2.monkey-x.com.
  25. * Implement a libclang based 'API convertor' to help with wrapping 3rd party C/C++ libs.