yexo
|
23af928ce9
|
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
|
2010-02-28 20:28:08 +00:00 |
|
yexo
|
404df87b1f
|
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
|
2010-02-28 20:28:08 +00:00 |
|
frosch
|
e175c704a3
|
(svn r19283) -Fix (r19256): GRFConfig is not zeroed for non-dynamic construction. GRFIdentifier is sufficient though.
|
2010-02-27 20:26:42 +00:00 |
|
frosch
|
3926b62446
|
(svn r19283) -Fix (r19256): GRFConfig is not zeroed for non-dynamic construction. GRFIdentifier is sufficient though.
|
2010-02-27 20:26:42 +00:00 |
|
rubidium
|
04fbf762fb
|
(svn r19262) -Feature: finalise BaNaNaS support for music sets
|
2010-02-26 00:00:55 +00:00 |
|
rubidium
|
0f6d82df7e
|
(svn r19262) -Feature: finalise BaNaNaS support for music sets
|
2010-02-26 00:00:55 +00:00 |
|
yexo
|
daf89297fe
|
(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make sure all members are properly initialized
|
2010-02-25 20:06:11 +00:00 |
|
yexo
|
7ff55502f0
|
(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make sure all members are properly initialized
|
2010-02-25 20:06:11 +00:00 |
|
yexo
|
b21278659c
|
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it
|
2010-02-25 20:05:31 +00:00 |
|
yexo
|
a9c8dbc0a0
|
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it
|
2010-02-25 20:05:31 +00:00 |
|
terkhen
|
6ccd15fd08
|
(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.
|
2010-02-24 21:45:23 +00:00 |
|
terkhen
|
524a10b375
|
(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.
|
2010-02-24 21:45:23 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
smatz
|
f051066bc4
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
alberth
|
e3b24801e2
|
(svn r19132) -Codechange: No need to end a line with ;;.
|
2010-02-14 16:31:35 +00:00 |
|
alberth
|
33a96b5ef3
|
(svn r19132) -Codechange: No need to end a line with ;;.
|
2010-02-14 16:31:35 +00:00 |
|
yexo
|
9a80d81f4c
|
(svn r19094) -Codechange: don't check for NULL values before calling StrEmpty
|
2010-02-11 14:58:51 +00:00 |
|
yexo
|
6406b75b8f
|
(svn r19094) -Codechange: don't check for NULL values before calling StrEmpty
|
2010-02-11 14:58:51 +00:00 |
|
rubidium
|
a7a2568985
|
(svn r19090) -Codechange: some comment coding style fixes
|
2010-02-10 21:06:05 +00:00 |
|
rubidium
|
7a73a7490d
|
(svn r19090) -Codechange: some comment coding style fixes
|
2010-02-10 21:06:05 +00:00 |
|
rubidium
|
1c468db7d5
|
(svn r19087) -Codechange: some typos in StringIDs
|
2010-02-10 20:20:18 +00:00 |
|
rubidium
|
0072503496
|
(svn r19087) -Codechange: some typos in StringIDs
|
2010-02-10 20:20:18 +00:00 |
|
rubidium
|
1c494c6f71
|
(svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel
|
2010-02-10 16:24:05 +00:00 |
|
rubidium
|
21bd2722cd
|
(svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel
|
2010-02-10 16:24:05 +00:00 |
|
smatz
|
c736bbb875
|
(svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword()
|
2010-02-10 15:17:27 +00:00 |
|
smatz
|
73ed81b1c7
|
(svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword()
|
2010-02-10 15:17:27 +00:00 |
|
rubidium
|
78f5533141
|
(svn r19072) -Fix [FS#3599]: possible read/write after free when the client triggered the server to close the connection
|
2010-02-09 23:49:19 +00:00 |
|
rubidium
|
ab35d95b5a
|
(svn r19072) -Fix [FS#3599]: possible read/write after free when the client triggered the server to close the connection
|
2010-02-09 23:49:19 +00:00 |
|
rubidium
|
5eb860dabe
|
(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated
|
2010-02-07 18:28:09 +00:00 |
|
rubidium
|
f47f3a4157
|
(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated
|
2010-02-07 18:28:09 +00:00 |
|
rubidium
|
00f64a64d9
|
(svn r19001) -Fix: some GCC compile warnings
|
2010-02-04 13:35:20 +00:00 |
|
rubidium
|
228da0ccd3
|
(svn r19001) -Fix: some GCC compile warnings
|
2010-02-04 13:35:20 +00:00 |
|
rubidium
|
416a47f9a2
|
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about
|
2010-02-03 21:45:48 +00:00 |
|
rubidium
|
d818c7c7b1
|
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about
|
2010-02-03 21:45:48 +00:00 |
|
rubidium
|
57996b7cd5
|
(svn r18994) -Change: content mirroring support (based on work by TrueBrain).
|
2010-02-03 18:42:23 +00:00 |
|
rubidium
|
2db44fc18e
|
(svn r18994) -Change: content mirroring support (based on work by TrueBrain).
|
2010-02-03 18:42:23 +00:00 |
|
rubidium
|
b795af486d
|
(svn r18992) -Codechange: move the file opening/closing out of the content download function
|
2010-02-03 17:15:35 +00:00 |
|
rubidium
|
e437362c7b
|
(svn r18992) -Codechange: move the file opening/closing out of the content download function
|
2010-02-03 17:15:35 +00:00 |
|
rubidium
|
6a4726020f
|
(svn r18991) -Codechange: simplify memory management of DownloadSelectedContent
|
2010-02-03 17:12:19 +00:00 |
|
rubidium
|
589aee0cee
|
(svn r18991) -Codechange: simplify memory management of DownloadSelectedContent
|
2010-02-03 17:12:19 +00:00 |
|
frosch
|
28bb97ffdf
|
(svn r18967) -Fix (r18966): Never trust your copy&paste skills.
|
2010-01-30 18:43:14 +00:00 |
|
frosch
|
f9cebfcfc4
|
(svn r18967) -Fix (r18966): Never trust your copy&paste skills.
|
2010-01-30 18:43:14 +00:00 |
|
frosch
|
94a5c917a5
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
frosch
|
88019e64e1
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
frosch
|
c45c274daa
|
(svn r18965) -Fix (r17846): Don't compare horizontal positions with vertical.
|
2010-01-30 17:42:04 +00:00 |
|
frosch
|
2f6fe85f23
|
(svn r18965) -Fix (r17846): Don't compare horizontal positions with vertical.
|
2010-01-30 17:42:04 +00:00 |
|
rubidium
|
149af66877
|
(svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables
|
2010-01-21 11:17:40 +00:00 |
|
rubidium
|
f608ad7baf
|
(svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables
|
2010-01-21 11:17:40 +00:00 |
|
rubidium
|
8676af5618
|
(svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze)
|
2010-01-16 22:01:33 +00:00 |
|
rubidium
|
15adbad2f4
|
(svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze)
|
2010-01-16 22:01:33 +00:00 |
|