Age | Commit message (Expand) | Author |
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 r2663) Include variables.h only in these files which need it, not global... | tron |
2005-07-17 | (svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to ma... | truelight |
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-06-25 | (svn r2487) Replace TILE_XY by TileXY/TileDiffXY | 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-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-05-07 | (svn r2281) - Fix: [ 1115204 ] [NPF] When pressing the goto depot button, tra... | matthijs |
2005-04-25 | (svn r2233) Bracing, whitespace, indendation | tron |
2005-04-21 | (svn r2220) Put two TileIndices into temporary variables to improve readability | tron |
2005-04-21 | (svn r2218) Indentation | tron |
2005-04-20 | (svn r2217) - Fix: [ 1184201 ] AI orders its vehicles to a competitor's truck... | Darkvater |
2005-04-02 | (svn r2121) -Fix: changed the 2nd param of AyStar_EndNodeCheck back to what i... | truelight |
2005-03-12 | (svn r1998) Give penalty 100 to the AI for using foundations (buildonslopes).... | pasky |
2005-03-08 | (svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on ... | matthijs |
2005-03-07 | (svn r1954) Fix: The new AI now does not think it can connect to the road by ... | pasky |
2005-02-06 | (svn r1834) - Fix: NPF does not check the owner of its target, busses try to ... | matthijs |
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron |
2005-01-31 | (svn r1749) Move the functions which calculate distances to map.[ch] and give... | tron |
2005-01-29 | (svn r1713) Split off several functions which query/set information about a s... | tron |
2005-01-22 | (svn r1596) Add some more statics | tron |
2005-01-17 | (svn r1548) Move AI_PATHFINDER_IS_ROAD from ai.h to ai_pathfinder.c to avoid ... | tron |
2005-01-16 | (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ... | tron |
2005-01-10 | (svn r1475) Fix some more signed/unsigned comparison warnings | tron |
2005-01-09 | (svn r1451) Fix some of the signed/unsigned comparison warnings | tron |
2005-01-07 | (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the... | tron |
2005-01-05 | (svn r1392) Use TileOffsByDir() instead of home brewed table | tron |
2005-01-03 | (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL... | tron |
2004-12-29 | (svn r1297) Language fixes in the source.. (ln-) | miham |
2004-12-15 | (svn r1117) Move map arrays and some related macros into their own files map.... | tron |
2004-09-10 | (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way! | truelight |
2004-08-31 | (svn r146) -Fix [AI]: Tunnel/bridge bug | truelight |
2004-08-22 | (svn r111) -Fix: converted all linebreaks to UNIX-linebreak (\n) | truelight |
2004-08-20 | (svn r85) -Add: initial commit of new AI (enable in Patch menu) | truelight |