------------------------------------------------------------------------ r10401 | peter1138 | 2007-06-30 17:51:50 +0000 (Sat, 30 Jun 2007) | 2 lines -Feature: new sign editor features including switching to previous/next sign (XeryusTC) ------------------------------------------------------------------------ r10399 | glx | 2007-06-30 15:02:21 +0000 (Sat, 30 Jun 2007) | 1 line -Fix (FS#962): [Windows] _wnd.has_focus was not properly set after using ALT-TAB ------------------------------------------------------------------------ r10398 | peter1138 | 2007-06-30 11:28:26 +0000 (Sat, 30 Jun 2007) | 2 lines -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor ------------------------------------------------------------------------ r10397 | peter1138 | 2007-06-30 08:26:34 +0000 (Sat, 30 Jun 2007) | 2 lines -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference. ------------------------------------------------------------------------ r10396 | peter1138 | 2007-06-30 06:31:49 +0000 (Sat, 30 Jun 2007) | 2 lines -Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo) ------------------------------------------------------------------------ r10395 | KUDr | 2007-06-30 00:17:07 +0000 (Sat, 30 Jun 2007) | 1 line -Fix [YAPF]: missing include + some signed/unsigned comparison warnings ------------------------------------------------------------------------ r10394 | KUDr | 2007-06-29 23:55:16 +0000 (Fri, 29 Jun 2007) | 1 line -Fix [YAPF]: MP desync caused by incorrect last-red-signal penalties applied when cached segment was reused. Players that connected more recently (didn't have these segments cached yet) calculated those penalties correctly. This caused different YAPF results. ------------------------------------------------------------------------ r10393 | KUDr | 2007-06-29 23:50:42 +0000 (Fri, 29 Jun 2007) | 1 line -Fix [YAPF]: Trackdir needs 4 bits to store (not 3). The cached segment key didn't use the highest trackdir bit. It could confuse YAPF on bi-directional track segments. ------------------------------------------------------------------------ r10392 | KUDr | 2007-06-29 23:45:13 +0000 (Fri, 29 Jun 2007) | 1 line -Add [YAPF]: added structured dump support into some essential YAPF classes (node-list, nodes, keys, etc.) and CArrayT ------------------------------------------------------------------------ r10391 | KUDr | 2007-06-29 23:30:14 +0000 (Fri, 29 Jun 2007) | 2 lines -Add: debug support - structured dump of variables/classes/structures (with anti-recursion repository) into string ------------------------------------------------------------------------ r10390 | KUDr | 2007-06-29 22:39:50 +0000 (Fri, 29 Jun 2007) | 1 line -Fix: constness ------------------------------------------------------------------------ r10389 | KUDr | 2007-06-29 22:33:58 +0000 (Fri, 29 Jun 2007) | 1 line -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. ------------------------------------------------------------------------ r10388 | KUDr | 2007-06-29 22:16:15 +0000 (Fri, 29 Jun 2007) | 1 line -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA ------------------------------------------------------------------------ r10387 | glx | 2007-06-29 14:35:29 +0000 (Fri, 29 Jun 2007) | 1 line -Fix (r10326, r10330): update unfinished langs ------------------------------------------------------------------------ r10386 | miham | 2007-06-29 13:32:28 +0000 (Fri, 29 Jun 2007) | 1 line -Fix: [translations] croatian translators made a few type which prevented croatian langfile to be compiled. reported by boekabart ------------------------------------------------------------------------ r10385 | miham | 2007-06-29 12:27:13 +0000 (Fri, 29 Jun 2007) | 1 line -Change: [Translations] Croatian is an accepted language ------------------------------------------------------------------------ r10384 | miham | 2007-06-29 12:04:40 +0000 (Fri, 29 Jun 2007) | 7 lines -Update: WebTranslator2 update to 2007-06-29 14:03:32 croatian - 261 fixed, 9 changed by tperic (270) finnish - 2 changed by habazi (2) hungarian - 1 fixed by miham (1) romanian - 1 fixed, 38 changed by CrystyB (39) ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------ r10382 | rubidium | 2007-06-28 22:58:59 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix (strgen): it was not possible to use --warning and --todo at the same time. ------------------------------------------------------------------------ r10381 | rubidium | 2007-06-28 22:03:34 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix [FS#951]: skipping an order made train reverse immediatelly. Patch by boekabart. ------------------------------------------------------------------------ r10380 | peter1138 | 2007-06-28 19:14:29 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players. ------------------------------------------------------------------------ r10379 | belugas | 2007-06-28 19:03:14 +0000 (Thu, 28 Jun 2007) | 2 lines -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do ------------------------------------------------------------------------ r10378 | rubidium | 2007-06-28 19:02:59 +0000 (Thu, 28 Jun 2007) | 2 lines -Merge: release changes from 0.5. ------------------------------------------------------------------------ r10377 | miham | 2007-06-28 18:46:35 +0000 (Thu, 28 Jun 2007) | 11 lines -Update: WebTranslator2 update to 2007-06-28 20:46:13 brazilian_portuguese - 1 fixed by fukumori (1) catalan - 1 fixed, 2 changed by arnaullv (3) dutch - 10 fixed by webfreakz (10) french - 1 fixed by glx (1) hungarian - 1 fixed by miham (1) italian - 1 fixed by lorenzodv (1) portuguese - 20 fixed by supra90 (20) russian - 4 fixed by Smoky555 (4) spanish - 2 fixed by eusebio (2) ------------------------------------------------------------------------ r10371 | peter1138 | 2007-06-28 11:53:22 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix (r9874): Remove never-used GetGroupName() function ------------------------------------------------------------------------ r10370 | peter1138 | 2007-06-28 10:50:26 +0000 (Thu, 28 Jun 2007) | 2 lines -Fix: Heightmap GUI abused custom name system and used unnecessary globals. All details are now kept within the window's custom data. ------------------------------------------------------------------------ r10369 | belugas | 2007-06-28 02:14:40 +0000 (Thu, 28 Jun 2007) | 2 lines -Codechange: Add the IndustryType parameter to the GetIndustryCallback function. Sometimes, the industry might not be able to provide its type, since it does not exists at all ------------------------------------------------------------------------ r10368 | peter1138 | 2007-06-27 23:40:21 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. ------------------------------------------------------------------------ r10367 | rubidium | 2007-06-27 23:26:40 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails. ------------------------------------------------------------------------ r10366 | KUDr | 2007-06-27 22:29:57 +0000 (Wed, 27 Jun 2007) | 3 lines -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!). I will deal with those errors/desyncs tomorrow. ------------------------------------------------------------------------ r10365 | rubidium | 2007-06-27 22:26:27 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: compiling without png and networking support under MSVC. ------------------------------------------------------------------------ r10364 | peter1138 | 2007-06-27 20:53:25 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. ------------------------------------------------------------------------ r10363 | peter1138 | 2007-06-27 20:40:20 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) ------------------------------------------------------------------------ r10362 | rubidium | 2007-06-27 19:00:14 +0000 (Wed, 27 Jun 2007) | 2 lines -Codechange: make tunnel costs less exponential for (very) long tunnels. ------------------------------------------------------------------------ r10361 | miham | 2007-06-27 18:59:42 +0000 (Wed, 27 Jun 2007) | 15 lines -Update: WebTranslator2 update to 2007-06-27 20:59:10 brazilian_portuguese - 3 fixed by tucalipe (3) bulgarian - 5 fixed by thetitan (5) catalan - 3 fixed by arnaullv (3) estonian - 6 fixed, 4 changed by vermon (10) french - 1 fixed by glx (1) italian - 1 fixed, 17 changed by lorenzodv (18) norwegian_nynorsk - 20 fixed by pollux (20) piglatin - 25 fixed by adammw (25) polish - 5 fixed by meush (5) slovak - 1 fixed by lengyel (1) slovenian - 20 fixed by Necrolyte (20) spanish - 4 fixed, 4 changed by eusebio (8) ukrainian - 3 fixed, 2 changed by mad (5) ------------------------------------------------------------------------ r10360 | rubidium | 2007-06-27 18:53:24 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix (r10359): make should always do "make all" by default ------------------------------------------------------------------------ r10359 | rubidium | 2007-06-27 18:50:18 +0000 (Wed, 27 Jun 2007) | 2 lines -Codechange [FS#935]: add some explanations what the different make "commands" do. ------------------------------------------------------------------------ r10358 | rubidium | 2007-06-27 17:19:05 +0000 (Wed, 27 Jun 2007) | 2 lines -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now. ------------------------------------------------------------------------ r10357 | rubidium | 2007-06-27 17:05:06 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix. ------------------------------------------------------------------------ r10356 | rubidium | 2007-06-27 16:54:50 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix (r10143): another memory leak eliminated. ------------------------------------------------------------------------ r10355 | rubidium | 2007-06-27 16:41:37 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix (r10092): memory leak when encoding (reading) sprites. ------------------------------------------------------------------------ r10354 | rubidium | 2007-06-27 14:37:46 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station. ------------------------------------------------------------------------ r10353 | rubidium | 2007-06-27 14:15:48 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. ------------------------------------------------------------------------ r10352 | rubidium | 2007-06-27 10:02:55 +0000 (Wed, 27 Jun 2007) | 2 lines -Fix: the network did not request the newgrf names of newgrfs that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "". ------------------------------------------------------------------------ r10349 | KUDr | 2007-06-26 22:29:52 +0000 (Tue, 26 Jun 2007) | 3 lines -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node key and also as segment key in the cache (SmatZ). In the past it was possible to use tile/exitdir as the key because segments beginning on the same tile/exitdir were incorrectly considered the same. What I still don't understand is why this bug happened only on 64 bit systems (linux, Win64). ------------------------------------------------------------------------ r10348 | rubidium | 2007-06-26 21:17:51 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy. ------------------------------------------------------------------------ r10347 | rubidium | 2007-06-26 21:11:17 +0000 (Tue, 26 Jun 2007) | 4 lines -Fix [FS#948]: industries with a very low production could never recover when using smooth economy. -Fix: in smooth economy producing industries could not close, whereas they could close in non-smooth economy. -Fix: in smooth economy the "do not increase production" flag of industries was ignored. ------------------------------------------------------------------------ r10346 | matthijs | 2007-06-26 20:23:09 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix: Forgotten "else" in r10345 (thanks peter1138). ------------------------------------------------------------------------ r10345 | matthijs | 2007-06-26 20:15:33 +0000 (Tue, 26 Jun 2007) | 3 lines -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel. -Fix [FS#290]: Make NPF look back when finding a depot for road vehicles. ------------------------------------------------------------------------ r10344 | peter1138 | 2007-06-26 20:03:17 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous. ------------------------------------------------------------------------ r10343 | belugas | 2007-06-26 16:58:40 +0000 (Tue, 26 Jun 2007) | 3 lines -Cleanup: Add documentation of functions and code-style fix. Thanks of 45 degree patch for bringing it up ------------------------------------------------------------------------ r10342 | miham | 2007-06-26 16:50:00 +0000 (Tue, 26 Jun 2007) | 23 lines -Update: WebTranslator2 update to 2007-06-26 18:48:16 american - 3 fixed by WhiteRabbit (3) brazilian_portuguese - 17 fixed by tucalipe (17) catalan - 15 fixed, 10 changed by arnaullv (25) dutch - 9 fixed by Zr40 (9) estonian - 1 fixed by kristjans (1) french - 17 fixed by glx (17) german - 29 fixed by moewe2 (29) hungarian - 17 fixed by miham (17) italian - 17 fixed, 1 changed by lorenzodv (17), bluesboy84 (1) japanese - 19 fixed by ickoonite (19) korean - 19 fixed by darkttd (19) norwegian_bokmal - 58 fixed by oletk (58) polish - 113 fixed, 32 changed by meush (145) romanian - 18 fixed by kneekoo (18) russian - 15 fixed by Smoky555 (15) slovak - 86 fixed by lengyel (86) spanish - 113 fixed by eusebio (113) swedish - 30 fixed by giddorah (30) traditional_chinese - 16 fixed by xbddc (16) turkish - 21 fixed by jnmbk (21) ukrainian - 15 fixed by znikoz (10), fevral13 (4), mad (1) ------------------------------------------------------------------------ r10341 | maedhros | 2007-06-26 14:43:41 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix (r10236): Only update the timetable when leaving stations if this is a scheduled stop. ------------------------------------------------------------------------ r10340 | truelight | 2007-06-26 13:46:56 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix: make sure no industry production can ever hit < 32 with smooth_economy ------------------------------------------------------------------------ r10339 | truelight | 2007-06-26 13:36:00 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix r10311: if you fix your own name, at least also update your description ;) ------------------------------------------------------------------------ r10338 | maedhros | 2007-06-26 11:01:06 +0000 (Tue, 26 Jun 2007) | 2 lines -Codechange: Show the total time that the timetable will take. ------------------------------------------------------------------------ r10337 | peter1138 | 2007-06-26 08:11:11 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists. ------------------------------------------------------------------------ r10336 | peter1138 | 2007-06-26 06:57:14 +0000 (Tue, 26 Jun 2007) | 2 lines -Fix [FS#910]: reaching the end of a line in certain cases incorrectly stopped signal updates ------------------------------------------------------------------------ r10335 | maedhros | 2007-06-25 23:14:13 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable. ------------------------------------------------------------------------ r10334 | peter1138 | 2007-06-25 21:50:36 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix [FS#937]: with smooth scrolling enabled, the viewport destination was not clamped to the map ------------------------------------------------------------------------ r10333 | rubidium | 2007-06-25 21:36:16 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix [FS#943]: News messages were shown on top of the endgame screen and high score chart. ------------------------------------------------------------------------ r10332 | rubidium | 2007-06-25 21:15:17 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix [FS#940]: ratings where also shown on drop-off stations. ------------------------------------------------------------------------ r10331 | maedhros | 2007-06-25 20:55:43 +0000 (Mon, 25 Jun 2007) | 3 lines -Feature: Add the possibility of automatically filling in timetables based on the times from the first (or subsequent) run-throughs. ------------------------------------------------------------------------ r10330 | peter1138 | 2007-06-25 20:32:05 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix [FS#939]: budget window used wrong param for loan repay/borrow amounts ------------------------------------------------------------------------ r10329 | rubidium | 2007-06-25 19:13:55 +0000 (Mon, 25 Jun 2007) | 2 lines -Feature [FS#812]: (patch) option to select the "default" rail type when you start a new game or load a game. This is done either static, i.e. rail, electrified rail, monorail and maglev, or dynamic which takes either the first or last available railtype or the railtype that is used most on the map. ------------------------------------------------------------------------ r10328 | maedhros | 2007-06-25 17:29:03 +0000 (Mon, 25 Jun 2007) | 2 lines -Codechange: Close the timetable window when closing the vehicle window. ------------------------------------------------------------------------ r10327 | maedhros | 2007-06-25 17:17:40 +0000 (Mon, 25 Jun 2007) | 4 lines -Fix (r10236) [FS#934]: Vehicles wait at stations when they arrive early even if they haven't been timetabled to wait, so make sure the lateness counter gets updated as well. ------------------------------------------------------------------------ r10326 | peter1138 | 2007-06-25 17:02:37 +0000 (Mon, 25 Jun 2007) | 2 lines -Update: change to new string codes used in english.txt ------------------------------------------------------------------------ r10325 | peter1138 | 2007-06-25 15:59:37 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix (r10323): Missed 3 company name references ------------------------------------------------------------------------ r10324 | peter1138 | 2007-06-25 14:46:32 +0000 (Mon, 25 Jun 2007) | 2 lines -Codechange: reference engine names by index ------------------------------------------------------------------------ r10323 | peter1138 | 2007-06-25 13:30:38 +0000 (Mon, 25 Jun 2007) | 3 lines -Codechange: reference company name, number and player (president) name by index ------------------------------------------------------------------------ r10322 | maedhros | 2007-06-25 10:49:31 +0000 (Mon, 25 Jun 2007) | 2 lines -Codechange: Make the timetable window smaller by default so it doesn't take up so much space on small resolutions. ------------------------------------------------------------------------ r10321 | peter1138 | 2007-06-25 10:40:56 +0000 (Mon, 25 Jun 2007) | 2 lines -Codechange: refer to sign text by index ------------------------------------------------------------------------ r10320 | rubidium | 2007-06-25 10:22:48 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix [FS#278]: one could only build a limited number of stations before one had to rename them. ------------------------------------------------------------------------ r10319 | rubidium | 2007-06-25 10:10:37 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix (r10266): the limit of 65535 references was not enough for cargo packets. Increase this limit to approximately 2^32, which noone should ever be able to reach on any normal system ;) ------------------------------------------------------------------------ r10318 | miham | 2007-06-25 09:15:59 +0000 (Mon, 25 Jun 2007) | 15 lines -Update: WebTranslator2 update to 2007-06-25 11:14:04 bulgarian - 7 fixed by thetitan (7) catalan - 2 fixed, 2 changed by arnaullv (4) danish - 15 fixed, 5 changed by ThomasA (20) dutch - 8 fixed, 39 changed by Zr40 (45), webfreakz (2) estonian - 2 fixed, 2 changed by t2t2 (4) french - 7 fixed by Skiper (7) hungarian - 1 fixed by miham (1) italian - 2 fixed, 2 changed by lorenzodv (4) russian - 57 fixed by Smoky555 (57) spanish - 8 fixed by eusebio (8) traditional_chinese - 1 fixed, 2 changed by xbddc (3) turkish - 52 fixed by jnmbk (52) ukrainian - 3 fixed, 2 changed by fevral13 (5) ------------------------------------------------------------------------ r10317 | rubidium | 2007-06-25 08:24:03 +0000 (Mon, 25 Jun 2007) | 2 lines -Fix [FS#786]: acceleration not calculated properly when a train goes up a hill between tunnels. ------------------------------------------------------------------------ r10316 | peter1138 | 2007-06-25 07:33:40 +0000 (Mon, 25 Jun 2007) | 2 lines -Codechange: (consistently) use index to refer to group names. Also the group string_id is irrelevant unless it is a custom name, so don't 'waste' a savegame string id. ------------------------------------------------------------------------ r10315 | miham | 2007-06-25 04:41:10 +0000 (Mon, 25 Jun 2007) | 13 lines -Update: WebTranslator2 update to 2007-06-25 06:40:44 american - 5 fixed by WhiteRabbit (5) estonian - 11 fixed by t2t2 (11) hungarian - 6 fixed, 2 changed by miham (8) italian - 2 changed by lorenzodv (2) japanese - 5 fixed by ickoonite (5) norwegian_nynorsk - 6 fixed by pollux (6) romanian - 6 fixed, 2 changed by kneekoo (8) russian - 8 fixed, 2 changed by Smoky555 (10) slovenian - 5 fixed by Sonicelo (5) traditional_chinese - 5 fixed by xbddc (5) ukrainian - 10 fixed by fevral13 (10) ------------------------------------------------------------------------ r10314 | peter1138 | 2007-06-24 22:42:11 +0000 (Sun, 24 Jun 2007) | 2 lines -Codechange: Refer to vehicle names by index ------------------------------------------------------------------------ r10313 | rubidium | 2007-06-24 22:18:46 +0000 (Sun, 24 Jun 2007) | 2 lines -Fix (r8546): value for password "protected" was sent toggled for UDP packets, i.e. unpassworded companies showed up passworded and vice versa. ------------------------------------------------------------------------ r10312 | rubidium | 2007-06-24 21:58:05 +0000 (Sun, 24 Jun 2007) | 2 lines -Fix (r10210): the 64 values in the 'players' console command were not printed properly; they did even "overflow" into the next to-be-printed values. ------------------------------------------------------------------------ r10311 | orudge | 2007-06-24 20:44:36 +0000 (Sun, 24 Jun 2007) | 1 line -Fix: I'm not retired, just relatively inactive ;) ------------------------------------------------------------------------ r10310 | orudge | 2007-06-24 20:41:24 +0000 (Sun, 24 Jun 2007) | 1 line -Fix: Trunk can now be built on OS/2 :) ------------------------------------------------------------------------ r10309 | rubidium | 2007-06-24 20:17:39 +0000 (Sun, 24 Jun 2007) | 2 lines -Revert (part of r10308): "fixing" the bounding box for bridge entrances reveals one of the bugs that will be fixed when FS#119 is fixed. ------------------------------------------------------------------------ r10308 | rubidium | 2007-06-24 20:06:10 +0000 (Sun, 24 Jun 2007) | 2 lines -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119. ------------------------------------------------------------------------ r10306 | rubidium | 2007-06-24 16:44:06 +0000 (Sun, 24 Jun 2007) | 2 lines -Fix [FS#890]: the fix in r10219 was not enough to stop this bug from happening. ------------------------------------------------------------------------ r10305 | miham | 2007-06-24 16:33:10 +0000 (Sun, 24 Jun 2007) | 12 lines -Update: WebTranslator2 update to 2007-06-24 18:32:39 american - 33 fixed by WhiteRabbit (33) brazilian_portuguese - 5 fixed by tucalipe (5) catalan - 5 fixed, 7 changed by arnaullv (12) italian - 5 fixed by lorenzodv (5) japanese - 8 fixed by ickoonite (8) korean - 5 fixed, 2 changed by darkttd (7) norwegian_nynorsk - 36 fixed by pollux (36) portuguese - 7 fixed by izhirahider (7) slovenian - 32 fixed by Necrolyte (32) traditional_chinese - 78 fixed, 2 changed by xbddc (80) ------------------------------------------------------------------------ r10304 | KUDr | 2007-06-24 14:40:54 +0000 (Sun, 24 Jun 2007) | 1 line -Fix [YAPF](r10301): removed assert which could violate without danger when searching for the nearest depot. From now on the segment can be closed without reason in that case (peter1138) ------------------------------------------------------------------------ r10303 | KUDr | 2007-06-24 13:30:03 +0000 (Sun, 24 Jun 2007) | 1 line -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138) ------------------------------------------------------------------------ r10302 | KUDr | 2007-06-24 13:22:41 +0000 (Sun, 24 Jun 2007) | 2 lines -Fix [YAPF, MP]: now (with r10301) it is no longer needed to invalidate the YAPF segment cache every tick in MP. Segment cost now doesn't contain the curves between segments. As a result the cache should be now accurate. ------------------------------------------------------------------------ r10301 | KUDr | 2007-06-24 13:18:54 +0000 (Sun, 24 Jun 2007) | 1 line -Fix [FS#901, YAPF]: another assert violation in some special cases (immeR) ------------------------------------------------------------------------ r10300 | rubidium | 2007-06-24 12:27:11 +0000 (Sun, 24 Jun 2007) | 2 lines -Fix [FS#917]: give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches. ------------------------------------------------------------------------ r10299 | rubidium | 2007-06-24 10:20:05 +0000 (Sun, 24 Jun 2007) | 2 lines -Codechange [FS#931]: industry foundations should be drawn as all other foundations, i.e. with DrawFoundation, instead of writing the same functionality itself. ------------------------------------------------------------------------ r10298 | rubidium | 2007-06-23 21:12:09 +0000 (Sat, 23 Jun 2007) | 2 lines -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. ------------------------------------------------------------------------ r10297 | rubidium | 2007-06-23 20:38:28 +0000 (Sat, 23 Jun 2007) | 2 lines -Codechange: increase the performance of CargoPacket::AllocateRaw using a very simple "caching" system. ------------------------------------------------------------------------ r10296 | miham | 2007-06-23 18:35:37 +0000 (Sat, 23 Jun 2007) | 14 lines -Update: WebTranslator2 update to 2007-06-23 20:35:10 brazilian_portuguese - 38 fixed by tucalipe (38) catalan - 35 fixed, 10 changed by arnaullv (45) dutch - 33 fixed by webfreakz (14), habell (19) estonian - 4 fixed by kristjans (4) french - 32 fixed by glx (32) hungarian - 7 fixed by miham (7) italian - 34 fixed, 1 changed by lorenzodv (35) korean - 34 fixed by darkttd (34) romanian - 59 fixed by kneekoo (59) russian - 45 fixed, 11 changed by Smoky555 (56) swedish - 29 fixed by giddorah (29) ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------