summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵frosch
parameter for OnClick().
2010-01-30(svn r18965) -Fix (r17846): Don't compare horizontal positions with vertical.frosch
2010-01-30(svn r18964) -Change: Highlight the selected action for town authority, and ↵frosch
do not duplicate the itemtext to the description.
2010-01-30(svn r18963) -Codechange: Give AccelerationModel a generical name.terkhen
2010-01-30(svn r18962) -Fix (r18958, r18961): Code-style, use this explicitly.alberth
2010-01-30(svn r18961) -Codechange: Simplifying and unduplicating code in smallmap.alberth
2010-01-30(svn r18960) -Codechange: Move acceleration-related values to a separated cache.terkhen
2010-01-30(svn r18959) -Feature: [NewGRF] Allow layering of multiple groundsprites in ↵frosch
spritelayouts of stations, houses and industrytiles; so hacks with zero-sized bounding boxes are no longer needed and no longer cause trouble.
2010-01-30(svn r18958) -Codechange: Merge smallmap remap functions.alberth
2010-01-30(svn r18957) -Doc: Documenting the scroll_x, scroll_y, and subscroll ↵alberth
variables of SmallMapWindow.
2010-01-29(svn r18956) -Update: NoAI changelogyexo
2010-01-29(svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several ↵yexo
classes to get easier cost estimations before you start building
2010-01-29(svn r18954) -Fix (r18952): missing 'inline'smatz
2010-01-29(svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is runningyexo
Only settings with the AICONFIG_INGAME flag can be editted in this way
2010-01-29(svn r18952) -Fix (r18950): loading recent (=newer then title game) ↵yexo
savegames failed
2010-01-29(svn r18951) -Update from WebTranslator v3.0:translators
czech - 8 changes by ReisRyos dutch - 6 changes by Yexo finnish - 4 changes by jpx_ french - 4 changes by glx german - 4 changes by planetmaker greek - 7 changes by fumantsu hungarian - 4 changes by Petert korean - 4 changes by junho2813 norwegian_bokmal - 4 changes by mantaray norwegian_nynorsk - 4 changes by mantaray serbian - 4 changes by etran slovenian - 4 changes by ntadej spanish - 4 changes by Terkhen vietnamese - 24 changes by myquartz
2010-01-29(svn r18950) -Fix: make sure the values of settings loaded from a savegame ↵yexo
are valid
2010-01-29(svn r18949) -Fix (r18942): 'reduced plane crashes' were actually 'more ↵yexo
plane crashes'
2010-01-29(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbaryexo
2010-01-29(svn r18947) -Fix [FS#1510]: after clicking move up/move down in the ↵yexo
newgrf/ai the selected item could be out of range
2010-01-29(svn r18946) -Fix: it was possible to change AI settings without changing to ↵yexo
the custom difficulty level by using the query text window
2010-01-29(svn r18945) -Codechange: typoyexo
2010-01-29(svn r18944) -Change [FS#3232]: use the highest version of an AI that can ↵yexo
load the AI data from a savegame instead of the exact same version
2010-01-28(svn r18943) -Feature [FS#2885]: make it possible to change newgame settings ↵yexo
from within a game via the console (use setting_newgame instead of setting)
2010-01-28(svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft ↵yexo
crashes
2010-01-28(svn r18941) -Fix [FS#3575]: remove the loading indicators as soon as a ↵yexo
train crashes
2010-01-28(svn r18940) -Feature: make the crash position of aircraft a bit random by ↵yexo
giving aircraft a chance to crash every tick they're breaking. Slow aircraft will crash a bit less, fast aircraft might crash a bit more
2010-01-28(svn r18939) -Codechange [FS#3545]: Move train slope steepness to its own ↵terkhen
function.
2010-01-28(svn r18938) -Fix: Industrylayout's special water tile check did not ↵frosch
properly check for crossing north border of map. Also don't consider MP_VOID tiles as water.
2010-01-28(svn r18937) -Fix (r15190): TileAddWrap didn't return INVALID_TILE for void ↵yexo
tiles at the north border
2010-01-28(svn r18936) -Update from WebTranslator v3.0:translators
hungarian - 2 changes by IPG indonesian - 5 changes by fanioz spanish - 7 changes by yanok vietnamese - 544 changes by myquartz
2010-01-28(svn r18935) -Fix [FS#3551] (r18764): value of variables 90 and 91 weren't ↵rubidium
what NARS expects
2010-01-28(svn r18934) -Fix (r18892, r18913): the deadlock should be definitively gone nowglx
2010-01-28(svn r18933) -Codechange: Don't constantly redraw a window when moving it ↵peter1138
unless it actually moves.
2010-01-28(svn r18932) -Codechange: Don't constantly redraw drop drop list.peter1138
2010-01-27(svn r18931) -Fix: Disabling autoreplace rules might count invalid engines.frosch
2010-01-27(svn r18930) -Fix: [NoAI] Autoreplace is also valid for the default group.frosch
2010-01-27(svn r18929) -Fix [FS#3568]: Preserve some timetable related vehicle flags ↵frosch
during autorenew/-replace.
2010-01-27(svn r18928) -Fix (r18304): The date in case of 'early arrival' was ↵frosch
misaligned in the timetable GUI.
2010-01-27(svn r18927) -Change: move Vietnamese out of unfinishedrubidium
2010-01-27(svn r18926) -Update from WebTranslator v3.0:translators
romanian - 3 changes by kkmic ukrainian - 2 changes by Madvin vietnamese - 738 changes by myquartz
2010-01-27(svn r18925) -Fix (r18924): a waypoint can have a buoy but no rail waypoint tileyexo
2010-01-27(svn r18924) -Fix [NoAI]: AIOrder::GetOrderDestination could return a ↵yexo
non-waypoint tile when the waypoint was a multitile waypoint
2010-01-27(svn r18923) -Fix [FS#3565]: Check source stationspec exists before copying ↵peter1138
layouts.
2010-01-26(svn r18922) -Doc: add doxygen documentation to all functions in station_map.hyexo
2010-01-26(svn r18921) -Codechange: make the preconditions for Get/Set ↵yexo
CustomStationSpecIndex a bit more strict
2010-01-26(svn r18920) -Update from WebTranslator v3.0:translators
afrikaans - 4 changes by Maccie123 dutch - 3 changes by habell vietnamese - 638 changes by myquartz
2010-01-26(svn r18919) -Fix (r15371): strcasestr() return should not be constglx
2010-01-25(svn r18917) -Update from WebTranslator v3.0:translators
danish - 1 changes by Hatsen lithuanian - 17 changes by BlinK_, Devastator malay - 17 changes by toadhall norwegian_bokmal - 84 changes by mantaray norwegian_nynorsk - 4 changes by mantaray polish - 1 changes by xaxa swedish - 6 changes by tobjork
2010-01-25(svn r18916) -Fix (r18809): Don't rely on 'time.h' being included via dark ↵frosch
roads.