Darkvater [Tue, 31 Oct 2006 01:45:41 +0000] rev 4998
(svn r7008) -Fix [FS#369]: Crash at game end when server company is bankrupt
miham [Sun, 29 Oct 2006 18:54:05 +0000] rev 4997
(svn r7005) WebTranslator2 update to 2006-10-29 19:53:34
brazilian_portuguese - 1 fixed by tucalipe (1)
KUDr [Sun, 29 Oct 2006 13:50:39 +0000] rev 4996
(svn r7003) -Fix: only the appropriate train owner can now see the "Train is lost" message (peter1138)
belugas [Sun, 29 Oct 2006 00:39:41 +0000] rev 4995
(svn r7001) -Codechange: _build_industry_trypes is now only used by industry_gui.c. Move it there.
-Codechange: _industry_type_cost is not defined, remove its declaration
Darkvater [Sat, 28 Oct 2006 23:47:00 +0000] rev 4994
(svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. This didn't cause any
bugs so far because the 'click' element was at the same position in the union for both
events.
peter1138 [Sat, 28 Oct 2006 18:49:28 +0000] rev 4993
(svn r6996) - Codechange: Pretend to be the current version of TTDPatch. This value doesn't anything to us as we don't follow TTDPatch's development timeline...
peter1138 [Sat, 28 Oct 2006 18:42:57 +0000] rev 4992
(svn r6995) - Codechange: NewGRF; strip bit 7 of the language ID earlier and handle handle a language ID of 0x7F as the preferred default language.
tron [Sat, 28 Oct 2006 14:37:33 +0000] rev 4991
(svn r6994) -Regression (r6291): When sending an aircrafts to a hangar the wrong bit gets tested to determine if a aircraft should stop there or just get serviced
Also remove a stale comment
Both spotted and fixed by Mart3p
tron [Sat, 28 Oct 2006 14:06:40 +0000] rev 4990
(svn r6993) -Regression (r5833): Rails/roads on steep slopes incorrectly show a foundation edge if the NE/NW adjacent tile is a steep tile
tron [Sat, 28 Oct 2006 12:43:15 +0000] rev 4989
(svn r6992) Make a const_cast<> obsolete by properly propagating the type