Page 1 of 1

CD gamedriver 06.03

Posted: 16 Mar 2011 21:01
by cotillion
A new version of the CD gamedriver has been released 06.03.

Code: Select all

README CD.06.03
Octal Syntax has been changed from 01111 to 0o1111.
The old syntax will be obsolete in a future release.
Using TCP_NODELAY for telnet connections.
Sprintf efun can now print 65535 bytes.
Allow negative indexes to arrays to reference from the end. arr[-1] == arr[sizeof(arr) - 1]
Source available at: https://github.com/cotillion/cd-gamedriver

(No, this is not interesting for most players as it won't really change anything)