I tried to commit some changes to cvs, but I think failed miserabily, so I'll post them here. The diff is contained in the attachment, to be unpacked to the same dir as the Makefile. It'll create some new files in infinity/util (mappable by the *CI*.java name) and a NI-diff file, which is a plain output of a diff command.
Changes are:
- Can detect EasyTuTu as if it were normal Tutu, by checking for bg1data in the rootDir().
- Displays the directory where a chitin file is located as well as the game type in the Game menu.
- All file calls are mapped to lowercase (for uniformity with WeiDU on Linux). Probably you should edit the new files so that the toLowerCase() is called only on Linux (or devSin would whine), but I haven't advanced enough in my Java course to know how to do that