log

age author description
Mon, 11 Jan 2010 20:42:07 +0000 rubidium (svn r18786) -Fix [FS#3507]: NoAI's custom implementation of DoCommandP has several flaws (not masking of bits, not resetting town authority updates on checks/estimates, ...). Let it use DoCommandPInternal, DoCommandP without showing error messages and such, instead. draft
Mon, 11 Jan 2010 20:39:38 +0000 rubidium (svn r18785) -Codechange: rewrite/rework DoCommandP in order to simplify it, reduce duplication and remove gotos. draft
Mon, 11 Jan 2010 20:32:32 +0000 rubidium (svn r18784) -Codechange: make NetworkSend_Command accept a company instead of using _local_company to pass that information, with the whole mess when you don't want the company to be _local_company. draft
Mon, 11 Jan 2010 20:21:56 +0000 rubidium (svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the CommandCost it tests when you don't have enough money instead of setting a global variable. draft
Mon, 11 Jan 2010 20:00:14 +0000 rubidium (svn r18782) -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there. draft
Mon, 11 Jan 2010 18:46:09 +0000 rubidium (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. draft
Mon, 11 Jan 2010 18:45:15 +0000 translators (svn r18780) -Update from WebTranslator v3.0: draft
Mon, 11 Jan 2010 18:34:02 +0000 rubidium (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical draft
Mon, 11 Jan 2010 00:02:14 +0000 michi_cc (svn r18778) -Fix [FS#3483]: [YAPP] Remove a special check for two-sided signals when reserving a path as this causes trains to get stuck in front of them. draft
Sun, 10 Jan 2010 23:20:11 +0000 rubidium (svn r18777) -Codechange: remove some unused parameters from a function draft
Sun, 10 Jan 2010 21:45:32 +0000 frosch (svn r18776) -Codechange: Use SmallVector to collect refit options. draft
Sun, 10 Jan 2010 21:20:51 +0000 rubidium (svn r18775) -Fix (r18769): non-LZO code used LZO defines, also replace #define with static const uint and add some documentation. draft
Sun, 10 Jan 2010 20:33:10 +0000 frosch (svn r18774) -Change: Consider callback 19 only broken after subcargos 0 to 255 have been used, instead of stopping at 15. draft
Sun, 10 Jan 2010 18:45:27 +0000 translators (svn r18773) -Update from WebTranslator v3.0: draft
Sun, 10 Jan 2010 15:35:13 +0000 rubidium (svn r18772) -Feature-ish: allow user customisable compression levels for the zlib compression draft
Sun, 10 Jan 2010 14:57:05 +0000 rubidium (svn r18771) -Codechange: minor cleanups in saveload code draft
Sun, 10 Jan 2010 14:30:32 +0000 rubidium (svn r18770) -Fix-ish: don't allow the memory saveload format to be chosen for savegames; it's utterly useless to make a snapshot in memory and then throw that away without doing anything with it. draft
Sun, 10 Jan 2010 13:12:34 +0000 rubidium (svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed. draft
Sat, 09 Jan 2010 18:45:25 +0000 translators (svn r18768) -Update from WebTranslator v3.0: draft
Sat, 09 Jan 2010 18:44:46 +0000 rubidium (svn r18767) -Fix: min/max income tooltips for the details performance statistics mentioned months whereas it should be quarters. draft
Sat, 09 Jan 2010 15:33:41 +0000 peter1138 (svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail vs maglev) a rail type property draft
Sat, 09 Jan 2010 14:57:03 +0000 rubidium (svn r18765) -Fix [FS#3499] (r18750): crash when trying to show cargo payments when there are 'holes' in the cargospec array draft
Sat, 09 Jan 2010 14:43:08 +0000 rubidium (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way draft
Sat, 09 Jan 2010 14:41:22 +0000 rubidium (svn r18763) -Feature [FS#3095]: rerandomise AIs on reloading (via the debug window) when they were randomly chosen draft
Fri, 08 Jan 2010 22:42:00 +0000 yexo (svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses draft
Fri, 08 Jan 2010 20:42:12 +0000 frosch (svn r18761) -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only using default sprites. draft
Fri, 08 Jan 2010 19:18:32 +0000 frosch (svn r18760) -Fix (rlots)[FS#3500]: Action 9 did not properly detect whether an Action 8 was encountered already. draft
Fri, 08 Jan 2010 19:14:33 +0000 yexo (svn r18759) -Fix [NewGRF]: don't segfault when a newgrf contains an action2 and action3 but no action0 draft
Fri, 08 Jan 2010 18:47:25 +0000 rubidium (svn r18758) -Change: move Malay to the 'finished' languages draft
Fri, 08 Jan 2010 18:45:47 +0000 translators (svn r18757) -Update from WebTranslator v3.0: draft
Fri, 08 Jan 2010 03:17:12 +0000 glx (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated draft
Thu, 07 Jan 2010 20:56:50 +0000 yexo (svn r18755) -Fix [FS#3495] (r14847): CircularTileSearch skipped a few tiles close to the starting tile draft
Thu, 07 Jan 2010 18:45:31 +0000 translators (svn r18754) -Update from WebTranslator v3.0: draft
Thu, 07 Jan 2010 17:14:08 +0000 rubidium (svn r18753) -Fix: Max TE was incorrect in the engine preview draft
Thu, 07 Jan 2010 16:39:04 +0000 rubidium (svn r18752) -Codechange: unduplify some code draft
Thu, 07 Jan 2010 16:29:58 +0000 rubidium (svn r18751) -Codechange: also log the zlib version in the crash log draft
Thu, 07 Jan 2010 11:54:01 +0000 rubidium (svn r18750) -Fix [FS#3492]: the cargo payment button states weren't properly set on opening the window draft
Thu, 07 Jan 2010 11:48:59 +0000 rubidium (svn r18749) -Fix [FS#3491]: the AI's name and version in the debug panel weren't properly centered draft
Thu, 07 Jan 2010 00:09:27 +0000 rubidium (svn r18747) -Codechange: add some constness to the AI code draft
Wed, 06 Jan 2010 20:49:24 +0000 rubidium (svn r18746) -Fix [FS#3489]: clear the cached NewGRFs of a server when receiving a reply instead of when requesting the information. With slow/unstable network connections it would look like the NewGRF settings button went randomly missing. draft
Wed, 06 Jan 2010 20:23:06 +0000 frosch (svn r18745) -Codechange: Assemble custom station foundations into a single bounding box. draft
Wed, 06 Jan 2010 20:17:46 +0000 frosch (svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast. draft
Wed, 06 Jan 2010 18:45:30 +0000 translators (svn r18743) -Update from WebTranslator v3.0: draft
Wed, 06 Jan 2010 15:16:14 +0000 yexo (svn r18742) -Fix [NewGRF]: house prop 1D was thrashed when a newgrf contains prop 14 after prop 1D draft
Wed, 06 Jan 2010 13:35:32 +0000 rubidium (svn r18741) -Fix (r14597, r16460): the 'ownname' of a language isn't the name of the translator, but the name of the language in said language. draft
Wed, 06 Jan 2010 09:08:43 +0000 yexo (svn r18739) -Fix (r18719): building trees on snow with rocks underneed caused an assert draft
Tue, 05 Jan 2010 22:32:47 +0000 yexo (svn r18738) -Fix (r18719): when a tree died while there was snow the amount of snow on the tile changed draft
Tue, 05 Jan 2010 22:18:04 +0000 peter1138 (svn r18737) -Fix (r12028): Var67 data wasn't swapped properly for orientation. draft
Tue, 05 Jan 2010 21:36:05 +0000 yexo (svn r18736) -Feature [NewGRF]: implement varaction2houses vars 66 ad 67 draft
Tue, 05 Jan 2010 20:54:54 +0000 rubidium (svn r18734) -Prepare: for 1.0.0-beta2 draft
Tue, 05 Jan 2010 18:45:29 +0000 translators (svn r18733) -Update from WebTranslator v3.0: draft
Tue, 05 Jan 2010 17:11:56 +0000 rubidium (svn r18732) -Codechange: move the company related commands of misc_cmd.cpp to company_cmd.cpp draft
Tue, 05 Jan 2010 16:59:57 +0000 rubidium (svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp draft
Tue, 05 Jan 2010 14:26:15 +0000 yexo (svn r18730) -Fix [FS#3414]: new viewports didn't center on the correct position draft
Mon, 04 Jan 2010 23:00:19 +0000 yexo (svn r18729) -Fix [FS#3427]: the lock in the company gui was only drawn for your own company draft
Mon, 04 Jan 2010 22:26:25 +0000 yexo (svn r18728) -Fix: don't mark all tiles dirty in the artic tileloop draft
Mon, 04 Jan 2010 21:58:47 +0000 rubidium (svn r18727) -Fix [FS#3480]: some invalid gender/plural indices in strings, which could eventually cause crashes. draft
Mon, 04 Jan 2010 21:10:20 +0000 rubidium (svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text when building a station could be incorrect (missing a cargo) draft
Mon, 04 Jan 2010 19:42:29 +0000 frosch (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). draft
Mon, 04 Jan 2010 18:50:50 +0000 yexo (svn r18724) -Fix [FS#3475] (r17899): refitting a non-refittable vehicle to it's default cargotype failed, causing problems for AIs draft
Mon, 04 Jan 2010 18:49:27 +0000 rubidium (svn r18723) -Codechange: also simplify looping over an area when building trees, desert, rocky areas or leveling land draft
Mon, 04 Jan 2010 18:45:41 +0000 translators (svn r18722) -Update from WebTranslator v3.0: draft
Mon, 04 Jan 2010 18:39:46 +0000 rubidium (svn r18721) -Codechange: simplify adding/removing rectangles of tiles from AITileLists draft
Mon, 04 Jan 2010 18:37:47 +0000 rubidium (svn r18720) -Codechange: simplify looping and validation of CmdBuildCanal draft
Mon, 04 Jan 2010 18:33:43 +0000 yexo (svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline draft
Mon, 04 Jan 2010 18:30:10 +0000 rubidium (svn r18718) -Codechange: make a wrapper macro for looping TileAreas draft
Mon, 04 Jan 2010 18:21:07 +0000 rubidium (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. draft
Mon, 04 Jan 2010 18:16:32 +0000 rubidium (svn r18716) -Codechange: pass a TileArea to FindStationsAroundTiles draft
Mon, 04 Jan 2010 18:12:10 +0000 rubidium (svn r18715) -Codechange: make StationFinder a subclass of TileArea draft
Mon, 04 Jan 2010 18:05:14 +0000 rubidium (svn r18714) -Codechange: move the TileArea struct to it's own header draft
Mon, 04 Jan 2010 17:54:57 +0000 rubidium (svn r18713) -Fix [FS#3476]: the join station window didn't account for scrolling, so if you did scroll the station was not joined with the selected station draft
Mon, 04 Jan 2010 16:37:53 +0000 peter1138 (svn r18712) -Fix (r5167): Spurious character spacing with free type fonts for small and large font sizes. draft
Mon, 04 Jan 2010 14:33:32 +0000 yexo (svn r18711) -Doc: update landscape documentation about m1 (tile owner) draft
Mon, 04 Jan 2010 11:35:12 +0000 rubidium (svn r18710) -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads draft
Mon, 04 Jan 2010 02:32:36 +0000 peter1138 (svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter was only validated during sprite blitting, other drawing operations didn't check it. Initial startup and window resize could therefore lead to crash. draft
Sun, 03 Jan 2010 22:44:57 +0000 peter1138 (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. draft
Sun, 03 Jan 2010 22:43:12 +0000 yexo (svn r18707) -Fix (r17802): local variables should not be accessed after the function returns draft
Sun, 03 Jan 2010 22:10:17 +0000 yexo (svn r18706) -Cleanup: remove docs/Manual.txt and docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated. draft
Sun, 03 Jan 2010 21:57:21 +0000 rubidium (svn r18705) -Update: the known bugs document about the PulseAudio issue based on mgmuscari's solution/workaround draft
Sun, 03 Jan 2010 21:35:17 +0000 yexo (svn r18704) -Doc: update the 'Compiling OpenTTD using Microsoft Visual C++' documentation draft
Sun, 03 Jan 2010 21:29:20 +0000 rubidium (svn r18703) -Feature-ish: allow virtually paying a percentage of the leg profit in feeder chains. This to give the user a better chance to get a feeder system without "losses". draft
Sun, 03 Jan 2010 20:55:00 +0000 frosch (svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences. draft
Sun, 03 Jan 2010 20:14:50 +0000 yexo (svn r18701) -Fix (r18700): always compile before making a commit draft
Sun, 03 Jan 2010 19:33:12 +0000 yexo (svn r18700) -Fix: when deleting an industry on water (oil rigs) the tiles on water were not marked dirty draft
Sun, 03 Jan 2010 19:29:56 +0000 frosch (svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly initialised to zero, and not always checked for valid range. draft
Sun, 03 Jan 2010 18:45:21 +0000 translators (svn r18698) -Update from WebTranslator v3.0: draft
Sun, 03 Jan 2010 15:25:51 +0000 rubidium (svn r18697) -Fix [FS#3471]: crash when scrolling to an item removed by filtering in the 'add NewGRF window' draft
Sun, 03 Jan 2010 12:42:50 +0000 yexo (svn r18696) -Fix [FS#3404]: AITile::IsCoastTile returned false for coast tiles with trees on them. draft
Sat, 02 Jan 2010 18:45:23 +0000 translators (svn r18694) -Update from WebTranslator v3.0: draft
Sat, 02 Jan 2010 18:29:51 +0000 alberth (svn r18693) -Doc: Add some doxygen comments to smallmap code. draft
Sat, 02 Jan 2010 17:09:14 +0000 yexo (svn r18692) -Fix: after a company went bankrupt it was impossible to build a new waypoint close to a deleted one until the grey sign was gone draft
Sat, 02 Jan 2010 16:47:32 +0000 yexo (svn r18691) -Change [NoAI]: cleanup some errors messages and add a few to AIWaypoint draft
Sat, 02 Jan 2010 16:05:27 +0000 rubidium (svn r18690) -Fix [FS#3469]: some keys that open windows that want to be located relatively to the toolbars/statusbar could cause a crash when in one of the end game screens draft
Sat, 02 Jan 2010 15:56:20 +0000 rubidium (svn r18689) -Codechange: move the looping over chunkhandlers code to a macro draft
Sat, 02 Jan 2010 15:52:41 +0000 rubidium (svn r18688) -Cleanup: remove some unused code/constants draft
Sat, 02 Jan 2010 15:52:29 +0000 yexo (svn r18687) -Add [NoAI]: AIEngine::IsBuildable to check if you can build a certain engine. draft
Sat, 02 Jan 2010 15:48:07 +0000 rubidium (svn r18686) -Fix [FS#3470]: in some cases _sl.chs is used when not initialised. As _sl.chs always refers to a single table when initialised replace _sl.chs with the actual table draft
Sat, 02 Jan 2010 11:26:20 +0000 rubidium (svn r18685) -Update: add genders to Catalan draft
Fri, 01 Jan 2010 22:01:14 +0000 rubidium (svn r18684) -Fix: for some "man"s an empty line is an error draft
Fri, 01 Jan 2010 18:45:40 +0000 rubidium (svn r18683) -Fix: it's not an other draft
Fri, 01 Jan 2010 18:45:35 +0000 translators (svn r18682) -Update from WebTranslator v3.0: draft
Fri, 01 Jan 2010 18:19:26 +0000 peter1138 (svn r18681) -Codechange: Use existing TILE_LOOP method for iterating trigger area. draft
Fri, 01 Jan 2010 18:10:50 +0000 peter1138 (svn r18680) -Fix: Whole station area is already correct size. draft
Fri, 01 Jan 2010 18:10:10 +0000 rubidium (svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints draft
Fri, 01 Jan 2010 00:00:45 +0000 rubidium (svn r18678) -Update: happy new year draft
Thu, 31 Dec 2009 18:45:51 +0000 translators (svn r18677) -Update from WebTranslator v3.0: draft
Thu, 31 Dec 2009 18:12:10 +0000 rubidium (svn r18676) -Change [FS#3411]: 'escape' in the 'found town' window removes the focus from the town name input box draft
Thu, 31 Dec 2009 18:11:03 +0000 rubidium (svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window draft
Thu, 31 Dec 2009 10:41:03 +0000 peter1138 (svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from 0% to 10%, default is 3% as before (mostly by Terkhen) draft
Thu, 31 Dec 2009 07:39:05 +0000 peter1138 (svn r18673) -Fix (r17943): Deja vu: 3 byte structs are padded to a word on ARM. draft
Thu, 31 Dec 2009 00:09:29 +0000 rubidium (svn r18672) -Codechange: mention the game date in the crash log draft
Wed, 30 Dec 2009 20:31:43 +0000 rubidium (svn r18671) -Fix [FS#3452]: [NewGRF] If an action B did not have a 'data' string but would print it OpenTTD would segfault draft
Wed, 30 Dec 2009 19:30:49 +0000 alberth (svn r18670) -Fix [FS#3455]: Update all tiles when snowline height changes in larger steps than one tile. draft
Wed, 30 Dec 2009 18:45:29 +0000 translators (svn r18669) -Update from WebTranslator v3.0: draft
Wed, 30 Dec 2009 18:10:07 +0000 rubidium (svn r18668) -Fix [FS#3450]: the space between the S and X of OS X should be a non-breaking one draft
Wed, 30 Dec 2009 18:07:28 +0000 rubidium (svn r18667) -Fix [FS#3454]: [NoAI] crash when trying to get the order destination of a 'nearest depot' order draft
Wed, 30 Dec 2009 17:58:19 +0000 alberth (svn r18666) -Codechange: Add tooltips to enable/disable all buttons in smallmap. draft
Wed, 30 Dec 2009 17:44:38 +0000 alberth (svn r18665) -Feature [FS#567]: Allow contour-map to be shown with coloured industries in smallmap. draft
Wed, 30 Dec 2009 08:40:05 +0000 alberth (svn r18664) -Fix [FS#3449]: Unshade shaded finances window when toggling size. draft
Wed, 30 Dec 2009 08:01:54 +0000 alberth (svn r18663) -Codechange (r1): Remove unused _smallmap_vegetation_andor colour masks. draft
Wed, 30 Dec 2009 02:23:10 +0000 orudge (svn r18662) -Feature: Add WarpIN-based installer for OS/2 draft
Tue, 29 Dec 2009 23:23:16 +0000 yexo (svn r18661) -Fix [FS#3169]: aircraft on the metropolitan airport took a long route to the closest loading pad draft
Tue, 29 Dec 2009 23:13:36 +0000 yexo (svn r18660) -Cleanup: remove useless function draft
Tue, 29 Dec 2009 19:47:57 +0000 orudge (svn r18659) -Fix: Some minor language corrections in installer draft
Tue, 29 Dec 2009 18:57:25 +0000 rubidium (svn r18658) -Fix [FS#3443]: wrong strings drawn for cargo subtype in vehicle details draft
Tue, 29 Dec 2009 18:45:24 +0000 translators (svn r18657) -Update from WebTranslator v3.0: draft
Tue, 29 Dec 2009 04:27:39 +0000 orudge (svn r18656) -Feature: Add event semaphore support for OS/2 draft
Mon, 28 Dec 2009 19:26:44 +0000 rubidium (svn r18655) -Fix: the icon that is supposed to be 256x256 pixels wasn't 256x256 pixels draft
Mon, 28 Dec 2009 18:45:17 +0000 translators (svn r18654) -Update from WebTranslator v3.0: draft
Mon, 28 Dec 2009 18:26:39 +0000 rubidium (svn r18653) -Fix [FS#3442]: when trying to attach a wagon to an existing free wagon chain, don't attach it to itself draft
Mon, 28 Dec 2009 13:04:18 +0000 rubidium (svn r18652) -Fix: glitches due to having the wrong bounding boxes for the face widgets draft
Mon, 28 Dec 2009 12:12:57 +0000 smatz (svn r18651) -Fix [FS#3438](r18518): [NoAI] When AI tried to create NO_UNLOAD order, GOTO_NEAREST_DEPOT order was created instead draft
Sun, 27 Dec 2009 21:45:27 +0000 smatz (svn r18650) -Fix: in the case of level crossing, location of the owner of road was documented wrongly (Eddi) draft
Sun, 27 Dec 2009 18:45:17 +0000 translators (svn r18649) -Update from WebTranslator v3.0: draft
Sun, 27 Dec 2009 14:37:54 +0000 michi_cc (svn r18648) -Fix/Feature [FS#3430-ish]: [YAPP] Treat the backside of an one-way path signals as a safe waiting point. draft
Sun, 27 Dec 2009 14:37:50 +0000 michi_cc (svn r18647) -Fix: [YAPP] A train inside a station was not always found when checking for trains on a reserved path. draft
Sun, 27 Dec 2009 14:37:46 +0000 michi_cc (svn r18646) -Fix [FS#3418]: [YAPP] Don't extend the reserved path through a newly built path signal directly in front of a stopped or loading train. Also restore the reserved path in more cases after removing a signal. draft
Sun, 27 Dec 2009 13:38:08 +0000 smatz (svn r18645) -Fix [FS#3433](r942): out-of-bounds access in the 'Start new multiplayer game' GUI draft
Sun, 27 Dec 2009 13:19:17 +0000 rubidium (svn r18644) -Fix [FS#3434]: company league window was too narrow draft
Sun, 27 Dec 2009 12:58:23 +0000 rubidium (svn r18643) -Fix [FS#3436]: rotation could not be changed for heightmaps draft
Sun, 27 Dec 2009 09:05:00 +0000 rubidium (svn r18642) -Fix [FS#3432]: when a company goes bankrupt and has vehicles on a drive through road stop that is not theirs, the 'filled' cache of the road stops would get corrupted draft
Sat, 26 Dec 2009 18:45:20 +0000 translators (svn r18641) -Update from WebTranslator v3.0: draft
Sat, 26 Dec 2009 13:49:14 +0000 smatz (svn r18640) -Fix (r18633): don't assert when accessing first invalid item, it's used quite often in the code draft
Sat, 26 Dec 2009 09:59:32 +0000 rubidium (svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4 draft
Sat, 26 Dec 2009 09:38:41 +0000 rubidium (svn r18638) -Fix: downloading music sets would fail draft
Sat, 26 Dec 2009 09:01:28 +0000 rubidium (svn r18637) -Fix [FS#3428]: check whether the content list is empty before trying to draw it draft
Fri, 25 Dec 2009 23:22:41 +0000 smatz (svn r18636) -Codechange: make TextEffect::duration a value in ticks instead of ticks * 8 draft
Fri, 25 Dec 2009 23:15:08 +0000 smatz (svn r18635) -Codechange: store TextEffects in a SmallVector draft
Fri, 25 Dec 2009 23:14:12 +0000 rubidium (svn r18634) -Revert (r16808): the fix doesn't work in all cases draft
Fri, 25 Dec 2009 23:10:20 +0000 smatz (svn r18633) -Codechange: fortify SmallVector a bit more draft
Fri, 25 Dec 2009 20:11:31 +0000 rubidium (svn r18632) -Fix (r18629): error in string caused failure of Czech language draft
Fri, 25 Dec 2009 19:17:36 +0000 rubidium (svn r18631) -Fix [FS#3419]: when making a screenshot from the console the currently executed command would be shown twice draft
Fri, 25 Dec 2009 19:16:58 +0000 rubidium (svn r18630) -Fix [FS#3419]: when making a screenshot the name of the previous screenshot went missing in the 'successful screenshot' message draft
Fri, 25 Dec 2009 18:45:18 +0000 translators (svn r18629) -Update from WebTranslator v3.0: draft
Fri, 25 Dec 2009 18:01:27 +0000 rubidium (svn r18628) -Fix [FS#3422]: (un)loading counter being reset while loading a train and changing the (path) signal setup around the station draft
Fri, 25 Dec 2009 11:52:14 +0000 smatz (svn r18627) -Fix: no need to print 'Registers:' twice in win64 crash logs draft
Fri, 25 Dec 2009 10:04:30 +0000 rubidium (svn r18626) -Fix [FS#3425]: {CARGO} takes 2 parameters, not 1. This made {N:XYZ} commands after CARGO mess up their indices and that then triggered an assertion draft
Thu, 24 Dec 2009 18:45:26 +0000 translators (svn r18625) -Update from WebTranslator v3.0: draft
Wed, 23 Dec 2009 23:09:47 +0000 rubidium (svn r18622) -Merge: release changes draft
Wed, 23 Dec 2009 23:00:23 +0000 rubidium (svn r18621) -Fix: [Windows] obm files didn't get deleted by the installer; update download size of OpenSFX. draft
Wed, 23 Dec 2009 22:41:47 +0000 rubidium (svn r18620) -Fix: possible deadlock with SDL and changing the resolution in-game draft
Wed, 23 Dec 2009 18:45:40 +0000 translators (svn r18617) -Update from WebTranslator v3.0: draft
Wed, 23 Dec 2009 18:45:05 +0000 rubidium (svn r18616) -Fix [FS#3413]: crash when the current order is a conditional order when a plane is checking whether it needs servicing draft
Wed, 23 Dec 2009 18:43:38 +0000 rubidium (svn r18615) -Fix: conditional orders were seen as 'valid' and as such aircraft with only conditional orders did not crash draft
Wed, 23 Dec 2009 17:59:34 +0000 smatz (svn r18614) -Fix [FS#3412](r18602): too many signs were drawn, causing slowdowns draft
Wed, 23 Dec 2009 17:33:45 +0000 rubidium (svn r18613) -Codechange: add the music set to the crashlog too draft
Wed, 23 Dec 2009 10:12:43 +0000 alberth (svn r18612) -Fix [FS#3407]: Buy vehicle window did not properly disable panel drawing while shaded. draft
Wed, 23 Dec 2009 09:08:52 +0000 rubidium (svn r18611) -Fix (r18608): uppercase-to-lowercase conversion when opening a file wasn't applied when finding the full path of a file draft
Wed, 23 Dec 2009 08:51:46 +0000 rubidium (svn r18610) -Codechange: don't consider a music set at all for 'best' set when it's missing files draft
Wed, 23 Dec 2009 06:52:50 +0000 rubidium (svn r18609) -Fix (r18608): installing of obm files didn't quite happen draft
Tue, 22 Dec 2009 21:40:29 +0000 rubidium (svn r18608) -Change: add the concept of music sets draft
Tue, 22 Dec 2009 20:53:28 +0000 alberth (svn r18607) -Fix (r18583): Preserve window width when shading. draft
Tue, 22 Dec 2009 20:43:25 +0000 alberth (svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. draft
Tue, 22 Dec 2009 19:40:23 +0000 alberth (svn r18605) -Codechange: Coding style fixes, prevent useless calls to UpdateWidgetSize(). draft
Tue, 22 Dec 2009 18:45:36 +0000 translators (svn r18604) -Update from WebTranslator v3.0: draft
Tue, 22 Dec 2009 18:34:07 +0000 rubidium (svn r18603) -Codechange: move getting the song name to music_gui.cpp draft
Tue, 22 Dec 2009 12:50:41 +0000 rubidium (svn r18602) -Codechange: unify the viewport sign and text effect drawing draft
Tue, 22 Dec 2009 11:22:07 +0000 alberth (svn r18601) -Codechange: Use resize step of the order list panel widget for order line calculations. draft
Tue, 22 Dec 2009 11:15:08 +0000 alberth (svn r18600) -Fix (r18599): Re-enable ctl+click to jump to competitor station. draft
Tue, 22 Dec 2009 10:28:58 +0000 alberth (svn r18599) -Fix: Displaying selected orders of a competitor vehicle was broken, disable the selection. draft
Tue, 22 Dec 2009 08:34:40 +0000 rubidium (svn r18598) -Fix [FS#3402]: also cancel the save-pause when loading a savegame as scenario draft
Mon, 21 Dec 2009 21:14:40 +0000 frosch (svn r18597) -Fix (r17147)[FS#3395, FS#3396]: ChangeVehicleNews() did not update the news ticker. draft
Mon, 21 Dec 2009 21:12:41 +0000 alberth (svn r18596) -Fix: Add padding to several town generation buttons and labels for nice and consistent layout. draft
Mon, 21 Dec 2009 20:32:20 +0000 rubidium (svn r18595) -Fix (r18277): one couldn't enter test via the keyboard in the company password window. Also replace a magic number with a enumified constant. draft
Mon, 21 Dec 2009 18:45:24 +0000 translators (svn r18594) -Update from WebTranslator v3.0: draft
Mon, 21 Dec 2009 18:20:18 +0000 rubidium (svn r18593) -Fix: GetWidget call case similar to r18591 draft
Mon, 21 Dec 2009 18:13:43 +0000 rubidium (svn r18592) -Fix (r18591): argh... save after starting the commit :( draft
Mon, 21 Dec 2009 18:12:25 +0000 rubidium (svn r18591) -Fix [FS#3399]: FindScrollbar could trigger an assert if the next widget (in the widget array) was a container-ish (e.g. selection) widget draft
Mon, 21 Dec 2009 17:45:02 +0000 rubidium (svn r18590) -Fix [FS#3397]: too strict assert was triggered draft
Mon, 21 Dec 2009 16:28:50 +0000 alberth (svn r18589) -Codechange: Add tooltip to some network windows, remove old comment. draft
Mon, 21 Dec 2009 16:24:29 +0000 alberth (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. draft
Mon, 21 Dec 2009 16:16:40 +0000 alberth (svn r18587) -Codechange: Insert a shade selection widget in the widget tree when the window starts with a title bar with a shade box. draft
Mon, 21 Dec 2009 16:16:37 +0000 rubidium (svn r18586) -Fix [FS#3398]: pressing default for the starting year/snow line height edit boxes of the world generation windows didn't work. draft
Mon, 21 Dec 2009 16:13:30 +0000 rubidium (svn r18585) -Codechange: replace some magic numbers by constants draft
Mon, 21 Dec 2009 16:12:43 +0000 alberth (svn r18584) -Codechange: Generalize MakeWidgetTree to read only one widget (recursively). draft
Mon, 21 Dec 2009 16:06:20 +0000 alberth (svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp). draft
Sun, 20 Dec 2009 20:49:47 +0000 rubidium (svn r18582) -Codechange: save 8 bytes from the Window class draft
Sun, 20 Dec 2009 20:15:19 +0000 alberth (svn r18581) -Change (r18570): Update sprite tables for the window shading sprites too. draft
Sun, 20 Dec 2009 20:08:39 +0000 alberth (svn r18580) -Codechange: Use widget information only for setting scrollbar capacity. draft
Sun, 20 Dec 2009 20:04:30 +0000 alberth (svn r18579) -Codechange: Add orientation to scrollbars. draft
Sun, 20 Dec 2009 19:18:18 +0000 rubidium (svn r18578) -Feature: initially select the last joined server when going to the server list draft
Sun, 20 Dec 2009 18:45:29 +0000 translators (svn r18577) -Update from WebTranslator v3.0: draft
Sun, 20 Dec 2009 16:44:41 +0000 rubidium (svn r18576) -Codechange: use the function to determine the width of digits for determining the width of the unitnumber in vehicle lists. draft
Sun, 20 Dec 2009 16:42:35 +0000 rubidium (svn r18575) -Fix [FS#3393]: unit numbers weren't always fully shown in the depot draft
Sun, 20 Dec 2009 16:19:47 +0000 rubidium (svn r18574) -Fix [FS#3392] (r18481): manually sending trains and RVs to depots didn't quite work draft
Sun, 20 Dec 2009 16:10:44 +0000 michi_cc (svn r18573) -Fix [FS#3198]: [OSX] Try to get a generic RGB colour space if getting the system colour profile failed. (tyler) draft
Sun, 20 Dec 2009 15:37:39 +0000 frosch (svn r18572) -Change: Enable 'multiple NewGRF engine sets' by default. draft
Sun, 20 Dec 2009 15:21:39 +0000 frosch (svn r18571) -Fix (r18551): Vehicles not carrying any cargo (e.g. engines) were not considered for sending to depot for replacement. draft
Sun, 20 Dec 2009 15:20:20 +0000 rubidium (svn r18570) -Merge (r18569): sprites for window shading draft
Sun, 20 Dec 2009 15:08:20 +0000 frosch (svn r18568) -Codechange: Bail out early. draft
Sun, 20 Dec 2009 14:53:32 +0000 rubidium (svn r18567) -Fix [FS#2613]: [NewGRF] House property 15 did not work draft
Sun, 20 Dec 2009 14:28:55 +0000 frosch (svn r18566) -Codechange: When both the union and intersection of refit masks of articulated vehicles are needed, they can be determined at once. draft
Sun, 20 Dec 2009 14:18:22 +0000 rubidium (svn r18565) -Fix [FS#3391] (r18541): some older GCC warn about implicitly casting from floats to integers draft
Sun, 20 Dec 2009 14:05:58 +0000 glx (svn r18564) -Fix: silence a warning draft
Sun, 20 Dec 2009 13:45:43 +0000 rubidium (svn r18563) -Document: some industry related functions draft
Sun, 20 Dec 2009 12:29:16 +0000 rubidium (svn r18562) -Document: improve clarity of the AIAccounting class draft
Sun, 20 Dec 2009 11:22:36 +0000 rubidium (svn r18561) -Fix [FS#3390]: Do try to overtake a vehicle in a station as overtaking in a station is not allowed draft
Sun, 20 Dec 2009 09:28:53 +0000 peter1138 (svn r18560) -Fix (r18541): variety distribution dropdown should not be on heightmap window. draft
Sun, 20 Dec 2009 09:26:37 +0000 peter1138 (svn r18559) -Fix: When using original landscape generator, the terrain type and water level fields have no effect for arctic or tropic climates, so disable the dropdowns. draft
Sun, 20 Dec 2009 00:53:22 +0000 smatz (svn r18558) -Cleanup (r18557): no need to document TILE_INVALID twice draft
Sat, 19 Dec 2009 23:53:15 +0000 smatz (svn r18557) -Fix: (most of) gcc errors when using lto caused by some structs having different definition in different object files draft
Sat, 19 Dec 2009 23:48:42 +0000 smatz (svn r18556) -Fix (r17005): squirrel export didn't accept negative constants draft
Sat, 19 Dec 2009 23:46:15 +0000 smatz (svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for eg. 64bit systems, don't use them draft
Sat, 19 Dec 2009 22:17:02 +0000 frosch (svn r18554) -Change: Forbid industries to clear sea/river when leveling land. draft
Sat, 19 Dec 2009 22:04:02 +0000 rubidium (svn r18553) -Fix: make aircraft behave the same on autoreplace/autorenew as other vehicles draft
Sat, 19 Dec 2009 22:00:22 +0000 glx (svn r18552) -Fix (r18548): some translators were very fast draft
Sat, 19 Dec 2009 21:54:34 +0000 frosch (svn r18551) -Fix [FS#1762]: When autoreplace is the only allowed reason to send vehicles to depot, first check some minimal requirements (engine availability, refittability) and a heuristic for the needed money. draft
Sat, 19 Dec 2009 21:42:19 +0000 smatz (svn r18550) -Fix (r18281): show expected price of town construction even when the company doesn't have enough money draft
Sat, 19 Dec 2009 21:19:45 +0000 rubidium (svn r18549) -Fix: first do the time-since-last-service check and only then determine whether autoreplace needs to take place. This way they will not keep autoreplacing continuously on failure, but only after some timeout. draft
Sat, 19 Dec 2009 20:05:10 +0000 peter1138 (svn r18548) -Fix (r18541): Unused string slipped in. draft
Sat, 19 Dec 2009 19:29:01 +0000 rubidium (svn r18547) -Fix [FS#3388]: missing thread synchronisation when changing the resolution for SDL via the in game menu draft
Sat, 19 Dec 2009 19:21:37 +0000 rubidium (svn r18546) -Codechange: make making the screenshot not asynchronious; just do it at the moment it's requested. draft
Sat, 19 Dec 2009 18:46:40 +0000 frosch (svn r18545) -Fix [FS#3292]: Assign '_screen.dst_ptr' as soon as it is allocated. draft
Sat, 19 Dec 2009 18:45:20 +0000 translators (svn r18544) -Update from WebTranslator v3.0: draft
Sat, 19 Dec 2009 18:36:35 +0000 peter1138 (svn r18543) -Codechange: Use separate set of strings for variety distribution setting to ease translation. draft
Sat, 19 Dec 2009 18:03:04 +0000 alberth (svn r18542) -Codechange: Make nested widget parts obligatory in a window description. draft
Sat, 19 Dec 2009 18:00:38 +0000 peter1138 (svn r18541) -Feature: Additional map variety option for TGP landscape generator. Evolved from curve map idea from Zephyris. draft
Sat, 19 Dec 2009 17:14:35 +0000 frosch (svn r18540) -Codechange: resulting in better name for 'result'. draft
Sat, 19 Dec 2009 16:02:29 +0000 alberth (svn r18539) -Codechange: Re-use cargolist drawing in StationViewWindow::DrawAcceptedCargo() draft
Sat, 19 Dec 2009 15:52:50 +0000 alberth (svn r18538) -Codechange: Split DrawStationCoverageText into a calculation part and a drawing part. draft