summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
AgeCommit message (Expand)Author
2007-06-25(svn r10323) -Codechange: reference company name, number and player (presiden...peter1138
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-05-20(svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and ...peter1138
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-23(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler...peter1138
2007-03-23(svn r9417) -Fix (r1): Waiting cargo icons in the station view window were in...peter1138
2007-03-21(svn r9388) -Codechange: variable scope and type, and standardify all CargoID...peter1138
2007-03-11(svn r9127) -Codechange: Check if a cargo is valid before displaying it in a ...peter1138
2007-03-10(svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric...KUDr
2007-03-09(svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_li...KUDr
2007-03-09(svn r9080) -Codechange: dynamically build cargo filter buttons in the statio...peter1138
2007-03-08(svn r9069) -Codechange: Change a do ... while loop with a for loop. This fix...peter1138
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-08(svn r9062) -Fix (r4822, FS#595): The station list, sorted by cargo rating, n...celestar
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-03(svn r8988) -Fix: Indenting, variable scope, variable type and minor duffagepeter1138
2007-02-23(svn r8858) -Codechange: Replace magic number test with class method for dete...peter1138
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
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 r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-11(svn r8065) -Feature: The station list does now remember the sort settingscelestar
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr