Age | Commit message (Expand) | Author |
2006-01-30 | (svn r3489) Remove an unused declaration | tron |
2006-01-29 | (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in... | Darkvater |
2006-01-18 | (svn r3402) -Fix: [building/cloning] added a string telling if build failed d... | bjarni |
2006-01-06 | (svn r3371) -Fix: don't allow road-vehicles to perform an out-of-bound operat... | truelight |
2006-01-05 | (svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER... | tron |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-30 | (svn r3358) Remove another piece of unused code | tron |
2005-12-28 | (svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC b... | peter1138 |
2005-12-18 | (svn r3313) Remove GPMI related changes from trunk | tron |
2005-12-14 | (svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_ | truelight |
2005-12-14 | (svn r3298) Remove unused and write-only variables | tron |
2005-11-23 | (svn r3232) -Add: implemented the event-system for AIs | truelight |
2005-11-17 | (svn r3213) - Codechange: Clean up handling of road stops, avoiding unnecessa... | peter1138 |
2005-11-16 | (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding... | tron |
2005-11-14 | (svn r3179) - RandomRange() and RandomTile() instead of home brewed versions | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-08 | (svn r3156) -Fix: removed some cases where autoreplace windows were redrawn w... | bjarni |
2005-10-31 | (svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c li... | bjarni |
2005-10-29 | (svn r3101) -Codechange: added _new_vehicle_id | bjarni |
2005-10-24 | (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace | bjarni |
2005-10-23 | (svn r3079) Determine the type of the "first arrival" message for road vehicl... | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-05 | (svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SB | tron |
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-26 | (svn r2990) Remove _engine_original_sprites and replace all uses with referen... | peter1138 |
2005-08-01 | (svn r2780) Remove some more unused strings and make the use of a few strings... | tron |
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 files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2660) Get rid of some more shifting/anding/casting | tron |
2005-07-17 | (svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned... | Darkvater |
2005-07-17 | (svn r2604) Fix: removed unused variable | ludde |
2005-07-17 | (svn r2603) Fix [multistop] Fix problem with multistop handling, the range in... | ludde |
2005-07-17 | (svn r2599) Fix: Road vehicle multistop handling used NPF even if NPF was off... | ludde |
2005-07-13 | (svn r2558) Change the internal map format from 7 arrays to one array of stru... | tron |
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 dependencies | tron |
2005-06-27 | (svn r2492) Remove some pointless casts and fix some nearby indentation | tron |
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-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 systems | celestar |
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-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-12 | (svn r2297) - CodeChange: server-check the next batch of commands. | Darkvater |
2005-05-11 | (svn r2294) - CodeChange: check the service interval settings when changing o... | Darkvater |