peter1138
|
2b9782fd95
|
(svn r26933) -Codechange: Resize engine preview window to fit vehicle sprite.
|
2014-09-28 09:02:11 +00:00 |
|
alberth
|
4ff3ab1357
|
(svn r26848) -Codechange: Unduplicate summing of cargo capacities in GetTotalCapacityOfArticulatedParts.
|
2014-09-18 19:50:41 +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 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +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 |
|
frosch
|
5c358c4173
|
(svn r24811) -Add: Close engine preview window when another client accepts it.
|
2012-12-09 16:55:21 +00:00 |
|
frosch
|
2bb54f09d8
|
(svn r24809) -Feature(ette) [FS#2632]: Consider engine preview windows always sticky, so non-shift mass-closure does not affect them.
|
2012-12-09 16:54:23 +00:00 |
|
frosch
|
77ff4c9155
|
(svn r24058) -Fix [FS#5124]: Wrong numbering of string parameters.
|
2012-03-24 15:21:07 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
e9f584ac21
|
(svn r23531) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:27:45 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
michi_cc
|
def8e7215b
|
(svn r23504) -Feature: Aircraft range.
|
2011-12-13 00:43:35 +00:00 |
|
frosch
|
bbc3409942
|
(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs.
|
2011-11-01 16:51:47 +00:00 |
|
rubidium
|
fb5ecb9499
|
(svn r22411) -Document: another bunch of bits
|
2011-05-02 17:42:12 +00:00 |
|
alberth
|
f5c6fd1a25
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +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
|
22b9bc5157
|
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
|
2010-07-02 13:53:05 +00:00 |
|
terkhen
|
be3b839ded
|
(svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort for road vehicles.
|
2010-03-06 12:59:28 +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 |
|
terkhen
|
272f2cd93e
|
(svn r18963) -Codechange: Give AccelerationModel a generical name.
|
2010-01-30 16:27:35 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
879668811c
|
(svn r18818) -Fix [FS#3526] (r18766): some train acceleration type conversions were missed
|
2010-01-15 22:21:50 +00:00 |
|
rubidium
|
cd55161622
|
(svn r18752) -Codechange: unduplify some code
|
2010-01-07 16:39:04 +00:00 |
|
rubidium
|
b00a5f1069
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
1f0da3710f
|
(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable
|
2009-11-28 15:01:49 +00:00 |
|
rubidium
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
8d6e323ef8
|
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
|
2009-11-24 21:13:36 +00:00 |
|
rubidium
|
14300d309c
|
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
|
2009-11-24 18:05:55 +00:00 |
|
rubidium
|
69b6d9309a
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
alberth
|
450e40b997
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
2b6f792513
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
rubidium
|
5f2ddfbc5a
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
1c5a92ae98
|
(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions
|
2009-11-16 17:15:42 +00:00 |
|
rubidium
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
53d80eebc8
|
(svn r18019) -Codechange: make the 'engine preview' window nested
|
2009-11-08 19:22:45 +00:00 |
|
frosch
|
67cae40ec1
|
(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides.
|
2009-10-31 17:48:09 +00:00 |
|
rubidium
|
955f48e0ac
|
(svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the 'exclusive test'/'early offer'/'engine preview' window
|
2009-10-27 19:56:00 +00:00 |
|
frosch
|
9a9d0ee7c0
|
(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.
|
2009-10-06 19:52:38 +00:00 |
|
frosch
|
f3aacb8fe3
|
(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present.
|
2009-10-06 19:17:07 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
17313b6e3f
|
(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs
|
2009-09-13 17:47:07 +00:00 |
|
alberth
|
0f9da2d636
|
(svn r17397) -Codechange: Add new vehicle news window.
|
2009-09-02 20:55:55 +00:00 |
|
alberth
|
5767972531
|
(svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed.
|
2009-08-30 18:41:03 +00:00 |
|
alberth
|
1ba000be12
|
(svn r17327) -Codechange: Allow external use of GetEngineCategoryName().
|
2009-08-30 17:54:11 +00:00 |
|
alberth
|
1a15f7e6a7
|
(svn r17325) -Codechange: Un-duplicate engine drawing routines.
|
2009-08-30 17:38:28 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
4b2592dbc0
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|