TechGeekNZ
|
a10013dd00
|
Codechange: Spell 'Viewport' consistently
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
|
2020-07-27 17:31:29 +01:00 |
|
glx
|
1f6b3a37f9
|
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
glx22
|
b3fd787959
|
Fix #7188: check the validity of command callback for scripts (#7701)
|
2019-09-07 17:37:01 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
glx22
|
66dd7c3879
|
Fix: MSVC warnings (#7423)
|
2019-03-28 00:09:33 +01:00 |
|
Henry Wilson
|
a690936ed7
|
Codechange: Replace SmallVector::Length() with std::vector::size()
|
2019-03-26 20:15:57 +00:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
Alexander Weiss
|
b3dc90af58
|
Change: Clone tool in depot window now behaves like clone button in vehicle window. Keep the tool active when share-cloning. Open the vehicle GUI when copy-cloning. (#6754)
|
2018-10-31 12:51:10 +01:00 |
|
frosch
|
42392fd7b5
|
(svn r27938) -Fix (r27899): When scrolling in the train depot, also scroll the tile separators.
|
2017-12-10 13:48:49 +00:00 |
|
frosch
|
c14f23a03d
|
(svn r27937) -Change: When train depots have a horizontal scrollbar, allow scrolling 1 tile beyond the longest train, so you can actually attach a wagon at the end.
|
2017-12-10 13:48:06 +00:00 |
|
frosch
|
61c68f906d
|
(svn r27899) -Feature: Draw vertical separators at tile distance in the train depot GUI. This only applies if all vehicles use consistent lengths, i.e. either if only using default vehicles, or if only using NewGRF vehicles with 32px reference width. (based on patch by Wolf01)
|
2017-08-26 12:12:59 +00:00 |
|
frosch
|
b4b98e5165
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00:00 |
|
frosch
|
ddc9205212
|
(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.
|
2016-08-15 18:33:52 +00:00 |
|
frosch
|
3cb7d9703b
|
(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple sprites.
|
2016-08-15 18:33:08 +00:00 |
|
frosch
|
7d4754a4f8
|
(svn r27583) -Fix [FS#6415]: Do not decrease the column width of depot windows when vehicles with high unitnumbers leave. (Airbus)
|
2016-05-29 12:21:40 +00:00 |
|
alberth
|
3ccfc954f3
|
(svn r27450) -Feature[FS#6391](r27446): Lower the sell-chain button in the train depot GUI while dragging a vehicle over it. (Eearslya)
|
2015-11-20 09:25:27 +00:00 |
|
frosch
|
f6891ac30e
|
(svn r27446) -Feature: Lower the sell-vehicle button in the depot GUI while dragging a vehicle over it. (Eearslya)
|
2015-11-14 22:54:52 +00:00 |
|
frosch
|
a8080b6256
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
frosch
|
3bc7ee3ab7
|
(svn r27133) -Fix: Dragging of free wagons in depot failed with GUI zoom.
|
2015-02-01 19:40:04 +00:00 |
|
rubidium
|
deca49f4c6
|
(svn r27014) -Fix [FS#6102]: unit number was not always fully shown in depots
|
2014-10-14 11:40:38 +00:00 |
|
peter1138
|
ce9fab58bc
|
(svn r26951) -Codechange: Do the GUI-scale dance for vehicle, depot, and purchase lists.
|
2014-10-04 16:40:23 +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
|
a399fc667c
|
(svn r26106) -Codechange: document fall through explicitly
|
2013-11-25 13:28:08 +00:00 |
|
frosch
|
3a81868518
|
(svn r25548) -Fix [FS#5629] (r25537): Removed too much code and forgot some other places.
|
2013-07-01 17:15:30 +00:00 |
|
frosch
|
43ec0bf0c1
|
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
|
2013-06-30 14:36:31 +00:00 |
|
frosch
|
98fdd20f84
|
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
|
2013-06-30 14:32:31 +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
|
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
|
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
|
5eddbb338b
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
frosch
|
c3832ffb7f
|
(svn r24955) -Change (r24808) [FS#4458]: Revert to opening the vehicle GUI again when cloning vehicles using the clone-button from the depot GUI. This button cannot be used for sequential cloning, so the argument about opening many windows does not hold as it does for the clone button from the vehicle GUI.
|
2013-02-02 12:54:29 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
1e30884201
|
(svn r24854) -Fix (r24839): Only consider vehicles available in the climate for purchase/depot cell size.
|
2012-12-26 12:24:03 +00:00 |
|
michi_cc
|
245e32a10e
|
(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list sprites. (Based on patch by Eddi)
|
2012-12-23 01:00:25 +00:00 |
|
frosch
|
8872ed12ff
|
(svn r24808) -Feature(ette) [FS#4458]: When share-cloning vehicles don't open the vehicle window of the new vehicle. The only reasonable thing to do with the new vehicle is to start it, which can also be done via the depot GUI.
|
2012-12-09 16:54:02 +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
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
90b539818f
|
(svn r24351) -Fix: Short vehicles were not properly positioned at the cursor when dragging for RTL languages.
|
2012-06-23 14:31:58 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
b8640b986f
|
(svn r23539) -Codechange: prevent conflict between widget naming of (vehicle) depots and vehicle details
|
2011-12-16 16:57:56 +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 |
|
rubidium
|
3d88c74389
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
rubidium
|
b5a2183214
|
(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehicles when adding an extra order
|
2011-12-10 19:20:30 +00:00 |
|
peter1138
|
81598273e9
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +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 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
ce993e7cd4
|
(svn r22305) -Add: One digit for the fractional part of train lengths in the depot view.
|
2011-04-09 20:27:34 +00:00 |
|