forked from blitz-research/monkey2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.TXT
54 lines (25 loc) · 1018 Bytes
/
TODO.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Monkey2 TODO list.
This is list of stuff I consider reasonably urgent.
This doesn't include big picture things like new targets, modules etc.
* Mx2cc/builder/makedocs
* Deal with Self.New/Super.New issues.
* Deal with global/const order-of-initialization issues.
* Wildcard/filtered asset importing so you can import a dir in one hit.
* Add support for custom 'manuals' in module docs.
* System assets folder support.
* Modules
* Add lights/shadows to mojo.graphics.
* Fix mojo.graphics 'font texture always 512x512' issue.
* Better audio support - openalsoft?
* Handle symlinks better in std.filesystem.
* Network support - udp/tcp streams/servers and httprequest.
* Ted2
* Goto Line.
* More customization.
* Restore offline help system.
* Draggable/closable tabs.
* Filebrowser context menu.
* Hotkeys for scripts.
* Misc
* Add module upload/browser to monkey2.monkey-x.com.
* Implement a libclang based 'API convertor' to help with wrapping 3rd party C/C++ libs.