------------------------------------------------------------------------ r18733 | translators | 2010-01-05 18:45:29 +0000 (Tue, 05 Jan 2010) | 11 lines -Update from WebTranslator v3.0: catalan - 2 changes by arnau croatian - 36 changes by finnish - 3 changes by jpx_ german - 1 changes by planetmaker greek - 1 changes by Rubidium malay - 503 changes by toadhall polish - 1 changes by xaxa russian - 1 changes by Lone_Wolf spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r18732 | rubidium | 2010-01-05 17:11:56 +0000 (Tue, 05 Jan 2010) | 2 lines -Codechange: move the company related commands of misc_cmd.cpp to company_cmd.cpp ------------------------------------------------------------------------ r18731 | rubidium | 2010-01-05 16:59:57 +0000 (Tue, 05 Jan 2010) | 2 lines -Codechange: move the DrawStationCoverage stuff from misc_gui.cpp to station_gui.cpp ------------------------------------------------------------------------ r18730 | yexo | 2010-01-05 14:26:15 +0000 (Tue, 05 Jan 2010) | 1 line -Fix [FS#3414]: new viewports didn't center on the correct position ------------------------------------------------------------------------ r18729 | yexo | 2010-01-04 23:00:19 +0000 (Mon, 04 Jan 2010) | 1 line -Fix [FS#3427]: the lock in the company gui was only drawn for your own company ------------------------------------------------------------------------ r18728 | yexo | 2010-01-04 22:26:25 +0000 (Mon, 04 Jan 2010) | 1 line -Fix: don't mark all tiles dirty in the artic tileloop ------------------------------------------------------------------------ r18727 | rubidium | 2010-01-04 21:58:47 +0000 (Mon, 04 Jan 2010) | 2 lines -Fix [FS#3480]: some invalid gender/plural indices in strings, which could eventually cause crashes. ------------------------------------------------------------------------ r18726 | rubidium | 2010-01-04 21:10:20 +0000 (Mon, 04 Jan 2010) | 4 lines -Fix [FS#3463]: with non-uniform industries the 'supplies' text when building a station could be incorrect (missing a cargo) -Change [NoAI]: AITile::GetCargoProduction now returns the number of producers and not the number of tiles of producers. -Fix [NoAI]: AITileList_IndustryProducing would omit some tiles for at which a station would get cargo. ------------------------------------------------------------------------ r18725 | frosch | 2010-01-04 19:42:29 +0000 (Mon, 04 Jan 2010) | 3 lines -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). -Change: [NoAI] Constructor of AIWaypoint now takes a WaypointType to also handle buoys. -Remove: [NoAI] AIBuoyList. ------------------------------------------------------------------------ r18724 | yexo | 2010-01-04 18:50:50 +0000 (Mon, 04 Jan 2010) | 1 line -Fix [FS#3475] (r17899): refitting a non-refittable vehicle to it's default cargotype failed, causing problems for AIs ------------------------------------------------------------------------ r18723 | rubidium | 2010-01-04 18:49:27 +0000 (Mon, 04 Jan 2010) | 2 lines -Codechange: also simplify looping over an area when building trees, desert, rocky areas or leveling land ------------------------------------------------------------------------ r18722 | translators | 2010-01-04 18:45:41 +0000 (Mon, 04 Jan 2010) | 13 lines -Update from WebTranslator v3.0: croatian - 36 changes by finnish - 2 changes by jpx_ french - 1 changes by glx german - 1 changes by planetmaker greek - 36 changes by fumantsu italian - 1 changes by lorenzodv malay - 58 changes by toadhall romanian - 1 changes by kkmic russian - 2 changes by Lone_Wolf serbian - 4 changes by etran swedish - 1 changes by Landrash ------------------------------------------------------------------------ r18721 | rubidium | 2010-01-04 18:39:46 +0000 (Mon, 04 Jan 2010) | 2 lines -Codechange: simplify adding/removing rectangles of tiles from AITileLists ------------------------------------------------------------------------ r18720 | rubidium | 2010-01-04 18:37:47 +0000 (Mon, 04 Jan 2010) | 2 lines -Codechange: simplify looping and validation of CmdBuildCanal ------------------------------------------------------------------------ r18719 | yexo | 2010-01-04 18:33:43 +0000 (Mon, 04 Jan 2010) | 1 line -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 ------------------------------------------------------------------------ r18718 | rubidium | 2010-01-04 18:30:10 +0000 (Mon, 04 Jan 2010) | 2 lines -Codechange: make a wrapper macro for looping TileAreas ------------------------------------------------------------------------ r18717 | rubidium | 2010-01-04 18:21:07 +0000 (Mon, 04 Jan 2010) | 2 lines -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. ------------------------------------------------------------------------ r18716 | rubidium | 2010-01-04 18:16:32 +0000 (Mon, 04 Jan 2010) | 2 lines -Codechange: pass a TileArea to FindStationsAroundTiles ------------------------------------------------------------------------ r18715 | rubidium | 2010-01-04 18:12:10 +0000 (Mon, 04 Jan 2010) | 2 lines -Codechange: make StationFinder a subclass of TileArea ------------------------------------------------------------------------ r18714 | rubidium | 2010-01-04 18:05:14 +0000 (Mon, 04 Jan 2010) | 2 lines -Codechange: move the TileArea struct to it's own header ------------------------------------------------------------------------ r18713 | rubidium | 2010-01-04 17:54:57 +0000 (Mon, 04 Jan 2010) | 2 lines -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 ------------------------------------------------------------------------ r18712 | peter1138 | 2010-01-04 16:37:53 +0000 (Mon, 04 Jan 2010) | 2 lines -Fix (r5167): Spurious character spacing with free type fonts for small and large font sizes. ------------------------------------------------------------------------ r18711 | yexo | 2010-01-04 14:33:32 +0000 (Mon, 04 Jan 2010) | 1 line -Doc: update landscape documentation about m1 (tile owner) ------------------------------------------------------------------------ r18710 | rubidium | 2010-01-04 11:35:12 +0000 (Mon, 04 Jan 2010) | 2 lines -Fix [FS#3478]: the wrong town is mentioned in the error when trying to make one way roads of town owned roads ------------------------------------------------------------------------ r18709 | peter1138 | 2010-01-04 02:32:36 +0000 (Mon, 04 Jan 2010) | 2 lines -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. ------------------------------------------------------------------------ r18708 | peter1138 | 2010-01-03 22:44:57 +0000 (Sun, 03 Jan 2010) | 2 lines -Feature: [NewGRF] Add support for custom station foundation graphics. ------------------------------------------------------------------------ r18707 | yexo | 2010-01-03 22:43:12 +0000 (Sun, 03 Jan 2010) | 1 line -Fix (r17802): local variables should not be accessed after the function returns ------------------------------------------------------------------------ r18706 | yexo | 2010-01-03 22:10:17 +0000 (Sun, 03 Jan 2010) | 3 lines -Cleanup: remove docs/Manual.txt and docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated. Add docs/obm_format.txt and docs/obs_format.txt to Makefile.bundle Add several documentation files to the windows installer ------------------------------------------------------------------------ r18705 | rubidium | 2010-01-03 21:57:21 +0000 (Sun, 03 Jan 2010) | 2 lines -Update: the known bugs document about the PulseAudio issue based on mgmuscari's solution/workaround ------------------------------------------------------------------------ r18704 | yexo | 2010-01-03 21:35:17 +0000 (Sun, 03 Jan 2010) | 1 line -Doc: update the 'Compiling OpenTTD using Microsoft Visual C++' documentation ------------------------------------------------------------------------ r18703 | rubidium | 2010-01-03 21:29:20 +0000 (Sun, 03 Jan 2010) | 2 lines -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". ------------------------------------------------------------------------ r18702 | frosch | 2010-01-03 20:55:00 +0000 (Sun, 03 Jan 2010) | 1 line -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. ------------------------------------------------------------------------ r18701 | yexo | 2010-01-03 20:14:50 +0000 (Sun, 03 Jan 2010) | 1 line -Fix (r18700): always compile before making a commit ------------------------------------------------------------------------ r18700 | yexo | 2010-01-03 19:33:12 +0000 (Sun, 03 Jan 2010) | 1 line -Fix: when deleting an industry on water (oil rigs) the tiles on water were not marked dirty ------------------------------------------------------------------------ r18699 | frosch | 2010-01-03 19:29:56 +0000 (Sun, 03 Jan 2010) | 1 line -Fix [FS#PlanetAndy]: GRF parameters were not properly initialised to zero, and not always checked for valid range. ------------------------------------------------------------------------ r18698 | translators | 2010-01-03 18:45:21 +0000 (Sun, 03 Jan 2010) | 9 lines -Update from WebTranslator v3.0: croatian - 36 changes by estonian - 71 changes by KSiimson greek - 4 changes by fumantsu indonesian - 4 changes by prof portuguese - 1 changes by JayCity spanish - 1 changes by Terkhen urdu - 13 changes by waderay ------------------------------------------------------------------------ r18697 | rubidium | 2010-01-03 15:25:51 +0000 (Sun, 03 Jan 2010) | 2 lines -Fix [FS#3471]: crash when scrolling to an item removed by filtering in the 'add NewGRF window' ------------------------------------------------------------------------ r18696 | yexo | 2010-01-03 12:42:50 +0000 (Sun, 03 Jan 2010) | 1 line -Fix [FS#3404]: AITile::IsCoastTile returned false for coast tiles with trees on them. ------------------------------------------------------------------------ r18694 | translators | 2010-01-02 18:45:23 +0000 (Sat, 02 Jan 2010) | 9 lines -Update from WebTranslator v3.0: catalan - 7 changes by arnau croatian - 36 changes by korean - 1 changes by junho2813 norwegian_nynorsk - 10 changes by 2rB polish - 4 changes by silver_777 portuguese - 2 changes by JayCity romanian - 41 changes by tonny ------------------------------------------------------------------------ r18693 | alberth | 2010-01-02 18:29:51 +0000 (Sat, 02 Jan 2010) | 1 line -Doc: Add some doxygen comments to smallmap code. ------------------------------------------------------------------------ r18692 | yexo | 2010-01-02 17:09:14 +0000 (Sat, 02 Jan 2010) | 1 line -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 ------------------------------------------------------------------------ r18691 | yexo | 2010-01-02 16:47:32 +0000 (Sat, 02 Jan 2010) | 1 line -Change [NoAI]: cleanup some errors messages and add a few to AIWaypoint ------------------------------------------------------------------------ r18690 | rubidium | 2010-01-02 16:05:27 +0000 (Sat, 02 Jan 2010) | 2 lines -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 ------------------------------------------------------------------------ r18689 | rubidium | 2010-01-02 15:56:20 +0000 (Sat, 02 Jan 2010) | 2 lines -Codechange: move the looping over chunkhandlers code to a macro ------------------------------------------------------------------------ r18688 | rubidium | 2010-01-02 15:52:41 +0000 (Sat, 02 Jan 2010) | 2 lines -Cleanup: remove some unused code/constants ------------------------------------------------------------------------ r18687 | yexo | 2010-01-02 15:52:29 +0000 (Sat, 02 Jan 2010) | 2 lines -Add [NoAI]: AIEngine::IsBuildable to check if you can build a certain engine. -Change: AIEngine::IsValidEngine will now also return true when you have at least one vehicle of that type even if you can't build it anymore. ------------------------------------------------------------------------ r18686 | rubidium | 2010-01-02 15:48:07 +0000 (Sat, 02 Jan 2010) | 2 lines -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 ------------------------------------------------------------------------ r18685 | rubidium | 2010-01-02 11:26:20 +0000 (Sat, 02 Jan 2010) | 2 lines -Update: add genders to Catalan ------------------------------------------------------------------------ r18684 | rubidium | 2010-01-01 22:01:14 +0000 (Fri, 01 Jan 2010) | 2 lines -Fix: for some "man"s an empty line is an error ------------------------------------------------------------------------ r18683 | rubidium | 2010-01-01 18:45:40 +0000 (Fri, 01 Jan 2010) | 2 lines -Fix: it's not an other ------------------------------------------------------------------------ r18682 | translators | 2010-01-01 18:45:35 +0000 (Fri, 01 Jan 2010) | 11 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun croatian - 36 changes by czech - 1 changes by martin_meridius korean - 1 changes by junho2813 norwegian_bokmal - 5 changes by CyberKenny portuguese - 9 changes by JayCity romanian - 5 changes by tonny serbian - 5 changes by etran ukrainian - 5 changes by Madvin ------------------------------------------------------------------------ r18681 | peter1138 | 2010-01-01 18:19:26 +0000 (Fri, 01 Jan 2010) | 2 lines -Codechange: Use existing TILE_LOOP method for iterating trigger area. ------------------------------------------------------------------------ r18680 | peter1138 | 2010-01-01 18:10:50 +0000 (Fri, 01 Jan 2010) | 2 lines -Fix: Whole station area is already correct size. ------------------------------------------------------------------------ r18679 | rubidium | 2010-01-01 18:10:10 +0000 (Fri, 01 Jan 2010) | 2 lines -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints ------------------------------------------------------------------------ r18678 | rubidium | 2010-01-01 00:00:45 +0000 (Fri, 01 Jan 2010) | 2 lines -Update: happy new year ------------------------------------------------------------------------ r18677 | translators | 2009-12-31 18:45:51 +0000 (Thu, 31 Dec 2009) | 20 lines -Update from WebTranslator v3.0: catalan - 5 changes by arnau traditional_chinese - 36 changes by josesun croatian - 36 changes by czech - 4 changes by martin_meridius dutch - 5 changes by habell finnish - 1 changes by jpx_ french - 2 changes by Skiper, glx german - 5 changes by planetmaker hungarian - 5 changes by alyr italian - 5 changes by lorenzodv korean - 4 changes by junho2813 lithuanian - 14 changes by Devastator persian - 1 changes by Gajoo portuguese - 2 changes by JayCity russian - 11 changes by Lone_Wolf spanish - 1 changes by Terkhen swedish - 4 changes by Landrash urdu - 15 changes by waderay ------------------------------------------------------------------------ r18676 | rubidium | 2009-12-31 18:12:10 +0000 (Thu, 31 Dec 2009) | 2 lines -Change [FS#3411]: 'escape' in the 'found town' window removes the focus from the town name input box ------------------------------------------------------------------------ r18675 | rubidium | 2009-12-31 18:11:03 +0000 (Thu, 31 Dec 2009) | 2 lines -Add [FS#3256]: function to remove focus from all widgets in a window ------------------------------------------------------------------------ r18674 | peter1138 | 2009-12-31 10:41:03 +0000 (Thu, 31 Dec 2009) | 2 lines -Feature (FS#3459): Configurable slope steepness for trains from 0% to 10%, default is 3% as before (mostly by Terkhen) ------------------------------------------------------------------------ r18673 | peter1138 | 2009-12-31 07:39:05 +0000 (Thu, 31 Dec 2009) | 2 lines -Fix (r17943): Deja vu: 3 byte structs are padded to a word on ARM. ------------------------------------------------------------------------ r18672 | rubidium | 2009-12-31 00:09:29 +0000 (Thu, 31 Dec 2009) | 2 lines -Codechange: mention the game date in the crash log ------------------------------------------------------------------------ r18671 | rubidium | 2009-12-30 20:31:43 +0000 (Wed, 30 Dec 2009) | 2 lines -Fix [FS#3452]: [NewGRF] If an action B did not have a 'data' string but would print it OpenTTD would segfault ------------------------------------------------------------------------ r18670 | alberth | 2009-12-30 19:30:49 +0000 (Wed, 30 Dec 2009) | 1 line -Fix [FS#3455]: Update all tiles when snowline height changes in larger steps than one tile. ------------------------------------------------------------------------ r18669 | translators | 2009-12-30 18:45:29 +0000 (Wed, 30 Dec 2009) | 12 lines -Update from WebTranslator v3.0: afrikaans - 13 changes by burgerd croatian - 36 changes by english_US - 74 changes by agenthh finnish - 4 changes by jpx_ french - 5 changes by glx greek - 20 changes by fumantsu lithuanian - 55 changes by Devastator persian - 1 changes by Gajoo spanish - 4 changes by Terkhen urdu - 19 changes by waderay ------------------------------------------------------------------------ r18668 | rubidium | 2009-12-30 18:10:07 +0000 (Wed, 30 Dec 2009) | 2 lines -Fix [FS#3450]: the space between the S and X of OS X should be a non-breaking one ------------------------------------------------------------------------ r18667 | rubidium | 2009-12-30 18:07:28 +0000 (Wed, 30 Dec 2009) | 2 lines -Fix [FS#3454]: [NoAI] crash when trying to get the order destination of a 'nearest depot' order ------------------------------------------------------------------------ r18666 | alberth | 2009-12-30 17:58:19 +0000 (Wed, 30 Dec 2009) | 1 line -Codechange: Add tooltips to enable/disable all buttons in smallmap. ------------------------------------------------------------------------ r18665 | alberth | 2009-12-30 17:44:38 +0000 (Wed, 30 Dec 2009) | 1 line -Feature [FS#567]: Allow contour-map to be shown with coloured industries in smallmap. ------------------------------------------------------------------------ r18664 | alberth | 2009-12-30 08:40:05 +0000 (Wed, 30 Dec 2009) | 1 line -Fix [FS#3449]: Unshade shaded finances window when toggling size. ------------------------------------------------------------------------ r18663 | alberth | 2009-12-30 08:01:54 +0000 (Wed, 30 Dec 2009) | 1 line -Codechange (r1): Remove unused _smallmap_vegetation_andor colour masks. ------------------------------------------------------------------------ r18662 | orudge | 2009-12-30 02:23:10 +0000 (Wed, 30 Dec 2009) | 1 line -Feature: Add WarpIN-based installer for OS/2 ------------------------------------------------------------------------ r18661 | yexo | 2009-12-29 23:23:16 +0000 (Tue, 29 Dec 2009) | 1 line -Fix [FS#3169]: aircraft on the metropolitan airport took a long route to the closest loading pad ------------------------------------------------------------------------ r18660 | yexo | 2009-12-29 23:13:36 +0000 (Tue, 29 Dec 2009) | 1 line -Cleanup: remove useless function ------------------------------------------------------------------------ r18659 | orudge | 2009-12-29 19:47:57 +0000 (Tue, 29 Dec 2009) | 1 line -Fix: Some minor language corrections in installer ------------------------------------------------------------------------ r18658 | rubidium | 2009-12-29 18:57:25 +0000 (Tue, 29 Dec 2009) | 2 lines -Fix [FS#3443]: wrong strings drawn for cargo subtype in vehicle details ------------------------------------------------------------------------ r18657 | translators | 2009-12-29 18:45:24 +0000 (Tue, 29 Dec 2009) | 9 lines -Update from WebTranslator v3.0: afrikaans - 174 changes by burgerd catalan - 10 changes by arnau croatian - 36 changes by norwegian_bokmal - 7 changes by Zhygometh swedish - 32 changes by Landrash ukrainian - 82 changes by Madvin vietnamese - 23 changes by nglekhoi ------------------------------------------------------------------------ r18656 | orudge | 2009-12-29 04:27:39 +0000 (Tue, 29 Dec 2009) | 1 line -Feature: Add event semaphore support for OS/2 ------------------------------------------------------------------------