summaryrefslogtreecommitdiff
path: root/train_cmd.c
AgeCommit message (Expand)Author
2005-08-01(svn r2781) Fix some of the issues with variables in .h files.ludde
2005-07-31(svn r2764) -Feature: Clone vehiclesbjarni
2005-07-28(svn r2732) -Codechange: Cleaned the order flags some more. Hit some inconsis...celestar
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-23(svn r2696) Remove stray semicolonstron
2005-07-22(svn r2674) - CodeChange: [pbs] Generalise the PSBISPbsDepot function so it ...hackykid
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-07-19(svn r2645) Fix (useless)warning in graph_gui and add brackets around HASBIT ...Darkvater
2005-07-19(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst...ludde
2005-07-17(svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly...hackykid
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-07-12(svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced ol...ludde
2005-07-10(svn r2541) -Feature: Modified IsCompatibleRail so that an engine can move on...celestar
2005-07-04(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu...hackykid
2005-07-03(svn r2514) - Codechange: [NPF] Move the checking of railtype into a funciton...matthijs
2005-07-01(svn r2504) Move Draw*EngineInfo to engine_gui.c to reduce dependenciestron
2005-06-27(svn r2492) Remove some pointless casts and fix some nearby indentationtron
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-23(svn r2475) -Fix: [ 1214982 & 1217473 ] realistic acceleration problem. (glx)celestar
2005-06-21(svn r2467) - Fix: [newgrf] Prevent trains with shorter wagons breaking apar...hackykid
2005-06-16(svn r2448) General cleanup of rail related code, more to follow.matthijs
2005-06-15(svn r2441) -Feature: You can now give transfer order to set up feeder systemscelestar
2005-06-15(svn r2440) - Fix: [newgrf] Fix the spritesorter to handle overlapping sprit...hackykid
2005-06-07(svn r2433) - CodeChange: unmagicify all road/train crossings with IsLevelCro...Darkvater
2005-06-07(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]tron
2005-06-07(svn r2431) - Fix: [newgrf] clamp() instead of assert() on the result of the...hackykid
2005-06-06(svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), a...hackykid
2005-06-06(svn r2427) - Fix: CmdMoveRailVehice; Prevent possible assertion failure whe...hackykid
2005-06-06(svn r2423) - CodeChange: Include first_engine in the train cache, instead o...hackykid
2005-06-06(svn r2415) - Fix: [newgrf] Powered Wagons - Don't assume an undefined callb...hackykid
2005-06-06(svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback t...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-03(svn r2401) - Fix: [newgrf] Finish up callback mechanism, implement 'refit c...hackykid
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-06-01(svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf ...hackykid
2005-06-01(svn r2388) - Fix: [realistic accel] Very slow trains no longer get an incre...hackykid
2005-05-26(svn r2365) - Change: [refitting] Make refitting capacities for trains newgr...hackykid
2005-05-17(svn r2347) - Fix (regression): depot window did not get redrawn when a non-t...Darkvater
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-12(svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNe...Darkvater
2005-05-11(svn r2294) - CodeChange: check the service interval settings when changing o...Darkvater
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-05-09(svn r2288) - CodeChange: protected the next batch of commands (41 so far, ou...Darkvater
2005-05-08(svn r2283) - Fix (regression): [ 1197493 ] train_gui.c:1341: failed assertio...Darkvater
2005-05-07(svn r2281) - Fix: [ 1115204 ] [NPF] When pressing the goto depot button, tra...matthijs
2005-05-06(svn r2274) - Codechange: some comments, parentheses and EngineID typedef for...Darkvater