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 |
|
rubidium
|
4625695653
|
(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 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
d284ba2283
|
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
2008-05-17 23:11:06 +00:00 |
|
rubidium
|
f5681547ef
|
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
2008-05-17 23:11:06 +00:00 |
|
rubidium
|
a89b5721a8
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
glx
|
892759c396
|
(svn r13124) -Codechange: make a class of the OrdersWindow.
|
2008-05-16 20:08:20 +00:00 |
|
glx
|
ced7ee3043
|
(svn r13124) -Codechange: make a class of the OrdersWindow.
|
2008-05-16 20:08:20 +00:00 |
|
rubidium
|
92aac531c2
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
23fc96c3e8
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
c28ce39e3c
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
3d5567ccf7
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
9db77e3808
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
9bf519f26b
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
6d063c3ad6
|
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
2008-04-17 19:10:30 +00:00 |
|
rubidium
|
02cdf01507
|
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
2008-04-17 19:10:30 +00:00 |
|
smatz
|
ec588da9e8
|
(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function can be used
|
2008-04-17 18:24:45 +00:00 |
|
smatz
|
059e94e355
|
(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function can be used
|
2008-04-17 18:24:45 +00:00 |
|
smatz
|
966e476df8
|
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
|
2008-04-17 00:44:20 +00:00 |
|
smatz
|
9488db56d4
|
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
|
2008-04-17 00:44:20 +00:00 |
|
maedhros
|
b0629b31fa
|
(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.
|
2008-04-14 12:40:09 +00:00 |
|
maedhros
|
1f59821020
|
(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.
|
2008-04-14 12:40:09 +00:00 |
|
rubidium
|
a277d2df86
|
(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for road vehicles.
|
2008-04-13 16:54:19 +00:00 |
|
rubidium
|
e8ee93b593
|
(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for road vehicles.
|
2008-04-13 16:54:19 +00:00 |
|
rubidium
|
79f4d763ed
|
(svn r12688) -Change: make default non-stop for depot/waypoint orders the same as for stations.
|
2008-04-13 16:50:55 +00:00 |
|
rubidium
|
145ea54474
|
(svn r12688) -Change: make default non-stop for depot/waypoint orders the same as for stations.
|
2008-04-13 16:50:55 +00:00 |
|
smatz
|
6a661582d4
|
(svn r12671) -Fix (r12644): orders window of competitors' vehicles was missing a resizebox
|
2008-04-12 20:15:57 +00:00 |
|
smatz
|
f44aa5e088
|
(svn r12671) -Fix (r12644): orders window of competitors' vehicles was missing a resizebox
|
2008-04-12 20:15:57 +00:00 |
|
rubidium
|
7ea682d6eb
|
(svn r12670) -Add: unconditional/always order 'jump/skip' variable.
|
2008-04-12 13:07:25 +00:00 |
|
rubidium
|
ed250cc7b5
|
(svn r12670) -Add: unconditional/always order 'jump/skip' variable.
|
2008-04-12 13:07:25 +00:00 |
|
rubidium
|
0e40b1013c
|
(svn r12667) -Feature: conditional 'skip/jump' orders.
|
2008-04-12 11:58:19 +00:00 |
|
rubidium
|
ac94b6384b
|
(svn r12667) -Feature: conditional 'skip/jump' orders.
|
2008-04-12 11:58:19 +00:00 |
|
rubidium
|
89ff74fa73
|
(svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.
|
2008-04-11 21:19:03 +00:00 |
|
rubidium
|
00d23c57b3
|
(svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.
|
2008-04-11 21:19:03 +00:00 |
|