rubidium
|
39a41a3a58
|
(svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger.
|
2011-03-20 20:51:31 +00:00 |
|
rubidium
|
e645a2e066
|
(svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger.
|
2011-03-20 20:51:31 +00:00 |
|
frosch
|
4b4a40a72e
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
rubidium
|
7086bb3017
|
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
|
2011-02-04 15:37:23 +00:00 |
|
rubidium
|
46b3d114a8
|
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
|
2011-02-04 15:37:23 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
terkhen
|
9df9575e72
|
(svn r21806) -Codechange: Correct additional appearances of the same typo.
|
2011-01-15 16:27:04 +00:00 |
|
terkhen
|
53c9846f14
|
(svn r21806) -Codechange: Correct additional appearances of the same typo.
|
2011-01-15 16:27:04 +00:00 |
|
terkhen
|
98e0a17c47
|
(svn r21805) -Codechange: Correct a typo.
|
2011-01-15 15:58:03 +00:00 |
|
terkhen
|
93b26e8e3d
|
(svn r21805) -Codechange: Correct a typo.
|
2011-01-15 15:58:03 +00:00 |
|
alberth
|
7d989073d4
|
(svn r21627) -Codechange: Remove _place_proc global variable.
|
2010-12-24 15:08:19 +00:00 |
|
alberth
|
852e647bcc
|
(svn r21627) -Codechange: Remove _place_proc global variable.
|
2010-12-24 15:08:19 +00:00 |
|
alberth
|
38a59fb3f3
|
(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas.
|
2010-12-23 14:38:01 +00:00 |
|
alberth
|
802ec80c5d
|
(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas.
|
2010-12-23 14:38:01 +00:00 |
|
alberth
|
b78387b68d
|
(svn r21545) -Codechange: Replace the callback by another switch.
|
2010-12-20 13:19:59 +00:00 |
|
alberth
|
a1cfb14d92
|
(svn r21545) -Codechange: Replace the callback by another switch.
|
2010-12-20 13:19:59 +00:00 |
|
alberth
|
5a75937649
|
(svn r21544) -Codechange: Fold the small static click functions into the switch.
|
2010-12-20 13:17:54 +00:00 |
|
alberth
|
eb99392966
|
(svn r21544) -Codechange: Fold the small static click functions into the switch.
|
2010-12-20 13:17:54 +00:00 |
|
alberth
|
7ad959b4bc
|
(svn r21543) -Codechange: Remove _build_docks_button_proc array.
|
2010-12-20 13:16:22 +00:00 |
|
alberth
|
1f9fe3999d
|
(svn r21543) -Codechange: Remove _build_docks_button_proc array.
|
2010-12-20 13:16:22 +00:00 |
|
rubidium
|
0f52366443
|
(svn r21471) -Change [FS#4153]: make building aqueducts behave more like building tunnels. They can't be built on flat (or foundationed) tiles, so there is at most one destination tile like there is only one for tunnels
|
2010-12-11 19:49:44 +00:00 |
|
rubidium
|
293ede7bdf
|
(svn r21471) -Change [FS#4153]: make building aqueducts behave more like building tunnels. They can't be built on flat (or foundationed) tiles, so there is at most one destination tile like there is only one for tunnels
|
2010-12-11 19:49:44 +00:00 |
|
alberth
|
0722492c1b
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
alberth
|
f5c6fd1a25
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
terkhen
|
f12391dcb0
|
(svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657)
|
2010-10-15 19:14:43 +00:00 |
|
terkhen
|
780f120c32
|
(svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657)
|
2010-10-15 19:14:43 +00:00 |
|
terkhen
|
0a8adab770
|
(svn r20931) -Document: Waterways toolbar click functions.
|
2010-10-15 19:05:17 +00:00 |
|
terkhen
|
46ca8778b4
|
(svn r20931) -Document: Waterways toolbar click functions.
|
2010-10-15 19:05:17 +00:00 |
|
terkhen
|
6c9580d6d0
|
(svn r20856) -Fix [FS#4141]: Road/water toolbars did not get updated when the first vehicle of their type becomes available.
|
2010-09-28 21:58:06 +00:00 |
|
terkhen
|
897bb71621
|
(svn r20856) -Fix [FS#4141]: Road/water toolbars did not get updated when the first vehicle of their type becomes available.
|
2010-09-28 21:58:06 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
71118b60ec
|
(svn r20438) -Fix [FS#4022]: for docks "facing" north, i.e. having the watery part a the northern side, the joiner had an off-by-one to the north w.r.t. the station spread against the actual other (correct) building tools
|
2010-08-10 16:13:51 +00:00 |
|
rubidium
|
2a9f9b092b
|
(svn r20438) -Fix [FS#4022]: for docks "facing" north, i.e. having the watery part a the northern side, the joiner had an off-by-one to the north w.r.t. the station spread against the actual other (correct) building tools
|
2010-08-10 16:13:51 +00:00 |
|
frosch
|
d19a8038f4
|
(svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar().
|
2010-07-04 09:27:15 +00:00 |
|
frosch
|
397d1186d7
|
(svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar().
|
2010-07-04 09:27:15 +00:00 |
|
yexo
|
d96aa7abfa
|
(svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
|
2010-07-03 21:43:44 +00:00 |
|
yexo
|
26be68ae98
|
(svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys
Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default
|
2010-07-03 21:43:44 +00:00 |
|
yexo
|
4cac42fa43
|
(svn r20063) -Feature: customizable hotkeys for the dock toolbar
|
2010-07-03 18:18:58 +00:00 |
|
yexo
|
243075a096
|
(svn r20063) -Feature: customizable hotkeys for the dock toolbar
|
2010-07-03 18:18:58 +00:00 |
|
frosch
|
099f734be9
|
(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.
|
2010-04-17 23:34:00 +00:00 |
|
frosch
|
893e405af0
|
(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.
|
2010-04-17 23:34:00 +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 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
26b203e3ff
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
2b97f38cd1
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|