summaryrefslogtreecommitdiff
path: root/station_gui.c
AgeCommit message (Expand)Author
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
2004-12-12(svn r1027) Add tooltips to the per-station vehicle list buttonstron
2004-12-10(svn r1009) -Feature: per-station vehicle liststron
2004-12-02(svn r901) Small step in the process to clean up the DPARAM mess:tron
2004-11-25(svn r815) Include strings.h only in the files which need it.tron
2004-11-22(svn r769) Fixed a tiny mistake in the _userstring boundary check. Let's hope...pasky
2004-11-22(svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overf...pasky
2004-09-14(svn r244) -Fix: Stations were not sorted for non-player-0 playersdarkvater
2004-09-12(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron fo...darkvater