src/texteff.hpp
Sun, 21 Sep 2008 18:28:35 +0000 rubidium (svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front engine when turning a train in a station.
Mon, 11 Aug 2008 22:45:11 +0000 rubidium (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Fri, 28 Mar 2008 16:38:18 +0000 rubidium (svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo.
Sun, 19 Aug 2007 09:38:30 +0000 rubidium (svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
Fri, 22 Jun 2007 18:28:44 +0000 truelight (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading
Thu, 21 Jun 2007 16:17:47 +0000 truelight (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)