planetmaker
|
15a29b8b28
|
(svn r27176) -Fix: Compilation with MinGW64 (Eddy Arfik)
|
2015-03-02 09:10:16 +00:00 |
|
planetmaker
|
0a9364cef6
|
(svn r27176) -Fix: Compilation with MinGW64 (Eddy Arfik)
|
2015-03-02 09:10:16 +00:00 |
|
rubidium
|
9428d6fb34
|
(svn r27103) -Update: copyright date
|
2015-01-01 20:51:18 +00:00 |
|
rubidium
|
dd40950643
|
(svn r27103) -Update: copyright date
|
2015-01-01 20:51:18 +00:00 |
|
frosch
|
51f68c42bb
|
(svn r26606) -Fix [FS#6022]: Filename capitalisation (NG)
|
2014-05-22 19:03:14 +00:00 |
|
frosch
|
6e9edc085b
|
(svn r26606) -Fix [FS#6022]: Filename capitalisation (NG)
|
2014-05-22 19:03:14 +00:00 |
|
rubidium
|
b476086c39
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
beb540ec55
|
(svn r26538) -Codechange: remove double accounting of the drivers
|
2014-04-28 21:06:51 +00:00 |
|
rubidium
|
5ebf72d126
|
(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures
|
2014-04-26 07:30:15 +00:00 |
|
rubidium
|
b3ea3c45f9
|
(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures
|
2014-04-26 07:30:15 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
ce06139328
|
(svn r26490) -Fix (r26489): compilation under Windows
|
2014-04-23 21:30:32 +00:00 |
|
rubidium
|
4cc448fa82
|
(svn r26490) -Fix (r26489): compilation under Windows
|
2014-04-23 21:30:32 +00:00 |
|
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
frosch
|
24c7134bff
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
8ff9499fe2
|
(svn r26409) -Update: Version number in some more places.
|
2014-03-17 20:16:05 +00:00 |
|
frosch
|
e511805439
|
(svn r26409) -Update: Version number in some more places.
|
2014-03-17 20:16:05 +00:00 |
|
rubidium
|
e3542b1977
|
(svn r26192) -Fix (r24878): off-by-one error ;)
|
2013-12-31 23:08:55 +00:00 |
|
rubidium
|
10e5681920
|
(svn r26192) -Fix (r24878): off-by-one error ;)
|
2013-12-31 23:08:55 +00:00 |
|
michi_cc
|
b96ef5c758
|
(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform.
|
2013-08-05 20:36:58 +00:00 |
|
michi_cc
|
b2d68431d5
|
(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform.
|
2013-08-05 20:36:58 +00:00 |
|
michi_cc
|
765e7d349e
|
(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds.
|
2013-08-05 20:36:55 +00:00 |
|
michi_cc
|
8c7a4db53a
|
(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds.
|
2013-08-05 20:36:55 +00:00 |
|
michi_cc
|
e3648455aa
|
(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either.
|
2013-08-05 20:36:47 +00:00 |
|
michi_cc
|
66d9ded71f
|
(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either.
|
2013-08-05 20:36:47 +00:00 |
|
michi_cc
|
e37968aadd
|
(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either.
|
2013-08-05 20:36:43 +00:00 |
|
michi_cc
|
6be5000eda
|
(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either.
|
2013-08-05 20:36:43 +00:00 |
|
rubidium
|
c33040e037
|
(svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information
|
2013-06-29 16:13:41 +00:00 |
|
rubidium
|
4f0382702d
|
(svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information
|
2013-06-29 16:13:41 +00:00 |
|
rubidium
|
5b2a5ac790
|
(svn r25506) -Document: a function, and name it slightly better
|
2013-06-28 21:11:35 +00:00 |
|
rubidium
|
17951f57a5
|
(svn r25506) -Document: a function, and name it slightly better
|
2013-06-28 21:11:35 +00:00 |
|
michi_cc
|
2d67f07975
|
(svn r25155) -Codechange: [Win32] Improve SHGetFolderPath emulation.
|
2013-04-06 18:36:49 +00:00 |
|
michi_cc
|
db09d96279
|
(svn r25155) -Codechange: [Win32] Improve SHGetFolderPath emulation.
|
2013-04-06 18:36:49 +00:00 |
|
michi_cc
|
3349cb3347
|
(svn r25154) -Fix: [Win32] Don't store invalid paths in the search path list.
|
2013-04-06 18:36:45 +00:00 |
|
michi_cc
|
26203f2f87
|
(svn r25154) -Fix: [Win32] Don't store invalid paths in the search path list.
|
2013-04-06 18:36:45 +00:00 |
|
michi_cc
|
d1212e0b1a
|
(svn r25153) -Fix [FS#5522] (r24487): [Win32] Don't statically link to SHGetFolderPath as it may not exist.
|
2013-04-06 18:36:41 +00:00 |
|
michi_cc
|
da843d931e
|
(svn r25153) -Fix [FS#5522] (r24487): [Win32] Don't statically link to SHGetFolderPath as it may not exist.
|
2013-04-06 18:36:41 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
rubidium
|
f4915ce34f
|
(svn r24878) -Update: the obligatory first of January commit
|
2013-01-01 11:08:22 +00:00 |
|
rubidium
|
5539263c6a
|
(svn r24878) -Update: the obligatory first of January commit
|
2013-01-01 11:08:22 +00:00 |
|
rubidium
|
d49bd2997b
|
(svn r24572) -Fix: do not cast away some other consts
|
2012-10-04 15:33:13 +00:00 |
|
rubidium
|
4c2c909a6a
|
(svn r24572) -Fix: do not cast away some other consts
|
2012-10-04 15:33:13 +00:00 |
|
frosch
|
77b5e72541
|
(svn r24441) -Update: Version number to 1.3 in some more files.
|
2012-07-29 16:28:54 +00:00 |
|
frosch
|
c8f6159464
|
(svn r24441) -Update: Version number to 1.3 in some more files.
|
2012-07-29 16:28:54 +00:00 |
|
michi_cc
|
36181b3fb2
|
(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a commonly used header.
|
2012-07-19 19:21:47 +00:00 |
|
michi_cc
|
1966de1a2a
|
(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a commonly used header.
|
2012-07-19 19:21:47 +00:00 |
|