------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ r10295 | truelight | 2007-06-23 14:40:19 +0000 (Sat, 23 Jun 2007) | 2 lines -Fix [FS#775]: flush stdout on dedicated server output to ensure an update of stdout (Zuu) ------------------------------------------------------------------------ r10294 | truelight | 2007-06-23 14:17:31 +0000 (Sat, 23 Jun 2007) | 2 lines -Fix [FS#914]: WKC_PAUSE didn't work in SE (+ some cosmetic) (Smoovious) ------------------------------------------------------------------------ r10293 | truelight | 2007-06-23 14:13:05 +0000 (Sat, 23 Jun 2007) | 2 lines -Add [FS#885]: a sticky button for the client list window (oxygene) ------------------------------------------------------------------------ r10292 | KUDr | 2007-06-23 09:04:07 +0000 (Sat, 23 Jun 2007) | 1 line -Fix: suppress VC 7.1 warning: "\src\texteff.cpp(251) : warning C4258: 'y' : definition from the for loop is ignored; the definition from the enclosing scope is used" which prevents compilation on MSVC 2003 ------------------------------------------------------------------------ r10291 | truelight | 2007-06-23 00:33:15 +0000 (Sat, 23 Jun 2007) | 2 lines -Fix [FS#920]: double click in town-GUI didn't work as expected ------------------------------------------------------------------------ r10290 | truelight | 2007-06-22 23:53:16 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix: with smooth_economy, when industry production hit 32, it stayed there for ever. Give it some chance to get out of that uber-lowness (although it is a very slim chance, at least it has one) ------------------------------------------------------------------------ r10289 | rubidium | 2007-06-22 23:41:33 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix [FS#735]: {COMPANY} takes two arguments. As this was not properly accounted for the plural rule used the second argument of {COMPANY} instead of the later {COMMA}. ------------------------------------------------------------------------ r10288 | truelight | 2007-06-22 22:42:18 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix [FS#202]: also age engines that aren't front-engines (based on a patch by kaan) ------------------------------------------------------------------------ r10287 | rubidium | 2007-06-22 22:28:15 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix (r10266): some surprises from that (almost always) complaining compiler... ------------------------------------------------------------------------ r10286 | truelight | 2007-06-22 22:25:21 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix r10284: nice typo (tnx glx) ------------------------------------------------------------------------ r10284 | truelight | 2007-06-22 22:14:42 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix [FS#899]: in the unlucky event 2 clients join at the same time to start a new company while there is only one spot left, all clients became spectator. Now only make either one of the joining clients spectator (much more game-friendly ;)) ------------------------------------------------------------------------ r10283 | rubidium | 2007-06-22 21:48:41 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix [FS#913]: catenary was drawn on bridges when elrail was disabled. Patch by B. N. SmatZ!. ------------------------------------------------------------------------ r10278 | truelight | 2007-06-22 20:07:39 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix r10276: make the _realtime_tick less demanding on the CPU ------------------------------------------------------------------------ r10276 | truelight | 2007-06-22 20:04:21 +0000 (Fri, 22 Jun 2007) | 3 lines -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on -Codechange: renamed _timer_counter to _palette_animation_counter, as that is what it is ------------------------------------------------------------------------ r10273 | glx | 2007-06-22 19:42:00 +0000 (Fri, 22 Jun 2007) | 1 line -Change: remove the strings removed in r10270 from the translations ------------------------------------------------------------------------ r10272 | glx | 2007-06-22 19:30:59 +0000 (Fri, 22 Jun 2007) | 1 line -Fix (FS#916): remove more invalid characters from savegame names ------------------------------------------------------------------------ r10271 | truelight | 2007-06-22 18:43:11 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix r9563: move the Transparency Option menu item to the place it should have been in the first place: Option Menu, not Map Menu (go figure :p) ------------------------------------------------------------------------ r10270 | truelight | 2007-06-22 18:28:44 +0000 (Fri, 22 Jun 2007) | 2 lines -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading ------------------------------------------------------------------------ r10269 | rubidium | 2007-06-22 17:34:04 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported. ------------------------------------------------------------------------ r10268 | rubidium | 2007-06-22 17:33:13 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix: some old savegames could have the wrong bits unset (follow up of r10147) ------------------------------------------------------------------------ r10267 | glx | 2007-06-22 13:10:56 +0000 (Fri, 22 Jun 2007) | 1 line -Add: enable double clic to add in 'add newgrf' window ------------------------------------------------------------------------ r10266 | rubidium | 2007-06-22 11:58:59 +0000 (Fri, 22 Jun 2007) | 2 lines -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. ------------------------------------------------------------------------ r10265 | truelight | 2007-06-22 10:57:53 +0000 (Fri, 22 Jun 2007) | 2 lines -Feature: allow double-clicking on certain places: build-vehicle and town-action ------------------------------------------------------------------------ r10264 | truelight | 2007-06-22 09:44:21 +0000 (Fri, 22 Jun 2007) | 2 lines -Fix: forgot to add texteff.hpp to the project files ------------------------------------------------------------------------ r10263 | rubidium | 2007-06-21 19:18:49 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix (r10262): due to 64 bits alignment a struct became a little too large. ------------------------------------------------------------------------ r10262 | rubidium | 2007-06-21 19:08:47 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. ------------------------------------------------------------------------ r10261 | rubidium | 2007-06-21 17:38:59 +0000 (Thu, 21 Jun 2007) | 2 lines -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default. ------------------------------------------------------------------------ r10260 | miham | 2007-06-21 17:36:16 +0000 (Thu, 21 Jun 2007) | 3 lines -Update: WebTranslator2 update to 2007-06-21 19:36:07 piglatin - 12 fixed by adammw (12) ------------------------------------------------------------------------ r10259 | rubidium | 2007-06-21 17:27:21 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :) ------------------------------------------------------------------------ r10258 | rubidium | 2007-06-21 17:25:17 +0000 (Thu, 21 Jun 2007) | 3 lines -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s. -Fix: some displays of money were wrong. ------------------------------------------------------------------------ r10257 | miham | 2007-06-21 17:18:33 +0000 (Thu, 21 Jun 2007) | 8 lines -Update: WebTranslator2 update to 2007-06-21 19:15:05 danish - 25 fixed, 50 changed by ThomasA (75) finnish - 117 fixed by habazi (117) hungarian - 6 fixed by miham (6) romanian - 8 fixed, 9 changed by CrystyB (17) spanish - 7 fixed by jfrank (7) ukrainian - 28 fixed by mad (25), fevral13 (3) ------------------------------------------------------------------------ r10256 | belugas | 2007-06-21 17:09:10 +0000 (Thu, 21 Jun 2007) | 1 line -Add: Addition of IndustryTileOverrideManager ------------------------------------------------------------------------ r10255 | truelight | 2007-06-21 16:53:57 +0000 (Thu, 21 Jun 2007) | 2 lines -Codechange: remove some old debug code nobody was using anymore ------------------------------------------------------------------------ r10254 | truelight | 2007-06-21 16:17:47 +0000 (Thu, 21 Jun 2007) | 2 lines -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh) ------------------------------------------------------------------------ r10253 | rubidium | 2007-06-21 16:12:31 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix (r10249): putting the < the wrong way around made the new towns pretty small. ------------------------------------------------------------------------ r10252 | rubidium | 2007-06-21 15:57:14 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix: never overflow when applying exchange rates before drawing the amount of money. ------------------------------------------------------------------------ r10251 | glx | 2007-06-21 15:48:00 +0000 (Thu, 21 Jun 2007) | 1 line -Fix (r10186, FS#907): alt-tab back into openttd could leave the taskbar visible ------------------------------------------------------------------------ r10250 | rubidium | 2007-06-21 15:37:05 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix: money is always 64 bits, so always parse those 64 bits. ------------------------------------------------------------------------ r10249 | rubidium | 2007-06-21 15:13:09 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix [FS#906]: town tried to gather information about the neighbourhood of a tile when it couldn't even *ever* build on that tile. ------------------------------------------------------------------------ r10248 | rubidium | 2007-06-21 14:58:30 +0000 (Thu, 21 Jun 2007) | 2 lines -Codechange: don't limit the cost of tunnels. ------------------------------------------------------------------------ r10247 | rubidium | 2007-06-21 14:54:51 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string. ------------------------------------------------------------------------ r10246 | rubidium | 2007-06-21 14:32:27 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. ------------------------------------------------------------------------ r10245 | truelight | 2007-06-21 13:56:59 +0000 (Thu, 21 Jun 2007) | 2 lines -Codechange: added GetName also to all Blitters, instead of only the Factory ------------------------------------------------------------------------ r10244 | truelight | 2007-06-21 13:31:41 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix: make sure to let 32bpp-anim report the increased buffer-size it needs ------------------------------------------------------------------------ r10243 | glx | 2007-06-21 13:30:23 +0000 (Thu, 21 Jun 2007) | 1 line -Fix: crash when resizing with 32bpp and 'broken' display with 'non-standard' resolutions ------------------------------------------------------------------------ r10242 | truelight | 2007-06-21 12:45:41 +0000 (Thu, 21 Jun 2007) | 2 lines -Fix: avoid a segfault if you move your mouse at startup with 32bpp-anim ------------------------------------------------------------------------ r10241 | truelight | 2007-06-21 12:36:46 +0000 (Thu, 21 Jun 2007) | 5 lines -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes -Codechange: added CopyImageToBuffer, which produces a readable buffer for screenshots -Fix: 32bpp-anim now holds animation on transparent objects to avoid strange graphical effects -Fix: 32bpp-anim now works correct on mouse-movement (it holds the palette animation correctly) ------------------------------------------------------------------------ r10240 | miham | 2007-06-21 06:09:50 +0000 (Thu, 21 Jun 2007) | 13 lines -Update: WebTranslator2 update to 2007-06-21 08:03:49 american - 30 fixed, 1 changed by WhiteRabbit (31) bulgarian - 1 fixed by thetitan (1) dutch - 1 fixed by habell (1) estonian - 25 fixed by kristjans (25) french - 1 fixed by glx (1) german - 15 fixed by Neonox (15) hungarian - 24 fixed by miham (24) italian - 1 fixed by lorenzodv (1) japanese - 25 fixed by ickoonite (25) korean - 1 fixed by darkttd (1) slovenian - 1 fixed by Necrolyte (1) ------------------------------------------------------------------------ r10239 | maedhros | 2007-06-20 20:02:30 +0000 (Wed, 20 Jun 2007) | 1 line -Fix (r10236): The pin button didn't move when resizing the timetable gui. ------------------------------------------------------------------------ r10238 | maedhros | 2007-06-20 19:57:18 +0000 (Wed, 20 Jun 2007) | 2 lines -Fix (r10236): Resizing the timetable window caused it to think it could only show one line at a time. ------------------------------------------------------------------------ r10237 | maedhros | 2007-06-20 19:26:25 +0000 (Wed, 20 Jun 2007) | 1 line -Fix (r10236): It helps if you use svn add with new files... ------------------------------------------------------------------------ r10236 | maedhros | 2007-06-20 19:17:22 +0000 (Wed, 20 Jun 2007) | 1 line -Feature: Introduce a form of timetabling for vehicles. ------------------------------------------------------------------------