Sun, 03 Dec 2006 23:46:54 +0000(svn r7345) -Codechange: enumification of NewGRF loading stage, and move enum definition to header for future use.
peter1138 [Sun, 03 Dec 2006 23:46:54 +0000] rev 5225
(svn r7345) -Codechange: enumification of NewGRF loading stage, and move enum definition to header for future use.

Sun, 03 Dec 2006 20:03:40 +0000(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331).
matthijs [Sun, 03 Dec 2006 20:03:40 +0000] rev 5224
(svn r7341) - Codechange: Also rename the POOL_H define to OLDPOOL_H (forgotten in r7331).

Sun, 03 Dec 2006 19:07:20 +0000(svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium)
Darkvater [Sun, 03 Dec 2006 19:07:20 +0000] rev 5223
(svn r7338) -Fix (r7336): [win32] libfreetype is libfreetype2 in linker options (thanks Rubidium)

Sun, 03 Dec 2006 19:03:38 +0000(svn r7337) -Feature: [win32] Add font selection by specifying a font-name, ala Fontconfig. Pretty
Darkvater [Sun, 03 Dec 2006 19:03:38 +0000] rev 5222
(svn r7337) -Feature: [win32] Add font selection by specifying a font-name, ala Fontconfig. Pretty
messy if you ask me, but this is what you get when MS hides the font API in the deepest
depths... thanks Rubidium for testing.

Sun, 03 Dec 2006 18:36:11 +0000(svn r7336) -Codechange: [win32] Add freetype support for Windows project files.
Darkvater [Sun, 03 Dec 2006 18:36:11 +0000] rev 5221
(svn r7336) -Codechange: [win32] Add freetype support for Windows project files.

Sun, 03 Dec 2006 18:28:42 +0000(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations
peter1138 [Sun, 03 Dec 2006 18:28:42 +0000] rev 5220
(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations

Sun, 03 Dec 2006 17:54:28 +0000(svn r7334) -Revert accidentally committed file in r7333
Darkvater [Sun, 03 Dec 2006 17:54:28 +0000] rev 5219
(svn r7334) -Revert accidentally committed file in r7333

Sun, 03 Dec 2006 17:47:53 +0000(svn r7333) -Codechange: [win32] Extend the OTTD2FS and FS2OTTD functions to also accept conversions
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

Sun, 03 Dec 2006 17:42:56 +0000(svn r7332) -Fix: segmentation fault, discovered by ln-, in the SDL video driver when one goes to fullscreen and there are no suitable resolutions.
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.

Sun, 03 Dec 2006 17:27:43 +0000(svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it.
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].