------------------------------------------------------------------------ r18461 | rubidium | 2009-12-11 18:49:03 +0000 (Fri, 11 Dec 2009) | 2 lines -Fix (r18456): when moving a wagon from the front of a train one could make a train 1 longer than allowed ------------------------------------------------------------------------ r18460 | translators | 2009-12-11 18:45:23 +0000 (Fri, 11 Dec 2009) | 9 lines -Update from WebTranslator v3.0: catalan - 2 changes by arnau traditional_chinese - 4 changes by josesun croatian - 59 changes by UnderwaterHesus french - 2 changes by glx norwegian_bokmal - 34 changes by Zhygometh serbian - 6 changes by etran vietnamese - 3 changes by nglekhoi ------------------------------------------------------------------------ r18459 | rubidium | 2009-12-11 16:16:36 +0000 (Fri, 11 Dec 2009) | 2 lines -Codechange: move the new train validity checking (attach callbacks) to a separate function ------------------------------------------------------------------------ r18458 | rubidium | 2009-12-11 15:50:07 +0000 (Fri, 11 Dec 2009) | 2 lines -Codechange: make the 'check train length' code of CmdMoveRailVehicle a separate function ------------------------------------------------------------------------ r18457 | yexo | 2009-12-11 15:16:44 +0000 (Fri, 11 Dec 2009) | 1 line -Fix (r18015): southwest and northeast buttons for freeform edges were swapped ------------------------------------------------------------------------ r18456 | rubidium | 2009-12-11 13:37:01 +0000 (Fri, 11 Dec 2009) | 2 lines -Codechange: make the length checking functionality of CmdMoveRailVehicle a separate function and simplify the logic ------------------------------------------------------------------------ r18454 | translators | 2009-12-10 18:45:22 +0000 (Thu, 10 Dec 2009) | 8 lines -Update from WebTranslator v3.0: dutch - 2 changes by habell hebrew - 49 changes by dnd_man indonesian - 35 changes by fanioz, prof polish - 5 changes by amateja, silver_777 russian - 1 changes by Lone_Wolf serbian - 3 changes by etran ------------------------------------------------------------------------ r18453 | rubidium | 2009-12-10 12:26:39 +0000 (Thu, 10 Dec 2009) | 2 lines -Fix [FS#3364]: wrong heightmap dimensions, or rather... a nested_array index removed too much ------------------------------------------------------------------------ r18452 | rubidium | 2009-12-10 10:42:32 +0000 (Thu, 10 Dec 2009) | 2 lines -Document: update the known-bugs a bit; quite a few bugs in there are fixing in trunk already. ------------------------------------------------------------------------ r18451 | smatz | 2009-12-10 00:17:00 +0000 (Thu, 10 Dec 2009) | 1 line -Fix (r18360): LDFLAGS could contain different compiler flags than CFLAGS when compiling strgen (Rubidium) ------------------------------------------------------------------------ r18450 | rubidium | 2009-12-09 22:25:12 +0000 (Wed, 09 Dec 2009) | 2 lines -Fix [FS#3363]: initial size of the vehicle detail windows would occasionally be too small (although it could be resized) ------------------------------------------------------------------------ r18449 | rubidium | 2009-12-09 18:50:05 +0000 (Wed, 09 Dec 2009) | 2 lines -Fix (r18448): invalid argidx offsets in German ------------------------------------------------------------------------ r18448 | translators | 2009-12-09 18:45:29 +0000 (Wed, 09 Dec 2009) | 11 lines -Update from WebTranslator v3.0: finnish - 1 changes by jpx_ german - 7 changes by Roujin, planetmaker hungarian - 1 changes by alyr italian - 4 changes by lorenzodv norwegian_bokmal - 33 changes by CyberKenny portuguese - 2 changes by JayCity russian - 2 changes by Lone_Wolf spanish - 1 changes by Terkhen vietnamese - 29 changes by nglekhoi ------------------------------------------------------------------------ r18447 | rubidium | 2009-12-09 17:10:57 +0000 (Wed, 09 Dec 2009) | 2 lines -Change: make some more windows (e.g. graphs, company view) stickyable ------------------------------------------------------------------------ r18446 | glx | 2009-12-09 15:24:13 +0000 (Wed, 09 Dec 2009) | 1 line -Fix (r17450): abort() doesn't trigger crashlog on windows ------------------------------------------------------------------------ r18445 | rubidium | 2009-12-09 11:42:12 +0000 (Wed, 09 Dec 2009) | 2 lines -Fix [FS#3335]: for STR_NEWS_INDUSTRY_CLOSURE_GENERAL the gender of the industry wasn't properly selected for Greek. ------------------------------------------------------------------------ r18444 | rubidium | 2009-12-09 11:41:27 +0000 (Wed, 09 Dec 2009) | 2 lines -Feature: allow G and P to 'select' substrings of STRINGn for getting their gender ------------------------------------------------------------------------ r18443 | rubidium | 2009-12-09 09:28:47 +0000 (Wed, 09 Dec 2009) | 2 lines -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int min(int, int) is a better match for min(uint64, uint) than uint64 min(uint64, uint64). As such we need to cast the UINT16_MAX to prevent MSVC from displaying it's infinite wisdom with loads of warnings. ------------------------------------------------------------------------ r18442 | rubidium | 2009-12-09 09:16:29 +0000 (Wed, 09 Dec 2009) | 2 lines -Fix (r18440): warning about SDL_Linked_Version never being NULL on non-Windows systems ------------------------------------------------------------------------ r18441 | peter1138 | 2009-12-09 08:23:10 +0000 (Wed, 09 Dec 2009) | 2 lines -Fix: The vehicle list filler widget didn't fill. ------------------------------------------------------------------------ r18440 | glx | 2009-12-09 02:53:59 +0000 (Wed, 09 Dec 2009) | 1 line -Fix (r17774): don't try to get SDL version when SDL is not loaded ------------------------------------------------------------------------ r18439 | glx | 2009-12-09 02:49:01 +0000 (Wed, 09 Dec 2009) | 1 line -Fix (r15233): forgot to load the symbol from SDL.dll ------------------------------------------------------------------------ r18438 | rubidium | 2009-12-09 00:41:18 +0000 (Wed, 09 Dec 2009) | 2 lines -Codechange [FS#3337]: introduce a template for Clamp (fonsinchen) and reuse template functions in their non-template counterparts. ------------------------------------------------------------------------ r18437 | smatz | 2009-12-09 00:08:13 +0000 (Wed, 09 Dec 2009) | 1 line -Fix (r16557): background of disabled button in AI GUI wasn't set back to grey after AI bankrupt ------------------------------------------------------------------------ r18436 | rubidium | 2009-12-08 23:32:32 +0000 (Tue, 08 Dec 2009) | 2 lines -Fix [FS#3357]: unselect an AI in the AI Settings window when it falls out of the range of active AIs ------------------------------------------------------------------------ r18435 | rubidium | 2009-12-08 20:56:45 +0000 (Tue, 08 Dec 2009) | 2 lines -Fix (r18136): articulated road vehicles weren't properly drawn in the vehicle list/details windows ------------------------------------------------------------------------ r18434 | rubidium | 2009-12-08 20:12:43 +0000 (Tue, 08 Dec 2009) | 2 lines -Change [FS#565]: use z?\197?\130 instead of zl for the Polish Zloty. ------------------------------------------------------------------------ r18433 | frosch | 2009-12-08 19:59:21 +0000 (Tue, 08 Dec 2009) | 1 line -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow. ------------------------------------------------------------------------ r18432 | translators | 2009-12-08 18:45:09 +0000 (Tue, 08 Dec 2009) | 4 lines -Update from WebTranslator v3.0: portuguese - 1 changes by JayCity spanish - 2 changes by Terkhen ------------------------------------------------------------------------ r18431 | rubidium | 2009-12-08 17:09:15 +0000 (Tue, 08 Dec 2009) | 2 lines -Add: some missing latin-ish characters from the OpenGFX set so we get less people complain about the OS chosing an unreadable font ------------------------------------------------------------------------ r18429 | rubidium | 2009-12-08 00:16:31 +0000 (Tue, 08 Dec 2009) | 2 lines -Fix [FS#3360]: when road vehicles are, because of the 'jam protection' running through eachother more vehicles could be in a road stop than there could be under normal circumstances. As such an assert when the road stop's limits are reached isn't good. ------------------------------------------------------------------------ r18428 | rubidium | 2009-12-08 00:15:15 +0000 (Tue, 08 Dec 2009) | 2 lines -Fix: if lots of road vehicles are leaving a depot and the first in the hash linked list is basically the last of the vehicles to leave the depot then due to the 'jam prevention' code all vehicles would fairly quickly increase the blocked counter and drive off all simultaniously ------------------------------------------------------------------------ r18427 | rubidium | 2009-12-07 20:22:33 +0000 (Mon, 07 Dec 2009) | 2 lines -Fix (r18423): ofcourse that broke the GCC build... not determining 'inclusion' using the relative path from the .rc that has the 'include' but from the include directories... how useful/sensible is that? ------------------------------------------------------------------------ r18426 | rubidium | 2009-12-07 20:17:31 +0000 (Mon, 07 Dec 2009) | 2 lines -Fix: sort the names in source.list according to Microsoft's sorting rules ------------------------------------------------------------------------ r18425 | translators | 2009-12-07 18:45:20 +0000 (Mon, 07 Dec 2009) | 7 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun greek - 1 changes by fumantsu norwegian_bokmal - 13 changes by 2rB norwegian_nynorsk - 48 changes by 2rB spanish - 3 changes by Terkhen ------------------------------------------------------------------------ r18424 | rubidium | 2009-12-07 17:13:28 +0000 (Mon, 07 Dec 2009) | 2 lines -Fix [FS#3327]: [Windows] the help window would be too large in some cases ------------------------------------------------------------------------ r18423 | rubidium | 2009-12-07 16:55:50 +0000 (Mon, 07 Dec 2009) | 3 lines -Fix (r17336): [Windows] incorrect relative path the the icon making the icon not being included in the binary -Fix: [Windows] mention the version of GPL in the metadata ------------------------------------------------------------------------ r18422 | rubidium | 2009-12-07 10:44:58 +0000 (Mon, 07 Dec 2009) | 2 lines -Fix (r18404): MSVC complaining about struct vs class ------------------------------------------------------------------------ r18421 | rubidium | 2009-12-07 08:47:10 +0000 (Mon, 07 Dec 2009) | 2 lines -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reachable waypoint tile if the closest one is free but there is no safe waiting point directly after it. Now check for a free safe waiting point beyond the waypoint unless there are junctions before the first safe waiting point. ------------------------------------------------------------------------ r18420 | rubidium | 2009-12-07 08:41:18 +0000 (Mon, 07 Dec 2009) | 2 lines -Codechange: split YAPF's track follower from the actual YAPF code ------------------------------------------------------------------------ r18418 | rubidium | 2009-12-06 20:22:21 +0000 (Sun, 06 Dec 2009) | 2 lines -Fix [FS#3298]: under some circumstances a pointer could be left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'. ------------------------------------------------------------------------ r18417 | translators | 2009-12-06 18:45:27 +0000 (Sun, 06 Dec 2009) | 10 lines -Update from WebTranslator v3.0: traditional_chinese - 31 changes by josesun czech - 46 changes by Hadez greek - 1 changes by fumantsu hungarian - 2 changes by IPG indonesian - 1 changes by prof norwegian_nynorsk - 111 changes by 2rB russian - 11 changes by Lone_Wolf slovak - 14 changes by JamesSVK ------------------------------------------------------------------------ r18416 | frosch | 2009-12-06 16:15:58 +0000 (Sun, 06 Dec 2009) | 1 line -Fix (r15559): Only consider valid cargos in town GUI. ------------------------------------------------------------------------ r18415 | rubidium | 2009-12-06 16:14:13 +0000 (Sun, 06 Dec 2009) | 2 lines -Fix [FS#3332]: on slopes the original and better road layouts did not check their minimum distance requirements ------------------------------------------------------------------------ r18414 | peter1138 | 2009-12-06 11:46:57 +0000 (Sun, 06 Dec 2009) | 2 lines -Fix: In the depot window, 'free' wagons were not drawn resize.step_height apart ------------------------------------------------------------------------ r18413 | alberth | 2009-12-05 21:39:28 +0000 (Sat, 05 Dec 2009) | 1 line -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. ------------------------------------------------------------------------ r18412 | smatz | 2009-12-05 19:21:43 +0000 (Sat, 05 Dec 2009) | 1 line -Fix [FS#3350]: don't allow sending ships to rail waypoints and trains to buyos (Hirundo) ------------------------------------------------------------------------ r18411 | translators | 2009-12-05 18:45:11 +0000 (Sat, 05 Dec 2009) | 5 lines -Update from WebTranslator v3.0: greek - 3 changes by fumantsu norwegian_nynorsk - 107 changes by 2rB portuguese - 3 changes by JayCity ------------------------------------------------------------------------ r18410 | alberth | 2009-12-05 16:00:58 +0000 (Sat, 05 Dec 2009) | 1 line -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon(). ------------------------------------------------------------------------ r18409 | frosch | 2009-12-05 15:03:32 +0000 (Sat, 05 Dec 2009) | 1 line -Change [FS#3349]: Recolour the bubble generator just like any other industry. (planetmaker) ------------------------------------------------------------------------ r18408 | frosch | 2009-12-05 13:53:58 +0000 (Sat, 05 Dec 2009) | 1 line -Fix (r17954): After computing the needed width for the client list, also use it. ------------------------------------------------------------------------ r18407 | rubidium | 2009-12-04 22:02:37 +0000 (Fri, 04 Dec 2009) | 2 lines -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting ------------------------------------------------------------------------ r18406 | rubidium | 2009-12-04 21:13:31 +0000 (Fri, 04 Dec 2009) | 2 lines -Cleanup: remove some unneeded constants and code ------------------------------------------------------------------------ r18405 | rubidium | 2009-12-04 21:01:28 +0000 (Fri, 04 Dec 2009) | 2 lines -Fix (r18405): RVs didn't like to stop when the 'next' drive through station tile didn't have a compatible road type ------------------------------------------------------------------------ r18404 | rubidium | 2009-12-04 20:52:19 +0000 (Fri, 04 Dec 2009) | 6 lines -Codechange: link drive through stops better together -Feature: make penalty for road stop occupancy user configurable -Fix [FS#1944]: road vehicles would not pick an empty drive through stop. Now they will *if* the penalty for driving around is less than the occupancy penalty -Fix [FS#1495]: long (articulated) road vehicles could block loading of others when the following road vehicle already got 'permission' to go to the next bay even when it could not reach it -Change: improve the throughput of the drive through road stops by letting them stop closer together ------------------------------------------------------------------------ r18403 | belugas | 2009-12-04 20:32:51 +0000 (Fri, 04 Dec 2009) | 1 line -Codechange: Re-arrange header of table _original_house_specs ------------------------------------------------------------------------ r18402 | rubidium | 2009-12-04 20:29:46 +0000 (Fri, 04 Dec 2009) | 2 lines -Codechange: unify/centralise the code for crashing vehicles ------------------------------------------------------------------------ r18401 | rubidium | 2009-12-04 19:16:52 +0000 (Fri, 04 Dec 2009) | 2 lines -Fix: drive through road stops did not get flooded ------------------------------------------------------------------------ r18400 | translators | 2009-12-04 18:45:10 +0000 (Fri, 04 Dec 2009) | 4 lines -Update from WebTranslator v3.0: traditional_chinese - 52 changes by josesun greek - 17 changes by fumantsu ------------------------------------------------------------------------