summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
AgeCommit message (Expand)Author
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12458) -Codechange: split acquiring the sprite ID for cargos from the a...rubidium
2008-03-27(svn r12446) -Feature: Add +/- toggle buttons to station cargo waiting list t...peter1138
2008-03-22(svn r12393) -Fix [FS#1872]: Vehicle lists related to stations not closed whe...rubidium
2008-01-26(svn r11990) -Codechange: Show all cargo sources (en-route from) in the stati...peter1138
2008-01-18(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...peter1138
2008-01-17(svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicl...peter1138
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138
2008-01-13(svn r11832) -Codechange: get rid of (quite) some VARDEFs.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-01(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so th...peter1138
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11670) -Feature [FS#1565]: list neutral stations where the player has s...smatz
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-08(svn r11601) -Codechange: more strict break conditions for _userstring, asser...smatz
2007-12-08(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done...glx
2007-12-05(svn r11576) -Codechange: enumerize and comment station GUIsmatz
2007-12-03(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and re...skidd13
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-11-20(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename t...skidd13
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-15(svn r11437) -Change: when sorting stations by cargo sum, only sum the cargos...rubidium
2007-11-08(svn r11392) -Codechange: Remove some MSVC warnings by removing boolean typec...belugas
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-08-26(svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted carg...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
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