ca61ae0b0a
(svn r22193) -Fix: Invalidate the object build window when using the date cheat
planetmaker
2011-03-05 09:55:09 +00:00
dcdf1e8610
(svn r22193) -Fix: Invalidate the object build window when using the date cheat
planetmaker
2011-03-05 09:55:09 +00:00
5ad2b30b0b
(svn r22192) -Fix (r22188): MSVC 2005 64 bits didn't build settings(gen), and as such compilation failed
rubidium
2011-03-05 08:48:37 +00:00
87ffb623e6
(svn r22192) -Fix (r22188): MSVC 2005 64 bits didn't build settings(gen), and as such compilation failed
rubidium
2011-03-05 08:48:37 +00:00
0eade7efaf
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx
2011-03-05 01:31:56 +00:00
e9c08668b2
(svn r22191) -Fix: make sure table/settings.h is generated with MSVC2010, also fix a warning in version project
glx
2011-03-05 01:31:56 +00:00
691825f39d
(svn r22190) -Fix (r22188): minor changes in project files
glx
2011-03-04 23:44:10 +00:00
2dff2a57fd
(svn r22190) -Fix (r22188): minor changes in project files
glx
2011-03-04 23:44:10 +00:00
88e669d01b
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx
2011-03-04 22:47:43 +00:00
4baf134ae8
(svn r22189) -Fix (r22188): Add svn properties to the new files
glx
2011-03-04 22:47:43 +00:00
7f54c59a66
(svn r22188) -Add: Generate the settings as part of the MSVC build process, and enable it in Makefile too
glx
2011-03-04 22:34:10 +00:00
b4466262b7
(svn r22188) -Add: Generate the settings as part of the MSVC build process, and enable it in Makefile too
glx
2011-03-04 22:34:10 +00:00
150b5c0bf7
(svn r22187) -Fix: some reordering in source.list
glx
2011-03-04 22:25:07 +00:00
393bbd18a4
(svn r22187) -Fix: some reordering in source.list
glx
2011-03-04 22:25:07 +00:00
59e42ea178
(svn r22177) -Fix: make sure the right endianness is chosen with cross-compiling, and strndup is available in the binary for more exotic platforms
rubidium
2011-03-03 21:43:24 +00:00
8a08de2f44
(svn r22177) -Fix: make sure the right endianness is chosen with cross-compiling, and strndup is available in the binary for more exotic platforms
rubidium
2011-03-03 21:43:24 +00:00
25c7bdde66
(svn r22176) -Fix (r22167, r22171, r22172, r22173, r22174): Add svn properties to the new files.
alberth
2011-03-03 21:42:32 +00:00
658789371e
(svn r22176) -Fix (r22167, r22171, r22172, r22173, r22174): Add svn properties to the new files.
alberth
2011-03-03 21:42:32 +00:00
261b34b705
(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id
yexo
2011-03-03 21:24:03 +00:00
b8547f1700
(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id
yexo
2011-03-03 21:24:03 +00:00
91ddf07c80
(svn r22174) -Add: Generate the settings as part of the unix build process without using it (Rubidium)
alberth
2011-03-03 21:08:20 +00:00
8f73cf52ec
(svn r22174) -Add: Generate the settings as part of the unix build process without using it (Rubidium)
alberth
2011-03-03 21:08:20 +00:00
7477f92029
(svn r22173) -Add: Add preamble and postamble files before and after the generated settings data.
alberth
2011-03-03 21:06:24 +00:00
da00c588ec
(svn r22173) -Add: Add preamble and postamble files before and after the generated settings data.
alberth
2011-03-03 21:06:24 +00:00
74d756799c
(svn r22172) -Add: Add ini files containing the table/settings data.
alberth
2011-03-03 21:04:17 +00:00
5ef8c3bbab
(svn r22172) -Add: Add ini files containing the table/settings data.
alberth
2011-03-03 21:04:17 +00:00
fa9c193539
(svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation.
alberth
2011-03-03 20:56:33 +00:00
ebb3255338
(svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation.
alberth
2011-03-03 20:56:33 +00:00
6a88af662b
(svn r22169) -Add: Add parameter to disable automatic group creation in IniLoadFile::GetGroup().
alberth
2011-03-03 20:55:06 +00:00
53032f4080
(svn r22169) -Add: Add parameter to disable automatic group creation in IniLoadFile::GetGroup().
alberth
2011-03-03 20:55:06 +00:00
722296e797
(svn r22168) -Codechange: Move ini file IO and file error reporting to virtual functions.
alberth
2011-03-03 20:53:09 +00:00
b9a9022b8a
(svn r22168) -Codechange: Move ini file IO and file error reporting to virtual functions.
alberth
2011-03-03 20:53:09 +00:00
d19a9f5df5
(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile.
alberth
2011-03-03 20:50:24 +00:00
090638b0c3
(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile.
alberth
2011-03-03 20:50:24 +00:00
b74de9ff72
(svn r22165) -Fix: [NewGRF] memory leak if an industry newgrf had more than one prop A or 15
yexo
2011-03-03 20:26:19 +00:00
cec7944d0a
(svn r22165) -Fix: [NewGRF] memory leak if an industry newgrf had more than one prop A or 15
yexo
2011-03-03 20:26:19 +00:00
18a2fadf35
(svn r22164) -Fix: [NewGRF] disable a station newgrf when it contains an unterminated spritelayout in action0 prop 08 instead of crashing openttd
yexo
2011-03-03 19:52:42 +00:00
2a8ba4f0b0
(svn r22164) -Fix: [NewGRF] disable a station newgrf when it contains an unterminated spritelayout in action0 prop 08 instead of crashing openttd
yexo
2011-03-03 19:52:42 +00:00
3769b4f218
(svn r22163) -Fix [FS#4541]: building a station part adjacent to both an existing station and a rail waypoint failed
yexo
2011-03-03 19:26:18 +00:00
bc8c2ece9d
(svn r22163) -Fix [FS#4541]: building a station part adjacent to both an existing station and a rail waypoint failed
yexo
2011-03-03 19:26:18 +00:00
93533b603a
(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name becomes available
yexo
2011-03-03 18:47:46 +00:00
d1d3084a82
(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name becomes available
yexo
2011-03-03 18:47:46 +00:00
21cc2da71a
(svn r22161) -Update from WebTranslator v3.0: traditional_chinese - 31 changes by elleryq japanese - 16 changes by kokubunzi vietnamese - 6 changes by nglekhoi
translators
2011-03-03 18:45:13 +00:00
ce72ac4d97
(svn r22161) -Update from WebTranslator v3.0: traditional_chinese - 31 changes by elleryq japanese - 16 changes by kokubunzi vietnamese - 6 changes by nglekhoi
translators
2011-03-03 18:45:13 +00:00
d75012d7ff
(svn r22160) -Update from WebTranslator v3.0: traditional_chinese - 15 changes by elleryq romanian - 2 changes by kkmic
translators
2011-03-02 18:45:12 +00:00
31f553aa3a
(svn r22160) -Update from WebTranslator v3.0: traditional_chinese - 15 changes by elleryq romanian - 2 changes by kkmic
translators
2011-03-02 18:45:12 +00:00
5583f14914
(svn r22159) -Update from WebTranslator v3.0: german - 21 changes by NG hungarian - 1 changes by norbert79 thai - 1 changes by kidokun
translators
2011-03-01 18:45:12 +00:00
899172023f
(svn r22159) -Update from WebTranslator v3.0: german - 21 changes by NG hungarian - 1 changes by norbert79 thai - 1 changes by kidokun
translators
2011-03-01 18:45:12 +00:00
4e85245d41
(svn r22158) -Update from WebTranslator v3.0: japanese - 39 changes by kokubunzi korean - 119 changes by junho2813, telk5093 slovenian - 30 changes by
translators
2011-02-28 18:45:13 +00:00
415ea64ae5
(svn r22158) -Update from WebTranslator v3.0: japanese - 39 changes by kokubunzi korean - 119 changes by junho2813, telk5093 slovenian - 30 changes by
translators
2011-02-28 18:45:13 +00:00
12125f6033
(svn r22157) -Fix: [NewGRF] industry prop 0x11 is 4-bytes long, not 3 bytes
yexo
2011-02-28 15:24:35 +00:00
3269754cbd
(svn r22157) -Fix: [NewGRF] industry prop 0x11 is 4-bytes long, not 3 bytes
yexo
2011-02-28 15:24:35 +00:00
34ea215d78
(svn r22156) -Update from WebTranslator v3.0: italian - 54 changes by lorenzodv japanese - 2 changes by kokubunzi slovenian - 30 changes by vietnamese - 3 changes by nglekhoi
translators
2011-02-27 18:45:16 +00:00
5724cd5dcf
(svn r22156) -Update from WebTranslator v3.0: italian - 54 changes by lorenzodv japanese - 2 changes by kokubunzi slovenian - 30 changes by vietnamese - 3 changes by nglekhoi
translators
2011-02-27 18:45:16 +00:00
8074f123d5
(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong
smatz
2011-02-27 13:59:20 +00:00
b04623b63c
(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong
smatz
2011-02-27 13:59:20 +00:00
6e641777b1
(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a client to spectators, causing issues in bankruptcy (Rubidium)
terkhen
2011-02-27 11:38:28 +00:00
1383a6ded7
(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a client to spectators, causing issues in bankruptcy (Rubidium)
terkhen
2011-02-27 11:38:28 +00:00
9ce2823959
(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it breached the 200.000 bytes "limit" for loading language files
rubidium
2011-02-27 06:36:14 +00:00
57f5a2421e
(svn r22153) -Fix [FS#4536]: The Greek translation didn't work as it breached the 200.000 bytes "limit" for loading language files
rubidium
2011-02-27 06:36:14 +00:00
3e5924b10f
(svn r22149) -Fix [FS#4521]: Windows video driver crashed when it couldn't go to full screen at the resolution of the configuration file when starting OpenTTD
rubidium
2011-02-26 19:13:58 +00:00
f642d28ea8
(svn r22149) -Fix [FS#4521]: Windows video driver crashed when it couldn't go to full screen at the resolution of the configuration file when starting OpenTTD
rubidium
2011-02-26 19:13:58 +00:00
ab837c0af0
(svn r22148) -Update from WebTranslator v3.0: basque - 2 changes by Thadah finnish - 1 changes by jpx_ french - 1 changes by Snail_ italian - 35 changes by Snail_ slovenian - 30 changes by
translators
2011-02-26 18:45:17 +00:00
251a0095b1
(svn r22148) -Update from WebTranslator v3.0: basque - 2 changes by Thadah finnish - 1 changes by jpx_ french - 1 changes by Snail_ italian - 35 changes by Snail_ slovenian - 30 changes by
translators
2011-02-26 18:45:17 +00:00
f6b7a1d06b
(svn r22147) -Fix: remove all generated .o files in objs/lang upon clean
rubidium
2011-02-26 17:59:36 +00:00
aaa858d609
(svn r22147) -Fix: remove all generated .o files in objs/lang upon clean
rubidium
2011-02-26 17:59:36 +00:00
ae6dca77e5
(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the pointer might not be converted or be NULL at that point
rubidium
2011-02-26 17:56:51 +00:00
3b268b61bd
(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the pointer might not be converted or be NULL at that point
rubidium
2011-02-26 17:56:51 +00:00
31386c42a7
(svn r22145) -Codechange: Do explicit test for non-bool values.
alberth
2011-02-25 22:04:38 +00:00
9222a30173
(svn r22145) -Codechange: Do explicit test for non-bool values.
alberth
2011-02-25 22:04:38 +00:00
87c8d97aca
(svn r22143) -Update from WebTranslator v3.0: frisian - 59 changes by Taeke irish - 58 changes by tem slovenian - 30 changes by
translators
2011-02-25 18:45:13 +00:00
c43e818ff2
(svn r22143) -Update from WebTranslator v3.0: frisian - 59 changes by Taeke irish - 58 changes by tem slovenian - 30 changes by
translators
2011-02-25 18:45:13 +00:00
f7f3db7174
(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the invalid ones
yexo
2011-02-25 13:59:02 +00:00
3691ba18c4
(svn r22142) -Fix (r22094): some valid keycodes were ignored along with the invalid ones
yexo
2011-02-25 13:59:02 +00:00
b0b7e1172c
(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)
frosch
2011-02-24 22:14:41 +00:00
89a48c5b7d
(svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)
frosch
2011-02-24 22:14:41 +00:00
f34e9ff074
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
frosch
2011-02-24 21:48:06 +00:00
04f56cf6ed
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
frosch
2011-02-24 21:48:06 +00:00
6621a8fb21
(svn r22139) -Update from WebTranslator v3.0: belarusian - 1 changes by KorneySan frisian - 42 changes by Taeke slovenian - 30 changes by
translators
2011-02-24 18:45:13 +00:00
3455ac8467
(svn r22139) -Update from WebTranslator v3.0: belarusian - 1 changes by KorneySan frisian - 42 changes by Taeke slovenian - 30 changes by
translators
2011-02-24 18:45:13 +00:00
89ff97f70a
(svn r22138) -Fix: skipping only the invalid part of an action14 failed, the rest of the action was skipped instead
yexo
2011-02-24 18:13:59 +00:00
92e9dc14ce
(svn r22138) -Fix: skipping only the invalid part of an action14 failed, the rest of the action was skipped instead
yexo
2011-02-24 18:13:59 +00:00
7d40c99378
(svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versions
smatz
2011-02-24 16:39:04 +00:00
fb7a9be91d
(svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versions
smatz
2011-02-24 16:39:04 +00:00