------------------------------------------------------------------------ r16282 | translators | 2009-05-12 17:56:06 +0000 (Tue, 12 May 2009) | 5 lines -Update: WebTranslator2 update to 2009-05-12 17:55:59 czech - 10 fixed by Hadez (10) german - 13 changed by planetmaker (13) spanish - 11 fixed by eusebio (11) ------------------------------------------------------------------------ r16281 | smatz | 2009-05-11 18:48:05 +0000 (Mon, 11 May 2009) | 1 line -Fix: silence some of compile farm warnings for target win9x ------------------------------------------------------------------------ r16280 | smatz | 2009-05-11 18:17:21 +0000 (Mon, 11 May 2009) | 2 lines -Fix (r13731): crash after using the 'Reset landscape' function -Fix: remove all waypoint signs and buoys after resetting landscape ------------------------------------------------------------------------ r16277 | smatz | 2009-05-11 11:55:41 +0000 (Mon, 11 May 2009) | 1 line -Codechange: enumerize values and remove unneeded values used for testing town rating ------------------------------------------------------------------------ r16276 | rubidium | 2009-05-11 11:13:37 +0000 (Mon, 11 May 2009) | 2 lines -Fix: huh, old AI? What is that? What about all the time I thought there was no AI? ------------------------------------------------------------------------ r16274 | frosch | 2009-05-10 22:16:51 +0000 (Sun, 10 May 2009) | 1 line -Fix: Disable multitile houses for which the newgrf does not define proper additional tiles. (instead of crashing later) ------------------------------------------------------------------------ r16271 | smatz | 2009-05-10 18:55:19 +0000 (Sun, 10 May 2009) | 1 line -Fix (r16264) [NoAI]: make regression failed ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------