Age | Commit message (Expand) | Author |
2006-09-27 | (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound ... | peter1138 |
2006-09-05 | (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it... | Darkvater |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-08-28 | (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {... | rubidium |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-19 | (svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and... | Darkvater |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-16 | (svn r5924) Revert accidently commited files | tron |
2006-08-16 | (svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing) | tron |
2006-08-15 | (svn r5913) -Fix (r5906): GetVehicleOutOfTunnelTile did assert when the vehic... | rubidium |
2006-08-15 | (svn r5906) -Fix [ 1203146 ]: GetVehicleOutOfTunnelTile always returned v->ti... | Darkvater |
2006-08-15 | (svn r5901) -Fix [FS#253]: Differing price calculation for tunnels depending ... | Darkvater |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-10 | (svn r5833) -Feature: Allow building of (certain) rails, roads and bridge ram... | tron |
2006-08-08 | (svn r5809) Turn the tests for valid bridge ramp slopes into something compre... | tron |
2006-08-06 | (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst... | tron |
2006-07-30 | (svn r5641) -Fix: Adjust/correct some bounding boxes. This fixes some graphic... | tron |
2006-07-26 | (svn r5611) Remove a stale comment | tron |
2006-07-26 | (svn r5610) Remove a pointless call to VehicleInTheWayErrMsg() - only trains ... | tron |
2006-07-22 | (svn r5592) Merge two complementary cases | tron |
2006-07-22 | (svn r5582) Add and use AxisToTrack{Bits,}() | tron |
2006-07-22 | (svn r5580) -Regression: Under certain circumstances it was possible to remov... | tron |
2006-06-28 | (svn r5403) - Feature: Allow building canals at sea-level, using ctrl to togg... | peter1138 |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-24 | (svn r5352) -Fix: Return accurate slope information for tunnels and bridges t... | tron |
2006-06-19 | (svn r5315) -Fix: Prohibit altering a road tile while road works are in progress | tron |
2006-06-14 | (svn r5260) -Fix: It was possible to convert the railtype of a bridge while a... | tron |
2006-06-14 | (svn r5259) -Codechange: GetBridgeHeight{Ramp,}() now returns the height of t... | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-06-09 | (svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more c... | tron |
2006-06-07 | (svn r5155) - Remove the bridge branch merge (revision r5070) | tron |
2006-06-02 | (svn r5081) -Fix: Could not build bridges over crossings (but crossings under... | celestar |
2006-06-02 | (svn r5070) Merged the bridge branch | celestar |
2006-05-27 | (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su... | KUDr |
2006-05-21 | (svn r4937) Reduce the use of _error_message a bit | tron |
2006-05-20 | (svn r4927) Replace 3 big ifs (which regard foundations) by a bit less confus... | tron |
2006-05-16 | (svn r4882) -Fix: Forgot a change in previous commit | celestar |
2006-05-16 | (svn r4881) -Codechange: Be a little more strict about types and remove some ... | celestar |
2006-05-09 | (svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to Ensur... | tron |
2006-05-09 | (svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CR... | rubidium |
2006-05-09 | (svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMA... | rubidium |
2006-05-07 | (svn r4771) -Regression: It was possible to remove a bridge while a vehicle w... | tron |
2006-05-07 | (svn r4766) -Fix: Vehicles on a sloped tile under a bridge were affected by t... | tron |
2006-05-07 | (svn r4765) Add GetTileMaxZ(), which returns the height of the highest corner... | tron |
2006-04-25 | (svn r4572) Remove vehicle_leave_tile_proc | tron |
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-15 | (svn r4430) - NewGRF: Use the bridge's sprite layout for drawing high pillars... | Darkvater |
2006-04-12 | (svn r4402) Fix a faulty entry in the table for slopes under bridges, remove ... | tron |
2006-04-12 | (svn r4398) -Fix: Quick and Dirty solution for FS#116. Just for the nightlies | celestar |