terkhen
|
04134c1e51
|
(svn r20289) -Codechange: Unify fall through coding style.
|
2010-08-01 20:52:11 +00:00 |
|
terkhen
|
80c43f52e8
|
(svn r20289) -Codechange: Unify fall through coding style.
|
2010-08-01 20:52:11 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
rubidium
|
d11de00a15
|
(svn r20244) -Fix: the caption of the "Available vehicle" lists was black, whereas for building those vehicles, which uses the exact same window, it was white.
|
2010-07-30 12:26:58 +00:00 |
|
rubidium
|
0c54c242e2
|
(svn r20244) -Fix: the caption of the "Available vehicle" lists was black, whereas for building those vehicles, which uses the exact same window, it was white.
|
2010-07-30 12:26:58 +00:00 |
|
alberth
|
3cd9351618
|
(svn r20241) -Codechange: Move variable declarations to their first use.
|
2010-07-30 10:39:24 +00:00 |
|
alberth
|
2dd77d0ef9
|
(svn r20241) -Codechange: Move variable declarations to their first use.
|
2010-07-30 10:39:24 +00:00 |
|
terkhen
|
c92b2e9d3c
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
terkhen
|
88ca183191
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
alberth
|
a50578c3ad
|
(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetScrolledRowFromWidget().
|
2010-07-26 13:08:48 +00:00 |
|
alberth
|
4203e641f8
|
(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetScrolledRowFromWidget().
|
2010-07-26 13:08:48 +00:00 |
|
frosch
|
de785d2875
|
(svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all vehicle lists.
|
2010-07-17 15:06:28 +00:00 |
|
frosch
|
ec4fa160e9
|
(svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all vehicle lists.
|
2010-07-17 15:06:28 +00:00 |
|
frosch
|
d8e9cbc77d
|
(svn r20173) -Codechange: Make the normal vehiclelist fit the longest action dropdown text.
|
2010-07-17 15:03:07 +00:00 |
|
frosch
|
be7a5588fa
|
(svn r20173) -Codechange: Make the normal vehiclelist fit the longest action dropdown text.
|
2010-07-17 15:03:07 +00:00 |
|
frosch
|
ca5acaa616
|
(svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList() also for the normal vehicle list.
|
2010-07-17 14:58:35 +00:00 |
|
frosch
|
f06560ad45
|
(svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList() also for the normal vehicle list.
|
2010-07-17 14:58:35 +00:00 |
|
frosch
|
598b0e6be6
|
(svn r20171) -Fix: Make the group list action dropdown also use vehicletype-specific texts like the normal vehicle list.
|
2010-07-17 14:53:46 +00:00 |
|
frosch
|
240e8df052
|
(svn r20171) -Fix: Make the group list action dropdown also use vehicletype-specific texts like the normal vehicle list.
|
2010-07-17 14:53:46 +00:00 |
|
frosch
|
ea4bb0bec0
|
(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().
|
2010-07-17 14:47:54 +00:00 |
|
frosch
|
ce480fb4b5
|
(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().
|
2010-07-17 14:47:54 +00:00 |
|
frosch
|
d10c265d75
|
(svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleListWindow::BuildActionDropdownList().
|
2010-07-17 14:36:36 +00:00 |
|
frosch
|
c79d4f46a3
|
(svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleListWindow::BuildActionDropdownList().
|
2010-07-17 14:36:36 +00:00 |
|
terkhen
|
da87125878
|
(svn r20123) -Add [FS#3721]: Use all available space when drawing articulated road vehicles.
|
2010-07-11 13:14:08 +00:00 |
|
terkhen
|
0a689a67f5
|
(svn r20123) -Add [FS#3721]: Use all available space when drawing articulated road vehicles.
|
2010-07-11 13:14:08 +00:00 |
|
alberth
|
c2a871d10b
|
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
|
2010-07-02 13:53:05 +00:00 |
|
alberth
|
22b9bc5157
|
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
|
2010-07-02 13:53:05 +00:00 |
|
smatz
|
a9b3a3080b
|
(svn r20041) -Fix [FS#3892](r19955): crash when spectator tried to open a vehicle list without selecting any company
|
2010-07-02 09:09:40 +00:00 |
|
smatz
|
d7a6ba4781
|
(svn r20041) -Fix [FS#3892](r19955): crash when spectator tried to open a vehicle list without selecting any company
|
2010-07-02 09:09:40 +00:00 |
|
rubidium
|
95f0a1abc4
|
(svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the "actions" dropdown
|
2010-06-23 14:56:17 +00:00 |
|
rubidium
|
18e567c168
|
(svn r20014) -Fix [FS#3881]: don't close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the "actions" dropdown
|
2010-06-23 14:56:17 +00:00 |
|
frosch
|
6f800a8407
|
(svn r20005) -Codechange: Enumify force_proceed.
|
2010-06-21 17:35:27 +00:00 |
|
frosch
|
e931399b31
|
(svn r20005) -Codechange: Enumify force_proceed.
|
2010-06-21 17:35:27 +00:00 |
|
smatz
|
a6232ad532
|
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
|
2010-06-11 00:18:28 +00:00 |
|
smatz
|
c4175b752a
|
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
|
2010-06-11 00:18:28 +00:00 |
|
smatz
|
dbe69c2350
|
(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company
|
2010-06-10 23:27:37 +00:00 |
|
smatz
|
830e40af19
|
(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company
|
2010-06-10 23:27:37 +00:00 |
|
rubidium
|
99e88d6f7f
|
(svn r19796) -Codechange: introduce and use a {DEPOT} string command
|
2010-05-12 18:19:36 +00:00 |
|
rubidium
|
5051ef80c6
|
(svn r19796) -Codechange: introduce and use a {DEPOT} string command
|
2010-05-12 18:19:36 +00:00 |
|
smatz
|
691261674a
|
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
|
2010-04-24 20:55:51 +00:00 |
|
smatz
|
e3c89df398
|
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
|
2010-04-24 20:55:51 +00:00 |
|
smatz
|
ce9d3a2d6a
|
(svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles
|
2010-04-24 14:29:30 +00:00 |
|
smatz
|
4a9ef6ce60
|
(svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles
|
2010-04-24 14:29:30 +00:00 |
|
rubidium
|
cb92cdf975
|
(svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables
|
2010-04-24 13:39:11 +00:00 |
|
rubidium
|
f56ebd81c3
|
(svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables
|
2010-04-24 13:39:11 +00:00 |
|
terkhen
|
0024c713b2
|
(svn r19699) -Codechange: Use InvalidateData at the refit window.
|
2010-04-23 17:29:53 +00:00 |
|
terkhen
|
d9dc4c04f4
|
(svn r19699) -Codechange: Use InvalidateData at the refit window.
|
2010-04-23 17:29:53 +00:00 |
|