Age | Commit message (Expand) | Author |
2005-10-01 | (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p... | tron |
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-13 | (svn r2949) The AI no longer needs to 'cheat' to build aircraft; eg it builds... | Darkvater |
2005-09-13 | (svn r2948) -Fix: the old AI needs a special flag that triggers all kind of s... | truelight |
2005-08-25 | (svn r2890) Fix some signed/unsigned comparison warnings (tokai) | tron |
2005-08-08 | (svn r2842) Fix bug with aircraft autoreplace (peter1138) | ludde |
2005-08-06 | (svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se... | bjarni |
2005-07-31 | (svn r2764) -Feature: Clone vehicles | bjarni |
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-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |
2005-07-19 | (svn r2643) Get rid of some unnecessary casts | tron |
2005-07-13 | (svn r2558) Change the internal map format from 7 arrays to one array of stru... | tron |
2005-07-01 | (svn r2504) Move Draw*EngineInfo to engine_gui.c to reduce dependencies | 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-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-03 | (svn r2403) if cascade -> switch | tron |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-05-30 | (svn r2383) - Fix: Monkey-testing turned up some command crashes. | Darkvater |
2005-05-30 | (svn r2380) - Fix: Build year for mail compartment of planes was not set corr... | orudge |
2005-05-14 | (svn r2306) - CodeChange: Check the last commands; refits. This needed an ext... | 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 |
2005-05-11 | (svn r2290) - CodeChange: protect the next batch of commands. This brings us ... | Darkvater |
2005-05-02 | (svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx) | matthijs |
2005-04-02 | (svn r2118) - Fix: Fix compilation with network disabled, and comment out som... | Darkvater |
2005-03-23 | (svn r2037) uint -> TileIndex, remove pointless casts, const, misc. | tron |
2005-03-23 | (svn r2036) Fix FindNearestHanger(), it never worked correctly because 0xFFFF... | tron |
2005-03-20 | (svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flag... | celestar |
2005-03-19 | (svn r2024) -Fix: [autoreplace] reverted all changes involving v->set_for_re... | bjarni |
2005-02-22 | (svn r1905) - Fix: [ 1118810 ] openttd: ship_cmd.c:642 ... Assertion failed. ... | Darkvater |
2005-02-12 | (svn r1863) Give the effect vehicle type enums more descriptive names and use... | tron |
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron |
2005-02-04 | (svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to... | truelight |
2005-02-02 | (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id | truelight |
2005-02-01 | (svn r1767) fixed mixed declarations and code in last commit (oops) | bjarni |
2005-02-01 | (svn r1766) - Feature: Aircrafts will now go to the nearest hangar if the nex... | bjarni |
2005-01-31 | (svn r1749) Move the functions which calculate distances to map.[ch] and give... | tron |
2005-01-30 | (svn r1742) - Fix: fixed bug introduced in r1730 where AI players had problem... | bjarni |
2005-01-30 | (svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehi... | bjarni |
2005-01-30 | (svn r1739) - Fix: type checking when selling vehicles (TrueLight) | darkvater |
2005-01-30 | (svn r1730) - Fix: Ships and Aircrafts have to be build in depots owned by _c... | bjarni |
2005-01-29 | (svn r1713) Split off several functions which query/set information about a s... | tron |
2005-01-29 | (svn r1710) - Fix: [autoreplace] vehicles do no longer go to a depot all the ... | bjarni |
2005-01-28 | (svn r1708) - Fix: FindNearestHangar() will no longer return a hangar where a... | bjarni |
2005-01-28 | (svn r1704) - Fix: [newgrf] rotors of custom helicopters are displayed correc... | dominik |