- Timestamp:
- 12/02/09 20:42:48 (3 years ago)
- Location:
- lang/haxe/Tonyu2
- Files:
-
- 12 added
- 9 modified
-
Project.hx (modified) (2 diffs)
-
Projects/test/Test.tonyu (modified) (1 diff)
-
Projects/test/haxe/Test.hx (modified) (1 diff)
-
Projects/test/haxe/com.hxml (added)
-
Projects/test/haxe/tonyu/Boot.hx (added)
-
Projects/test/test.swf (modified) (previous)
-
Projects/toste (added)
-
Projects/toste/Test.tonyu (added)
-
Projects/toste/haxe (added)
-
Projects/toste/haxe/Test.hx (added)
-
Projects/toste/haxe/com.hxml (added)
-
Projects/toste/toste.swf (added)
-
htdocs/Project.class.js (modified) (1 diff)
-
htdocs/boot.js (modified) (1 diff)
-
httpd/Server.hx (modified) (1 diff)
-
ide.n (modified) (previous)
-
ide/HaxeC.hx (added)
-
ide/Main.hx (modified) (1 diff)
-
lib (added)
-
scratch.n (added)
-
tonyu.bat (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/haxe/Tonyu2/Project.hx
r36049 r36059 66 66 public function getHaxeDir():String{ return home+"\\haxe";} 67 67 public function haxe2swf() { 68 var c=new ide.HaxeC(haxeDir, name); 69 c.compile(); 70 /* 68 71 neko.Sys.setCwd(haxeDir); 69 72 var p=new neko.io.Process("make.bat",[]); … … 76 79 p.close(); 77 80 trace("setCWD "+home); 78 neko.Sys.setCwd(home); 81 neko.Sys.setCwd(home); */ 79 82 } 80 83 public function make() { -
lang/haxe/Tonyu2/Projects/test/Test.tonyu
r36050 r36059 8 8 vx=vx+0.1; 9 9 y=y+0.2; 10 if (vx>3) vx=0 -1;10 if (vx>3) vx=0; 11 11 update(); 12 12 } -
lang/haxe/Tonyu2/Projects/test/haxe/Test.hx
r36050 r36059 25 25 } 26 26 case 4: 27 vx= (0-1);27 vx=0; 28 28 state=6; 29 29 case 5: -
lang/haxe/Tonyu2/htdocs/Project.class.js
r36050 r36059 106 106 setTimeout(function () { 107 107 t.swfArea.set(swf(t.homeURL+"/swf")); 108 }, 500);108 },100); 109 109 }); 110 110 } -
lang/haxe/Tonyu2/htdocs/boot.js
r36014 r36059 3 3 $tag("body").set(tx); 4 4 attachIndentAdaptor(tx.target);*/ 5 new Project("t est").open();5 new Project("toste").open(); 6 6 } -
lang/haxe/Tonyu2/httpd/Server.hx
r36032 r36059 64 64 res.setHeader("Content-Length",""+res.content.length); 65 65 66 //trace(method+" - "+path+" - "+req);66 trace(method+" - "+path+" - "+req); 67 67 68 68 c.write("HTTP/1.1 "+res.status+"\n"); -
lang/haxe/Tonyu2/ide/Main.hx
r36049 r36059 7 7 8 8 static function main() { 9 HaxeC.init(); 9 10 trace("Go to -> http://localhost:5000/"); 10 11 htdocsPath=neko.FileSystem.fullPath(htdocsPath);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)