summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-12(svn r16284) -Codechange: replace some magic numbers with the ↵rubidium
left/right/top/bottom of a widget
2009-05-12(svn r16283) -Fix [FS#2890]: news ticker truncated too earlyrubidium
2009-05-12(svn r16282) -Update: WebTranslator2 update to 2009-05-12 17:55:59translators
czech - 10 fixed by Hadez (10) german - 13 changed by planetmaker (13) spanish - 11 fixed by eusebio (11)
2009-05-11(svn r16281) -Fix: silence some of compile farm warnings for target win9xsmatz
2009-05-11(svn r16280) -Fix (r13731): crash after using the 'Reset landscape' functionsmatz
-Fix: remove all waypoint signs and buoys after resetting landscape
2009-05-11(svn r16277) -Codechange: enumerize values and remove unneeded values used ↵smatz
for testing town rating
2009-05-11(svn r16276) -Fix: huh, old AI? What is that? What about all the time I ↵rubidium
thought there was no AI?
2009-05-10(svn r16274) -Fix: Disable multitile houses for which the newgrf does not ↵frosch
define proper additional tiles. (instead of crashing later)
2009-05-10(svn r16271) -Fix (r16264) [NoAI]: make regression failedsmatz
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to ↵smatz
printf-like functions -Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
2009-05-10(svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not ↵frosch
transport 1 unit to the station.
2009-05-10(svn r16267) -Documentation: [NoAI] Explain how to deal with IDs of various ↵frosch
objects.
2009-05-10(svn r16266) -Documentation: [NoAI] Add details to AITile::(Raise|Lower)Tile ↵frosch
wrt. modifiing multiple corners at once.
2009-05-10(svn r16265) -Fix (r16238): wrong format string for debug outputsmatz
2009-05-10(svn r16264) -Change/Fix (r16262): [NoAI] Change SLOPE_INVALID to 0xFFFF so ↵frosch
that SLOPE_INVALID != (SLOPE_ELEVATED | SLOPE_STEEP | SLOPE_HALFTILE_MASK).
2009-05-09(svn r16263) -Change: Interpret setting bridge property 08 to 0 as always ↵frosch
available.
2009-05-09(svn r16262) -Fix [NoAI]: Check slopes passed to the API better for validityyexo
2009-05-09(svn r16261) -Fix (r16260): Replace a space with a newline and a tab. ↵frosch
(thanks smatz)
2009-05-09(svn r16260) -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate ↵frosch
some code.
2009-05-09(svn r16259) -Codechange: Added nested widgets to the load and save dialogue ↵alberth
windows.
2009-05-09(svn r16258) -Codechange: Remove panel with negative height and some small ↵alberth
adjustments in the load/save dialogue windows.
2009-05-09(svn r16257) -Codechange: Added empty widgets in load dialogue to move the ↵alberth
resize box to the right place in the array.
2009-05-09(svn r16256) -Codechange: Moved load/save dialogue widget numbers outside ↵alberth
the window struct.
2009-05-09(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window ↵alberth
used incorrect length.
2009-05-08(svn r16254) -Fix [FS#2886]: Magic constant removed.frosch
2009-05-07(svn r16253) -Add [NoAI]: AIController::GetVersion, this returns the ↵yexo
newgrf-version of OpenTTD
2009-05-07(svn r16252) -Add [NoAI]: AIAirport::GetPrice, returning the building cost ↵yexo
of an airport
2009-05-07(svn r16251) -Update: WebTranslator2 update to 2009-05-07 17:36:23translators
danish - 26 fixed, 1 changed by ThomasA (27) romanian - 1 fixed by kkmic (1) welsh - 10 fixed by welshdragon (10)
2009-05-07(svn r16250) -Fix (r16242): do not try to unpause when paused for a joining ↵rubidium
company
2009-05-07(svn r16249) -Fix [NoAI]: Enable parameter checking for AIController::* ↵yexo
functions again
2009-05-06(svn r16244) -Fix [NoAI]: Make sure AITunnel::BuildTunnel returns what the ↵yexo
documentation says it does
2009-05-06(svn r16243) -Fix [FS#2875]: CmdBuildTunnel could be called with invalid ↵yexo
parameters from the api code, causing crashes later
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
-Fix [FS#2864]: autopause and manual pausing conflict with eachother -Fix: new game + pause on new game + autopause make the game not unpause on the first join
2009-05-06(svn r16241) -Fix (r16181): regression failing due to wrongly initialised ↵rubidium
amount of traps
2009-05-06(svn r16240) -Fix: Make 'stop in depot'-orders only apply on the target ↵frosch
depot, not those which are entered on the way to them.
2009-05-06(svn r16239) -Fix (r16199): Use the stop/non-stop intermediate orderflags ↵yexo
AIs can give for goto-depot orders
2009-05-06(svn r16238) -Change: improve/clarify some network related debug "error" ↵rubidium
messages by adding more information to them. Also give some clues on how to fix certain issues (like failing advertising).
2009-05-05(svn r16237) -Codechange: Add nested widgets to remaining network windows.alberth
2009-05-05(svn r16236) -Codechange: Make widget enums complete of various network ↵alberth
windows, and add them as comment.
2009-05-05(svn r16235) -Codechange (r16234): But keep the window description.alberth
2009-05-05(svn r16234) -Codechange (r16231, r16233): Do not add test functions to trunk.alberth
2009-05-05(svn r16233) -Codechange: Added nested widgets to network content windows.alberth
2009-05-05(svn r16232) -Codechange: Moving network content widgets enums outside ↵alberth
window structs.
2009-05-05(svn r16231) -Codechange: Added nested widgets to chat window.alberth
2009-05-05(svn r16230) -Codechange: Moving chat widgets enum outside window struct.alberth
2009-05-05(svn r16229) -Update: WebTranslator2 update to 2009-05-05 12:43:50translators
korean - 1 changed by dlunch (1) luxembourgish - 53 fixed by Gubius (53) simplified_chinese - 3 fixed, 3 changed by ww9980 (6)
2009-05-04(svn r16228) -Fix/Change (r16187): If we are heading for a different depot, ↵frosch
do also not do the refitting-part of the depot-order. -Fix (r16198): && != &, GetDepotOrderType != GetDepotActionType and - uhm - ODATFB_NEAREST_DEPOT is not set for current_order either.
2009-05-04(svn r16227) -Codechange: Added nested widgets for error windows, tooltip ↵alberth
window, and dropdown window.
2009-05-04(svn r16226) -Codechange: Separating generation of a widget array from ↵alberth
WindowDesc to the InitializeWidgetArrayFromNestedWidgets function.
2009-05-04(svn r16225) -Codechange: Added nested widgets to all rail_gui windows ↵alberth
(except the build depot window).