------------------------------------------------------------------------ r16269 | smatz | 2009-05-10 17:27:25 +0000 (Sun, 10 May 2009) | 2 lines -Codechange: use gcc's ability to check parameters sent to printf-like functions -Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places ------------------------------------------------------------------------ r16268 | frosch | 2009-05-10 15:42:59 +0000 (Sun, 10 May 2009) | 1 line -Fix (r9876): When callback 2E returns an amount of 0, do not transport 1 unit to the station. ------------------------------------------------------------------------ r16267 | frosch | 2009-05-10 15:23:55 +0000 (Sun, 10 May 2009) | 1 line -Documentation: [NoAI] Explain how to deal with IDs of various objects. ------------------------------------------------------------------------ r16266 | frosch | 2009-05-10 15:23:08 +0000 (Sun, 10 May 2009) | 1 line -Documentation: [NoAI] Add details to AITile::(Raise|Lower)Tile wrt. modifiing multiple corners at once. ------------------------------------------------------------------------ r16265 | smatz | 2009-05-10 13:23:23 +0000 (Sun, 10 May 2009) | 1 line -Fix (r16238): wrong format string for debug output ------------------------------------------------------------------------ r16264 | frosch | 2009-05-10 12:26:55 +0000 (Sun, 10 May 2009) | 1 line -Change/Fix (r16262): [NoAI] Change SLOPE_INVALID to 0xFFFF so that SLOPE_INVALID != (SLOPE_ELEVATED | SLOPE_STEEP | SLOPE_HALFTILE_MASK). ------------------------------------------------------------------------ r16263 | frosch | 2009-05-09 19:48:14 +0000 (Sat, 09 May 2009) | 1 line -Change: Interpret setting bridge property 08 to 0 as always available. ------------------------------------------------------------------------ r16262 | yexo | 2009-05-09 19:45:02 +0000 (Sat, 09 May 2009) | 1 line -Fix [NoAI]: Check slopes passed to the API better for validity ------------------------------------------------------------------------ r16261 | frosch | 2009-05-09 14:23:19 +0000 (Sat, 09 May 2009) | 1 line -Fix (r16260): Replace a space with a newline and a tab. (thanks smatz) ------------------------------------------------------------------------ r16260 | frosch | 2009-05-09 13:37:18 +0000 (Sat, 09 May 2009) | 1 line -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate some code. ------------------------------------------------------------------------ r16259 | alberth | 2009-05-09 13:03:45 +0000 (Sat, 09 May 2009) | 1 line -Codechange: Added nested widgets to the load and save dialogue windows. ------------------------------------------------------------------------ r16258 | alberth | 2009-05-09 12:56:55 +0000 (Sat, 09 May 2009) | 1 line -Codechange: Remove panel with negative height and some small adjustments in the load/save dialogue windows. ------------------------------------------------------------------------ r16257 | alberth | 2009-05-09 12:49:28 +0000 (Sat, 09 May 2009) | 1 line -Codechange: Added empty widgets in load dialogue to move the resize box to the right place in the array. ------------------------------------------------------------------------ r16256 | alberth | 2009-05-09 12:44:12 +0000 (Sat, 09 May 2009) | 1 line -Codechange: Moved load/save dialogue widget numbers outside the window struct. ------------------------------------------------------------------------ r16255 | alberth | 2009-05-09 08:02:17 +0000 (Sat, 09 May 2009) | 1 line -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length. ------------------------------------------------------------------------ r16254 | frosch | 2009-05-08 09:00:47 +0000 (Fri, 08 May 2009) | 1 line -Fix [FS#2886]: Magic constant removed. ------------------------------------------------------------------------ r16253 | yexo | 2009-05-07 21:33:38 +0000 (Thu, 07 May 2009) | 1 line -Add [NoAI]: AIController::GetVersion, this returns the newgrf-version of OpenTTD ------------------------------------------------------------------------ r16252 | yexo | 2009-05-07 21:30:18 +0000 (Thu, 07 May 2009) | 1 line -Add [NoAI]: AIAirport::GetPrice, returning the building cost of an airport ------------------------------------------------------------------------ r16251 | translators | 2009-05-07 17:36:28 +0000 (Thu, 07 May 2009) | 5 lines -Update: WebTranslator2 update to 2009-05-07 17:36:23 danish - 26 fixed, 1 changed by ThomasA (27) romanian - 1 fixed by kkmic (1) welsh - 10 fixed by welshdragon (10) ------------------------------------------------------------------------ r16250 | rubidium | 2009-05-07 17:08:41 +0000 (Thu, 07 May 2009) | 2 lines -Fix (r16242): do not try to unpause when paused for a joining company ------------------------------------------------------------------------ r16249 | yexo | 2009-05-07 12:13:58 +0000 (Thu, 07 May 2009) | 1 line -Fix [NoAI]: Enable parameter checking for AIController::* functions again ------------------------------------------------------------------------ r16244 | yexo | 2009-05-06 21:40:51 +0000 (Wed, 06 May 2009) | 1 line -Fix [NoAI]: Make sure AITunnel::BuildTunnel returns what the documentation says it does ------------------------------------------------------------------------ r16243 | yexo | 2009-05-06 21:38:59 +0000 (Wed, 06 May 2009) | 1 line -Fix [FS#2875]: CmdBuildTunnel could be called with invalid parameters from the api code, causing crashes later ------------------------------------------------------------------------ r16242 | rubidium | 2009-05-06 15:06:57 +0000 (Wed, 06 May 2009) | 4 lines -Codechange: rework pausing -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 ------------------------------------------------------------------------ r16241 | rubidium | 2009-05-06 13:42:31 +0000 (Wed, 06 May 2009) | 2 lines -Fix (r16181): regression failing due to wrongly initialised amount of traps ------------------------------------------------------------------------ r16240 | frosch | 2009-05-06 13:15:07 +0000 (Wed, 06 May 2009) | 1 line -Fix: Make 'stop in depot'-orders only apply on the target depot, not those which are entered on the way to them. ------------------------------------------------------------------------ r16239 | yexo | 2009-05-06 12:48:13 +0000 (Wed, 06 May 2009) | 1 line -Fix (r16199): Use the stop/non-stop intermediate orderflags AIs can give for goto-depot orders ------------------------------------------------------------------------ r16238 | rubidium | 2009-05-06 09:52:52 +0000 (Wed, 06 May 2009) | 2 lines -Change: improve/clarify some network related debug "error" messages by adding more information to them. Also give some clues on how to fix certain issues (like failing advertising). ------------------------------------------------------------------------ r16237 | alberth | 2009-05-05 20:40:08 +0000 (Tue, 05 May 2009) | 1 line -Codechange: Add nested widgets to remaining network windows. ------------------------------------------------------------------------ r16236 | alberth | 2009-05-05 20:36:16 +0000 (Tue, 05 May 2009) | 1 line -Codechange: Make widget enums complete of various network windows, and add them as comment. ------------------------------------------------------------------------ r16235 | alberth | 2009-05-05 20:33:05 +0000 (Tue, 05 May 2009) | 1 line -Codechange (r16234): But keep the window description. ------------------------------------------------------------------------ r16234 | alberth | 2009-05-05 20:17:39 +0000 (Tue, 05 May 2009) | 1 line -Codechange (r16231, r16233): Do not add test functions to trunk. ------------------------------------------------------------------------ r16233 | alberth | 2009-05-05 20:08:50 +0000 (Tue, 05 May 2009) | 1 line -Codechange: Added nested widgets to network content windows. ------------------------------------------------------------------------ r16232 | alberth | 2009-05-05 20:07:33 +0000 (Tue, 05 May 2009) | 1 line -Codechange: Moving network content widgets enums outside window structs. ------------------------------------------------------------------------ r16231 | alberth | 2009-05-05 20:03:57 +0000 (Tue, 05 May 2009) | 1 line -Codechange: Added nested widgets to chat window. ------------------------------------------------------------------------ r16230 | alberth | 2009-05-05 20:03:12 +0000 (Tue, 05 May 2009) | 1 line -Codechange: Moving chat widgets enum outside window struct. ------------------------------------------------------------------------ r16229 | translators | 2009-05-05 12:43:55 +0000 (Tue, 05 May 2009) | 5 lines -Update: WebTranslator2 update to 2009-05-05 12:43:50 korean - 1 changed by dlunch (1) luxembourgish - 53 fixed by Gubius (53) simplified_chinese - 3 fixed, 3 changed by ww9980 (6) ------------------------------------------------------------------------ r16228 | frosch | 2009-05-04 19:27:22 +0000 (Mon, 04 May 2009) | 2 lines -Fix/Change (r16187): If we are heading for a different depot, 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. ------------------------------------------------------------------------ r16227 | alberth | 2009-05-04 18:42:49 +0000 (Mon, 04 May 2009) | 1 line -Codechange: Added nested widgets for error windows, tooltip window, and dropdown window. ------------------------------------------------------------------------ r16226 | alberth | 2009-05-04 18:40:37 +0000 (Mon, 04 May 2009) | 1 line -Codechange: Separating generation of a widget array from WindowDesc to the InitializeWidgetArrayFromNestedWidgets function. ------------------------------------------------------------------------ r16225 | alberth | 2009-05-04 12:22:01 +0000 (Mon, 04 May 2009) | 1 line -Codechange: Added nested widgets to all rail_gui windows (except the build depot window). ------------------------------------------------------------------------ r16224 | alberth | 2009-05-04 12:09:30 +0000 (Mon, 04 May 2009) | 1 line -Codechange: Move BuildRailStationWidgets and BuildRailWaypointWidgets enums out of their Window structs, extend horizontal scrollbar by 1 pixel. ------------------------------------------------------------------------ r16223 | frosch | 2009-05-04 11:23:21 +0000 (Mon, 04 May 2009) | 1 line -Fix (r8881): ActionB should use the online parameters from GRFFile instead of the initial user-specified values from GRFConfig. Also use the values as they were set when the ActionB was executed, not as they are set when the message is shown. ------------------------------------------------------------------------ r16222 | rubidium | 2009-05-03 21:56:46 +0000 (Sun, 03 May 2009) | 2 lines -Fix: unneeded pointer dereferencing ------------------------------------------------------------------------ r16221 | rubidium | 2009-05-03 15:46:36 +0000 (Sun, 03 May 2009) | 2 lines -Change: support building 64 bits OSX binaries and add optional support for 64 bits binaries in OSX universal binaries. However, do not default to adding 64 bits binaries because benchmarking has shown that they are slower than the 32 bits binaries. ------------------------------------------------------------------------