Forráskód Böngészése

Merged branch develop into develop

Mark Sibly 8 éve
szülő
commit
29298c894e
2 módosított fájl, 0 hozzáadás és 78 törlés
  1. 0 54
      TODO.TXT
  2. 0 24
      VERSIONS.TXT

+ 0 - 54
TODO.TXT

@@ -1,54 +0,0 @@
-
-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.

+ 0 - 24
VERSIONS.TXT

@@ -1,24 +0,0 @@
-
-Fixed previous word.
-
-Block tab/untab selects all lines.
-
-Fixed macos drop file.
-
-Added cmd-q causes closewindow event for macos.
-
-Tidied up chipmunk module.
-
-Added List.RemoveIf and Stack.RemoveIf.
-
-Added Edit->Goto line AT LAST!
-
-Fixed TextView.CharRect bug returning bad width.
-
-Restored Stream.ReadCString and Stream.WriteCString.
-
-***** v1.0.91 *****
-
-Made reflection optional. You now need to #Import "<reflection>" to activate it, and the first build of an app will be SLOW. Reflection is still 'all or nothing' for now.
-
-Fixed some race conditions with Process objects going out of scope very quickly.