rubidium [Sat, 23 Dec 2006 01:24:13 +0000] rev 5365
(svn r7550) -Fix (r7299): compilation of x64 binaries with MSVC 2005, due to not telling that helpers.cpp should be compiled as C++ for x64.
rubidium [Fri, 22 Dec 2006 23:54:51 +0000] rev 5364
(svn r7549) -Fix (r7357): change the size of the NewGRF GUIs so any description of a GRF that is shown in TTDPatch without overflowing, does not overflow in OpenTTD.
Darkvater [Fri, 22 Dec 2006 15:06:27 +0000] rev 5363
(svn r7548) -Codechange: Some MorphOS changes to get OpenTTD compiled, packaged (tokai)
KUDr [Fri, 22 Dec 2006 13:16:40 +0000] rev 5362
(svn r7547) -Fix: The cost of rail station removal was calculated based on the area occupied by the station. This produced unreasonably large removal costs for non-uniform stations. Now it is based on number of station tiles actually removed.
Darkvater [Fri, 22 Dec 2006 01:19:32 +0000] rev 5361
(svn r7541) -Set svn:eol-style native for some languages that missed it.
Darkvater [Fri, 22 Dec 2006 01:18:56 +0000] rev 5360
(svn r7540) -Codechange: Print a summary of the number of errors/warnings of a language when strgen is run with the -w flag.
Darkvater [Fri, 22 Dec 2006 01:17:33 +0000] rev 5359
(svn r7539) -Add Esperanto to VS project files and update changelog with added languages information.
Darkvater [Thu, 21 Dec 2006 21:56:10 +0000] rev 5358
(svn r7537) -Forgot added VS80 support from Makefile
Darkvater [Thu, 21 Dec 2006 20:56:27 +0000] rev 5357
(svn r7535) -Fix (r7326): Always unload cargo if the station accepts it, and always load cargo
if it's available with full load any (Maedhros)
matthijs [Thu, 21 Dec 2006 14:44:19 +0000] rev 5356
(svn r7533) -Codechange [Debian]: Update debian packaging files
- Update to latest standards version.
- Fix rules to compile only once.