peter1138 [Sun, 03 Dec 2006 18:28:42 +0000] rev 5220
(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations
Darkvater [Sun, 03 Dec 2006 17:54:28 +0000] rev 5219
(svn r7334) -Revert accidentally committed file in r7333
Darkvater [Sun, 03 Dec 2006 17:47:53 +0000] rev 5218
(svn r7333) -Codechange: [win32] Extend the OTTD2FS and FS2OTTD functions to also accept conversions
into a predefined buffer insted of using the static (global) buffer. This is useful if
the converted value will be used later on; no need to copy it somewhere else to save it.
-CodeChange: [win32] Added appropiate macros WIDE_TO_MB_BUFFER, MB_TO_WIDE_BUFFER next to
existing WIDE_TO_MB and MB_TO_WIDE that only do work when UNICODE is defined, saves
#ifdefs all over the place
rubidium [Sun, 03 Dec 2006 17:42:56 +0000] rev 5217
(svn r7332) -Fix: segmentation fault, discovered by ln-, in the SDL video driver when one goes to fullscreen and there are no suitable resolutions.
matthijs [Sun, 03 Dec 2006 17:27:43 +0000] rev 5216
(svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it.
- Codechange: Rename pool.[ch] to oldpool.[ch].
peter1138 [Sun, 03 Dec 2006 15:48:21 +0000] rev 5215
(svn r7330) -Fix (r7304): Data invalidation doesn't always happen as the local
player, resulting in an empty vehicle purchase list. Specify the player
as an argument to IsEngineBuildable()
KUDr [Sun, 03 Dec 2006 13:40:16 +0000] rev 5214
(svn r7329) -Fix (r7157): Invalid viewport position on quick zoom
rubidium [Sun, 03 Dec 2006 13:06:49 +0000] rev 5213
(svn r7328) -Fix: memory corruption. The 'Load Heightmap' window does not have TerraGenesis configuration buttons and it does have only 29 widgets, not at least 33. Thanks to Tefad for finding this bug.
KUDr [Sun, 03 Dec 2006 12:17:35 +0000] rev 5212
(svn r7327) -Fix: [YAPF] missing YAPF cache notification when building road on rail (new crossing) or removing road from crossing
peter1138 [Sat, 02 Dec 2006 16:56:32 +0000] rev 5211
(svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)