OpenTTDLib
[ class tree: OpenTTDLib ] [ index: OpenTTDLib ] [ all elements ]

CHANGELOG

OpenTTDLib Changelog

0.3.2 (2009-04-29)
------------------------------------------------------------------------
added   support for the new NETWORK_COMPANY_INFO_VERSION (6)
		 remains backwards compatible
fix     when querying multiple games in one run, data was not properely
		 cleared, resulting in data being displayed in following queries
change  stop using php short open tags, use defaults instead (<?php ?>)
change  OpenTTDLib has moved to codecubes.org, reflect that in the docs

0.3.1 (2008-07-18)
------------------------------------------------------------------------
added   support for the new NETWORK_COMPANY_INFO_VERSION (5)
		 this does not break backwards compatibility with older versions
		 of OpenTTD (pre r13713)

0.3 (2007-11-09)
------------------------------------------------------------------------
change	$info $detail and $newgrf are now handled as objects
		 can be retreived as arrays if need be (see documentation)
added   caching, currently only newgrf data is cached, minimizing the
		 amount of newgrf requests sent to the server
added   support for fetching newgrf data, packet types:
		 UDP_CLIENT_GET_NEWGRFS and UDP_SERVER_NEWGRFS
fixed   conversion of vehicle and station types was brocken

0.2 (2007-09-19) NOTE: no backwards compatability to previous versions
------------------------------------------------------------------------
change	timeout handling moved to public methods
change	options made dynamic, rather than using class constants
change	applied coding standard, influencing vars and file names
added	support for OpenTTDLibPacket to write data to packets
added	OpenTTDLibException, thrown at any error that may occure
added	station and vehicle type images
fixed	do not escape strings read from a udp packet
		 removes the disturbing '\' in company or player names

0.1.1 (2007-06-22)
------------------------------------------------------------------------
fixed	error in 64 bit integer handling, making use of bcmath
		 OpenTTDLibPacket::Recv_uint64 now returns string, see docs/
added	enum constants for vehicle and station types + conversion methods


Documentation generated on Wed, 29 Apr 2009 23:33:49 +0200 by phpDocumentor 1.4.2