Filter Sort by  
4 months ago (Tue, Jan 31)
Active: 0 0
Closed: 0 0
Responsible user: Genesis2001
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:
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)
Active: 0 1
Closed: 0 0
Responsible user: mgunnett4318
60% Java port of the Main (.NET) Framework.

5 days away (Thu, May 31)
Active: 0 2
Closed: 0 0
Responsible user: Genesis2001
4 months away (Wed, Sep 19)
Active: 0 0
Closed: 0 0
Atlantis.Net.GameQuery

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