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

From version Icon 3.1 Icon
edited by John Stroy
on 2011/03/26 05:41
Change comment: There is no comment for this version
To version Icon 4.1 Icon
edited by John Stroy
on 2011/03/26 05:51
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,18 +1,18 @@
1 -The Elona Porting Project aims to create an extensible and maintainable port of the roguelike [[Elona]].
1 +The Elona Porting Project aims to create an extensible and maintainable port of the roguelike [[XWiki.Elona]].
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 9  
10 -= Requirements=
10 += Requirements =
11 11  
12 12  ToDo
13 13  
14 14  
15 -= Objectives/Milestones=
15 += Objectives/Milestones =
16 16  
17 17  HSP Extension stubs - done!
18 18  HSPlet new opcode enhancement stubs - done!