4 months ago
(Tue, Jan 31)
Atlantis.IO.Xdf
Description: "XDF" is a linux-configuration file format, slightly modified for readability. It features "code block"-like structures with various data types (ints, bools, strings, etc)
Example:
(soft) Deadline: 01/31/11
Description: "XDF" is a linux-configuration file format, slightly modified for readability. It features "code block"-like structures with various data types (ints, bools, strings, etc)
Example:
settings {
integerValue = 12345
booleanValue = true
stringValue = "Some string value here"
# this controls a sub-set of settings under the 'settings block'
# this is also an example comment
subsettings {
value1 = "Blargh"
value2 = false
value3 = 54321
}
}
modules {
/* This is another example of XDF and it's uniqueness
and it shows off the multiline comments */
nickserv {
autoidentify = true
password = "blargh124"
}
// single-line comment, C-Style comment
shoutcast {
autodj = false
autodjPath = "Some Path which isn't used"
broadcasterPassword = "somepassword1"
adminPassword = "somepassword"
enableAnnouncementChannel = true
announceChannel = "#somechannel"
announceChannelPassword = "blarghpass"
}
}(soft) Deadline: 01/31/11
26 days ago
(Mon, Apr 30)
60% Java port of the Main (.NET) Framework.
5 days away
(Thu, May 31)
4 months away
(Wed, Sep 19)
Atlantis.Net.GameQuery
TODO:
(soft) Deadline: 05/31/11
TODO:
- Teamspeak3 protocol query library
- Source Engine Query
- Battlefield RCON Library
- GameSpy/2 Query Library
- UT/3 Engine Query
- Other Game Engine Query Protocols
(soft) Deadline: 05/31/11