summaryrefslogtreecommitdiff
path: root/train_cmd.c
AgeCommit message (Expand)Author
2005-09-30(svn r3001) s/Player*/const Player*/tron
2005-09-26(svn r2990) Remove _engine_original_sprites and replace all uses with referen...peter1138
2005-09-26(svn r2989) - Make engine/vehicle information tables constant. Duplicate them...peter1138
2005-09-24(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enable...peter1138
2005-09-23(svn r2977) - CodeChange: [pbs] Use a check to see if a rail segment is a pb...hackykid
2005-09-20(svn r2967) Fix: newgrf: Wagon speed limits don't apply for wagons with liver...peter1138
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-14(svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window ...Darkvater
2005-08-23(svn r2886) Rename the "owner" attribute to "m1", because when it stores an o...tron
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