smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
a2a5cad303
|
(svn r15202) -Fix (r14827): only make quick goto active for your own company
|
2009-01-22 00:08:15 +00:00 |
|
rubidium
|
a89e63f672
|
(svn r15202) -Fix (r14827): only make quick goto active for your own company
|
2009-01-22 00:08:15 +00:00 |
|
glx
|
c61674221c
|
(svn r14840) -Cleanup: remove duplicate includes
|
2009-01-04 21:02:59 +00:00 |
|
glx
|
c7959ce2a9
|
(svn r14840) -Cleanup: remove duplicate includes
|
2009-01-04 21:02:59 +00:00 |
|
rubidium
|
e62e12e7f5
|
(svn r14827) -Feature [FS#1984]: few (optional) optimisations to making (initial) orders (sulai)
|
2009-01-04 14:51:49 +00:00 |
|
rubidium
|
c9e8fd307e
|
(svn r14827) -Feature [FS#1984]: few (optional) optimisations to making (initial) orders (sulai)
|
2009-01-04 14:51:49 +00:00 |
|
rubidium
|
99eae02c9d
|
(svn r14819) -Change: make details and order menu stickyable, like the timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied.
|
2009-01-03 23:32:59 +00:00 |
|
rubidium
|
3024850bb1
|
(svn r14819) -Change: make details and order menu stickyable, like the timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied.
|
2009-01-03 23:32:59 +00:00 |
|
smatz
|
b00e510140
|
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints
|
2009-01-03 16:06:58 +00:00 |
|
smatz
|
254e19da91
|
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints
|
2009-01-03 16:06:58 +00:00 |
|
rubidium
|
abd3b8e0d7
|
(svn r14801) -Codechange: don't reference Vehicle::num_orders directly but through a method GetNumOrders() (PhilSophus)
|
2009-01-03 13:20:32 +00:00 |
|
rubidium
|
d428da5a35
|
(svn r14801) -Codechange: don't reference Vehicle::num_orders directly but through a method GetNumOrders() (PhilSophus)
|
2009-01-03 13:20:32 +00:00 |
|
rubidium
|
80a35db52c
|
(svn r14784) -Change: don't close and reopen the vehicle order/detail windows, just refocus them instead.
|
2009-01-02 20:01:28 +00:00 |
|
rubidium
|
bde4b6020a
|
(svn r14784) -Change: don't close and reopen the vehicle order/detail windows, just refocus them instead.
|
2009-01-02 20:01:28 +00:00 |
|
rubidium
|
e83cca7d13
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
87e5a8b52b
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
4694b10706
|
(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)
|
2008-10-24 14:49:45 +00:00 |
|
rubidium
|
42df5cbc03
|
(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)
|
2008-10-24 14:49:45 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
smatz
|
4057132b00
|
(svn r14396) -Fix: ctrl+right click at 'Go to nearest depot' order scrolled to depot with DepotID == 0
|
2008-09-24 16:51:36 +00:00 |
|
smatz
|
b907ffec97
|
(svn r14396) -Fix: ctrl+right click at 'Go to nearest depot' order scrolled to depot with DepotID == 0
|
2008-09-24 16:51:36 +00:00 |
|
smatz
|
a000de8418
|
(svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open
-Fix: close any dropdown and child windows in the Order and Timetable windows when selected order is deselected, deleted, ...
|
2008-09-24 16:40:06 +00:00 |
|
smatz
|
6987e6015a
|
(svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open
-Fix: close any dropdown and child windows in the Order and Timetable windows when selected order is deselected, deleted, ...
|
2008-09-24 16:40:06 +00:00 |
|
smatz
|
da39b8c866
|
(svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button
|
2008-09-19 16:34:24 +00:00 |
|
smatz
|
89edec7bfb
|
(svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button
|
2008-09-19 16:34:24 +00:00 |
|
smatz
|
ffa39caf3d
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
smatz
|
606f4defdc
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
smatz
|
ff7e0b2586
|
(svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places
|
2008-09-09 12:26:25 +00:00 |
|
smatz
|
f503c7c99e
|
(svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places
|
2008-09-09 12:26:25 +00:00 |
|
rubidium
|
141001d031
|
(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though.
|
2008-08-17 21:07:09 +00:00 |
|
rubidium
|
99efe9aaae
|
(svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though.
|
2008-08-17 21:07:09 +00:00 |
|
frosch
|
3064767d69
|
(svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state is botched up from outside.
|
2008-08-06 19:00:31 +00:00 |
|
frosch
|
acf224683d
|
(svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal state is botched up from outside.
|
2008-08-06 19:00:31 +00:00 |
|
belugas
|
2240833463
|
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
|
2008-07-31 16:42:11 +00:00 |
|
belugas
|
5bbb5721df
|
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
|
2008-07-31 16:42:11 +00:00 |
|
rubidium
|
2e68b35106
|
(svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.
|
2008-07-14 21:01:49 +00:00 |
|
rubidium
|
0f4d9a8e49
|
(svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.
|
2008-07-14 21:01:49 +00:00 |
|
rubidium
|
91e317cd1c
|
(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
|
2008-07-14 20:18:06 +00:00 |
|
rubidium
|
be722412fa
|
(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
|
2008-07-14 20:18:06 +00:00 |
|
rubidium
|
199b3d7886
|
(svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.
|
2008-06-10 16:46:11 +00:00 |
|
rubidium
|
0900f3388a
|
(svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.
|
2008-06-10 16:46:11 +00:00 |
|
rubidium
|
d49a86cf48
|
(svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order.
|
2008-06-08 09:14:30 +00:00 |
|
rubidium
|
b1dc705492
|
(svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order.
|
2008-06-08 09:14:30 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
dc77647ea4
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|