log

age author description
Mon, 24 Mar 2008 06:38:20 +0000 rubidium (svn r12404) -Codechange: rename the string buffer used for network GUIs to something more unique than what it is called now. draft
Mon, 24 Mar 2008 06:32:53 +0000 rubidium (svn r12403) -Codechange: unmisuse a variable in the chat window and make the code a little cleaner. draft
Mon, 24 Mar 2008 05:59:42 +0000 rubidium (svn r12402) -Fix: some toolbars didn't seem to show anymore. draft
Mon, 24 Mar 2008 00:52:28 +0000 glx (svn r12401) -Fix (r9754): when loading TTD savegame some data were lost (profits, ...) due to a 'reallocation' for vehicle type conversion. The conversion is now done before loading the vehicle chunk. draft
Sun, 23 Mar 2008 21:31:43 +0000 rubidium (svn r12399) -Fix: some old DOS savegame didn't load properly due to 'garbage' that was sprinkled in some places. draft
Sun, 23 Mar 2008 07:35:29 +0000 rubidium (svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik. draft
Sun, 23 Mar 2008 06:56:33 +0000 rubidium (svn r12397) -Codechange [FS#1856]: enumify widget number for time tables. Patch by Phil Sophus. draft
Sat, 22 Mar 2008 19:54:50 +0000 rubidium (svn r12396) -Codechange: change a few things to reflect that we aren't aiming for 0.6 anymore in trunk. draft
Sat, 22 Mar 2008 16:24:36 +0000 rubidium (svn r12394) -Fix: make the style of the changelog more uniform. draft
Sat, 22 Mar 2008 16:23:47 +0000 rubidium (svn r12393) -Fix [FS#1872]: Vehicle lists related to stations not closed when the station is deleted. draft
Sat, 22 Mar 2008 11:29:03 +0000 maedhros (svn r12392) -Fix (r12391): Remove yapf/follow_track.cpp again. draft
Sat, 22 Mar 2008 11:27:46 +0000 maedhros (svn r12391) -Feature: Show whether a town is a "city" in the town description title bar. draft
Sat, 22 Mar 2008 10:56:08 +0000 rubidium (svn r12390) -Fix [FS#1851]: trams failing to turn on bridge heads/tunnel entrances. draft
Sat, 22 Mar 2008 10:50:50 +0000 rubidium (svn r12389) -Codechange: remove unneeded code from the Cheat window handling and bring it in line with the coding guidelines. draft
Fri, 21 Mar 2008 11:10:36 +0000 maedhros (svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit callback. draft
Thu, 20 Mar 2008 23:20:46 +0000 miham (svn r12387) -Update: WebTranslator2 update to 2008-03-21 00:20:05 draft
Wed, 19 Mar 2008 20:50:19 +0000 smatz (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot draft
Wed, 19 Mar 2008 20:46:56 +0000 peter1138 (svn r12385) -Fix [FS#ln]: Non-breaking spaces should not be broken. draft
Wed, 19 Mar 2008 20:42:05 +0000 smatz (svn r12384) -Fix (r2428): do not disconnect train when reversing, it may 'think' it is whole in a depot draft
Tue, 18 Mar 2008 23:01:33 +0000 peter1138 (svn r12383) -Fix [FS#1860]: Check return of AfterLoadGame for success or failure when loading TTD games. draft
Tue, 18 Mar 2008 16:57:05 +0000 glx (svn r12382) -Fix [FS#1864]: use 'items' unit for batteries, fizzy drinks, toys and bubbles in total cargo tab draft
Tue, 18 Mar 2008 12:28:21 +0000 skidd13 (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) draft
Mon, 17 Mar 2008 22:13:00 +0000 glx (svn r12380) -Fix: update train acceleration and max speed after setting cached value to ensure the correct max speed is used with disabled real acceleration draft
Mon, 17 Mar 2008 22:04:15 +0000 glx (svn r12379) -Codechange: removed now redondant InvalidateWindow() calls draft
Mon, 17 Mar 2008 21:50:53 +0000 glx (svn r12378) -Fix: refresh vehicle details window when cached values are updated draft
Mon, 17 Mar 2008 21:49:14 +0000 glx (svn r12377) -Fix [FS#1854]: set cached value for vehicle property 25 before other cached values draft
Sat, 15 Mar 2008 22:43:28 +0000 glx (svn r12375) -Fix [FS#1847]: revision detection failed to detect 64bit TortoiseSVN when ran from a 32bit MSVC on win64 system (Jafinto) draft
Sat, 15 Mar 2008 21:35:48 +0000 peter1138 (svn r12374) -Fix (r11892): Don't close a dropmenu when clicking on a dropdown widget draft
Sat, 15 Mar 2008 21:20:40 +0000 glx (svn r12373) -Fix [FS#1849]: win32 music driver fails if path is too long (128 chars is too much for mci it seems), so retry using the short path name (8.3 style) if available draft
Sat, 15 Mar 2008 21:12:08 +0000 glx (svn r12372) -Fix: win32 music driver fails if path contains non-latin chars draft
Sat, 15 Mar 2008 20:32:42 +0000 smatz (svn r12371) -Fix [FS#1823]: do not let window hide behind the main toolbar after resizing the screen draft
Sat, 15 Mar 2008 19:50:06 +0000 peter1138 (svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed. draft
Sat, 15 Mar 2008 19:24:13 +0000 smatz (svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes draft
Sat, 15 Mar 2008 13:21:31 +0000 smatz (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script draft
Sat, 15 Mar 2008 00:31:10 +0000 smatz (svn r12367) -Fix [FS#1650](r707): commands were sent to clients waiting for map download causing 'executing command from the past' error draft
Fri, 14 Mar 2008 18:31:37 +0000 glx (svn r12366) -Codechange: use MAX_PATH instead hardcoded value draft
Thu, 13 Mar 2008 18:53:49 +0000 skidd13 (svn r12365) -Fix: missing redraw call in the road gui draft
Wed, 12 Mar 2008 20:03:21 +0000 peter1138 (svn r12364) -Fix (r12361): Case attribute for brazilian_portuguese got lost. draft
Wed, 12 Mar 2008 18:10:45 +0000 smatz (svn r12363) -Fix: do not allow building 'zero' road bits draft
Wed, 12 Mar 2008 15:56:56 +0000 frosch (svn r12362) -Fix (r11985, r12006): Randomize variable 8F only once per callback 28. draft
Wed, 12 Mar 2008 08:47:44 +0000 miham (svn r12361) -Update: WebTranslator2 update to 2008-03-12 09:46:45 draft
Wed, 12 Mar 2008 01:49:21 +0000 glx (svn r12360) -Fix: openttdd.grf was using the wrong colours for glyphs due to a grfcodec bug (fixed in grfcodec 0.9.10 r1837) draft
Tue, 11 Mar 2008 12:55:41 +0000 frosch (svn r12358) -Fix: Callback 2F returns 15 bit results starting from grf version 7. draft
Mon, 10 Mar 2008 15:31:07 +0000 frosch (svn r12352) -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa. draft
Sat, 08 Mar 2008 18:32:01 +0000 glx (svn r12350) -Fix [FS#1836](r11947): do not try ti flood water tile (performance increase) draft
Fri, 07 Mar 2008 02:40:10 +0000 belugas (svn r12349) -Change[FS#1826]: Remove the need to include the afxres.h header when all that was needed was just the definition if IDC_STATIC. draft
Fri, 07 Mar 2008 00:47:42 +0000 smatz (svn r12348) -Fix (r7573): NTP skipped junction just after bridge end draft
Thu, 06 Mar 2008 14:21:10 +0000 frosch (svn r12347) -Feature(ette): Increase house animation frame number from 32 to 128. draft
Thu, 06 Mar 2008 10:39:26 +0000 frosch (svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP. draft
Wed, 05 Mar 2008 22:05:22 +0000 glx (svn r12345) -Fix [FS#1828](r12296): don't try to restore backupped timetable when timetabling is disabled draft
Wed, 05 Mar 2008 18:51:26 +0000 skidd13 (svn r12344) -Codechange: Check uint64 bitsize on compiletime too. draft
Wed, 05 Mar 2008 18:33:31 +0000 peter1138 (svn r12343) -Fix (r12293): Slow helicopters never got the 'chance' to finish the landing routine. draft
Wed, 05 Mar 2008 11:41:26 +0000 belugas (svn r12342) -Fix(r12340): In order to avoid confusion, SIGN should be used for signs and SIGNAL for signals :) draft
Wed, 05 Mar 2008 09:37:43 +0000 peter1138 (svn r12341) -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size. draft
Wed, 05 Mar 2008 02:49:06 +0000 belugas (svn r12340) -Codechange: Remove some magic numbers (sprite IDs here) with some more meaningful values. draft
Tue, 04 Mar 2008 21:49:40 +0000 peter1138 (svn r12339) -Fix (r12331): Recalculate cached train data after clearing reversing flag when entering depot. draft
Tue, 04 Mar 2008 17:07:33 +0000 belugas (svn r12337) -Change: update some documentation. draft
Tue, 04 Mar 2008 12:15:33 +0000 peter1138 (svn r12336) -Fix [FS#1733]: Don't pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs. draft
Tue, 04 Mar 2008 12:14:34 +0000 peter1138 (svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned... draft
Tue, 04 Mar 2008 12:13:15 +0000 peter1138 (svn r12334) -Codechange: Don't change road owner without DC_EXEC. Didn't affect anything in this case but is bad form. draft
Tue, 04 Mar 2008 10:41:16 +0000 frosch (svn r12333) -Fix: Switch grfstatus from 'activated' back to 'will-be-active' between reservation- and activation-stage. draft
Mon, 03 Mar 2008 21:42:37 +0000 peter1138 (svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag. draft
Mon, 03 Mar 2008 20:56:30 +0000 glx (svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8 draft
Mon, 03 Mar 2008 20:41:47 +0000 glx (svn r12330) -Feature: [NewGRF] vehicle variable FE bit 5 and 6 draft
Mon, 03 Mar 2008 19:15:53 +0000 peter1138 (svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state. draft
Mon, 03 Mar 2008 18:20:42 +0000 belugas (svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;) draft
Sun, 02 Mar 2008 00:25:54 +0000 smatz (svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated draft
Sat, 01 Mar 2008 23:53:58 +0000 smatz (svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used) draft
Fri, 29 Feb 2008 22:55:57 +0000 glx (svn r12322) -Fix (r9874): endian issue when saving/loading group owner draft
Fri, 29 Feb 2008 22:01:47 +0000 glx (svn r12321) -Change: update readme about where openttd looks for files (based on dih work) draft
Fri, 29 Feb 2008 15:20:02 +0000 peter1138 (svn r12320) -Fix [FS#1817]: Wrong transparency options could be saved after toggling all. draft
Fri, 29 Feb 2008 13:57:50 +0000 peter1138 (svn r12319) -Cleanup: Comment fixes (Roujin) draft
Fri, 29 Feb 2008 08:48:01 +0000 peter1138 (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings. draft
Fri, 29 Feb 2008 08:40:49 +0000 peter1138 (svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF strings which draft
Thu, 28 Feb 2008 21:44:13 +0000 peter1138 (svn r12314) -Fix (r4896): Include prop 25 data for all train parts, not just those that carry cargo. draft
Thu, 28 Feb 2008 17:34:34 +0000 frosch (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes. draft
Thu, 28 Feb 2008 00:17:49 +0000 glx (svn r12304) -Codechange: use IsValidTile() where it should be used draft
Thu, 28 Feb 2008 00:10:08 +0000 glx (svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline draft
Wed, 27 Feb 2008 21:46:57 +0000 glx (svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup draft
Wed, 27 Feb 2008 21:33:52 +0000 peter1138 (svn r12295) -Codechange: Make plane speed option available to NewGRFs draft
Wed, 27 Feb 2008 21:07:12 +0000 peter1138 (svn r12293) -Feature: Ability to change aircraft speed factor, from so draft
Wed, 27 Feb 2008 15:35:24 +0000 belugas (svn r12290) -Fix[FS#1807]: Do not draw trees nor lamps between tram tracks.(Roujin) draft
Wed, 27 Feb 2008 14:55:16 +0000 belugas (svn r12289) -Fix(r12288)[FS#1808]: Wrong bridge head table associated draft
Wed, 27 Feb 2008 04:26:25 +0000 belugas (svn r12288) -Fix(r12287): forgot to include two sprite renames out of consistency. draft
Wed, 27 Feb 2008 04:00:25 +0000 belugas (svn r12287) -Codechange: Give meaning to two other bridges sprites arrays. draft
Tue, 26 Feb 2008 22:32:27 +0000 glx (svn r12282) -Fix (r12123): generate.vbs should not skip files in NO_THREADS section of source.list draft
Tue, 26 Feb 2008 18:24:46 +0000 belugas (svn r12272) -Codechange: A bit of code style fixes (tabs instead of spaces), one space too many before macro definition and rename marco MB (MakeBridge) for MBR(MakeBRidge) draft
Tue, 26 Feb 2008 15:31:48 +0000 glx (svn r12269) -Fix: [Win32] don't create save dir on install draft
Tue, 26 Feb 2008 03:35:44 +0000 belugas (svn r12263) -Codechange: Give meaning to the concrete bridge sprites arrays. draft
Tue, 26 Feb 2008 00:06:21 +0000 belugas (svn r12262) -Codechange: Give meaning to the wooden bridge sprites arrays. draft
Mon, 25 Feb 2008 23:12:55 +0000 glx (svn r12261) -Fix [FS#1805]: autoreplace did not update vehicle index for timetable window draft
Mon, 25 Feb 2008 16:30:12 +0000 glx (svn r12258) -Fix: GetProductionAroundTiles() may fail if only the second production slot exists draft
Mon, 25 Feb 2008 15:09:22 +0000 KUDr (svn r12252) -Fix [FS#1801]: Broken FollowTrack_t related functions (thanks michi_cc). draft
Mon, 25 Feb 2008 13:48:23 +0000 frosch (svn r12247) -Fix (r9315): Town variables 0x9E to 0xAD (company ratings) returned wrong values. draft
Mon, 25 Feb 2008 13:38:11 +0000 frosch (svn r12246) -Fix (r10460): Proper usage of Clamp(). draft
Mon, 25 Feb 2008 02:09:04 +0000 smatz (svn r12244) -Fix (r12150): typo resulting in no players are given the engine preview offer draft
Sun, 24 Feb 2008 22:20:31 +0000 glx (svn r12239) -Fix [FS#1800] (r9729): inverted comments for SetRailType() and GetTrackBits() (michi_cc) draft
Sun, 24 Feb 2008 22:16:36 +0000 glx (svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc) draft
Sun, 24 Feb 2008 21:47:02 +0000 glx (svn r12234) -Fix [FS#1798]: Mac OSX bundle display name should be 'OpenTTD' (oVRoM) draft
Sat, 23 Feb 2008 22:23:06 +0000 bjarni (svn r12231) -Cleanup (r12230): [autoreplace] moved Vehicle::NeedsAutorenewing() and added comments draft
Sat, 23 Feb 2008 22:01:55 +0000 bjarni (svn r12230) -Codechange: [autoreplace] made a function to detect if a vehicle needs autorenewing draft
Sat, 23 Feb 2008 11:42:41 +0000 miham (svn r12218) -Update: WebTranslator2 update to 2008-02-23 12:39:10 draft
Thu, 21 Feb 2008 19:09:10 +0000 peter1138 (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. draft
Thu, 21 Feb 2008 16:05:33 +0000 belugas (svn r12208) -Codechange: Alignment of params makes the code easier to read. draft
Thu, 21 Feb 2008 14:30:36 +0000 peter1138 (svn r12207) -Change: rail running costs are engine class, not rail type draft
Wed, 20 Feb 2008 21:08:27 +0000 belugas (svn r12206) -Fix: A comma is not a rare resource. Do not hesitate to use it when needed. draft
Wed, 20 Feb 2008 20:56:54 +0000 peter1138 (svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base) draft
Wed, 20 Feb 2008 19:42:06 +0000 smatz (svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets draft
Wed, 20 Feb 2008 19:37:46 +0000 frosch (svn r12203) -Fix (r12199): Make trains pay attention to signals again. draft
Wed, 20 Feb 2008 19:37:02 +0000 peter1138 (svn r12202) -Fix: When loading a savegame fails, don't start creating a new game, just go straight back to the intro screen. draft
Wed, 20 Feb 2008 19:34:53 +0000 smatz (svn r12201) -Fix (r12060): compilation warnings - uninitialized variable when compiling with assert disabled draft
Wed, 20 Feb 2008 17:56:36 +0000 smatz (svn r12200) -Fix: force AI to build rail or road instead of bridges if possible, so it doesn't build bridges everywhere draft
Wed, 20 Feb 2008 17:49:50 +0000 frosch (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). draft
Wed, 20 Feb 2008 17:12:08 +0000 peter1138 (svn r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent. draft
Wed, 20 Feb 2008 17:06:58 +0000 smatz (svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income draft
Wed, 20 Feb 2008 16:24:56 +0000 smatz (svn r12195) -Fix [FS#1787](r12100): there can be oil rigs at map borders, do not set water class for them draft
Wed, 20 Feb 2008 15:18:35 +0000 smatz (svn r12194) -Codechange: apply coding style on enum TrainSubtype draft
Wed, 20 Feb 2008 15:13:42 +0000 frosch (svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'. draft
Wed, 20 Feb 2008 14:30:53 +0000 smatz (svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value draft
Wed, 20 Feb 2008 14:07:45 +0000 frosch (svn r12191) -Fix: Do not start overtaking if the RV reaches wrong-way one-way-road in the next tiles. draft