------------------------------------------------------------------------ r6513 | bjarni | 2006-09-26 16:47:51 +0000 (Tue, 26 Sep 2006) | 5 lines -Codechange: unified the code to draw depot windows This change is intended to make it easier to make depot behaviour consistent and faster to code when adding more features in the future The user interface should hopefully not be affected by this ------------------------------------------------------------------------ r6505 | miham | 2006-09-25 17:11:47 +0000 (Mon, 25 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-25 19:11:24 spanish - 10 fixed by eusebio (10) ------------------------------------------------------------------------ r6504 | miham | 2006-09-24 15:53:56 +0000 (Sun, 24 Sep 2006) | 6 lines WebTranslator2 update to 2006-09-24 17:53:26 czech - 1 changed by Hadez (1) galician - 14 fixed by Condex (14) norwegian - 49 fixed by oletk (49) spanish - 14 fixed by eusebio (14) ------------------------------------------------------------------------ r6503 | bjarni | 2006-09-24 15:01:02 +0000 (Sun, 24 Sep 2006) | 4 lines -Codechange: added a function to tell what vehicles a depot contains This will ensure that you can always get the same list when checking for vehicles in a depot (no need to duplicate code for each place, that needs such a list) Since the vehicles are only looped once for each redraw, drawing speed is around twice as fast (measured to be 114%-121% faster depending on the number of vehicles in the game) ------------------------------------------------------------------------ r6499 | belugas | 2006-09-23 02:39:24 +0000 (Sat, 23 Sep 2006) | 1 line -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct ------------------------------------------------------------------------ r6497 | bjarni | 2006-09-22 23:13:12 +0000 (Fri, 22 Sep 2006) | 4 lines -Fix r6165: Vehicles heading for depots when their orders contained "service in depot" displayed the stopping in depot string This turned out to be due to OFB_HALT_IN_DEPOT and OFB_SERVICE_IF_NEEDED using the same bit It appears that it doesn't matter for the code, so I adapted the string selection code to handle this ------------------------------------------------------------------------ r6496 | glx | 2006-09-22 22:15:34 +0000 (Fri, 22 Sep 2006) | 1 line -Codechange: removed direct map access in train_cmd.c (Rubidium) ------------------------------------------------------------------------ r6495 | glx | 2006-09-22 21:52:31 +0000 (Fri, 22 Sep 2006) | 1 line -Codechange: removed direct map access in pathfind.c ------------------------------------------------------------------------ r6493 | miham | 2006-09-21 17:26:18 +0000 (Thu, 21 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-21 19:25:54 czech - 19 fixed, 2 changed by Hadez (21) ------------------------------------------------------------------------ r6492 | miham | 2006-09-21 15:23:29 +0000 (Thu, 21 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-21 17:23:02 czech - 39 fixed, 7 changed by Hadez (46) slovak - 18 changed by lengyel (18) ------------------------------------------------------------------------ r6491 | tron | 2006-09-21 06:25:13 +0000 (Thu, 21 Sep 2006) | 1 line Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer ------------------------------------------------------------------------ r6489 | miham | 2006-09-20 19:31:56 +0000 (Wed, 20 Sep 2006) | 4 lines WebTranslator2 update to 2006-09-20 21:31:31 italian - 12 changed by sidew (12) slovak - 8 fixed, 3 changed by lengyel (11) ------------------------------------------------------------------------ r6486 | glx | 2006-09-20 01:08:50 +0000 (Wed, 20 Sep 2006) | 1 line -Fix (r6485): wrong variable name used in GetNewgrfCurrencyIdConverted() ------------------------------------------------------------------------ r6485 | belugas | 2006-09-20 00:34:06 +0000 (Wed, 20 Sep 2006) | 6 lines -NewGRF Feature: Match the order of TTDPatch's currencies with those used in OTTD. This will not reorder OTTD's currencies, but will make it so that currencies affected by a grf will be those aimed by the writer. ------------------------------------------------------------------------ r6484 | belugas | 2006-09-20 00:24:38 +0000 (Wed, 20 Sep 2006) | 2 lines -Undo (partly)r6289. If a grf writer wants a string been only a space, why should it be blocked? It is the wrong test at the wrong place ------------------------------------------------------------------------ r6482 | miham | 2006-09-19 19:58:45 +0000 (Tue, 19 Sep 2006) | 3 lines WebTranslator2 update to 2006-09-19 21:58:22 italian - 38 fixed by sidew (38) ------------------------------------------------------------------------