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-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
2009-05-13
(svn r16296) -Codechange: silence some ICC warnings
rubidium
2009-04-26
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...
rubidium
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-04-19
(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...
rubidium
2009-03-29
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...
alberth
2009-03-22
(svn r15808) -Codechange: use the new DrawString API in a number of GUIs
rubidium
2009-03-21
(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...
rubidium
2009-03-15
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-14
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
rubidium
2009-02-09
(svn r15427) -Codechange: give w->caption_color a more sensible name as it ho...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-13
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR
smatz
2009-01-08
(svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a diff...
frosch
2009-01-04
(svn r14840) -Cleanup: remove duplicate includes
glx
2008-12-28
(svn r14758) -Fix: determine the real size of a depot before trying to place it.
rubidium
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-09-02
(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sp...
rubidium
2008-08-16
(svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work ...
smatz
2008-08-15
(svn r14076) -Codechange: Merge the four start/stop commands into a single CM...
frosch
2008-08-02
(svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' ...
glx
2008-08-02
(svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-cli...
frosch
2008-07-31
(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, b...
belugas
2008-07-20
(svn r13759) -Fix [FS#2147]: selecting non-full length vehicles in the depot ...
rubidium
2008-05-28
(svn r13307) -Codechange: Separate VehicleList and its two functions so only ...
peter1138
2008-05-25
(svn r13248) -Codechange: Use VehicleList for depot GUI.
peter1138
2008-05-25
(svn r13240) -Codechange: More const-ness for GUI code.
peter1138
2008-05-24
(svn r13239) -Fix: certain compilers give false warning about uninitialized v...
smatz
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-17
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...
rubidium
2008-05-17
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...
rubidium
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-15
(svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened ...
rubidium
2008-05-14
(svn r13091) -Fix: certain compilers give false warning about uninitialized v...
smatz
2008-05-13
(svn r13079) -Fix: certain compilers give false warning about uninitialized v...
smatz
2008-05-13
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...
rubidium
2008-05-13
(svn r13067) -Codechange: make a class of the DepotWindow.
rubidium
2008-05-11
(svn r13051) -Codechange: depot_d belongs in depot_gui.cpp.
rubidium
[prev]
[next]