rubidium
|
f5e479e5bc
|
(svn r19997) -Codechange: Unify order of ship and plane icon in stationlist and stationsigns with the rest of the game (frosch)
|
2010-06-19 16:40:31 +00:00 |
|
rubidium
|
3e35018f97
|
(svn r19997) -Codechange: Unify order of ship and plane icon in stationlist and stationsigns with the rest of the game (frosch)
|
2010-06-19 16:40:31 +00:00 |
|
smatz
|
409c4d3342
|
(svn r19969) -Change: swap 'list of ships' and 'list of aircraft' buttons in the Station View window
|
2010-06-12 21:23:20 +00:00 |
|
smatz
|
55a684efc1
|
(svn r19969) -Change: swap 'list of ships' and 'list of aircraft' buttons in the Station View window
|
2010-06-12 21:23:20 +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
|
fa7c8be0b8
|
(svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88)
|
2010-05-11 21:01:01 +00:00 |
|
rubidium
|
d2364c32ed
|
(svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88)
|
2010-05-11 21:01:01 +00:00 |
|
rubidium
|
ee02599bbf
|
(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter
|
2010-05-11 20:48:06 +00:00 |
|
rubidium
|
be504a6ef0
|
(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter
|
2010-05-11 20:48:06 +00:00 |
|
frosch
|
a4413f4cf6
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|
frosch
|
2e90f7f8b9
|
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
|
2010-04-18 14:56:05 +00:00 |
|
smatz
|
64aadd8e33
|
(svn r19581) -Codechange: auto-raise 'All facilities/cargos' buttons in the Station list window
|
2010-04-07 21:33:03 +00:00 |
|
smatz
|
7f531267dc
|
(svn r19581) -Codechange: auto-raise 'All facilities/cargos' buttons in the Station list window
|
2010-04-07 21:33:03 +00:00 |
|
terkhen
|
1fbde179d9
|
(svn r19573) -Fix (r19541): Special cargos did not appear at the refit list.
|
2010-04-07 14:17:29 +00:00 |
|
terkhen
|
869fac9964
|
(svn r19573) -Fix (r19541): Special cargos did not appear at the refit list.
|
2010-04-07 14:17:29 +00:00 |
|
terkhen
|
3a7689ae8a
|
(svn r19540) -Feature: Sort the ratings of a station by cargo class / name.
|
2010-04-02 12:26:20 +00:00 |
|
terkhen
|
fdc146b3c1
|
(svn r19540) -Feature: Sort the ratings of a station by cargo class / name.
|
2010-04-02 12:26:20 +00:00 |
|
alberth
|
beb46d1a7f
|
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
|
2010-03-06 13:23:33 +00:00 |
|
alberth
|
6a3dbaf99a
|
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
|
2010-03-06 13:23:33 +00:00 |
|
alberth
|
ead01e1dd3
|
(svn r19129) -Fix [FS#3623] (r19122): Don't draw cargo ratings/acceptance when the window is shaded.
|
2010-02-14 15:35:44 +00:00 |
|
alberth
|
8641f08df3
|
(svn r19129) -Fix [FS#3623] (r19122): Don't draw cargo ratings/acceptance when the window is shaded.
|
2010-02-14 15:35:44 +00:00 |
|
alberth
|
0052f2667f
|
(svn r19123) -Fix [FS#3617]: Resize station cargo widget when needed to display all accepted cargo types.
|
2010-02-13 18:44:03 +00:00 |
|
alberth
|
09327c2e69
|
(svn r19123) -Fix [FS#3617]: Resize station cargo widget when needed to display all accepted cargo types.
|
2010-02-13 18:44:03 +00:00 |
|
alberth
|
e095cfb016
|
(svn r19122) -Codechange: Move cargo drawing to StationViewWindow::OnPaint().
|
2010-02-13 18:41:31 +00:00 |
|
alberth
|
1737292d07
|
(svn r19122) -Codechange: Move cargo drawing to StationViewWindow::OnPaint().
|
2010-02-13 18:41:31 +00:00 |
|
alberth
|
02c2b55a20
|
(svn r19121) -Codechange: Introduce a variable for the height of the ratings and accepted cargo widgets.
|
2010-02-13 18:39:00 +00:00 |
|
alberth
|
df920582af
|
(svn r19121) -Codechange: Introduce a variable for the height of the ratings and accepted cargo widgets.
|
2010-02-13 18:39:00 +00:00 |
|
rubidium
|
39ea18dca6
|
(svn r19111) -Fix (r19070): the station view didn't show acceptance anymore
|
2010-02-12 21:43:58 +00:00 |
|
rubidium
|
171dbb7831
|
(svn r19111) -Fix (r19070): the station view didn't show acceptance anymore
|
2010-02-12 21:43:58 +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
|
f8259205bd
|
(svn r19070) -Fix [FS#3607]: the station coverage text was not RTL language aware (sbr)
|
2010-02-09 21:48:57 +00:00 |
|
rubidium
|
29ce905bc2
|
(svn r19070) -Fix [FS#3607]: the station coverage text was not RTL language aware (sbr)
|
2010-02-09 21:48:57 +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
|
f618acfb7d
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
rubidium
|
4d93b704d9
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +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
|
988d09b8c1
|
(svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp
|
2010-01-05 16:59:57 +00:00 |
|
rubidium
|
f348afb5aa
|
(svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp
|
2010-01-05 16:59:57 +00:00 |
|
rubidium
|
e48416ad4e
|
(svn r18718) -Codechange: make a wrapper macro for looping TileAreas
|
2010-01-04 18:30:10 +00:00 |
|
rubidium
|
3e131e2fec
|
(svn r18718) -Codechange: make a wrapper macro for looping TileAreas
|
2010-01-04 18:30:10 +00:00 |
|
rubidium
|
ee473d6700
|
(svn r18713) -Fix [FS#3476]: the join station window didn't account for scrolling, so if you did scroll the station was not joined with the selected station
|
2010-01-04 17:54:57 +00:00 |
|
rubidium
|
02a297669a
|
(svn r18713) -Fix [FS#3476]: the join station window didn't account for scrolling, so if you did scroll the station was not joined with the selected station
|
2010-01-04 17:54:57 +00:00 |
|
alberth
|
0e9dac92d2
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
alberth
|
91872aca48
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
alberth
|
f20e477a02
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|
alberth
|
5a083f183e
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|