Age | Commit message (Expand) | Author |
2005-07-24 | (svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n... | 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 r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-19 | (svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst... | ludde |
2005-07-17 | (svn r2626) static, const, misc. | tron |
2005-07-17 | (svn r2619) Fix: [viewport] Fix potential buffer overflow reported by Tron | ludde |
2005-07-16 | (svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is ... | celestar |
2005-07-15 | (svn r2580) Change: Added {INDUSTRY} command for printing industry names inst... | ludde |
2005-07-08 | (svn r2535) Tabs | tron |
2005-07-08 | (svn r2532) - Fix: Don't waste space using an int where a byte would suffice... | hackykid |
2005-07-05 | (svn r2521) -Codechange: Removed trailing "\n"s from DEBUG statements | celestar |
2005-06-29 | (svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selec... | 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-21 | (svn r2470) - Fix: Display station signs correctly in smallest zoom level in... | hackykid |
2005-06-20 | (svn r2465) Remove some unreachable code | tron |
2005-06-15 | (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'f... | hackykid |
2005-06-15 | (svn r2440) - Fix: [newgrf] Fix the spritesorter to handle overlapping sprit... | hackykid |
2005-06-14 | (svn r2438) - Feature: New display option, 'transparent station signs', make... | hackykid |
2005-06-06 | (svn r2420) - Codechange: magic number elminitation of cursorsprites. | Darkvater |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-05-28 | (svn r2370) Replace some magic numbers with symbolic names | tron |
2005-05-27 | (svn r2369) Remove _thd_ptr: It always holds the address of _thd | tron |
2005-03-24 | (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h | truelight |
2005-02-21 | (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli... | Darkvater |
2005-02-13 | (svn r1867) Include tables/sprites.h only in files which need it | tron |
2005-02-10 | (svn r1853) Move spritecache function declarations into a header of their own... | tron |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny new... | tron |
2005-02-05 | (svn r1803) Move debugging stuff into files of it's own | tron |
2005-01-25 | (svn r1674) - Fix: Signs are now displayed in the correct color at all zoom l... | dominik |
2005-01-25 | (svn r1667) - Feature: Signs are now shown in the color of the player who cre... | dominik |
2005-01-23 | (svn r1610) Remove trailing whitespace (last time ever, i hope) | tron |
2005-01-22 | (svn r1596) Add some more statics | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-22 | (svn r1584) Fix: Highlighlighting tiles under bridges works again correctly f... | dominik |
2005-01-19 | (svn r1571) Feature: Visually enhanced autorail placing | dominik |
2005-01-12 | (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it... | truelight |
2005-01-10 | (svn r1477) -Fix: finally zooming in/out always works. The problem was that t... | darkvater |
2005-01-10 | (svn r1475) Fix some more 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-06 | (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an... | truelight |
2005-01-03 | (svn r1354) Use WindowClass/WindowNumber to store/pass window class/number, n... | tron |
2005-01-03 | (svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i... | tron |
2005-01-03 | (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL... | tron |
2005-01-03 | (svn r1330) Increase size of some vars from int16 to int32 to guard against f... | tron |
2004-12-31 | (svn r1312) -Add: Patch which is on by default: population in label of the town | truelight |
2004-12-15 | (svn r1117) Move map arrays and some related macros into their own files map.... | tron |
2004-12-14 | (svn r1091) Fix: Finally station names use 100% the correct color in transpar... | dominik |
2004-12-13 | (svn r1063) Improve scrolling limits a bit. You now can scroll further away f... | tron |