Mercurial > hg > openttd
graph
-
(svn r13488) -Fix (r13485): track wasn't removed on company bankrupcy when there was a ship on lower halftile draftThu, 12 Jun 2008 13:40:07 +0000, by smatz
-
(svn r13485) -Fix: let ships also navigate on half-tile sloped watery rail tiles. draftThu, 12 Jun 2008 11:15:43 +0000, by rubidium
-
(svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehicles draftThu, 12 Jun 2008 09:25:04 +0000, by peter1138
-
(svn r13481) -Codechange: add 'B' keyboard shortcut to build aqueduct (planetmaker) draftWed, 11 Jun 2008 21:37:36 +0000, by smatz
-
(svn r13480) -Fix [FS#2050]: RVs stoppping at drive through stations of other companies. draftWed, 11 Jun 2008 19:57:45 +0000, by rubidium
-
(svn r13479) -Codechange: don't use word 'bridge' for aqueducts that often draftWed, 11 Jun 2008 17:35:55 +0000, by smatz
-
(svn r13478) -Codechange: don't use GetBridgeSpec() for aqueducts draftWed, 11 Jun 2008 17:10:36 +0000, by smatz
-
(svn r13477) -Fix (r13464): correct tile type in the Query tile info window draftWed, 11 Jun 2008 16:24:00 +0000, by smatz
-
(svn r13476) -Fix: draw canal borders for locks and when directly next to a aquaduct entrace but under the aqueduct. draftWed, 11 Jun 2008 16:22:07 +0000, by rubidium
-
(svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and on company bankrupt draftWed, 11 Jun 2008 15:56:55 +0000, by smatz
-
(svn r13472) -Backport (r13467 from NoAI): make CmdRemoveRoadStop use p2 as documented (only look at bit 0, not at the complete value) draftWed, 11 Jun 2008 15:08:52 +0000, by glx
-
(svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "tracks for slopes". It's not useful right now, but it will be in the future. draftWed, 11 Jun 2008 14:55:02 +0000, by rubidium
-
(svn r13468) -Fix: make aqueducts a little more expensive than normal bridges and disable terraforming of aqueduct bridgeheads; one can't terraform normal canal tiles either. draftWed, 11 Jun 2008 14:51:31 +0000, by rubidium
-
(svn r13466) -Fix (r13464): slope checking got lost during development... draftWed, 11 Jun 2008 14:13:07 +0000, by rubidium
-
(svn r13464) -Codechange: support NewGRF Action 0x05, type 12. draftWed, 11 Jun 2008 13:54:01 +0000, by rubidium
-
(svn r13462) -Codechange: move DriverFactoryBase destructor definition from header file (saves ~16kB) draftWed, 11 Jun 2008 12:46:28 +0000, by smatz
-
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places draftTue, 10 Jun 2008 21:59:22 +0000, by smatz
-
(svn r13446) -Fix(r13443): changed the var previously introduced from 69 to 46, as no param was required (thanks frosch) draftTue, 10 Jun 2008 17:47:55 +0000, by belugas
-
(svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in drawing (depends on architecture and compiler) draftTue, 10 Jun 2008 17:28:37 +0000, by smatz
-
(svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now. draftTue, 10 Jun 2008 16:46:11 +0000, by rubidium
-
(svn r13443) -Feature[newGRF]: Add var 0x69 for industries, long format construction date. draftTue, 10 Jun 2008 16:10:54 +0000, by belugas
-
(svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house. draftTue, 10 Jun 2008 00:42:19 +0000, by belugas
-
(svn r13434) -Fix (r13317): news window with invalid news item could be shown draftMon, 09 Jun 2008 12:20:00 +0000, by smatz
-
(svn r13433) -Codechange: remove a now useless global variable. draftMon, 09 Jun 2008 12:17:01 +0000, by rubidium
-
(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened. draftSun, 08 Jun 2008 19:18:01 +0000, by rubidium
-
(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner that hopefully doesn't cause crashes. draftSun, 08 Jun 2008 15:27:57 +0000, by rubidium
-
(svn r13413) -Codechange: remove some enums that haven't been used for years. draftSun, 08 Jun 2008 12:28:23 +0000, by rubidium
-
(svn r13411) -Codechange: remove the return value from the thread procs because it is never used. draftSun, 08 Jun 2008 10:51:36 +0000, by rubidium
-
(svn r13409) -Fix: division by zero when one would press 'd' (skip order) when there's no order. draftSun, 08 Jun 2008 09:14:30 +0000, by rubidium
-
(svn r13408) -Codechange: some stricter checking. draftSun, 08 Jun 2008 08:44:19 +0000, by rubidium
-
(svn r13400) -Update: WebTranslator2 update to 2008-06-07 18:14:28 draftSat, 07 Jun 2008 16:15:20 +0000, by miham
-
(svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with zero sprites. draftSat, 07 Jun 2008 00:06:36 +0000, by frosch
-
(svn r13396) -Fix (r13375): assertion failing when changing grfs in game (compatible grfs) draftFri, 06 Jun 2008 19:27:09 +0000, by glx
-
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror(). draftThu, 05 Jun 2008 20:54:52 +0000, by glx
-
(svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan. draftThu, 05 Jun 2008 16:55:00 +0000, by rubidium
-
(svn r13388) -Codechange: Remove "my invented flag for something that is a wagon" draftThu, 05 Jun 2008 12:08:20 +0000, by peter1138
-
(svn r13387) -Fix: industry directory sorting not working correctly (= != ==) draftThu, 05 Jun 2008 11:34:26 +0000, by rubidium
-
(svn r13386) -Fix: global currency/units setting being overriden when loading a savegame. draftThu, 05 Jun 2008 11:26:38 +0000, by rubidium
-
(svn r13385) -Fix (r12137): In the purchase list, CB36 for capacity was not called for the first part of rail and road vehicles. draftThu, 05 Jun 2008 07:38:22 +0000, by peter1138
-
(svn r13384) -Update: WebTranslator2 update to 2008-06-05 08:15:43 draftThu, 05 Jun 2008 06:17:04 +0000, by miham
-
(svn r13383) -Codechange: Put the cost of house removal in a class member draftThu, 05 Jun 2008 01:43:03 +0000, by belugas
-
(svn r13380) -Fix (r13327): MSVC signed/unsigned warning draftWed, 04 Jun 2008 22:30:44 +0000, by glx
-
(svn r13379) -Fix (r13255): drive side can't be changed in intro draftWed, 04 Jun 2008 22:03:22 +0000, by glx
-
(svn r13378) -Fix (r13375): compilation without network support was broken draftWed, 04 Jun 2008 11:21:36 +0000, by smatz
-
(svn r13377) -Codechange: Let 'long format' build year work in vehicle purchase list. draftWed, 04 Jun 2008 06:40:07 +0000, by peter1138
-
(svn r13376) -Feature: Add access to current long year and date from Action 7/9/D and VarAction2 (23/24 or A3/A4) draftWed, 04 Jun 2008 00:17:48 +0000, by belugas
-
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details draftTue, 03 Jun 2008 18:35:58 +0000, by smatz
-
(svn r13374) -Fix (r13364): Some common compilers do not yet support 9 year old specifications. draftTue, 03 Jun 2008 12:11:16 +0000, by peter1138
-
(svn r13373) -Fix (r10210): loading of very old savegames was broken draftTue, 03 Jun 2008 11:39:15 +0000, by smatz
-
(svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string. draftTue, 03 Jun 2008 09:58:13 +0000, by peter1138
-
(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h. draftTue, 03 Jun 2008 08:06:58 +0000, by rubidium
-
(svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo. draftTue, 03 Jun 2008 08:04:35 +0000, by rubidium
-
(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date draftTue, 03 Jun 2008 03:06:16 +0000, by belugas
-
(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not draftTue, 03 Jun 2008 02:20:27 +0000, by belugas
-
(svn r13366) -Fix: clicking in the Subsidies window was broken draftTue, 03 Jun 2008 00:23:54 +0000, by smatz
-
(svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting. draftMon, 02 Jun 2008 23:01:57 +0000, by rubidium
-
(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access. draftMon, 02 Jun 2008 19:52:41 +0000, by peter1138
-
(svn r13363) -Codechange: Code duplication tidy up draftMon, 02 Jun 2008 19:35:30 +0000, by peter1138
-
(svn r13362) -Fix: make the town authority window a bit less glitchy draftMon, 02 Jun 2008 14:34:23 +0000, by smatz
-
(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc() draftMon, 02 Jun 2008 14:27:58 +0000, by skidd13
-
(svn r13359) -Codechange: convert _fios_items to a SmallVector draftMon, 02 Jun 2008 14:19:27 +0000, by skidd13
-
(svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc. draftMon, 02 Jun 2008 08:33:38 +0000, by rubidium
-
(svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates draftMon, 02 Jun 2008 06:42:27 +0000, by peter1138
-
(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture) draftSun, 01 Jun 2008 19:36:55 +0000, by smatz
-
(svn r13351) -Codechange: disable warnings about unused variable for builds without asserts draftSun, 01 Jun 2008 15:08:14 +0000, by smatz
-
(svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar draftSun, 01 Jun 2008 13:23:40 +0000, by glx
-
(svn r13349) -Codechange: remove a pointless flag; the flag is set before calling a function and is then reset in the function without ever reading it. Patch by Cirdan. draftSun, 01 Jun 2008 10:11:31 +0000, by rubidium
-
(svn r13347) -Fix (r12396): ottdres.rc.in was forgotten draftSat, 31 May 2008 22:12:53 +0000, by glx
-
(svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when having a build tool selected failed. draftFri, 30 May 2008 21:06:43 +0000, by rubidium
-
(svn r13345) -Codechange: only one of all the NewsItem's instance duration variable, so move it so there is only once instance of that variable. Patch by Cirdan. draftFri, 30 May 2008 20:57:19 +0000, by rubidium
-
(svn r13344) -Codechange: remove some code duplication. draftFri, 30 May 2008 20:08:32 +0000, by rubidium
-
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. draftFri, 30 May 2008 18:20:26 +0000, by rubidium
-
(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed. draftFri, 30 May 2008 09:32:24 +0000, by rubidium
-
(svn r13341) -Codechange: make most of the network settings configurable via the patch command. draftFri, 30 May 2008 09:23:05 +0000, by rubidium
-
(svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik. draftThu, 29 May 2008 23:33:37 +0000, by rubidium
-
(svn r13338) -Doc: add documentation about the window placement. Patch by Alberth. draftThu, 29 May 2008 22:22:02 +0000, by rubidium
-
(svn r13337) -Doc: add documentation to some variables in settings_type.h. draftThu, 29 May 2008 21:36:29 +0000, by rubidium
-
(svn r13336) -Fix: loading old savegames, e.g. the intro game, would reset the autosave settings. draftThu, 29 May 2008 21:36:10 +0000, by rubidium
-
(svn r13335) -Fix: remove rogue (debugging) printf. draftThu, 29 May 2008 21:35:49 +0000, by rubidium
-
(svn r13334) -Codechange: move the network settings variables from network/network_internal to settings. draftThu, 29 May 2008 20:21:28 +0000, by rubidium
-
(svn r13333) -Fix: compilance without networking enabled. draftThu, 29 May 2008 19:58:17 +0000, by rubidium
-
(svn r13332) -Fix (r13325): network games got somewhat broken. draftThu, 29 May 2008 19:06:54 +0000, by rubidium
-
(svn r13331) -Fix (r12924): Wrong include type for (sdt::)map draftThu, 29 May 2008 17:54:02 +0000, by peter1138
-
(svn r13330) -Fix: 'Player name' dialog was broken in two ways draftThu, 29 May 2008 17:01:42 +0000, by smatz
-
(svn r13328) -Fix (r13327): Don't access an item when there isn't any draftThu, 29 May 2008 16:47:22 +0000, by skidd13
-
(svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() now draftThu, 29 May 2008 16:37:26 +0000, by skidd13
-
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games. draftThu, 29 May 2008 15:13:28 +0000, by rubidium
-
(svn r13323) -Codechange: scrollbars are not refresh counters draftThu, 29 May 2008 11:47:56 +0000, by peter1138
-
(svn r13322) -Codechange: _no_scroll belongs more with the window code. draftThu, 29 May 2008 11:13:11 +0000, by rubidium
-
(svn r13321) -Codechange: move some GUI/viewport related functions out op openttd.cpp to viewport.cpp/window.cpp. draftThu, 29 May 2008 10:16:59 +0000, by rubidium
-
(svn r13320) -Codechange: move some enums from openttd.h to more logical locations. draftThu, 29 May 2008 09:54:47 +0000, by rubidium
-
(svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list draftThu, 29 May 2008 07:34:40 +0000, by peter1138
-
(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there. draftThu, 29 May 2008 06:49:56 +0000, by rubidium
-
(svn r13317) -Codechange: make news messages use a linked list instead of a moving circular buffer. This makes it possible to store more news messages in the history. Based on a patch by Cirdan. draftWed, 28 May 2008 21:36:16 +0000, by rubidium
-
(svn r13316) -Codechange: move some functions around to make them grouped more logically. draftWed, 28 May 2008 20:13:28 +0000, by rubidium
-
(svn r13315) -Fix (r13314): Assert if no engines or wagons available draftWed, 28 May 2008 20:06:00 +0000, by peter1138
-
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList draftWed, 28 May 2008 17:29:27 +0000, by peter1138
-
(svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui... draftWed, 28 May 2008 17:08:45 +0000, by peter1138
-
(svn r13312) -Update: apply english.txt changes from r13311 to other languages draftWed, 28 May 2008 16:50:05 +0000, by skidd13
-
(svn r13311) -Codechange: Use GUIList for the industry directory window draftWed, 28 May 2008 16:45:00 +0000, by skidd13
-
(svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard) draftWed, 28 May 2008 15:28:27 +0000, by smatz
-
(svn r13309) -Fix: the difficulty settings from the savegame would be reset by the ones of the intro game. draftWed, 28 May 2008 14:36:06 +0000, by rubidium
-
(svn r13308) -Fix (r13307): projects/generate... draftWed, 28 May 2008 11:56:44 +0000, by peter1138
-
(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h draftWed, 28 May 2008 11:56:21 +0000, by peter1138
-
(svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a copy of it. draftWed, 28 May 2008 10:29:48 +0000, by peter1138
-
(svn r13305) -Fix (r13039): Confirmation window sent both yes and no answers instead of just yes. draftWed, 28 May 2008 06:30:55 +0000, by peter1138
-
(svn r13304) -Fix (r13042): possible double free (showed up in r13092) draftTue, 27 May 2008 23:40:36 +0000, by smatz
-
(svn r13303) -Fix (r13301): 64bit gcc compilation was broken draftTue, 27 May 2008 23:10:42 +0000, by smatz
-
(svn r13302) -Fix (r13301): GCC doesn't necessarily like what MSVC likes... draftTue, 27 May 2008 22:02:26 +0000, by rubidium
-
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings. draftTue, 27 May 2008 21:41:00 +0000, by rubidium
-
(svn r13299) -Fix (r13286): Stations sort type isn't updated correctly draftTue, 27 May 2008 20:33:44 +0000, by skidd13
-
(svn r13298) -Codechange: remove unused _total_signs draftTue, 27 May 2008 20:25:28 +0000, by smatz
-
(svn r13297) -Codechange: Use GUIList for the town directory window draftTue, 27 May 2008 20:05:36 +0000, by peter1138
-
(svn r13296) -Fix (r13276): VL_FIRST_SORT was never reset draftTue, 27 May 2008 19:58:32 +0000, by smatz
-
(svn r13295) -Codechange: remove now redundant check draftTue, 27 May 2008 19:03:06 +0000, by smatz