summaryrefslogtreecommitdiff
path: root/train_gui.c
AgeCommit message (Expand)Author
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-20(svn r2657) -Codechange: The available railtypes per player are now a bitmask...celestar
2005-07-17(svn r2623) - CodeChange: rework DrawStringCenteredTruncated() a bit. Instead...Darkvater
2005-07-17(svn r2613) - Truncate savegames, and vehicle-texts in their window.Darkvater
2005-07-16(svn r2594) Fix: [strgen] Misc updates to the string system.ludde
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-07-10(svn r2541) -Feature: Modified IsCompatibleRail so that an engine can move on...celestar
2005-06-27(svn r2492) Remove some pointless casts and fix some nearby indentationtron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-21(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayercelestar
2005-06-15(svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'f...hackykid
2005-06-07(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]tron
2005-06-06(svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), a...hackykid
2005-06-06(svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback t...hackykid
2005-06-05(svn r2413) - Codechange: Rewrite the displaying of purchase details a bit, ...hackykid
2005-06-05(svn r2412) - Fix: [ 1214948 ] building vehicles without depot crashes game....hackykid
2005-06-05(svn r2411) - Codechange: Have trains cache stuff like consist power/weight/...hackykid
2005-06-04(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so...tron
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 r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-11(svn r2294) - CodeChange: check the service interval settings when changing o...Darkvater
2005-04-07(svn r2162) - Fix: Tooltips of horizontal scrollbars were wrong; they now say...Darkvater
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