summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-27(svn r16179) -Update: WebTranslator2 update to 2009-04-27 17:41:22translators
brazilian_portuguese - 24 fixed by tucalipe (24) dutch - 10 fixed by habell (10) estonian - 8 changed by kristjans (8) hungarian - 10 fixed by IPG (10) italian - 1 changed by lorenzodv (1) malay - 22 fixed by Syed (22) norwegian_bokmal - 1 fixed by khh (1) polish - 336 fixed, 104 changed by konrad (440)
2009-04-27(svn r16178) -Fix [FS#2866]: don't try to reserve path for trains crashed in ↵smatz
station
2009-04-27(svn r16177) -Fix (r15892): [OSX] fixed linking error regarding _select$1050 ↵bjarni
(only present on some systems)
2009-04-26(svn r16176) -Fix: forbid joining AI companies via the 'move' and 'join' ↵yexo
console commands.
2009-04-26(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI ↵yexo
companies, since joining an AI company is not possible.
2009-04-26(svn r16174) -Fix (r16093) [FS#2863]: crash when starting a game/loading a ↵yexo
game with no AIs available.
2009-04-26(svn r16173) -Update: WebTranslator2 update to 2009-04-26 17:38:31translators
arabic_egypt - 35 fixed by khaloofah (35) catalan - 10 fixed by arnaullv (10) estonian - 10 fixed, 26 changed by kristjans (36) german - 10 fixed by planetmaker (10) italian - 10 fixed by lorenzodv (10)
2009-04-26(svn r16172) -Fix (r16171): typo (thanks SmatZ)yexo
2009-04-26(svn r16171) -Add [NoAI]: two new error codes to AITile: ↵yexo
ERR_AREA_ALREADY_FLAT and ERR_ESCAVATION_WOULD_DAMAGE.
2009-04-26(svn r16170) -Codechange: Added nested widgets to OSK.alberth
2009-04-26(svn r16169) -Codechange: Completing OSK widget numbers.alberth
2009-04-26(svn r16168) -Codechange: Removing unused WWT_EMPTY widget.alberth
2009-04-26(svn r16167) -Codechange: Added empty-ness test to nested widget containers.alberth
2009-04-26(svn r16166) -Add [NoAI]: AITile::Get(Min|Max|Corner)Heightfrosch
2009-04-26(svn r16165) -Add [FS#2801] [NoAI]: several functions to AIOrder to check ↵yexo
the what kind of order an order is. -Fix: AIOrder::GetOrderDestination and AIOrder::GetOrderFlags didn't work on ORDER_CURRENT when the vehicle was loading/leaving in a station.
2009-04-26(svn r16164) -Fix: make dependencies checking more accurate by using ↵glx
compiler's built-in defines
2009-04-26(svn r16163) -Codechange: instead of SetDParamStr(0, string); ↵rubidium
DrawString(..., STR_JUST_RAW_STRING, ...) use DrawString(..., string, ...).
2009-04-26(svn r16162) -Codechange: remove needless TC_ colours from DrawString when ↵rubidium
they are part of strings and add some colours to a few strings.
2009-04-26(svn r16161) -Fix (r16128): AILoadConfig() could not handle NULL settings.frosch
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for ↵rubidium
DrawString.
2009-04-26(svn r16159) -Change [FS#2846]: warn when multiline strings are drawn with ↵rubidium
DrawString and not DrawStringMultiLine.
2009-04-26(svn r16158) -Codechange: fix the string alignment in all .hpp.sq filesyexo
2009-04-26(svn r16157) -Fix: wrong truncation of refit cost/graph x labels because ↵rubidium
they were multiline strings being drawn using DrawString instead of DrawStringMultiLine.
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the ↵rubidium
same as for DrawString (except the addition of the bottom parameter)
2009-04-26(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile insteadsmatz
2009-04-26(svn r16154) -Codechange: Added nested widgets for sign list and sign edit ↵alberth
windows.
2009-04-26(svn r16153) -Codechange: Completing QueryEditSignWidgets enum.alberth
2009-04-26(svn r16152) -Codechange: Added nested widgets for advanced settings and for ↵alberth
custom currency windows.
2009-04-25(svn r16151) -Codechange: move some includes around to prevent including ↵yexo
half the AI api in non-noai related code.
2009-04-25(svn r16150) -Fix [NoAI]: Change WAYPOINT_INVALID to 0xFFFF from -1 as ↵yexo
that's the value the AIs got (due to casting). Clarify some api documentation.
2009-04-25(svn r16149) -Fix [FS#2860]: when there's no AI and an AI is started... *boom*rubidium
2009-04-25(svn r16148) -Fix [FS#2839]: misleading comment (part by Bilbo)smatz
2009-04-25(svn r16147) -Feature [FS#2635]: give the town generator a slight tendency ↵rubidium
to build towns near water by not discarding watery random tiles but by searching for near land (db48x)
2009-04-25(svn r16146) -Codechange: use faster algorithm in SetSelectionTilesDirty(). ↵smatz
Up to 1000 times faster when large area is selected
2009-04-25(svn r16145) -Add: '-export-pragmas' to strgen so external tools can ↵rubidium
(hopefully) automatically be updated to support new pragmas
2009-04-25(svn r16144) -Fix (r16129): setting the custom digit grouping separator ↵rubidium
required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators.
2009-04-25(svn r16143) -Codechange: Change other languages too.alberth
2009-04-25(svn r16142) -Codechange: Use widgets in the custom currency window.alberth
2009-04-25(svn r16141) -Codechange: Adding nested widgets to remaining graph windows.alberth
2009-04-25(svn r16140) -Codechange: Call a function while contructing a widget tree.alberth
2009-04-25(svn r16139) -Codechange: Adding/completing widget number enums of several ↵alberth
graph windows.
2009-04-24(svn r16138) -Codechange: move GetClosestWaterDistance to map*rubidium
2009-04-24(svn r16137) -Update: WebTranslator2 update to 2009-04-24 17:43:46translators
catalan - 15 fixed by arnaullv (15) czech - 2 changed by Hadez (2) estonian - 28 changed by kristjans (28) german - 2 changed by planetmaker (2) luxembourgish - 32 fixed by Gubius (32)
2009-04-24(svn r16136) -Fix (r16095)[FS#2858]: sometimes autorail wouldn't work; seems ↵rubidium
to be primarily for OSX users though
2009-04-24(svn r16135) -Fix [FS#2856]: always give the server an already resolved ↵rubidium
'client address' so we can be sure the client address is always resolved
2009-04-24(svn r16134) -Change: do not add duplicates to the broadcast listrubidium
2009-04-24(svn r16133) -Fix (r16129): who would've thought that the saveload system ↵rubidium
couldn't handle skipping strings on load yet?
2009-04-23(svn r16132) -Fix (r7232/r16129): crash when saving games; r7232 is the ↵rubidium
cause of the problem, r16129 just causes it to be triggered.
2009-04-23(svn r16131) -Fix (r16129): some compile warnings on some compilersrubidium
2009-04-23(svn r16130) -Fix [FS#2855]: the overflowsafe type didn't like dividing by ↵rubidium
int64 larger than MAX_INT32 causing division by negative numbers and small anomolies when drawing graphs.