log

age author description
Sat, 20 Sep 2008 10:53:08 +0000 frosch (svn r14362) -Fix (r3403): Also connect multiheaded parts in free wagon chains. draft
Fri, 19 Sep 2008 20:23:41 +0000 translators (svn r14361) -Update: WebTranslator2 update to 2008-09-19 20:23:28 draft
Fri, 19 Sep 2008 16:34:24 +0000 smatz (svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button draft
Thu, 18 Sep 2008 15:32:20 +0000 rubidium (svn r14359) -Fix [FS#2311]: the ownership of roadtiles was not properly set for very old savegames (including TTD's) making it impossible to remove some pieces of road. draft
Wed, 17 Sep 2008 19:32:06 +0000 rubidium (svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm. draft
Wed, 17 Sep 2008 17:23:57 +0000 smatz (svn r14356) -Fix [FS#2307](r14258): converting of railtype was broken for tunnels and bridges draft
Wed, 17 Sep 2008 16:06:05 +0000 glx (svn r14355) -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision draft
Wed, 17 Sep 2008 15:04:52 +0000 glx (svn r14354) -Fix (r14253): also fix hg revision detection for MSVC draft
Wed, 17 Sep 2008 08:32:26 +0000 peter1138 (svn r14353) -Fix: hg revision detection always gave the tip revision, not the current working revision. draft
Wed, 17 Sep 2008 02:30:24 +0000 belugas (svn r14352) -Feature: Allow sorting vehicles by remaining life time. draft
Wed, 17 Sep 2008 00:32:35 +0000 smatz (svn r14351) -Codechange: call CFollowTrackT::GetSingleTramBit() only if we know it is a tram, so compiler doesn't generate code for trains and ships draft
Tue, 16 Sep 2008 22:56:43 +0000 smatz (svn r14350) -Fix (r13927): do not draw PBS reservation for NW and NE depots, it is drawn through depot walls draft
Tue, 16 Sep 2008 20:57:49 +0000 smatz (svn r14348) -Fix (r1667): signs were not updated on company bankrupcy/sell, they have colour of invalid player draft
Tue, 16 Sep 2008 19:18:22 +0000 smatz (svn r14346) -Codechange [FS#2184]: reduce code duplication when jumping to next/previous sign in signs_gui.cpp (Roujin) draft
Tue, 16 Sep 2008 19:05:38 +0000 smatz (svn r14345) -Fix: delete the RenameSignWindow when 'its' sign is deleted draft
Tue, 16 Sep 2008 16:07:18 +0000 smatz (svn r14344) -Fix: when a new airport is built in the same tick as the old station is deleted, aircraft may go crazy (and crash the game) draft
Tue, 16 Sep 2008 15:15:41 +0000 smatz (svn r14343) -Fix [FS#2300]: invalid v->u.air.targetairport could cause crashes at several places when the station pool got smaller draft
Tue, 16 Sep 2008 11:19:07 +0000 smatz (svn r14340) -Fix (r11822): signs from old savegames were lost (causing little memory leaks) draft
Mon, 15 Sep 2008 23:50:12 +0000 smatz (svn r14339) -Fix (r13731): crash when loading the intro game failed draft
Mon, 15 Sep 2008 22:58:41 +0000 smatz (svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too draft
Mon, 15 Sep 2008 22:45:18 +0000 smatz (svn r14336) -Fix (r14334): when there was a station with custom name in an old savegame, it's default name was empty draft
Mon, 15 Sep 2008 19:55:00 +0000 frosch (svn r14335) -Codechange: Remove some magic numbers. draft
Mon, 15 Sep 2008 19:02:50 +0000 smatz (svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies) draft
Mon, 15 Sep 2008 18:50:48 +0000 frosch (svn r14333) -Documentation: Update docs/landscape*. Based on patch by yorick. draft
Mon, 15 Sep 2008 17:18:22 +0000 belugas (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change. draft
Mon, 15 Sep 2008 16:29:40 +0000 smatz (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString() draft
Mon, 15 Sep 2008 13:32:59 +0000 rubidium (svn r14330) -Fix: compile warnings in some unfinished lang files. draft
Mon, 15 Sep 2008 10:02:39 +0000 rubidium (svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore. draft
Mon, 15 Sep 2008 08:37:40 +0000 smatz (svn r14328) -Fix (r11822): when a company was renamed and then manager was renamed before building anything, company name changed draft
Sun, 14 Sep 2008 20:11:34 +0000 rubidium (svn r14327) -Fix [FS#2251]: if you rename a town before building something and build something near that town your company would be called "<old townname> Transport". draft
Sun, 14 Sep 2008 19:36:31 +0000 rubidium (svn r14326) -Fix: some wrong comments (Yexo) draft
Sun, 14 Sep 2008 17:42:25 +0000 translators (svn r14325) -Update: WebTranslator2 update to 2008-09-14 17:42:18 draft
Sun, 14 Sep 2008 16:49:21 +0000 rubidium (svn r14324) -Fix [FS#2241]: free any blocks that a helicopter may have on an oilrig when the helicopter gets forcefully removed (bankruptcy). For other airports this isn't needed as they can't be used by multiple companies. draft
Sun, 14 Sep 2008 16:01:46 +0000 smatz (svn r14323) -Fix (r14064): forgot a return... draft
Sun, 14 Sep 2008 15:48:49 +0000 smatz (svn r14322) -Fix (r10368): possible assert when renaming removed waypoint draft
Sun, 14 Sep 2008 14:31:37 +0000 rubidium (svn r14321) -Add: support for newgrfs printing bytes/words/dwords as hexadecimals. draft
Sun, 14 Sep 2008 10:39:22 +0000 rubidium (svn r14320) -Fix [FS#2299]: glitch when chatbox window is full and the window is scrolled (yorP) draft
Sun, 14 Sep 2008 10:32:32 +0000 smatz (svn r14319) -Fix (r10760): use operator delete when deleting an order, so order pool fills up a bit slower draft
Sun, 14 Sep 2008 10:30:31 +0000 rubidium (svn r14318) -Fix [FS#2296]: OSK of the chat box did not get updated. This as the chatbox got a higher priority than the OSK instead of the usual other way around. draft
Sun, 14 Sep 2008 08:47:18 +0000 peter1138 (svn r14317) -Fix (r13662) [FS#2298]: Order distance processing for conditional orders on ships treated v->orders as an array, and didn't use the correct next order. draft
Sat, 13 Sep 2008 17:37:18 +0000 smatz (svn r14316) -Fix: do not allow building road over level crossings and drive-through road stops in the wrong direction even when the roadtype is present draft
Sat, 13 Sep 2008 17:26:44 +0000 smatz (svn r14315) -Fix: allow adding roadtypes only to drive-through road stops draft
Sat, 13 Sep 2008 17:06:44 +0000 smatz (svn r14314) -Fix: pay for two road bits when adding/removing roadtype at drive through road stop/level crossing draft
Sat, 13 Sep 2008 15:49:29 +0000 frosch (svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file. draft
Sat, 13 Sep 2008 12:40:31 +0000 rubidium (svn r14310) -Fix: don't show palette information in the newgrf lists of the network lobby. draft
Sat, 13 Sep 2008 11:00:30 +0000 rubidium (svn r14309) -Fix [FS#2244]: aircraft frozen above oil rig when the next order is invalid. draft
Sat, 13 Sep 2008 10:41:00 +0000 rubidium (svn r14308) -Fix [FS#2268]: pay extra when tram/road bits need to be build for a roadstop. draft
Sat, 13 Sep 2008 10:19:51 +0000 smatz (svn r14307) -Fix: when deleting a station, remove news items regarding it draft
Sat, 13 Sep 2008 10:04:36 +0000 rubidium (svn r14306) -Codechange: unify the code to draw the vehicle list. draft
Fri, 12 Sep 2008 23:23:41 +0000 frosch (svn r14305) -Fix [FS#2294] (r5033): [YAPF] Only reserve road slots for multistop when they are really reachable. draft
Fri, 12 Sep 2008 22:52:48 +0000 smatz (svn r14304) -Fix (r14104): waypoint train list wasn't closed with the waypoint window (crashes since r14296) draft
Fri, 12 Sep 2008 21:59:34 +0000 rubidium (svn r14303) -Codechange: make the vehicle list part of the group window look exactly like the vehicle list instead of some buttons being one pixel wider/smaller. draft
Fri, 12 Sep 2008 21:58:36 +0000 rubidium (svn r14302) -Codechange: simplify and make the vehicle list and group windows behave the same w.r.t. getting wider (by default) for trains than the other vehicles. draft
Fri, 12 Sep 2008 21:20:12 +0000 rubidium (svn r14301) -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items. draft
Fri, 12 Sep 2008 17:42:11 +0000 translators (svn r14300) -Update: WebTranslator2 update to 2008-09-12 17:41:59 draft
Fri, 12 Sep 2008 17:38:57 +0000 rubidium (svn r14299) -Fix: disable 'toggle palette' when no NewGRF has been selected. draft
Fri, 12 Sep 2008 17:16:04 +0000 rubidium (svn r14298) -Fix [FS#2214]: "{CARGO} from unknown destination". draft
Fri, 12 Sep 2008 17:14:07 +0000 rubidium (svn r14297) -Fix: one could be trying to get the station name of a station that is outside of the pool. draft
Fri, 12 Sep 2008 17:11:28 +0000 rubidium (svn r14296) -Codechange: there is no case where an invalid waypoint index should be passed to be drawn as a string. draft
Fri, 12 Sep 2008 17:05:23 +0000 belugas (svn r14295) -Fix(r14294): If the house is not built yet, still give me proper coordinates, pretty please! draft
Fri, 12 Sep 2008 17:02:22 +0000 belugas (svn r14294) -Feature[newGRF]: Add Variational Action 2 Variable 0x47 for houses, Coordinates of the house tile draft
Thu, 11 Sep 2008 21:53:59 +0000 smatz (svn r14293) -Change: do not show PBS track reservation in the intro game draft
Thu, 11 Sep 2008 19:44:30 +0000 frosch (svn r14292) -Cleanup (r11128): Move an 'if' out of a loop as it does not need to be iterated. (spotted by smatz) draft
Thu, 11 Sep 2008 19:12:31 +0000 frosch (svn r14291) -Fix [FS#2288] (r12853): For tunnels DrawCatenary() draws only pillars; DrawCatenaryOnTunnel() draws only wires. draft
Thu, 11 Sep 2008 17:41:43 +0000 smatz (svn r14290) -Fix (r13932): level crossings could be barred when they shouldn't be after savegame conversion draft
Thu, 11 Sep 2008 13:58:59 +0000 smatz (svn r14289) -Fix [FS#2286](r3720)(r1): sound effects an music volume should be in range 0-127, default value shouldn't be higher draft
Tue, 09 Sep 2008 19:21:22 +0000 michi_cc (svn r14286) -Fix [FS#2265]: If a change of conventional/electric rail coincided with the start of a station platform, stale reservations could be left behind. draft
Tue, 09 Sep 2008 19:02:47 +0000 michi_cc (svn r14285) -Fix [FS#2263]: A train inside a wormhole could free the reservation of another train inside the wormhole. draft
Tue, 09 Sep 2008 18:47:53 +0000 michi_cc (svn r14284) -Fix (r13958): Trains would not look ahead and extend their reservation on a waypoint tile in all cases. draft
Tue, 09 Sep 2008 17:42:31 +0000 smatz (svn r14283) -Fix [FS#2281](r14175): beep only after clicking on the main toolbar, not after finishing the selection draft
Tue, 09 Sep 2008 17:40:23 +0000 translators (svn r14282) -Update: WebTranslator2 update to 2008-09-09 17:38:39 draft
Tue, 09 Sep 2008 12:26:25 +0000 smatz (svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places draft
Tue, 09 Sep 2008 11:26:17 +0000 matthijs (svn r14279) -Revert (r14237): Undo changes for renaming Debian packages, this is not the right way to do this. draft
Tue, 09 Sep 2008 10:58:23 +0000 matthijs (svn r14278) -Cleanup [Makefile]: Rename $TAGS to $TAG. draft
Tue, 09 Sep 2008 10:48:04 +0000 matthijs (svn r14277) -Change [Makefile]: Use [ -n ... ] instead of using return values from grep and read in findversion.sh. draft
Mon, 08 Sep 2008 19:20:39 +0000 frosch (svn r14276) -Fix: Rename one of the advanced settings, as 'TTDPatch compatible nonstop handling' wasn't a correct description anymore. draft
Mon, 08 Sep 2008 17:23:50 +0000 frosch (svn r14275) -Change: Rename 'Configure patches' to 'Advanced settings'. draft
Mon, 08 Sep 2008 11:06:43 +0000 smatz (svn r14274) -Fix (r10237): nonexistant order could be selected in the timetable window (causing SIGFPE) draft
Mon, 08 Sep 2008 10:08:55 +0000 rubidium (svn r14273) -Change: make findversion.sh aware of release tags and make it output the REV without the branch name so the CF can use that. draft
Mon, 08 Sep 2008 06:27:08 +0000 matthijs (svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in draft
Sun, 07 Sep 2008 22:23:25 +0000 smatz (svn r14270) -Fix: make small UFO aware of articulated RVs draft
Sun, 07 Sep 2008 18:21:57 +0000 smatz (svn r14265) -Fix (r10750): desyncs after deleting a waypoint because of explicit destructor call instead of using operator delete draft
Sun, 07 Sep 2008 17:40:14 +0000 smatz (svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems draft
Sun, 07 Sep 2008 16:22:55 +0000 smatz (svn r14263) -Codechange: give a better error message when removing a sign fails draft
Sun, 07 Sep 2008 13:36:18 +0000 matthijs (svn r14262) -Feature [Makefile]: Let Makefile.bundle.in also use the new findversion.sh draft
Sun, 07 Sep 2008 13:24:49 +0000 matthijs (svn r14261) -Change [Makefile]: Move the revision detection code from Makefile.src.in to a draft
Sun, 07 Sep 2008 11:55:28 +0000 rubidium (svn r14260) -Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad 0-9 keys so people don't get confused that the keypad doesn't work as expected. draft
Sun, 07 Sep 2008 11:23:10 +0000 rubidium (svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list. draft
Sun, 07 Sep 2008 08:51:26 +0000 rubidium (svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption. draft
Sat, 06 Sep 2008 12:54:11 +0000 truebrain (svn r14255) -Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1' which is more common available draft
Sat, 06 Sep 2008 02:53:18 +0000 belugas (svn r14254) -Codechange: Code style and breathing room draft
Sat, 06 Sep 2008 02:43:46 +0000 glx (svn r14253) -Fix (r14214): replace the right glyph and use the right colour indices in glyph sprite draft
Fri, 05 Sep 2008 15:13:30 +0000 translators (svn r14250) -Update: WebTranslator2 update to 2008-09-05 15:13:08 draft
Thu, 04 Sep 2008 19:43:20 +0000 rubidium (svn r14245) -Fix: NewGRF configs loaded from the config file would always default to the DOS palette instead of the "default" palette. draft
Thu, 04 Sep 2008 19:15:52 +0000 truebrain (svn r14244) -Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;)) draft
Thu, 04 Sep 2008 19:09:31 +0000 rubidium (svn r14243) -Fix [FS#2269]: clicking on the smallmap didn't break the "follow vehicle in main viewport". draft
Thu, 04 Sep 2008 15:27:21 +0000 glx (svn r14242) -Fix: removed some possible infinite loop in version determination (again). draft
Thu, 04 Sep 2008 08:52:41 +0000 matthijs (svn r14241) -Fix [Debian]: Remove an extra ~ in the Debian version. draft
Wed, 03 Sep 2008 20:51:59 +0000 rubidium (svn r14240) -Doc: add a few pointers/"howto"-ish lines to the obg format documentation about what it does and does not do and how you should fill the data. draft
Wed, 03 Sep 2008 18:05:02 +0000 frosch (svn r14239) -Fix [FS#2267]: The engine-purchase-list-sorter doubled running-cost and halfed capacity of double-headed engines. draft
Wed, 03 Sep 2008 17:18:04 +0000 matthijs (svn r14238) -Change [Debian]: Update Debian packaging files to the latest official Debian version. draft
Wed, 03 Sep 2008 16:47:54 +0000 matthijs (svn r14237) -Feature [Debian]: Allow the Debian packaging to change the package name of the resulting package. draft
Wed, 03 Sep 2008 13:25:56 +0000 glx (svn r14235) -Fix (r14234): compilation with MSVC was broken draft
Wed, 03 Sep 2008 10:30:07 +0000 smatz (svn r14234) -Fix: feeder share was computed wrong when splitting cargo packet draft
Wed, 03 Sep 2008 07:51:07 +0000 rubidium (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs. draft
Tue, 02 Sep 2008 21:11:48 +0000 smatz (svn r14232) -Codechange: use builtin for byte swapping for gcc >= 4.3 draft
Tue, 02 Sep 2008 20:24:55 +0000 rubidium (svn r14231) -Fix: Windows binaries not able to read non-windows newlines ini files. For more detail read the 'attached' diff. draft
Tue, 02 Sep 2008 20:01:18 +0000 frosch (svn r14230) -Codechange: Simplify MapDOSColour() using the new stuff. draft
Tue, 02 Sep 2008 18:45:15 +0000 rubidium (svn r14229) -Feature: allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported. draft
Tue, 02 Sep 2008 17:24:46 +0000 smatz (svn r14228) -Fix (r14209): double click on the 'last joined' server didn't work draft
Tue, 02 Sep 2008 16:28:31 +0000 truebrain (svn r14227) -Fix [configure]: detect if we are in a new directory, and rerun configure in those cases. Should avoid confusion (idea by Eddi) draft
Tue, 02 Sep 2008 15:59:21 +0000 truebrain (svn r14226) -Revert r13792: 'configure --help' failed when for example gcc wasn't detected .. not really what you expect. By the lack of imagination, a revert will have to do for now. draft
Tue, 02 Sep 2008 15:56:31 +0000 truebrain (svn r14225) -Fix [configure]: make sure a dir exists if you want to write into it draft
Tue, 02 Sep 2008 15:34:38 +0000 truebrain (svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you don't need to run ./configure in the root of OpenTTD draft
Tue, 02 Sep 2008 15:20:38 +0000 rubidium (svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites. draft
Tue, 02 Sep 2008 14:46:28 +0000 smatz (svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels draft
Tue, 02 Sep 2008 08:25:15 +0000 rubidium (svn r14219) -Fix (rthebeginning): 10 days != 6*2.5 days, effectively causing the payment graph to show the wrong data. draft
Mon, 01 Sep 2008 08:57:33 +0000 peter1138 (svn r14215) -Cleanup (r13866): Strange line wrapping... draft
Sun, 31 Aug 2008 23:12:57 +0000 rubidium (svn r14214) -Codechange: move another TTD graphics bug into the GRF; height problem of sprite #142. draft
Sun, 31 Aug 2008 21:43:34 +0000 rubidium (svn r14211) -Fix: glitches (alignment issues/inconsistent vehicle graphics) in original graphics (Addi) draft