Mercurial > hg > openttd
graph
-
(svn r23508) -Add: Engine sorter for aircraft range. draftTue, 13 Dec 2011 01:18:40 +0000, by michi_cc
-
(svn r23506) -Add: [NoAI] Support for dealing with aircraft range. draftTue, 13 Dec 2011 00:43:59 +0000, by michi_cc
-
(svn r23505) -Add: Indication in the order list if the next destination of an order is out of range. draftTue, 13 Dec 2011 00:43:48 +0000, by michi_cc
-
(svn r23503) -Fix (r23143): Desync debug wants to resolve vehicle variables of vehicles without NewGRF. So, let it. draftMon, 12 Dec 2011 19:31:47 +0000, by frosch
-
(svn r23502) -Fix (r23143): Vehicle var 42 used a cargo translation table of the wrong GRF. draftMon, 12 Dec 2011 19:30:36 +0000, by frosch
-
(svn r23501) -Fix: loading scenarios downloaded from the online content didn't work anymore draftMon, 12 Dec 2011 18:55:04 +0000, by yexo
-
(svn r23497) -Add: Advanced display setting to control the linewidth in graphs. (ChillCore) draftSun, 11 Dec 2011 15:55:31 +0000, by frosch
-
(svn r23496) -Fix: [Squirrel] Provide a proper error message when the _cmp meta-function doesn't return an integer draftSun, 11 Dec 2011 15:52:18 +0000, by yexo
-
(svn r23495) -Feature: button in NewGRF window to open URL from action14 draftSun, 11 Dec 2011 12:55:28 +0000, by yexo
-
(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url draftSun, 11 Dec 2011 12:55:04 +0000, by yexo
-
(svn r23493) -Fix (r23476): clearing errors didn't clear the currently shown critical error draftSun, 11 Dec 2011 12:20:02 +0000, by rubidium
-
(svn r23492) -Feature: add 'view website' button to the online content window draftSun, 11 Dec 2011 11:57:52 +0000, by yexo
-
(svn r23491) -Document [FS#4846]: why we're not saving settings when OpenTTD crashes draftSun, 11 Dec 2011 11:54:44 +0000, by rubidium
-
(svn r23490) -Add [FS#2750]: OpenBrowser function to open a browser on major OSes draftSun, 11 Dec 2011 11:47:08 +0000, by yexo
-
(svn r23489) -Change: don't wrap around the console history and give an empty line if you click the down-key enough draftSun, 11 Dec 2011 11:37:03 +0000, by yexo
-
(svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving with the allegro video driver draftSun, 11 Dec 2011 07:26:13 +0000, by rubidium
-
(svn r23487) -Change/Fix: Make autoreplace, autorenew, cloning and autorefit check all articulated parts of a vehicle to find a shared cargo subtype. draftSat, 10 Dec 2011 21:09:21 +0000, by frosch
-
(svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting) draftSat, 10 Dec 2011 21:07:04 +0000, by truebrain
-
(svn r23485) -Fix: Autorefit failed if the first part of an articulated vehicle did not carry any cargo. draftSat, 10 Dec 2011 21:00:57 +0000, by frosch
-
(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehicles when adding an extra order draftSat, 10 Dec 2011 19:20:30 +0000, by rubidium
-
(svn r23482) -Change: [Win32] Move re-painting the window and doing palette animation into a separate thread. draftSat, 10 Dec 2011 16:54:46 +0000, by michi_cc
-
(svn r23481) -Add: Function to get the CPU core count. draftSat, 10 Dec 2011 16:54:41 +0000, by michi_cc
-
(svn r23480) -Fix [FS#4594]: replace OS error messages with internal error messages when that's possible draftSat, 10 Dec 2011 16:05:26 +0000, by rubidium
-
(svn r23479) -Codechange: keep a copy of raw strings from the parameters of the error messages draftSat, 10 Dec 2011 16:04:32 +0000, by rubidium
-
(svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings draftSat, 10 Dec 2011 16:03:12 +0000, by rubidium
-
(svn r23477) -Fix [FS#4878] (r23300): like r23342, but now for the user interface ;) draftSat, 10 Dec 2011 15:41:39 +0000, by rubidium
-
(svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors draftSat, 10 Dec 2011 15:16:58 +0000, by rubidium
-
(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any draftSat, 10 Dec 2011 15:14:11 +0000, by rubidium
-
(svn r23474) -Codechange: move the declaration error related functions to error.h draftSat, 10 Dec 2011 13:54:10 +0000, by rubidium
-
(svn r23473) -Codechange: refactor the error message data into a separate structure draftSat, 10 Dec 2011 12:57:30 +0000, by rubidium
-
(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's ability to find a font draftSat, 10 Dec 2011 12:56:37 +0000, by rubidium
-
(svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp draftSat, 10 Dec 2011 08:49:42 +0000, by rubidium
-
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files draftSat, 10 Dec 2011 08:31:14 +0000, by rubidium
-
(svn r23469) -Fix (r23468): gcc warning about initialization order draftSat, 10 Dec 2011 01:49:50 +0000, by yexo
-
(svn r23468) -Feature [FS#4827]: when looking for missing content, automatically select it so you can easily start the download draftSat, 10 Dec 2011 00:01:28 +0000, by yexo
-
(svn r23467) -Feature [FS#4827]: automatically close the online content window after confirming the download with 'ok' draftFri, 09 Dec 2011 22:44:06 +0000, by yexo
-
(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a window during ReInit by an amount that's not a multiple of the resize interval draftFri, 09 Dec 2011 22:07:00 +0000, by rubidium
-
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows draftFri, 09 Dec 2011 21:49:52 +0000, by yexo
-
(svn r23462) -Codechange: use AirportTileTableIterator in a few more places to make the code easier to read draftFri, 09 Dec 2011 19:53:42 +0000, by yexo
-
(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by not crashing when loading such savegame or when an airport is removed draftFri, 09 Dec 2011 19:30:30 +0000, by yexo
-
(svn r23459) -Fix: don't crash trying to draw airport tiles when the airport grf is missing draftFri, 09 Dec 2011 17:14:03 +0000, by yexo
-
(svn r23458) -Fix: don't assume all industries that cut trees have tile 0,0 draftFri, 09 Dec 2011 16:12:38 +0000, by yexo
-
(svn r23457) -Codechange: introduce Industry::TileBelongsToIndustry() to simplify code checking for that draftFri, 09 Dec 2011 16:11:42 +0000, by yexo
-
(svn r23456) -Fix (r23441): oilrigs don't have any layouts nor do they provide airport noise draftFri, 09 Dec 2011 15:16:21 +0000, by yexo
-
(svn r23455) -Fix (r23438): send the stderr in the right part to /dev/null draftFri, 09 Dec 2011 15:06:14 +0000, by truebrain
-
(svn r23454) -Change: Mark company window dirty when moving a rail engine creates or deletes a train. draftFri, 09 Dec 2011 08:10:15 +0000, by peter1138
-
(svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID) draftThu, 08 Dec 2011 23:28:43 +0000, by yexo
-
(svn r23452) -Codechange: document instead of writing to stderr that ScriptStation::GetCoverageRadius doesn't work for STATION_AIRPORT draftThu, 08 Dec 2011 23:28:02 +0000, by yexo
-
(svn r23450) -Fix (r23449): Forgot unfinished languages. draftThu, 08 Dec 2011 19:49:29 +0000, by frosch
-
(svn r23449) -Fix (r23140): Wrong parameters in error message. draftThu, 08 Dec 2011 19:47:45 +0000, by frosch
-
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated blitter so changes of the palette data during the game don't influence drawing (with SDL) draftThu, 08 Dec 2011 19:37:33 +0000, by rubidium