summaryrefslogtreecommitdiff
path: root/train_gui.c
AgeCommit message (Expand)Author
2005-11-06(svn r3148) -NewGRF, Feature: Add support for cargo refitting specification b...peter1138
2005-11-05(svn r3139) -NewGRF, Feature: support for articulated rail vehicles. This is ...peter1138
2005-11-04(svn r3130) Calculate shorter wagon lengths more precisely in train depot win...peter1138
2005-10-30(svn r3107) -NewGRF: Move train y-position offset adjustment to remove code d...peter1138
2005-10-29(svn r3099) Copy&pasto in r3098tron
2005-10-28(svn r3098) static, const, uint -> TileIndex, indentation, bracing, unused re...tron
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-16(svn r3049) Replace byte/int/uint by RailType where appropriatetron
2005-10-15(svn r3047) The parameters for the railtype check got flipped in the train bu...tron
2005-10-15(svn r3046) Replace some numbers with sprite names and fix a typo in the spri...tron
2005-10-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron
2005-10-05(svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SBtron
2005-10-03(svn r3010) Get rid of quite some dubious casts, either by using GB(), proper...tron
2005-10-01(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p...tron
2005-09-27(svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int a...tron
2005-09-24(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enable...peter1138
2005-09-22(svn r2969) -Newgrf: Show a wagon's speed limit in purchase list.peter1138
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-10(svn r2932) Give the strings consisting of an up/a down arrow symbolic namestron
2005-08-03(svn r2799) Make the only two non-const widget lists consttron
2005-08-01(svn r2781) Fix some of the issues with variables in .h files.ludde
2005-07-31(svn r2772) Simplify the age notice in the vehicle details windowtron
2005-07-31(svn r2764) -Feature: Clone vehiclesbjarni
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