rubidium [Tue, 30 Oct 2007 18:32:26 +0000] rev 7810
(svn r11360) -Fix [FS#1375]: do not crash when trying to "draw" an invalid string, just draw a message saying it is invalid.
rubidium [Tue, 30 Oct 2007 17:57:51 +0000] rev 7809
(svn r11359) -Fix [FS#1381]: shared timetables were not properly refreshed with autofill.
rubidium [Tue, 30 Oct 2007 17:24:04 +0000] rev 7808
(svn r11358) -Fix: condition types 0x0B and 0x0C are also valid for variable 0x88 in action 7/9.
truelight [Tue, 30 Oct 2007 11:29:01 +0000] rev 7807
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;)
glx [Mon, 29 Oct 2007 23:29:06 +0000] rev 7806
(svn r11356) -Fix (r11305): funding industries in MP game was causing desync
rubidium [Mon, 29 Oct 2007 23:02:31 +0000] rev 7805
(svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such.
rubidium [Mon, 29 Oct 2007 22:30:54 +0000] rev 7804
(svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency.
glx [Sun, 28 Oct 2007 16:00:51 +0000] rev 7803
(svn r11353) -Codechange: add support for newgrf callback 32
glx [Sun, 28 Oct 2007 15:40:18 +0000] rev 7802
(svn r11352) -Codechange: cache callback 2D result (vehicle color mapping) instead calling it every time the vehicle is drawn
bjarni [Sat, 27 Oct 2007 11:26:19 +0000] rev 7801
(svn r11351) -Fix (r11342): [OSX] killed a warning