------------------------------------------------------------------------ r14332 | belugas | 2008-09-15 17:18:22 +0000 (Mon, 15 Sep 2008) | 3 lines -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change. This will allow to perform more changes per month on big maps and less on smaller maps, while not overtaxing the IndustryMonthlyLoop process. Thanks to frosch, for nice code ideas and rewrites ------------------------------------------------------------------------ r14331 | smatz | 2008-09-15 16:29:40 +0000 (Mon, 15 Sep 2008) | 1 line -Codechange: use an enum as additional parameter for ShowQueryString() ------------------------------------------------------------------------ r14330 | rubidium | 2008-09-15 13:32:59 +0000 (Mon, 15 Sep 2008) | 2 lines -Fix: compile warnings in some unfinished lang files. ------------------------------------------------------------------------ r14329 | rubidium | 2008-09-15 10:02:39 +0000 (Mon, 15 Sep 2008) | 2 lines -Fix (r14306): selections in the group GUI weren't shown anymore. ------------------------------------------------------------------------ r14328 | smatz | 2008-09-15 08:37:40 +0000 (Mon, 15 Sep 2008) | 1 line -Fix (r11822): when a company was renamed and then manager was renamed before building anything, company name changed ------------------------------------------------------------------------ r14327 | rubidium | 2008-09-14 20:11:34 +0000 (Sun, 14 Sep 2008) | 2 lines -Fix [FS#2251]: if you rename a town before building something and build something near that town your company would be called " Transport". ------------------------------------------------------------------------ r14326 | rubidium | 2008-09-14 19:36:31 +0000 (Sun, 14 Sep 2008) | 2 lines -Fix: some wrong comments (Yexo) ------------------------------------------------------------------------ r14325 | translators | 2008-09-14 17:42:25 +0000 (Sun, 14 Sep 2008) | 7 lines -Update: WebTranslator2 update to 2008-09-14 17:42:18 czech - 2 fixed, 31 changed by Hadez (33) english_US - 211 fixed by WhiteRabbit (211) galician - 193 fixed, 10 changed by Condex (203) german - 2 fixed, 38 changed by sulai (40) swedish - 60 fixed by ChrillDeVille (60) ------------------------------------------------------------------------ r14324 | rubidium | 2008-09-14 16:49:21 +0000 (Sun, 14 Sep 2008) | 2 lines -Fix [FS#2241]: free any blocks that a helicopter may have on an oilrig when the helicopter gets forcefully removed (bankruptcy). For other airports this isn't needed as they can't be used by multiple companies. ------------------------------------------------------------------------ r14323 | smatz | 2008-09-14 16:01:46 +0000 (Sun, 14 Sep 2008) | 1 line -Fix (r14064): forgot a return... ------------------------------------------------------------------------ r14322 | smatz | 2008-09-14 15:48:49 +0000 (Sun, 14 Sep 2008) | 1 line -Fix (r10368): possible assert when renaming removed waypoint ------------------------------------------------------------------------ r14321 | rubidium | 2008-09-14 14:31:37 +0000 (Sun, 14 Sep 2008) | 2 lines -Add: support for newgrfs printing bytes/words/dwords as hexadecimals. ------------------------------------------------------------------------ r14320 | rubidium | 2008-09-14 10:39:22 +0000 (Sun, 14 Sep 2008) | 2 lines -Fix [FS#2299]: glitch when chatbox window is full and the window is scrolled (yorP) ------------------------------------------------------------------------ r14319 | smatz | 2008-09-14 10:32:32 +0000 (Sun, 14 Sep 2008) | 1 line -Fix (r10760): use operator delete when deleting an order, so order pool fills up a bit slower ------------------------------------------------------------------------ r14318 | rubidium | 2008-09-14 10:30:31 +0000 (Sun, 14 Sep 2008) | 2 lines -Fix [FS#2296]: OSK of the chat box did not get updated. This as the chatbox got a higher priority than the OSK instead of the usual other way around. ------------------------------------------------------------------------ r14317 | peter1138 | 2008-09-14 08:47:18 +0000 (Sun, 14 Sep 2008) | 2 lines -Fix (r13662) [FS#2298]: Order distance processing for conditional orders on ships treated v->orders as an array, and didn't use the correct next order. ------------------------------------------------------------------------ r14316 | smatz | 2008-09-13 17:37:18 +0000 (Sat, 13 Sep 2008) | 1 line -Fix: do not allow building road over level crossings and drive-through road stops in the wrong direction even when the roadtype is present ------------------------------------------------------------------------ r14315 | smatz | 2008-09-13 17:26:44 +0000 (Sat, 13 Sep 2008) | 1 line -Fix: allow adding roadtypes only to drive-through road stops ------------------------------------------------------------------------ r14314 | smatz | 2008-09-13 17:06:44 +0000 (Sat, 13 Sep 2008) | 1 line -Fix: pay for two road bits when adding/removing roadtype at drive through road stop/level crossing ------------------------------------------------------------------------ r14313 | frosch | 2008-09-13 15:49:29 +0000 (Sat, 13 Sep 2008) | 1 line -Codechange: Move functions dealing with the EngineRenew pool to their own file. ------------------------------------------------------------------------ r14310 | rubidium | 2008-09-13 12:40:31 +0000 (Sat, 13 Sep 2008) | 2 lines -Fix: don't show palette information in the newgrf lists of the network lobby. ------------------------------------------------------------------------ r14309 | rubidium | 2008-09-13 11:00:30 +0000 (Sat, 13 Sep 2008) | 2 lines -Fix [FS#2244]: aircraft frozen above oil rig when the next order is invalid. ------------------------------------------------------------------------ r14308 | rubidium | 2008-09-13 10:41:00 +0000 (Sat, 13 Sep 2008) | 2 lines -Fix [FS#2268]: pay extra when tram/road bits need to be build for a roadstop. ------------------------------------------------------------------------ r14307 | smatz | 2008-09-13 10:19:51 +0000 (Sat, 13 Sep 2008) | 1 line -Fix: when deleting a station, remove news items regarding it ------------------------------------------------------------------------ r14306 | rubidium | 2008-09-13 10:04:36 +0000 (Sat, 13 Sep 2008) | 3 lines -Codechange: unify the code to draw the vehicle list. -Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows. ------------------------------------------------------------------------ r14305 | frosch | 2008-09-12 23:23:41 +0000 (Fri, 12 Sep 2008) | 1 line -Fix [FS#2294] (r5033): [YAPF] Only reserve road slots for multistop when they are really reachable. ------------------------------------------------------------------------ r14304 | smatz | 2008-09-12 22:52:48 +0000 (Fri, 12 Sep 2008) | 1 line -Fix (r14104): waypoint train list wasn't closed with the waypoint window (crashes since r14296) ------------------------------------------------------------------------ r14303 | rubidium | 2008-09-12 21:59:34 +0000 (Fri, 12 Sep 2008) | 2 lines -Codechange: make the vehicle list part of the group window look exactly like the vehicle list instead of some buttons being one pixel wider/smaller. ------------------------------------------------------------------------ r14302 | rubidium | 2008-09-12 21:58:36 +0000 (Fri, 12 Sep 2008) | 2 lines -Codechange: simplify and make the vehicle list and group windows behave the same w.r.t. getting wider (by default) for trains than the other vehicles. ------------------------------------------------------------------------ r14301 | rubidium | 2008-09-12 21:20:12 +0000 (Fri, 12 Sep 2008) | 2 lines -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items. ------------------------------------------------------------------------ r14300 | translators | 2008-09-12 17:42:11 +0000 (Fri, 12 Sep 2008) | 12 lines -Update: WebTranslator2 update to 2008-09-12 17:41:59 brazilian_portuguese - 13 fixed by tucalipe (13) catalan - 12 fixed by arnaullv (12) danish - 9 fixed, 7 changed by ThomasA (16) dutch - 1 changed by habell (1) estonian - 5 fixed by kristjans (5) galician - 98 fixed, 6 changed by Condex (104) german - 7 fixed, 83 changed by sulai (69), dih (21) korean - 12 fixed by leejaeuk5 (12) romanian - 20 fixed by kneekoo (20) slovenian - 5 fixed by Necrolyte (5) ------------------------------------------------------------------------ r14299 | rubidium | 2008-09-12 17:38:57 +0000 (Fri, 12 Sep 2008) | 2 lines -Fix: disable 'toggle palette' when no NewGRF has been selected. ------------------------------------------------------------------------ r14298 | rubidium | 2008-09-12 17:16:04 +0000 (Fri, 12 Sep 2008) | 2 lines -Fix [FS#2214]: "{CARGO} from unknown destination". ------------------------------------------------------------------------ r14297 | rubidium | 2008-09-12 17:14:07 +0000 (Fri, 12 Sep 2008) | 2 lines -Fix: one could be trying to get the station name of a station that is outside of the pool. ------------------------------------------------------------------------ r14296 | rubidium | 2008-09-12 17:11:28 +0000 (Fri, 12 Sep 2008) | 2 lines -Codechange: there is no case where an invalid waypoint index should be passed to be drawn as a string. ------------------------------------------------------------------------ r14295 | belugas | 2008-09-12 17:05:23 +0000 (Fri, 12 Sep 2008) | 2 lines -Fix(r14294): If the house is not built yet, still give me proper coordinates, pretty please! Plus, two(2) rogue tabs found their way in. ------------------------------------------------------------------------ r14294 | belugas | 2008-09-12 17:02:22 +0000 (Fri, 12 Sep 2008) | 1 line -Feature[newGRF]: Add Variational Action 2 Variable 0x47 for houses, Coordinates of the house tile ------------------------------------------------------------------------ r14293 | smatz | 2008-09-11 21:53:59 +0000 (Thu, 11 Sep 2008) | 1 line -Change: do not show PBS track reservation in the intro game ------------------------------------------------------------------------ r14292 | frosch | 2008-09-11 19:44:30 +0000 (Thu, 11 Sep 2008) | 1 line -Cleanup (r11128): Move an 'if' out of a loop as it does not need to be iterated. (spotted by smatz) ------------------------------------------------------------------------ r14291 | frosch | 2008-09-11 19:12:31 +0000 (Thu, 11 Sep 2008) | 1 line -Fix [FS#2288] (r12853): For tunnels DrawCatenary() draws only pillars; DrawCatenaryOnTunnel() draws only wires. ------------------------------------------------------------------------ r14290 | smatz | 2008-09-11 17:41:43 +0000 (Thu, 11 Sep 2008) | 1 line -Fix (r13932): level crossings could be barred when they shouldn't be after savegame conversion ------------------------------------------------------------------------ r14289 | smatz | 2008-09-11 13:58:59 +0000 (Thu, 11 Sep 2008) | 2 lines -Fix [FS#2286](r3720)(r1): sound effects an music volume should be in range 0-127, default value shouldn't be higher (based on a patch by kakaopor) ------------------------------------------------------------------------ r14286 | michi_cc | 2008-09-09 19:21:22 +0000 (Tue, 09 Sep 2008) | 1 line -Fix [FS#2265]: If a change of conventional/electric rail coincided with the start of a station platform, stale reservations could be left behind. ------------------------------------------------------------------------ r14285 | michi_cc | 2008-09-09 19:02:47 +0000 (Tue, 09 Sep 2008) | 1 line -Fix [FS#2263]: A train inside a wormhole could free the reservation of another train inside the wormhole. ------------------------------------------------------------------------ r14284 | michi_cc | 2008-09-09 18:47:53 +0000 (Tue, 09 Sep 2008) | 1 line -Fix (r13958): Trains would not look ahead and extend their reservation on a waypoint tile in all cases. ------------------------------------------------------------------------ r14283 | smatz | 2008-09-09 17:42:31 +0000 (Tue, 09 Sep 2008) | 1 line -Fix [FS#2281](r14175): beep only after clicking on the main toolbar, not after finishing the selection ------------------------------------------------------------------------ r14282 | translators | 2008-09-09 17:40:23 +0000 (Tue, 09 Sep 2008) | 17 lines -Update: WebTranslator2 update to 2008-09-09 17:38:39 czech - 1 fixed, 7 changed by Hadez (7), joeprusa (1) danish - 61 fixed, 6 changed by ThomasA (28), MiR (39) dutch - 6 fixed by habell (5), webfreakz (1) estonian - 1 fixed by kristjans (1) finnish - 66 fixed by habazi (66) french - 2 fixed, 2 changed by glx (4) galician - 14 fixed by Condex (14) german - 63 fixed, 16 changed by sulai (41), dih (38) italian - 1 fixed, 1 changed by lorenzodv (2) piglatin - 27 fixed by adammw (27) romanian - 57 fixed by kneekoo (57) russian - 13 fixed by Smoky555 (13) slovenian - 6 fixed by Necrolyte (6) spanish - 9 fixed by eusebio (9) ukrainian - 6 fixed by mad (6) ------------------------------------------------------------------------ r14280 | smatz | 2008-09-09 12:26:25 +0000 (Tue, 09 Sep 2008) | 1 line -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places ------------------------------------------------------------------------ r14279 | matthijs | 2008-09-09 11:26:17 +0000 (Tue, 09 Sep 2008) | 2 lines -Revert (r14237): Undo changes for renaming Debian packages, this is not the right way to do this. ------------------------------------------------------------------------ r14278 | matthijs | 2008-09-09 10:58:23 +0000 (Tue, 09 Sep 2008) | 2 lines -Cleanup [Makefile]: Rename $TAGS to $TAG. ------------------------------------------------------------------------ r14277 | matthijs | 2008-09-09 10:48:04 +0000 (Tue, 09 Sep 2008) | 2 lines -Change [Makefile]: Use [ -n ... ] instead of using return values from grep and read in findversion.sh. ------------------------------------------------------------------------ r14276 | frosch | 2008-09-08 19:20:39 +0000 (Mon, 08 Sep 2008) | 1 line -Fix: Rename one of the advanced settings, as 'TTDPatch compatible nonstop handling' wasn't a correct description anymore. ------------------------------------------------------------------------ r14275 | frosch | 2008-09-08 17:23:50 +0000 (Mon, 08 Sep 2008) | 1 line -Change: Rename 'Configure patches' to 'Advanced settings'. ------------------------------------------------------------------------ r14274 | smatz | 2008-09-08 11:06:43 +0000 (Mon, 08 Sep 2008) | 1 line -Fix (r10237): nonexistant order could be selected in the timetable window (causing SIGFPE) ------------------------------------------------------------------------