src/gamelog.cpp
Mon, 29 Sep 2008 16:27:02 +0000 rubidium (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
Thu, 24 Jul 2008 15:19:26 +0000 smatz (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that
Fri, 18 Jul 2008 12:11:46 +0000 smatz (svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
Sun, 15 Jun 2008 13:52:51 +0000 smatz (svn r13520) -Fix (r13375): pointer has to be valid before it can be loaded to (SLE_STR)
Fri, 06 Jun 2008 19:27:09 +0000 glx (svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs)
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details