|
Darkvater
|
r5312:ffd375effb01
|
18 years ago
|
|
(svn r7468) -Codechange: [win32] Add some comments to MB/WIDE_TO_WIDE/MB_[BUFFER] macros and use them some more in win32 code. Also for the clipboard use the convert_from_fs function instead of calling Win32 API directly. Make the static buffers in OTTD2FS and FS2OTTD the same size (character-length wise)
|
|
Darkvater
|
r5304:878dec0a30ac
|
18 years ago
|
|
(svn r7460) -Fix (r7337): [win32] If the underlying OS didn't have support for SHGetFolderPath the application failed to run. Now test if the function exists and if not try a different approach using our own OTTDSHGetFolderPath wrapper.
|
|
Darkvater
|
r5222:671cdc6f4c1e
|
18 years ago
|
|
(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.
|
|
Darkvater
|
r5218:11a33c727ac7
|
18 years ago
|
|
(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
|
|
Darkvater
|
r5168:01eabc7764fc
|
18 years ago
|
|
(svn r7278) -Codechange: [win32] Add UNICODE support so it should compile on OS's using UNICODE API exclusively.
|
|
Darkvater
|
r2436:963efe8b84cc
|
19 years ago
|
|
(svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters - change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending
|
|
tron
|
r2207:2553be73ee95
|
19 years ago
|
|
|
|
tron
|
r2186:5ee653b1b5e1
|
19 years ago
|
|
|
|
tron
|
r2183:34cce39e9f47
|
19 years ago
|
|
|