rubidium [Mon, 05 May 2008 21:54:05 +0000] rev 10418
(svn r12960) -Codechange: handle return values of (some) file system related functions.
glx [Mon, 05 May 2008 21:09:03 +0000] rev 10417
(svn r12959) -Fix: don't assume no production when the first produced cargo is invalid in industries directory
peter1138 [Mon, 05 May 2008 19:02:10 +0000] rev 10416
(svn r12958) -Codechange: Allocate sprites reserved by GRM in advance of 'Action 1' sprites, giving much less chance of GRM reservation failure if lots of NewGRF sets are loaded.
rubidium [Mon, 05 May 2008 18:27:57 +0000] rev 10415
(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case.
belugas [Mon, 05 May 2008 16:05:36 +0000] rev 10414
(svn r12956) -Codechange: Code-style application on switch-case aligment
smatz [Mon, 05 May 2008 15:07:09 +0000] rev 10413
(svn r12955) -Fix (r12858): compilation with desync debug was broken
truebrain [Mon, 05 May 2008 12:35:38 +0000] rev 10412
(svn r12954) [NoAI] -Fix: move the DEBUG level of non-essential debug statements up a few levels, so it doesn't show up at least before lvl 5
peter1138 [Mon, 05 May 2008 11:36:43 +0000] rev 10411
(svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location' button, a town/station/industry list, or some news items.
peter1138 [Mon, 05 May 2008 11:24:58 +0000] rev 10410
(svn r12952) -Cleanup: Indenting and codestyle
belugas [Mon, 05 May 2008 02:11:12 +0000] rev 10409
(svn r12951) -Fix(r9762)[FS#1977): Revert the new difficulty settings of town and industries back to their initial values.