summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-08-01(svn r20293) -Doc: add more doxygen comments in ai_gui.cpyexo
2010-08-01(svn r20292) -Codechange: remove some unused variables from AIConfigWindowyexo
2010-08-01(svn r20291) -Codechange: Unify break coding style.alberth
2010-08-01(svn r20290) -Codechange: Add missing 'break' statements.alberth
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20288) -Doc: add doxygen string to all GetClassName functions (part of ↵yexo
all AI api classes)
2010-08-01(svn r20287) -Fix: GCC 4.1 warningrubidium
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20285) -Codechange: use ///< for single-line doxygen comments in the ↵yexo
AI code
2010-08-01(svn r20284) -Codechange: use ///< for single-line doxygen comments in the ↵yexo
AI code
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20282) -Codechange: add some spaces where they should've beenrubidium
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-08-01(svn r20280) -Fix: indentation of some switch casesrubidium
2010-08-01(svn r20279) -Doc: Doxygen additions/improvements.alberth
2010-08-01(svn r20278) -Update from WebTranslator v3.0:translators
afrikaans - 9 changes by burgerd belarusian - 840 changes by KorneySan, Wowanxm croatian - 4 changes by VoyagerOne czech - 10 changes by ReisRyos finnish - 1 changes by jpx_ hungarian - 4 changes by IPG irish - 4 changes by tem korean - 1 changes by junho2813 polish - 4 changes by lion portuguese - 5 changes by SupSuper romanian - 4 changes by tonny russian - 13 changes by KorneySan serbian - 4 changes by etran thai - 176 changes by sf_alpha ukrainian - 4 changes by Fixer
2010-08-01(svn r20277) -Codechange: Move CmdSetAutoReplace() from company_cmd.cpp to ↵alberth
autoreplace_cmd.cpp.
2010-08-01(svn r20276) -Update: add some genders/cases to Belarusianrubidium
2010-08-01(svn r20275) -Fix (r20274): some compilers are complaining about ↵yexo
signed/unsigned comparison
2010-08-01(svn r20274) -Fix: special keycodes were matched if a code matched the start ↵yexo
of the string (ie 'C' matched 'CTRL')
2010-07-31(svn r20273) -Fix [FS#3930]: '-' and '=' were not correctly read from ↵yexo
hotkeys.cfg
2010-07-31(svn r20272) -Doc: [NoAI] document return value of AIGroup::SetAutoReplaceyexo
2010-07-31(svn r20271) -Doc: add doxygen comments to several items under src/ai/yexo
2010-07-31(svn r20270) -Merge: release updates from 1.0rubidium
2010-07-31(svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the ↵alberth
function and two company globals.
2010-07-31(svn r20268) -Add: append 'On'/'Off' after the name for boolean NewGRF settingsyexo
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-31(svn r20264) -Fix (r20258): saving a new preset was brokenyexo
2010-07-31(svn r20263) -Change: only show the NewGRF version when ↵rubidium
newgrf_developer_tools are enabled
2010-07-31(svn r20262) -Codechange: Remove unused ScoreInfo::id field, and doxyment ↵alberth
the data structures.
2010-07-31(svn r20260) -Update from WebTranslator v3.0:translators
basque - 13 changes by Thadah belarusian - 313 changes by KorneySan dutch - 4 changes by Yexo finnish - 3 changes by jpx_ korean - 5 changes by telk5093 russian - 10 changes by KorneySan thai - 60 changes by sf_alpha
2010-07-31(svn r20259) -Add: allow NewGRFs to specify their version and use that to ↵rubidium
hide old NewGRFs / to choose the newest when loading compatible NewGRFs
2010-07-31(svn r20258) -Feature: more user-friendly gui to change NewGRF parametersyexo
2010-07-31(svn r20257) -Codechange: unify some node handling code and don't require a ↵rubidium
single root node
2010-07-31(svn r20256) -Codechange: add a DrawStringMultiline variant that accepts ↵yexo
const char* instead of StringID
2010-07-31(svn r20255) -Add: allow NewGRFs to specify static info about their ↵yexo
user-changeable parameters
2010-07-31(svn r20254) -Add: allow NewGRFs to specify their paletterubidium