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
2009-10-20
(svn r17833) -Codechange: Depot gui should use relative widget coordinates fo...
alberth
2009-10-20
(svn r17830) -Fix [FS#3276]: Some windows already need their window_number wh...
frosch
2009-10-17
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...
rubidium
2009-10-11
(svn r17760) -Revert (r17648): _local_company is less constant than you'd exp...
alberth
2009-09-27
(svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot win...
alberth
2009-09-27
(svn r17652) -Codechange: Merging/renaming the depot block-size functions.
alberth
2009-09-26
(svn r17650) -Codechange: Checking a condition once is enough.
alberth
2009-09-26
(svn r17649) -Codechange: Depot gui uses pure nested widgets.
alberth
2009-09-26
(svn r17648) -Codechange: Move type initialization and widget disabling to th...
alberth
2009-09-26
(svn r17647) -Codechange: Moving widget array access to outside the function.
alberth
2009-09-26
(svn r17643) -Codechange: Code style for variables in depot gui.
alberth
2009-09-23
(svn r17626) -Codechange: Use Dimension structs instead of array of length 2 ...
alberth
2009-09-23
(svn r17624) -Codechange: Swap entries in _resize_cap[][] so the code does wh...
alberth
2009-09-20
(svn r17596) -Codechange: constify some tables
smatz
2009-09-19
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @par...
rubidium
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-09-07
(svn r17446) -Codechange: rename BUILD with BUY for strings that are about bu...
rubidium
2009-09-02
(svn r17369) -Codechange: make the depot, group and industry GUIs use the scr...
rubidium
2009-09-02
(svn r17368) -Codechange: remove pointless passing of 'this' as parameter
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-20
(svn r17228) -Codechange: some coding style fixes
rubidium
2009-08-15
(svn r17194) -Fix (r17175): Depot sell buttons did not raise again.
alberth
2009-08-15
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps...
frosch
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-07-22
(svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the settin...
rubidium
2009-07-22
(svn r16921) -Codechange: make it more clear what strings are related to road...
rubidium
2009-07-22
(svn r16920) -Codechange: shuffle some strings around to simplify looking up ...
rubidium
2009-07-22
(svn r16919) -Codechange: unify some more StringID w.r.t. their naming
rubidium
2009-07-20
(svn r16894) -Codechange: Add [Specialised]Vehicle::Last().
frosch
2009-07-19
(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it.
frosch
2009-07-18
(svn r16874) -Change: Give the number behind free wagon chains in depots the ...
frosch
2009-07-17
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains ...
frosch
2009-07-16
(svn r16845) -Codechange: Introduction of constants for describing the bits i...
alberth
2009-07-13
(svn r16820) -Codechange: remove unused parameter in HandleCloneVehClick()
smatz
2009-07-13
(svn r16817) -Codechange: Scroll depots horizontally in pixels instead of 1/8...
frosch
2009-07-12
(svn r16799) -Codechange: When drawing articulated road vehicles in the vehic...
frosch
2009-07-08
(svn r16772) -Fix [FS#3019]: don't use the same error message for turning aro...
rubidium
2009-07-02
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...
rubidium
2009-07-01
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...
smatz
2009-07-01
(svn r16717) -Codechange: make IsFrontEngine() member of Train
smatz
2009-06-27
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...
frosch
2009-06-27
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...
frosch
2009-06-24
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
smatz
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-05-26
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r...
rubidium
2009-05-24
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...
rubidium
2009-05-23
(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc...
rubidium
2009-05-22
(svn r16393) -Codechange: move VehicleRail to Train.
rubidium
2009-05-22
(svn r16390) -Codechange: move u.road to RoadVehicle.
rubidium
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
[next]