Last modified by John Stroy on 2018/10/19 11:40

From version 1.1 Icon
edited by John Stroy [Xino]
on 2011/03/26 05:39
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by John Stroy
on 2011/03/26 05:41
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.xino
1 +XWiki.jdstroy
Content
... ... @@ -2,16 +2,18 @@
2 2  
3 3  The project aims to make an initial port of Elona to Java (pure, no native code outside of the Java platform) through the HSPlet framework that will be nearly 100% compatible with mainline Elona. Within reasonable bounds, the port should behave just like mainline Elona. Some aspects are difficult or impossible within these restraints (for example, inter-process mutexes do not exist in pure Java; therefore, prohibiting multiple active instances through inter-process mutexes would not be possible); such aspects should be minimized if possible.
4 4  
5 -Resources:
5 += Resources=
6 6  
7 7  HSPlet will be used to bring up the initial port of Elona on Java.
8 8  
9 -Requirements:
10 10  
10 += Requirements=
11 +
11 11  ToDo
12 12  
13 -Objectives/Milestones:
14 14  
15 += Objectives/Milestones=
16 +
15 15  HSP Extension stubs - done!
16 16  HSPlet new opcode enhancement stubs - done!
17 17  HSPlet new opcode enhancement implementation - mostly done - missing some extended DllCtrl opcode implementations, COM interaction