------------------------------------------------------------------------ r17513 | translators | 2009-09-12 17:45:19 +0000 (Sat, 12 Sep 2009) | 8 lines -Update from WebTranslator v3.0: catalan - 1 changes by arnau simplified_chinese - 39 changes by EraserKing dutch - 18 changes by habell greek - 55 changes by fumantsu indonesian - 60 changes by prof vietnamese - 7 changes by nglekhoi ------------------------------------------------------------------------ r17512 | rubidium | 2009-09-12 17:32:24 +0000 (Sat, 12 Sep 2009) | 2 lines -Add: some basic information about the loaded AIs in the crash log ------------------------------------------------------------------------ r17511 | frosch | 2009-09-12 17:17:07 +0000 (Sat, 12 Sep 2009) | 1 line -Codechange: Simplify ShowNewGRFInfo() by passing 'right' instead of 'width'. ------------------------------------------------------------------------ r17510 | frosch | 2009-09-12 14:40:26 +0000 (Sat, 12 Sep 2009) | 1 line -Fix [FS#3197]: When loading GRFConfigs from ini file, validate them wrt. duplicate GRF IDs. ------------------------------------------------------------------------ r17509 | rubidium | 2009-09-12 14:37:29 +0000 (Sat, 12 Sep 2009) | 3 lines -Fix [FS#3196]: if building a part fails during cloning, sell what was already cloned instead of leaving it 'for free' -Fix: make cloning multiheaded trains possible with with 'max - 1' vehicles existing ------------------------------------------------------------------------ r17508 | rubidium | 2009-09-12 12:56:49 +0000 (Sat, 12 Sep 2009) | 2 lines -Fix [FS#3195] (r16859): join station window didn't get updated when stations were removed from the pool ------------------------------------------------------------------------ r17507 | alberth | 2009-09-12 10:25:23 +0000 (Sat, 12 Sep 2009) | 1 line -Codechange: Make some methods of the OrdersWindow non-static. ------------------------------------------------------------------------ r17506 | rubidium | 2009-09-11 22:21:54 +0000 (Fri, 11 Sep 2009) | 2 lines -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x zoom out. ------------------------------------------------------------------------ r17505 | alberth | 2009-09-11 19:26:44 +0000 (Fri, 11 Sep 2009) | 1 line -Codechange: WWT_EMPTY is not a special case any more for invalidating widgets. ------------------------------------------------------------------------ r17504 | alberth | 2009-09-11 19:12:05 +0000 (Fri, 11 Sep 2009) | 1 line -Codechange: un-inlining SetFocusedWidget() as it is not often used. ------------------------------------------------------------------------ r17503 | alberth | 2009-09-11 18:54:33 +0000 (Fri, 11 Sep 2009) | 1 line -Fix (r17502): Save all files before commit. ------------------------------------------------------------------------ r17502 | alberth | 2009-09-11 18:52:56 +0000 (Fri, 11 Sep 2009) | 1 line -Codechange [FS#3184]: Extend QueryStringBaseWindow to support windows with nested widgets (by Terkhen with a few tweaks). ------------------------------------------------------------------------ r17501 | translators | 2009-09-11 17:45:10 +0000 (Fri, 11 Sep 2009) | 4 lines -Update from WebTranslator v3.0: catalan - 20 changes by arnau traditional_chinese - 19 changes by josesun ------------------------------------------------------------------------ r17500 | yexo | 2009-09-11 17:18:06 +0000 (Fri, 11 Sep 2009) | 1 line -Fix (r16502): The wrong value was restored to SetAllowDoCommand possible resulting in an AI that wasn't allowed to do any actions ------------------------------------------------------------------------ r17499 | yexo | 2009-09-10 23:14:21 +0000 (Thu, 10 Sep 2009) | 1 line -Fix (r17498): remove 2 unused functions so some compilers stop warning about them ------------------------------------------------------------------------ r17498 | yexo | 2009-09-10 20:19:12 +0000 (Thu, 10 Sep 2009) | 1 line -Add [NoAI]: Enable the squirrel std math library ------------------------------------------------------------------------ r17497 | frosch | 2009-09-10 20:16:29 +0000 (Thu, 10 Sep 2009) | 1 line -Codechange: Macrofy AirportMovingData. ------------------------------------------------------------------------ r17496 | translators | 2009-09-10 17:45:22 +0000 (Thu, 10 Sep 2009) | 8 lines -Update from WebTranslator v3.0: catalan - 39 changes by arnau english_US - 2 changes by agenthh italian - 4 changes by lorenzodv romanian - 5 changes by kkmic russian - 3 changes by Lone_Wolf ukrainian - 42 changes by Madvin ------------------------------------------------------------------------ r17495 | rubidium | 2009-09-10 14:37:55 +0000 (Thu, 10 Sep 2009) | 2 lines -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' with GetDepotIndex(tile) ------------------------------------------------------------------------ r17494 | rubidium | 2009-09-10 14:36:38 +0000 (Thu, 10 Sep 2009) | 2 lines -Codechange: improve algorithmic complexitiy of Depot::GetByTile from O(n) to O(1) ------------------------------------------------------------------------ r17493 | rubidium | 2009-09-10 14:33:07 +0000 (Thu, 10 Sep 2009) | 2 lines -Codechange: store the depot index on the map ------------------------------------------------------------------------ r17492 | rubidium | 2009-09-10 14:27:43 +0000 (Thu, 10 Sep 2009) | 2 lines -Codechange: don't store the town index for road depots. ------------------------------------------------------------------------ r17491 | rubidium | 2009-09-09 21:01:45 +0000 (Wed, 09 Sep 2009) | 2 lines -Fix [FS#3188]: road vehicles could get lost when the prelimiary destination (for the pathfinder heuristics) is unreachable. ------------------------------------------------------------------------ r17490 | translators | 2009-09-09 17:45:30 +0000 (Wed, 09 Sep 2009) | 11 lines -Update from WebTranslator v3.0: dutch - 47 changes by habell english_US - 1 changes by agenthh french - 4 changes by glx german - 4 changes by Roujin, planetmaker indonesian - 6 changes by prof italian - 2 changes by lorenzodv russian - 1 changes by Lone_Wolf spanish - 13 changes by Terkhen turkish - 3 changes by niw3 ------------------------------------------------------------------------ r17489 | rubidium | 2009-09-09 16:28:29 +0000 (Wed, 09 Sep 2009) | 2 lines -Fix [FS#3187] (r17471): the tooltip said the inverse of what actually happened ------------------------------------------------------------------------ r17488 | rubidium | 2009-09-09 15:11:46 +0000 (Wed, 09 Sep 2009) | 2 lines -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'. ------------------------------------------------------------------------ r17487 | rubidium | 2009-09-09 12:41:51 +0000 (Wed, 09 Sep 2009) | 2 lines -Fix: silence some MSVC warnings ------------------------------------------------------------------------ r17486 | rubidium | 2009-09-09 09:46:08 +0000 (Wed, 09 Sep 2009) | 2 lines -Add [NoAI]: a vehicle list for all vehicle that are ordered to a specific depot ------------------------------------------------------------------------ r17485 | rubidium | 2009-09-09 08:22:21 +0000 (Wed, 09 Sep 2009) | 2 lines -Change [FS2459]: make the performance ratings harder to exploit; only count profitable vehicles and recently serviced stations. ------------------------------------------------------------------------ r17484 | rubidium | 2009-09-09 08:04:27 +0000 (Wed, 09 Sep 2009) | 2 lines -Fix: squirrel export didn't like one of the casts ------------------------------------------------------------------------ r17483 | yexo | 2009-09-09 00:03:35 +0000 (Wed, 09 Sep 2009) | 1 line -Fix (r17405): when an aircraft starts flying in circles make it turn in the correct direction first before continuing ------------------------------------------------------------------------ r17482 | yexo | 2009-09-08 23:05:28 +0000 (Tue, 08 Sep 2009) | 1 line -Fix (r17405): helicopters were not able to land anymore on the intercontinental airport ------------------------------------------------------------------------ r17481 | rubidium | 2009-09-08 22:48:37 +0000 (Tue, 08 Sep 2009) | 2 lines -Fix (r16998): in cases where the northern most tile of an airport-to-build didn't touch the station you wanted it to join, but another part did, it wouldn't join the airport to the existing station ------------------------------------------------------------------------ r17480 | yexo | 2009-09-08 22:39:19 +0000 (Tue, 08 Sep 2009) | 1 line -Fix (r17405): fast aircraft could get stuck flyin gin circles trying to reach a certain point ------------------------------------------------------------------------ r17479 | rubidium | 2009-09-08 21:43:47 +0000 (Tue, 08 Sep 2009) | 2 lines -Fix: silence compile warning that's only triggered when you're using a broken iconv. ------------------------------------------------------------------------ r17478 | smatz | 2009-09-08 20:34:23 +0000 (Tue, 08 Sep 2009) | 1 line -Document [NoAI]: descibe changes in subsidy logic in AI changelog ------------------------------------------------------------------------ r17477 | translators | 2009-09-08 17:45:43 +0000 (Tue, 08 Sep 2009) | 15 lines -Update from WebTranslator v3.0: afrikaans - 36 changes by Maccie123 catalan - 2 changes by arnau simplified_chinese - 1 changes by Gavin english_US - 115 changes by agenthh french - 2 changes by glx german - 2 changes by planetmaker hebrew - 77 changes by dnd_man indonesian - 2 changes by prof italian - 33 changes by lorenzodv portuguese - 32 changes by SupSuper russian - 6 changes by Lone_Wolf serbian - 1 changes by etran spanish - 11 changes by Terkhen ------------------------------------------------------------------------ r17476 | rubidium | 2009-09-08 15:42:14 +0000 (Tue, 08 Sep 2009) | 2 lines -Fix (r17475): Some icu-configs have the 'feature' of not adding a space where others do add the space ------------------------------------------------------------------------ r17475 | glx | 2009-09-08 14:58:15 +0000 (Tue, 08 Sep 2009) | 1 line -Codechange: show path to crash.log and crash.dmp in crash window. Also tells the user where crash.sav is when saving succeeded. ------------------------------------------------------------------------ r17474 | rubidium | 2009-09-08 14:49:36 +0000 (Tue, 08 Sep 2009) | 2 lines -Fix: in some cases compilation failed because the search path for ICU wasn't added to the ldflags ------------------------------------------------------------------------ r17473 | rubidium | 2009-09-08 12:27:27 +0000 (Tue, 08 Sep 2009) | 2 lines -Codechange: use the post destructor for destroying companies too instead of complicating the graph GUI invalidate code. ------------------------------------------------------------------------ r17472 | rubidium | 2009-09-08 12:22:28 +0000 (Tue, 08 Sep 2009) | 2 lines -Fix [FS#3182]: industry list was rebuilt too early during industry removal causing the removed industry to be still in the list after removal ------------------------------------------------------------------------ r17471 | rubidium | 2009-09-08 10:12:13 +0000 (Tue, 08 Sep 2009) | 2 lines -Change: when removing a station or waypoint keep the rail unless Ctrl is pressed. This makes the behaviour consistent between the two. ------------------------------------------------------------------------ r17470 | smatz | 2009-09-08 07:16:26 +0000 (Tue, 08 Sep 2009) | 1 line -Fix (r17460): possible crash when overbuiling rail by station ------------------------------------------------------------------------ r17469 | rubidium | 2009-09-07 23:30:31 +0000 (Mon, 07 Sep 2009) | 2 lines -Change: make the AI compatability wrapper not whine about deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7. ------------------------------------------------------------------------ r17468 | smatz | 2009-09-07 21:45:26 +0000 (Mon, 07 Sep 2009) | 1 line -Fix (r17464): mingw compilation was broken ------------------------------------------------------------------------ r17467 | rubidium | 2009-09-07 21:28:16 +0000 (Mon, 07 Sep 2009) | 2 lines -Change: show the client id in join messages at the server (patch by dihedral) ------------------------------------------------------------------------ r17466 | rubidium | 2009-09-07 21:03:41 +0000 (Mon, 07 Sep 2009) | 2 lines -Feature: reconnect console command (based on patch of bilbo) ------------------------------------------------------------------------ r17465 | smatz | 2009-09-07 21:02:10 +0000 (Mon, 07 Sep 2009) | 1 line -Codechange: use builtin static_assert() for assert_compile() if available ------------------------------------------------------------------------ r17464 | smatz | 2009-09-07 21:01:24 +0000 (Mon, 07 Sep 2009) | 1 line -Codechange: use C++0x mode when compiling with gcc >= 4.3 or icc >= 11.0 ------------------------------------------------------------------------ r17463 | frosch | 2009-09-07 20:30:45 +0000 (Mon, 07 Sep 2009) | 1 line -Change (r17453): Retrigger the abort signal after writing the crashlog, so the next one can catch it again (e.g. to write a core dump). ------------------------------------------------------------------------ r17462 | smatz | 2009-09-07 20:14:56 +0000 (Mon, 07 Sep 2009) | 1 line -Cleanup: remove unused variables ------------------------------------------------------------------------ r17461 | rubidium | 2009-09-07 20:07:47 +0000 (Mon, 07 Sep 2009) | 2 lines -Document: that a certain compiler warning when compiled without asserts in gcc 4.4+ isn't our fault but GCC's. Includes a reference to the appropriate GCC bug report ------------------------------------------------------------------------ r17460 | rubidium | 2009-09-07 18:35:38 +0000 (Mon, 07 Sep 2009) | 2 lines -Feature: allow building rail stations over existing rail without signals but will upgrade normal rail to electrified rail if necessary (based on patch by laurijh) ------------------------------------------------------------------------ r17459 | rubidium | 2009-09-07 18:34:07 +0000 (Mon, 07 Sep 2009) | 2 lines -Change: remove unused defines from MSVC project files ------------------------------------------------------------------------ r17458 | translators | 2009-09-07 17:45:28 +0000 (Mon, 07 Sep 2009) | 10 lines -Update from WebTranslator v3.0: simplified_chinese - 1 changes by Gavin french - 28 changes by glx german - 16 changes by Roujin, dihedral hebrew - 77 changes by dnd_man italian - 3 changes by lorenzodv russian - 29 changes by Lone_Wolf serbian - 5 changes by etran spanish - 39 changes by Terkhen ------------------------------------------------------------------------ r17457 | smatz | 2009-09-07 17:23:17 +0000 (Mon, 07 Sep 2009) | 1 line -Codechange: convert icc version to number so it can be compared more easily ------------------------------------------------------------------------ r17455 | yexo | 2009-09-07 13:38:57 +0000 (Mon, 07 Sep 2009) | 1 line -Codechange: use sprite names instead of magic numbers in table/clear_land.h and change some names ------------------------------------------------------------------------ r17454 | smatz | 2009-09-07 13:33:45 +0000 (Mon, 07 Sep 2009) | 1 line -Codechange: some alignment in Makefile*.in ------------------------------------------------------------------------ r17453 | rubidium | 2009-09-07 12:14:45 +0000 (Mon, 07 Sep 2009) | 2 lines -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations ------------------------------------------------------------------------ r17452 | rubidium | 2009-09-07 12:13:33 +0000 (Mon, 07 Sep 2009) | 2 lines -Fix (r17450): emergency savegames weren't rejected by the crash logger anymore ------------------------------------------------------------------------ r17451 | smatz | 2009-09-07 12:08:43 +0000 (Mon, 07 Sep 2009) | 1 line -Fix (r17442): loading of TTO/TTD savegames failed ------------------------------------------------------------------------ r17450 | rubidium | 2009-09-07 11:10:49 +0000 (Mon, 07 Sep 2009) | 2 lines -Codechange: refactor the windows crash logger so parts of it can be reused by other crash logger implementations ------------------------------------------------------------------------ r17449 | rubidium | 2009-09-07 10:00:14 +0000 (Mon, 07 Sep 2009) | 2 lines -Fix (r17436): MSVC compile warning about comparing signed and unsigned values ------------------------------------------------------------------------ r17448 | rubidium | 2009-09-07 09:09:10 +0000 (Mon, 07 Sep 2009) | 2 lines -Change [FS#2997]: buy vehicles instead of building them; makes it consistent with selling. Based on a patch by planetmaker ------------------------------------------------------------------------ r17447 | rubidium | 2009-09-07 09:07:56 +0000 (Mon, 07 Sep 2009) | 2 lines -Codechange: rename a local variable so it doesn't collide with the name of a global function ------------------------------------------------------------------------ r17446 | rubidium | 2009-09-07 08:59:43 +0000 (Mon, 07 Sep 2009) | 2 lines -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles. ------------------------------------------------------------------------ r17445 | smatz | 2009-09-07 08:52:01 +0000 (Mon, 07 Sep 2009) | 1 line -Fix (r17318): force resort after changing sort type in the industry list window ------------------------------------------------------------------------ r17444 | rubidium | 2009-09-07 08:36:52 +0000 (Mon, 07 Sep 2009) | 2 lines -Fix [FS#3173]: when building roads isn't allowed for town, then don't build the initial piece either ------------------------------------------------------------------------ r17443 | rubidium | 2009-09-07 08:35:45 +0000 (Mon, 07 Sep 2009) | 2 lines -Fix (r17442): clear the depot tile after removing the depot in all cases instead of only for ships; makes removing road/rail depots not crash :) ------------------------------------------------------------------------ r17442 | rubidium | 2009-09-07 08:05:35 +0000 (Mon, 07 Sep 2009) | 2 lines -Fix [FS#3180]: destruction of depots didn't remove any vehicle lists related to the depot, causing windows pointing to deleted depots and (thus) crashes ------------------------------------------------------------------------ r17441 | rubidium | 2009-09-07 08:04:40 +0000 (Mon, 07 Sep 2009) | 2 lines -Fix (r16900): close the vehicle list of the vehicle type that visits the waypoint instead of for all vehicle types ------------------------------------------------------------------------ r17440 | rubidium | 2009-09-07 07:59:26 +0000 (Mon, 07 Sep 2009) | 2 lines -Fix [FS#3179] (r17375): long scrollbars would scroll when that was not intended. They would also not properly mark the window dirty. ------------------------------------------------------------------------ r17439 | smatz | 2009-09-07 07:39:08 +0000 (Mon, 07 Sep 2009) | 1 line -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore ------------------------------------------------------------------------ r17438 | rubidium | 2009-09-06 23:12:25 +0000 (Sun, 06 Sep 2009) | 2 lines -Fix (r17428): ofcourse some part of the OSX port would be forgotten due to it being so much different than the rest :( ------------------------------------------------------------------------ r17437 | smatz | 2009-09-06 22:05:53 +0000 (Sun, 06 Sep 2009) | 1 line -Change: don't accept cargo produced in the same industry (generalise and improve the check used only for valuables) ------------------------------------------------------------------------ r17436 | smatz | 2009-09-06 21:59:20 +0000 (Sun, 06 Sep 2009) | 1 line -Change: pay only for cargo actually delivered, not for all cargo unloaded at station (can differ with 'stockpiling' industries) ------------------------------------------------------------------------ r17435 | frosch | 2009-09-06 20:36:17 +0000 (Sun, 06 Sep 2009) | 1 line -Codechange: Move _cargo_payment_rates[] to CargoSpec::current_payment. ------------------------------------------------------------------------ r17434 | frosch | 2009-09-06 18:54:42 +0000 (Sun, 06 Sep 2009) | 1 line -Update (r17433): The regression needs a new trick to not become bankrupt. ------------------------------------------------------------------------ r17433 | frosch | 2009-09-06 18:53:57 +0000 (Sun, 06 Sep 2009) | 3 lines -Codechange: Store cumulated inflation in savegame and compute all prices from that instead of storing all prices separately. Note: Savegame conversion computes the inflation from max loan. Prices from modified savegames will get lost. TTO savegames will also behave slightly different. -Change: NewGRF price modifiers now take effect everytime when loading NewGRFs instead of once on gamestart. ------------------------------------------------------------------------ r17432 | translators | 2009-09-06 17:45:22 +0000 (Sun, 06 Sep 2009) | 8 lines -Update from WebTranslator v3.0: catalan - 21 changes by arnau simplified_chinese - 4 changes by Gavin danish - 7 changes by silentStatic dutch - 6 changes by Bart hebrew - 47 changes by dnd_man korean - 18 changes by darkhasa ------------------------------------------------------------------------ r17431 | smatz | 2009-09-06 16:36:22 +0000 (Sun, 06 Sep 2009) | 1 line -Fix (r16735): oldloader wasn't updated ------------------------------------------------------------------------ r17430 | frosch | 2009-09-06 12:08:45 +0000 (Sun, 06 Sep 2009) | 1 line -Fix: svn:mime-type property was missing from regression.sav. ------------------------------------------------------------------------ r17429 | smatz | 2009-09-06 09:56:12 +0000 (Sun, 06 Sep 2009) | 1 line -Fix (r16378): conversion of TTO/TTD savegames failed when vehicle 0 was a wagon ------------------------------------------------------------------------ r17428 | rubidium | 2009-09-05 21:26:51 +0000 (Sat, 05 Sep 2009) | 2 lines -Codechange: add a function to get the name of a driver ------------------------------------------------------------------------ r17427 | alberth | 2009-09-05 19:44:53 +0000 (Sat, 05 Sep 2009) | 1 line -Codechange: Removing some unneeded widget parts (for reduced compilation time). ------------------------------------------------------------------------ r17426 | smatz | 2009-09-05 19:02:34 +0000 (Sat, 05 Sep 2009) | 1 line -Fix (r1): economy recession would never end when economy is set to Steady while in recession ------------------------------------------------------------------------ r17425 | translators | 2009-09-05 17:45:29 +0000 (Sat, 05 Sep 2009) | 11 lines -Update from WebTranslator v3.0: arabic_egypt - 7 changes by kasakg catalan - 3 changes by arnau traditional_chinese - 2 changes by josesun french - 4 changes by glx indonesian - 5 changes by prof italian - 4 changes by lorenzodv spanish - 4 changes by Terkhen turkish - 2 changes by niw3 urdu - 4 changes by yasirniazkhan ------------------------------------------------------------------------ r17424 | alberth | 2009-09-05 11:33:27 +0000 (Sat, 05 Sep 2009) | 1 line -Change: Unify 'list is empty' strings of the windows to '- None -'. ------------------------------------------------------------------------