fonsinchen
|
c81a6070cb
|
(svn r26547) -Codechange: Collect order travel and wait times independent of timetables
|
2014-05-01 14:49:16 +00:00 |
|
fonsinchen
|
3ee31a8f89
|
(svn r26547) -Codechange: Collect order travel and wait times independent of timetables
|
2014-05-01 14:49:16 +00:00 |
|
fonsinchen
|
d49dad9f9c
|
(svn r26546) -Codechange: Make order wait_time, travel_time and max_speed private
|
2014-05-01 14:48:44 +00:00 |
|
fonsinchen
|
c915d9fa55
|
(svn r26546) -Codechange: Make order wait_time, travel_time and max_speed private
|
2014-05-01 14:48:44 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
9b9acbbe2c
|
(svn r25617) -Fix [FS#5655] (r25377): crash when Ctrl+clicking the start date button in timetable window without any orders
|
2013-07-17 18:37:13 +00:00 |
|
rubidium
|
fb1d479a51
|
(svn r25617) -Fix [FS#5655] (r25377): crash when Ctrl+clicking the start date button in timetable window without any orders
|
2013-07-17 18:37:13 +00:00 |
|
rubidium
|
7c4b623d7d
|
(svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when setting a start date
|
2013-06-09 13:55:33 +00:00 |
|
rubidium
|
a2af1f69af
|
(svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when setting a start date
|
2013-06-09 13:55:33 +00:00 |
|
frosch
|
ddf817e8f3
|
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all of them.
|
2013-06-01 14:33:48 +00:00 |
|
frosch
|
ce110eed32
|
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all of them.
|
2013-06-01 14:33:48 +00:00 |
|
frosch
|
13badddd75
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
4e4e635916
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
michi_cc
|
37da99ab90
|
(svn r24833) -Codechange: Replace magic numbers for invalidating vehicle-related windows with an enum.
|
2012-12-20 19:44:02 +00:00 |
|
michi_cc
|
c75962e04c
|
(svn r24833) -Codechange: Replace magic numbers for invalidating vehicle-related windows with an enum.
|
2012-12-20 19:44:02 +00:00 |
|
frosch
|
eb20798aae
|
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
|
2012-12-08 17:18:51 +00:00 |
|
frosch
|
b533523258
|
(svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations.
|
2012-12-08 17:18:51 +00:00 |
|
frosch
|
3a58d60e9f
|
(svn r24800) -Fix [FS#5327] (r21933): Glitch in timetable GUI. (sbr)
|
2012-12-08 17:18:30 +00:00 |
|
frosch
|
18a5ba4ad7
|
(svn r24800) -Fix [FS#5327] (r21933): Glitch in timetable GUI. (sbr)
|
2012-12-08 17:18:30 +00:00 |
|
frosch
|
3b06409153
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
michi_cc
|
64c5299b4d
|
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
|
2012-02-14 17:04:06 +00:00 |
|
michi_cc
|
f2c694c8fb
|
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
|
2012-02-14 17:04:06 +00:00 |
|
michi_cc
|
8161459cfe
|
(svn r23946) -Codechange: Pass a proper enum instead of a bit flag to CmdChangeTimetable for indicating what to change.
|
2012-02-14 17:04:01 +00:00 |
|
michi_cc
|
347157cb8c
|
(svn r23946) -Codechange: Pass a proper enum instead of a bit flag to CmdChangeTimetable for indicating what to change.
|
2012-02-14 17:04:01 +00:00 |
|
truebrain
|
74a9412141
|
(svn r23553) -Fix: avoid naming conflict in widget enums
|
2011-12-16 18:33:02 +00:00 |
|
truebrain
|
bcf00dbb8f
|
(svn r23553) -Fix: avoid naming conflict in widget enums
|
2011-12-16 18:33:02 +00:00 |
|
truebrain
|
e054cd36b9
|
(svn r23547) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:21:13 +00:00 |
|
truebrain
|
e2726ca3f1
|
(svn r23547) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:21:13 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
planetmaker
|
7aa57e4acd
|
(svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added
|
2011-05-18 12:19:58 +00:00 |
|
planetmaker
|
43c8cd1d5e
|
(svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added
|
2011-05-18 12:19:58 +00:00 |
|
rubidium
|
87272273b5
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
rubidium
|
1a515e6344
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
terkhen
|
a88fe7c2aa
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
307eeb3c46
|
(svn r22246) -Fix: Process order window invalidations for specific orders in command-scope.
|
2011-03-13 21:33:57 +00:00 |
|
frosch
|
5689b3dbda
|
(svn r22246) -Fix: Process order window invalidations for specific orders in command-scope.
|
2011-03-13 21:33:57 +00:00 |
|
frosch
|
afd2e51936
|
(svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope invalidations themself (from autoreplace and refitting).
|
2011-03-13 21:33:02 +00:00 |
|
frosch
|
f051a81b4e
|
(svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope invalidations themself (from autoreplace and refitting).
|
2011-03-13 21:33:02 +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 |
|
frosch
|
0a28d212f4
|
(svn r22226) -Codechange: When autoreplace invalidates vehicle windows because the Vehicle index changed, use a better eye-catcher-'data' than 0 to identify them.
|
2011-03-08 19:41:58 +00:00 |
|
frosch
|
9cf92e2bd2
|
(svn r22226) -Codechange: When autoreplace invalidates vehicle windows because the Vehicle index changed, use a better eye-catcher-'data' than 0 to identify them.
|
2011-03-08 19:41:58 +00:00 |
|