summaryrefslogtreecommitdiff
path: root/station_gui.c
AgeCommit message (Expand)Author
2006-08-22(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (...truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-15(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup o...Darkvater
2006-08-15(svn r5907) Remove more indirection by using pointers instead of IDs. Also fi...tron
2006-08-14(svn r5896) Remove pointless indirection similar to r5894 and remove an unnec...tron
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-05-16(svn r4891) - Fix (r4822): The station list window had some overlapping widge...Darkvater
2006-05-11(svn r4830) - Codechange: simplify station sorting a bit by recalculating the...Darkvater
2006-05-11(svn r4823) -Fix: Improved tooltips for sortable station lists.celestar
2006-05-11(svn r4822) -Feature: Station List View can now be sorted and filtered (by wa...celestar
2006-04-15(svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comm...belugas
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3180) Replace some magic numbers by symbolic namestron
2005-11-13(svn r3172) static, consttron
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-20(svn r3073) int/byte -> EngineID/PlayerID/VehicleIDtron
2005-10-20(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so d...tron
2005-10-11(svn r3030) More work for GB/SB, this time concerning the waiting_acceptance ...tron
2005-10-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron
2005-10-03(svn r3010) Get rid of quite some dubious casts, either by using GB(), proper...tron
2005-09-30(svn r3001) s/Player*/const Player*/tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-16(svn r2594) Fix: [strgen] Misc updates to the string system.ludde
2005-07-15(svn r2580) Change: Added {INDUSTRY} command for printing industry names inst...ludde
2005-07-08(svn r2535) Tabstron
2005-06-21(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayercelestar
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-15(svn r2324) Introduce _cmd_text for passing strings with a command instead of...tron
2005-05-14(svn r2313) - Fix: [ 1202115 ] Clicking shipslist on bouy asserts GetPlayer()...Darkvater
2005-03-25(svn r2060) Clean up some string construction and remove now unused macrotron
2005-03-25(svn r2057) Add InlineString() to make _userstring construction a bit cleaner.tron
2005-03-09(svn r1978) - Fix: Plug some memleaks; thanks ValgrindDarkvater
2005-02-07(svn r1845) - Revert r1835 since it totally screws network compilingdarkvater
2005-02-06(svn r1833) byte -> char transition: the resttron
2005-02-06(svn r1827) Next iteration of the byte -> char transition: some string drawin...tron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-03(svn r1776) -Add: Dynamic stations. You can now have up to 64k of stationstruelight
2005-02-02(svn r1770) -Fix: Hopefully last pieces of code that are containing a station-idtruelight
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight
2005-01-04(svn r1379) -Fix: various GUI glitches. Added default sizes to various widget...darkvater
2005-01-03(svn r1348) -Feature: resizable windows. Read the comment in window.h to find...truelight
2004-12-28(svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo...truelight
2004-12-22(svn r1214) -Feature: Stickified Industries (list & window), Smallmaps (all t...darkvater