index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
depot_gui.cpp
Age
Commit message (
Expand
)
Author
2021-12-16
Codechange: Don't use globals for return values from vehicle command procs.
Michael Lutz
2021-12-16
Codechange: Pass unpacked command arguments to command callbacks (except Scri...
Michael Lutz
2021-12-16
Codechange: Un-bitstuff station/depot/waypoint commands.
Michael Lutz
2021-12-16
Codechange: Un-bitstuff vehicle/engine commands.
Michael Lutz
2021-12-16
Codechange: Un-bitstuff commands taking a ClientID (i.e. CMD_CLIENT_ID).
Michael Lutz
2021-12-16
Codechange: Pass additional data as byte stream to command callbacks.
Michael Lutz
2021-12-16
Codechange: Template DoCommandP to automagically reflect the parameters of th...
Michael Lutz
2021-12-16
Codechange: Align parameter order of command callbacks to command handlers.
Michael Lutz
2021-12-16
Codechange: Untangle command code, flags and error string for DoCommand*.
Michael Lutz
2021-12-16
Codechange: Move command arguments to the back of the networked command funct...
Michael Lutz
2021-06-14
Cleanup: nested_array should not be accessed directly.
Peter Nelson
2021-05-29
Codechange: Rename window related DeleteXXX to match new behaviour
glx22
2021-05-29
Fix f6d5c01: Delay deletion when closing windows
glx22
2021-05-15
Fix: comparison of narrow type to wide type in loop (potential for infinite l...
Rubidium
2021-02-22
Fix #8724: Got wrong DepotID/StationID for airports, causing crash
Charles Pigott
2021-02-21
Fix #8349: Close depot vehicle list windows when closing the depot window
Charles Pigott
2021-01-11
Change: Relocate rename and location buttons in all windows.
frosch
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2019-12-21
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-07
Fix #7188: check the validity of command callback for scripts (#7701)
glx22
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2018-10-31
Change: Clone tool in depot window now behaves like clone button in vehicle w...
Alexander Weiss
2017-12-10
(svn r27938) -Fix (r27899): When scrolling in the train depot, also scroll th...
frosch
2017-12-10
(svn r27937) -Change: When train depots have a horizontal scrollbar, allow sc...
frosch
2017-08-26
(svn r27899) -Feature: Draw vertical separators at tile distance in the train...
frosch
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2016-08-15
(svn r27630) -Codechange: Deduplicate code to attach vehicle to cursor.
frosch
2016-08-15
(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple ...
frosch
2016-05-29
(svn r27583) -Fix [FS#6415]: Do not decrease the column width of depot window...
frosch
2015-11-20
(svn r27450) -Feature[FS#6391](r27446): Lower the sell-chain button in the tr...
alberth
2015-11-14
(svn r27446) -Feature: Lower the sell-vehicle button in the depot GUI while d...
frosch
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2015-02-01
(svn r27133) -Fix: Dragging of free wagons in depot failed with GUI zoom.
frosch
2014-10-14
(svn r27014) -Fix [FS#6102]: unit number was not always fully shown in depots
rubidium
2014-10-04
(svn r26951) -Codechange: Do the GUI-scale dance for vehicle, depot, and purc...
peter1138
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-25
(svn r26106) -Codechange: document fall through explicitly
rubidium
2013-07-01
(svn r25548) -Fix [FS#5629] (r25537): Removed too much code and forgot some o...
frosch
2013-06-30
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...
frosch
2013-06-30
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...
frosch
2013-06-01
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all o...
frosch
2013-05-26
(svn r25294) -Feature: Add another button to window title bars to resize the ...
frosch
2013-05-26
(svn r25290) -Add: Assign string names to notable windows.
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2013-04-13
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() a...
frosch
[next]