summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-05(svn r18738) -Fix (r18719): when a tree died while there was snow the amount ↵yexo
of snow on the tile changed
2010-01-05(svn r18737) -Fix (r12028): Var67 data wasn't swapped properly for orientation.peter1138
2010-01-05(svn r18736) -Feature [NewGRF]: implement varaction2houses vars 66 ad 67yexo
2010-01-05(svn r18734) -Prepare: for 1.0.0-beta2rubidium
2010-01-05(svn r18733) -Update from WebTranslator v3.0:translators
catalan - 2 changes by arnau croatian - 36 changes by finnish - 3 changes by jpx_ german - 1 changes by planetmaker greek - 1 changes by Rubidium malay - 503 changes by toadhall polish - 1 changes by xaxa russian - 1 changes by Lone_Wolf spanish - 1 changes by Terkhen
2010-01-05(svn r18732) -Codechange: move the company related commands of misc_cmd.cpp ↵rubidium
to company_cmd.cpp
2010-01-05(svn r18731) -Codechange: move the DrawStationCoverage stuff from ↵rubidium
misc_gui.cpp to station_gui.cpp
2010-01-05(svn r18730) -Fix [FS#3414]: new viewports didn't center on the correct positionyexo
2010-01-04(svn r18729) -Fix [FS#3427]: the lock in the company gui was only drawn for ↵yexo
your own company
2010-01-04(svn r18728) -Fix: don't mark all tiles dirty in the artic tileloopyexo
2010-01-04(svn r18727) -Fix [FS#3480]: some invalid gender/plural indices in strings, ↵rubidium
which could eventually cause crashes.
2010-01-04(svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text ↵rubidium
when building a station could be incorrect (missing a cargo) -Change [NoAI]: AITile::GetCargoProduction now returns the number of producers and not the number of tiles of producers. -Fix [NoAI]: AITileList_IndustryProducing would omit some tiles for at which a station would get cargo.
2010-01-04(svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and ↵frosch
AIWaypoint::HasWaypointType(). -Change: [NoAI] Constructor of AIWaypoint now takes a WaypointType to also handle buoys. -Remove: [NoAI] AIBuoyList.
2010-01-04(svn r18724) -Fix [FS#3475] (r17899): refitting a non-refittable vehicle to ↵yexo
it's default cargotype failed, causing problems for AIs
2010-01-04(svn r18723) -Codechange: also simplify looping over an area when building ↵rubidium
trees, desert, rocky areas or leveling land
2010-01-04(svn r18722) -Update from WebTranslator v3.0:translators
croatian - 36 changes by finnish - 2 changes by jpx_ french - 1 changes by glx german - 1 changes by planetmaker greek - 36 changes by fumantsu italian - 1 changes by lorenzodv malay - 58 changes by toadhall romanian - 1 changes by kkmic russian - 2 changes by Lone_Wolf serbian - 4 changes by etran swedish - 1 changes by Landrash
2010-01-04(svn r18721) -Codechange: simplify adding/removing rectangles of tiles from ↵rubidium
AITileLists
2010-01-04(svn r18720) -Codechange: simplify looping and validation of CmdBuildCanalrubidium
2010-01-04(svn r18719) -Feature: don't delete the rough/rocky status of a tile when ↵yexo
it's covered by snow, this allows rocky tiles under snow if you have a variable snowline
2010-01-04(svn r18718) -Codechange: make a wrapper macro for looping TileAreasrubidium
2010-01-04(svn r18717) -Codechange: use TileArea in industry instead of three separate ↵rubidium
variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry.
2010-01-04(svn r18716) -Codechange: pass a TileArea to FindStationsAroundTilesrubidium
2010-01-04(svn r18715) -Codechange: make StationFinder a subclass of TileArearubidium
2010-01-04(svn r18714) -Codechange: move the TileArea struct to it's own headerrubidium
2010-01-04(svn r18713) -Fix [FS#3476]: the join station window didn't account for ↵rubidium
scrolling, so if you did scroll the station was not joined with the selected station
2010-01-04(svn r18712) -Fix (r5167): Spurious character spacing with free type fonts ↵peter1138
for small and large font sizes.
2010-01-04(svn r18711) -Doc: update landscape documentation about m1 (tile owner)yexo
2010-01-04(svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when ↵rubidium
trying to make one way roads of town owned roads
2010-01-04(svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter ↵peter1138
was only validated during sprite blitting, other drawing operations didn't check it. Initial startup and window resize could therefore lead to crash.
2010-01-03(svn r18708) -Feature: [NewGRF] Add support for custom station foundation ↵peter1138
graphics.
2010-01-03(svn r18707) -Fix (r17802): local variables should not be accessed after the ↵yexo
function returns
2010-01-03(svn r18706) -Cleanup: remove docs/Manual.txt and ↵yexo
docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated. Add docs/obm_format.txt and docs/obs_format.txt to Makefile.bundle Add several documentation files to the windows installer
2010-01-03(svn r18705) -Update: the known bugs document about the PulseAudio issue ↵rubidium
based on mgmuscari's solution/workaround
2010-01-03(svn r18704) -Doc: update the 'Compiling OpenTTD using Microsoft Visual C++' ↵yexo
documentation
2010-01-03(svn r18703) -Feature-ish: allow virtually paying a percentage of the leg ↵rubidium
profit in feeder chains. This to give the user a better chance to get a feeder system without "losses".
2010-01-03(svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with ↵frosch
foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences.
2010-01-03(svn r18701) -Fix (r18700): always compile before making a commityexo
2010-01-03(svn r18700) -Fix: when deleting an industry on water (oil rigs) the tiles ↵yexo
on water were not marked dirty
2010-01-03(svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly ↵frosch
initialised to zero, and not always checked for valid range.
2010-01-03(svn r18698) -Update from WebTranslator v3.0:translators
croatian - 36 changes by estonian - 71 changes by KSiimson greek - 4 changes by fumantsu indonesian - 4 changes by prof portuguese - 1 changes by JayCity spanish - 1 changes by Terkhen urdu - 13 changes by waderay
2010-01-03(svn r18697) -Fix [FS#3471]: crash when scrolling to an item removed by ↵rubidium
filtering in the 'add NewGRF window'
2010-01-03(svn r18696) -Fix [FS#3404]: AITile::IsCoastTile returned false for coast ↵yexo
tiles with trees on them.
2010-01-02(svn r18694) -Update from WebTranslator v3.0:translators
catalan - 7 changes by arnau croatian - 36 changes by korean - 1 changes by junho2813 norwegian_nynorsk - 10 changes by 2rB polish - 4 changes by silver_777 portuguese - 2 changes by JayCity romanian - 41 changes by tonny
2010-01-02(svn r18693) -Doc: Add some doxygen comments to smallmap code.alberth
2010-01-02(svn r18692) -Fix: after a company went bankrupt it was impossible to build ↵yexo
a new waypoint close to a deleted one until the grey sign was gone
2010-01-02(svn r18691) -Change [NoAI]: cleanup some errors messages and add a few to ↵yexo
AIWaypoint
2010-01-02(svn r18690) -Fix [FS#3469]: some keys that open windows that want to be ↵rubidium
located relatively to the toolbars/statusbar could cause a crash when in one of the end game screens
2010-01-02(svn r18689) -Codechange: move the looping over chunkhandlers code to a macrorubidium
2010-01-02(svn r18688) -Cleanup: remove some unused code/constantsrubidium
2010-01-02(svn r18687) -Add [NoAI]: AIEngine::IsBuildable to check if you can build a ↵yexo
certain engine. -Change: AIEngine::IsValidEngine will now also return true when you have at least one vehicle of that type even if you can't build it anymore.