summaryrefslogtreecommitdiff
path: root/train_gui.c
AgeCommit message (Expand)Author
2005-03-11(svn r1989) -Feature: Resizable vehicle view windows; this is based on a patc...tron
2005-02-22(svn r1906) - Fix: [ 1117327 ] Assertion error on kick. When a company is cle...Darkvater
2005-02-20(svn r1891) -Fix: [ 1143587 ] carriages of newgrfs can be refitted againcelestar
2005-02-06(svn r1834) - Fix: NPF does not check the owner of its target, busses try to ...matthijs
2005-02-06(svn r1827) Next iteration of the byte -> char transition: some string drawin...tron
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-04(svn r1798) GetFoo(i)->index is per definition i, so replace the former with ...tron
2005-01-31(svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each v...darkvater
2005-01-26(svn r1681) -Feature: New realistic acceleration.celestar
2005-01-24(svn r1652) Fix: train and road vehicle lists are now redrawn when vehicles e...bjarni
2005-01-19(svn r1568) made an enum of train subtypes to make the code more readablebjarni
2005-01-15(svn r1520) Trim 134 (!) lines with trailing whitespace ):tron
2005-01-15(svn r1518) -Fix: server issue where some company names were wrongdarkvater
2005-01-14(svn r1505) -Fix: Refit engine button is now disabled when cargo capacity equ...celestar
2005-01-13(svn r1500) -Feature: Train window shows now the number of vehicles per row (...celestar
2005-01-11(svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 a...darkvater
2005-01-10(svn r1463) -Fix: [1099451] Game crashes after the click on Rename (see also ...darkvater
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight
2005-01-06(svn r1401) -Fix: glitches in train-depot GUI (tnx to Hackykid)truelight
2005-01-04(svn r1380) -Fix: missed widget fixes; thanks Jango and TestMan57darkvater
2005-01-04(svn r1379) -Fix: various GUI glitches. Added default sizes to various widget...darkvater
2005-01-04(svn r1372) -Fix: fixed some GUI glitches introduced with resize-buttonstruelight
2005-01-03(svn r1359) Fix typos in last committron
2005-01-03(svn r1358) Assert bounds of depot list when searching for a depottron
2005-01-03(svn r1348) -Feature: resizable windows. Read the comment in window.h to find...truelight
2005-01-02(svn r1323) Adding autoreplace featurebjarni
2004-12-22(svn r1232) Plug memory leaktron
2004-12-22(svn r1213) -Feature: Stickified vehicle listsdarkvater
2004-12-21(svn r1211) -Feature: Introduce sticky windows to all vehicle windows...Just ...darkvater
2004-12-19(svn r1179) Fix: Tooltips for vehicle list sortingdominik
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron
2004-12-12(svn r1025) -Fix: [Network] [ 1083687 ] Sending to depot caused desync becaus...truelight
2004-12-10(svn r1009) -Feature: per-station vehicle liststron
2004-12-08(svn r984) -Fix: deleted a debug level 0 line that was introduced in revision...truelight
2004-12-08(svn r978) Fixed an endianess issue with the new Order system. Thanks to Bjar...Celestar
2004-12-05(svn r955) Replace uint16 for orders with struct Ordertron
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-12-04(svn r924) Use RailVehInfo() instead of &_rail_vehicle_info[]tron
2004-12-04(svn r923) Forgot s/rail_vehinfo/RailVehInfo/tron
2004-12-03(svn r920) Replace vehicle info macros with inline functions and add asserts ...tron
2004-12-02(svn r901) Small step in the process to clean up the DPARAM mess:tron
2004-11-29(svn r854) -Fix [1070274] Invisible trains. Weird macros and MSVC optimizing ...darkvater
2004-11-27(svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, reg...tron
2004-11-25(svn r815) Include strings.h only in the files which need it.tron
2004-11-19(svn r677) -newgrf: Fix some custom electric trains appearing in maglev depot...darkvater
2004-11-14(svn r617) -newgrf: Support for parameter 0x8E (train Y-pitch in info windows...darkvater
2004-11-14(svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name ...darkvater
2004-11-13(svn r572) -newgrf: Support for custom (newGRF-yielded) refit masks for train...darkvater
2004-11-06(svn r514) -Fix: [1053397] Refit Train Window Stays Opentron