Age | Commit message (Expand) | Author |
2006-08-22 | (svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu... | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-21 | (svn r6041) -Fix r6040: forgot to declare a function in viewport.c | truelight |
2006-08-21 | (svn r6040) -Add: when clicking twice on a Location Button, the SmallMap cent... | truelight |
2006-08-21 | (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by... | Darkvater |
2006-08-14 | (svn r5900) -Fix [FS#84]: Warning silencing fix for OpenTTD on Windows x64 (m... | Darkvater |
2006-08-07 | (svn r5806) Inline FindLandscapeHeight() into its only remaining caller and r... | tron |
2006-08-06 | (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst... | tron |
2006-07-29 | (svn r5631) Don't allocate memory for information about a sprite which isn't ... | tron |
2006-07-29 | (svn r5630) Replace a boolean variable by continue | tron |
2006-07-29 | (svn r5629) Simplify the test whether two bounding boxes overlap | tron |
2006-07-29 | (svn r5628) Rename the attributes for the bounding box of struct ParentSprite... | tron |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-07-23 | (svn r5597) Remove the unused attribute ground_child from struct ViewportDrawer | tron |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-05-11 | (svn r4819) -Debug: When clicking on a vehicle in the viewport, the index and... | celestar |
2006-05-09 | (svn r4802) - Codechange: replace _stringwidth_base and associated magic numb... | peter1138 |
2006-04-23 | (svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE} | tron |
2006-04-23 | (svn r4541) Add a type for slopes and replace many magic numbers by the appro... | tron |
2006-04-21 | (svn r4502) -Cleanup: Remove code unused since rev1. (Rubidium) | celestar |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-03-21 | (svn r3995) -Fix: Committed one file too much in 3992 (Thanks to Tron for poi... | celestar |
2006-03-20 | (svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be te... | celestar |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2006-01-05 | (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAuto... | tron |
2005-12-02 | (svn r3254) - Fix: graphical glitch with autorail tool on a certain tile-type. | Darkvater |
2005-11-18 | (svn r3218) -Feature: Multiheaded train engines will now stay in the same train | bjarni |
2005-11-16 | (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding... | tron |
2005-10-03 | (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper... | tron |
2005-10-02 | (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) | Darkvater |
2005-08-08 | (svn r2845) Remove sprite size caching, it was unused | tron |
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 |