Age | Commit message (Expand) | Author |
2006-06-28 | (svn r5403) - Feature: Allow building canals at sea-level, using ctrl to togg... | peter1138 |
2006-06-28 | (svn r5402) WebTranslator2 update to 2006-06-28 15:08:19 | miham |
2006-06-28 | (svn r5400) Typo in 5391, spotted by peter1138 | tron |
2006-06-28 | (svn r5399) Simplify a conditional expression: (a && b) || (!a && !b) -> a == b | tron |
2006-06-28 | (svn r5398) Rename checkRadioTowerNearby() to IsRadioTowerNearby() and flip i... | tron |
2006-06-28 | (svn r5397) -Fix: Redraw the screen, when switching the signal side | tron |
2006-06-28 | (svn r5396) - Remove two fixed parameters | tron |
2006-06-28 | (svn r5395) The railway station and depot building windows are not affiliated... | tron |
2006-06-28 | (svn r5394) Allocate a small, fixed-size array on the stack instead of malloc... | tron |
2006-06-28 | (svn r5393) CodeChange : Little typo correction. Nothing spectacular. Only b... | belugas |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-27 | (svn r5390) [Translations] Added initial bulgarian language (not even the hea... | miham |
2006-06-27 | (svn r5389) WebTranslator2 update to 2006-06-27 19:48:50 | miham |
2006-06-27 | (svn r5388) WebTranslator2 update to 2006-06-27 14:52:55 | miham |
2006-06-26 | (svn r5385) - Fix: Corrected new helipad layering so helicopters go over the ... | richk |
2006-06-26 | (svn r5376) - Fix: Changed error message when trying to build a CTOL aircraft... | richk |
2006-06-26 | (svn r5370) WebTranslator2 update to 2006-06-26 19:51:45 | miham |
2006-06-26 | (svn r5366) WebTranslator2 update to 2006-06-26 07:55:30 | miham |
2006-06-25 | (svn r5365) -Fix: It was possible to dig into a tunnel if certain rail combin... | tron |
2006-06-25 | (svn r5364) Clean up r5363 | tron |
2006-06-25 | (svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228 | tron |
2006-06-25 | (svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replac... | richk |
2006-06-25 | (svn r5360) - Fix (r5359): *sigh*, compile before you commit... | Darkvater |
2006-06-25 | (svn r5359) - Setting a patch value through the console would show the old va... | Darkvater |
2006-06-25 | (svn r5355) WebTranslator2 update to 2006-06-25 08:46:11 | miham |
2006-06-24 | (svn r5352) -Fix: Return accurate slope information for tunnels and bridges t... | tron |
2006-06-24 | (svn r5351) -Fix: Several graphical glitches at adjacent tiles with foundatio... | tron |
2006-06-24 | (svn r5348) -Fix: A HQ could only be flooded at its northern tile, the other ... | tron |
2006-06-23 | (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters. | richk |
2006-06-22 | (svn r5338) - NewGRF: add support for vehicle variable 48, vehicle type info ... | peter1138 |
2006-06-22 | (svn r5337) - NewGRF: pass the engine type to the engine resolver, to allow s... | peter1138 |
2006-06-22 | (svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info wi... | peter1138 |
2006-06-22 | (svn r5335) - Newgrf: correct spelling of hangar | peter1138 |
2006-06-21 | (svn r5328) WebTranslator2 update to 2006-06-21 19:52:04 | miham |
2006-06-21 | (svn r5327) Use DrawFoundation() for houses | tron |
2006-06-21 | (svn r5326) Remove the indicator bit for custom waypoint graphics, because it... | tron |
2006-06-21 | (svn r5325) Don't test something if we already know the result true, because ... | tron |
2006-06-20 | (svn r5320) - NewGRF: make sets using TTDPatch's train reversing hack/feature... | peter1138 |
2006-06-20 | (svn r5318) - Allow room for a single pixel overflow on the first engine when... | peter1138 |
2006-06-19 | (svn r5317) s/RGT_/ROADSIDE_/ and some minor changes | tron |
2006-06-19 | (svn r5316) WebTranslator2 update to 2006-06-19 19:40:09 | miham |
2006-06-19 | (svn r5315) -Fix: Prohibit altering a road tile while road works are in progress | tron |
2006-06-19 | (svn r5314) -Regression: When road works started on a road tile with barren r... | tron |
2006-06-19 | (svn r5313) Move IsRailWaypoint() to rail_map.h and remove unused enum | tron |
2006-06-19 | (svn r5312) - Fix (r5288): Be very strict about terraforming. If a rail tile ... | Darkvater |
2006-06-18 | (svn r5310) WebTranslator2 update to 2006-06-18 21:00:21 | miham |
2006-06-18 | (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now d... | tron |
2006-06-18 | (svn r5308) Replace an array of function pointers with a switch: It's shorter... | tron |
2006-06-18 | (svn r5307) Remove two unnecessary indirections which used function pointers ... | tron |
2006-06-17 | (svn r5298) Hide function declarations and remove function stubs which aren't... | tron |