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
2007-11-24
(svn r11513) -Codechange: enumerize some depot GUI actions
smatz
2007-11-18
(svn r11471) -Codechange: one more variable retyped to enum ViewportHighlight...
smatz
2007-11-15
(svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh...
rubidium
2007-11-04
(svn r11374) -Codechange: Give meaning to the magical number that specifies t...
belugas
2007-09-28
(svn r11184) -Codechange: cleanup the code related to backup orders.
rubidium
2007-09-09
(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V...
rubidium
2007-08-30
(svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state...
rubidium
2007-08-30
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...
rubidium
2007-08-29
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
rubidium
2007-08-26
(svn r10986) -Fix (r10985): inconsistency between documentation and actual co...
rubidium
2007-08-26
(svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Shi...
rubidium
2007-07-27
(svn r10704) -Codechange: provide an infrastructure to have resizable windows...
rubidium
2007-07-16
(svn r10587) -Codechange: move the string/dparam related stuff from variables...
rubidium
2007-07-01
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of ...
rubidium
2007-06-11
(svn r10097) -Feature: Add support for articulated road vehicles, or callback...
maedhros
2007-06-01
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace in...
maedhros
2007-05-18
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ...
rubidium
2007-05-15
(svn r9841) -Codechange: add a little more type strictness to the vehicle types.
rubidium
2007-04-18
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...
rubidium
2007-03-31
(svn r9531) -Fix (r8661) [FS#692]: The scroll settings were wrong for trains ...
maedhros
2007-03-08
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...
rubidium
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-01
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...
belugas
2007-02-23
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...
belugas
2007-02-17
(svn r8770) -Fix r8661: corrected some aircraft sprite placement issues in th...
bjarni
2007-02-10
(svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a...
bjarni
2007-02-07
(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...
bjarni
2007-02-01
(svn r8511) -Codechange: make WindowClass an enumerated value.
rubidium
2007-01-24
(svn r8390) -Codechange (r8384): Rewrote ResizeButtons()
bjarni
2007-01-24
(svn r8384) -Codechange: [GUI] instead of writing a resize button function fo...
bjarni
2007-01-22
(svn r8338) -Codechange: merged road vehicle build window into the other ones
bjarni
2007-01-22
(svn r8335) -Feature: the build ship window is now also resizable horizontall...
bjarni
2007-01-21
(svn r8331) -Feature: the train and aircraft build windows are now resizable ...
bjarni
2007-01-21
(svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open al...
bjarni
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-11
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro...
celestar
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr