Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-08 | (svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects ↵ | truelight | |
DEBUG() to a remote connection over TCP For example, launch on 192.168.0.1 with, say, netcat a listener: netcat -l -p 3982 Launch OpenTTD on a remote host (say, PSP): ./openttd -l 192.168.0.1 -d9 And you get all debug information on 192.168.0.1. Very useful for debugging Portable systems. | |||
2007-01-14 | (svn r8124) -Add [DEBUG]: _debug_station_level | KUDr | |
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵ | KUDr | |
renamed to .cpp) |