summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-03(svn r20345) -Codechange: unify removing of objects a bit morerubidium
2010-08-03(svn r20344) -Feature: add rescan_newgrf console commandyexo
2010-08-03(svn r20343) -Fix (r20342): don't start svn commit too early... it won't see ↵rubidium
the later changes
2010-08-03(svn r20342) -Codechange: unify the construction of objectsrubidium
2010-08-03(svn r20341) -Codechange: pass the tile of the HQ instead of the company to ↵rubidium
UpdateCompanyHQ
2010-08-03(svn r20340) -Codechange: introduce some flags for objects and use them in ↵rubidium
some places
2010-08-03(svn r20339) -Codechange: reorder the HQ drawing data so it's in a slightly ↵rubidium
more logical order from the map array's point of view.
2010-08-03(svn r20338) -Codechange: unify the unmovable tile drawingrubidium
2010-08-03(svn r20337) -Codechange: unify the construction of objects on the maprubidium
2010-08-03(svn r20336) -Codechange: rework the HQ updatingrubidium
2010-08-03(svn r20335) -Codechange: change the name of some unmovable map accessorsrubidium
2010-08-03(svn r20334) -Codechange: reorder the unmovable bits a bit for futher extensionrubidium
2010-08-02(svn r20333) -Fix (r20332): Mask second operand to 5 bits to avoid ↵frosch
differences between platforms.
2010-08-02(svn r20332) -Add: [NewGRF] AdvVarAct2 operators for SHL, SHR and SAR.frosch
2010-08-02(svn r20331) -Doc: some more airport-related codeyexo
2010-08-02(svn r20330) -Codechange: unify the removal of unmovables a bitrubidium
2010-08-02(svn r20329) -Codechange: align the data of the original airports so it's ↵yexo
better readable
2010-08-02(svn r20328) -Codechange: unify the unmovable related commands and make ↵rubidium
building lighthouses/transmitters actually happen via a command
2010-08-02(svn r20327) -Change: don't let building e.g. road remove light houses and ↵rubidium
transmitters in the scenario editor
2010-08-02(svn r20326) -Codechange: move UnmovableType to its own filerubidium
2010-08-02(svn r20325) -Fix (r20322): surround variable declarations in a switch-block ↵yexo
with {}
2010-08-02(svn r20324) -Doc: add doxygen comments to the Airport struct belonging to a ↵yexo
station
2010-08-02(svn r20323) -Codechange: Move Delete town code to a command.terkhen
2010-08-02(svn r20322) -Codechange: Move Expand town code to a command.terkhen
2010-08-02(svn r20321) -Codechange: rename GetUnmovableSpec to UnmovableSpec::Get and ↵rubidium
add+use a ::GetByTile
2010-08-02(svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed ↵alberth
addition.
2010-08-02(svn r20319) -Codechange: Align comments, add indent to a function call.alberth
2010-08-02(svn r20318) -Doc: Doxygen additions.alberth
2010-08-02(svn r20317) -Codechange: Move variable declaration to their first use.alberth
2010-08-02(svn r20316) -Document: some members/structs and functions and rename some ↵rubidium
slightly to better catch their meaning
2010-08-02(svn r20315) -Codechange: Replace magic numbers by named constants.michi_cc
2010-08-02(svn r20314) -Fix (r20312): Too many parameters, missed one.michi_cc
2010-08-02(svn r20313) -Fix (r20309): Mercurial version detection picked up a bit more ↵rubidium
than it should've picked up.
2010-08-02(svn r20312) -Doc: Add missing doxygen comments to road map accessors.michi_cc
2010-08-02(svn r20311) -Codechange: don't reserve extra space in the savegame that is ↵yexo
never used
2010-08-02(svn r20310) -Update from WebTranslator v3.0:translators
basque - 8 changes by Thadah belarusian - 354 changes by KorneySan, Wowanxm simplified_chinese - 5 changes by pda1573 traditional_chinese - 1 changes by pda1573 chuvash - 17 changes by mefisteron french - 4 changes by glx greek - 18 changes by fumantsu italian - 4 changes by lorenzodv brazilian_portuguese - 15 changes by Tucalipe russian - 28 changes by KorneySan swedish - 14 changes by tool thai - 23 changes by sf_alpha ukrainian - 14 changes by Madvin vietnamese - 9 changes by nglekhoi
2010-08-02(svn r20309) -Fix [FS#3953]: Mercurial (trunk) revision detection fails when ↵rubidium
different heads are used
2010-08-02(svn r20308) -Change: don't only look at only the src directory for the ↵rubidium
revision, but at the parent of the src directory.
2010-08-02(svn r20307) -Fix (r20305): the palette for baseset extra grfs was never set ↵yexo
so it defaulted to dos
2010-08-02(svn r20306) -Cleanup (r20305): actually delete the old base NewGRFrubidium
2010-08-02(svn r20305) -Change: reduce OpenTTD's install size by roughly 460 KiB by ↵rubidium
only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF.
2010-08-02(svn r20303) -Feature: [NewGRF] Air drag property support for trains and ↵terkhen
road vehicles. Air drag for vehicles with air drag not set or set to zero will use a default value depending on their max speed.
2010-08-02(svn r20302) -Add: Method for getting the air drag of a ground vehicle.terkhen
2010-08-02(svn r20301) -Add: [NewGRF] Read air drag property from Action 0 for trains.terkhen
2010-08-02(svn r20300) -Add: Air drag field to the rail engine information.terkhen
2010-08-02(svn r20299) -Add: Make trains and road vehicles use a different area value ↵terkhen
to calculate air drag.
2010-08-02(svn r20298) -Fix: GetInitialMaxSpeed did not return the correct value for ↵terkhen
road vehicles.
2010-08-02(svn r20297) -Doc: Explain the default tractive effort value used by ↵terkhen
standard road vehicles.
2010-08-02(svn r20296) -Fix: Fallback font selection due to missing glyphs did not ↵alberth
work as intended.
2010-08-01(svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position.frosch