Age | Commit message (Expand) | Author |
2005-11-05 | (svn r3139) -NewGRF, Feature: support for articulated rail vehicles. This is ... | peter1138 |
2005-11-05 | (svn r3138) -Fix: [clone vehicles] fixed assert when it was possible to alloc... | bjarni |
2005-11-04 | (svn r3137) -Fix: [autoreplace] fixed assert that was triggerable when a vehi... | bjarni |
2005-11-04 | (svn r3136) -Fix: [autoreplace] all cargo in engines that consists of more th... | bjarni |
2005-11-03 | (svn r3129) -Fix: [autoreplace] fixed bug that made the player pay twice for ... | bjarni |
2005-11-03 | (svn r3128) -Fix: [autoreplace] fixed bug that made the player pay twice for ... | bjarni |
2005-11-03 | (svn r3127) -Fix: [autoreplace] fixed a condition where a vehicle could fail ... | bjarni |
2005-11-01 | (svn r3116) -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing ... | bjarni |
2005-10-31 | (svn r3112) -Feature: [autoreplace] profit counters are now remembered too (r... | 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-29 | (svn r3100) -Codechange [Clone vehicles] Major change to clone vehicles | bjarni |
2005-10-27 | (svn r3093) -Fix: [autoreplace] fixed issue where the money limit message sho... | bjarni |
2005-10-24 | (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace | bjarni |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-09-28 | (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI... | tron |
2005-09-27 | (svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduce... | peter1138 |
2005-09-26 | (svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs ... | 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-09-03 | (svn r2912) -Fix: [autorenew]: fixed issue where autorenewed vehicles didn't... | bjarni |
2005-08-08 | (svn r2845) Remove sprite size caching, it was unused | tron |
2005-08-06 | (svn r2820) -Fix: [autoreplace] fixed issue introduced in 2817 where autorepl... | bjarni |
2005-08-06 | (svn r2819) Make variables, which are exclusive for internal use of the save/... | tron |
2005-08-06 | (svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se... | bjarni |
2005-08-01 | (svn r2781) Fix some of the issues with variables in .h files. | ludde |
2005-08-01 | (svn r2779) -Fix: [clone vehicles] fixed typos, which could lead to crashes w... | bjarni |
2005-07-31 | (svn r2764) -Feature: Clone vehicles | bjarni |
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-20 | (svn r2658) -Codechange: Use MAKE_TRANSPARENT to display a transparented sprite | celestar |
2005-07-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |
2005-07-17 | (svn r2626) static, const, misc. | tron |
2005-07-17 | (svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly... | hackykid |
2005-07-17 | (svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing th... | 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-06-26 | (svn r2491) -Fix: Solved a performance problem introduced in r2467. While busy | celestar |
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-21 | (svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer | celestar |
2005-06-20 | (svn r2465) Remove some unreachable code | tron |
2005-06-17 | (svn r2450) * Codechange: Replaced all uses of the arrays in tile.h with call... | matthijs |
2005-06-16 | (svn r2448) General cleanup of rail related code, more to follow. | matthijs |
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 r2423) - CodeChange: Include first_engine in the train cache, instead o... | hackykid |
2005-06-05 | (svn r2411) - Codechange: Have trains cache stuff like consist power/weight/... | hackykid |