Age | Commit message (Expand) | Author |
2005-07-19 | (svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst... | ludde |
2005-07-17 | (svn r2601) Fix: Added TIC,TOC macros do be able to do profiling easier. | ludde |
2005-07-16 | (svn r2588) Codechange: Remove PLAYER_SEED_RANDOM | ludde |
2005-07-15 | (svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add m... | Darkvater |
2005-07-15 | (svn r2583) Move OS specific code out of misc.c | ludde |
2005-07-13 | (svn r2560) Fix: various minor code changes. | ludde |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron |
2005-06-15 | (svn r2441) -Feature: You can now give transfer order to set up feeder systems | celestar |
2005-06-06 | (svn r2420) - Codechange: magic number elminitation of cursorsprites. | Darkvater |
2005-06-01 | (svn r2391) - Feature: saving games happen in a seperate thread so you no lon... | Darkvater |
2005-05-14 | (svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob) | Darkvater |
2005-05-12 | (svn r2300) - CodeChange: check the last number of commands, now only the ref... | Darkvater |
2005-05-12 | (svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNe... | Darkvater |
2005-04-13 | (svn r2192) - Add greater control to the 'message options' window. Now you ca... | Darkvater |
2005-03-27 | (svn r2093) uint -> TileIndex, remove commented out code and a local variable... | tron |
2005-03-24 | (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h | truelight |
2005-03-24 | (svn r2043) -Fix: committed too many files in the last commit | truelight |
2005-03-24 | (svn r2042) -Fix: forgot to remove a printf ;) | truelight |
2005-03-04 | (svn r1924) Use same type names in declaration and implementation | tron |
2005-02-17 | (svn r1881) -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bit | celestar |
2005-02-07 | (svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex... | tron |
2005-02-06 | (svn r1833) byte -> char transition: the rest | tron |
2005-02-06 | (svn r1832) Next byte -> char iteration: custom names | tron |
2005-02-06 | (svn r1821) Move generic string handling functions to string.[ch] and introdu... | tron |
2005-02-06 | (svn r1814) Let ReadFileToMem() return void* (instead of byte*) because we do... | tron |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny new... | tron |
2005-01-31 | (svn r1751) - Feature: New PathFinder (NPF). | matthijs |
2005-01-31 | (svn r1749) Move the functions which calculate distances to map.[ch] and give... | tron |
2005-01-29 | (svn r1721) -Feature: It is now possible to build multiple road stations (up ... | celestar |
2005-01-29 | (svn r1715) Move [GS]etMapExtraBits to tile.[ch] | tron |
2005-01-23 | (svn r1621) -Fix: fixed some compiler warnings for the random-debug-switch | truelight |
2005-01-23 | (svn r1616) Introduce ttd_strlcat() and use it to de-uglify some piece of cod... | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-21 | (svn r1583) -Fix: You should no longer be able to delete bridges on any type ... | darkvater |
2005-01-14 | (svn r1508) Remove duplicate declarations and include proper headers where ne... | tron |
2005-01-13 | (svn r1497) -Fix: [1101179] Crash if generating land while industry window is... | darkvater |
2005-01-13 | (svn r1496) -Fix: highscore no longer crashes in network games with a dedicat... | darkvater |
2005-01-12 | (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it... | truelight |
2005-01-11 | (svn r1479) -Added highscore chart (accessible from the difficulty window) wi... | darkvater |
2005-01-03 | (svn r1354) Use WindowClass/WindowNumber to store/pass window class/number, n... | tron |
2004-12-23 | (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge) | truelight |
2004-12-20 | (svn r1194) Feature: You can now add and remove servers from the server list.... | dominik |
2004-12-13 | (svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de) | truelight |
2004-12-04 | (svn r942) -Merged branch/network back into the trunk | truelight |
2004-12-03 | (svn r907) Sprinkle holy ANSI water: | tron |
2004-11-21 | (svn r724) Remove restriction that a tile can only accept 3 cargo types. | tron |
2004-11-15 | (svn r631) Merge r440, r444, r485, r630 to trunk: | tron |
2004-11-14 | (svn r612) [newgrf] Fix: custom waypoints on monorail/maglev are displayed co... | dominik |
2004-11-14 | (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name ... | darkvater |
2004-11-14 | (svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch ... | darkvater |