Mercurial > hg > openttd
graph
-
(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft draftMon, 13 Jul 2009 16:37:27 +0000, by smatz
-
(svn r16813) -Codechange: make IsEngineCountable() member of Vehicle draftMon, 13 Jul 2009 16:35:22 +0000, by smatz
-
(svn r16811) -Change: introduce a plural 'rule' for Korean draftMon, 13 Jul 2009 14:42:09 +0000, by rubidium
-
(svn r16810) -Fix (r16115): strgen didn't get rebuild when table/strgen_tables.h was changed. draftMon, 13 Jul 2009 14:29:58 +0000, by rubidium
-
(svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiveryWindow wasn't working as expected draftMon, 13 Jul 2009 12:00:56 +0000, by smatz
-
(svn r16808) -Fix (r16338): don't crash when loading savegame with invalid references draftMon, 13 Jul 2009 11:09:02 +0000, by smatz
-
(svn r16805) -Codechange: Remove 'unused' mixer channel flags, which always had the same value. draftMon, 13 Jul 2009 10:17:22 +0000, by peter1138
-
(svn r16802) -Fix [FS#3031]: service orders didn't behave like conditional orders; if a train doesn't need service it didn't completely skip the order, it would first send the vehicle towards the depot and would then realise it doesn't need to go there making it possible that the vehicle leaves that station on the wrong side. draftMon, 13 Jul 2009 09:18:07 +0000, by rubidium
-
(svn r16801) -Fix [FS#3022]: cargo payments weren't destroyed when a vehicle was destructed. This only happened when you crashed a vehicle while it was unloading. draftMon, 13 Jul 2009 09:15:11 +0000, by rubidium
-
(svn r16799) -Codechange: When drawing articulated road vehicles in the vehicle details window, draw as many parts as the window fits instead of always up to a vehicle length of 80/8. draftSun, 12 Jul 2009 16:00:11 +0000, by frosch
-
(svn r16798) -Fix [FS#3016]: Added several new widget distances for better widget size computations. draftSun, 12 Jul 2009 12:19:41 +0000, by alberth
-
(svn r16797) -Codechange: Allow drop-down menus for windows with nested widgets. draftSun, 12 Jul 2009 10:02:10 +0000, by alberth
-
(svn r16796) -Fix [FS#3030]: Closebox 'X' is a string. (Rubidium) draftSun, 12 Jul 2009 09:41:44 +0000, by alberth
-
(svn r16795) -Fix [FS#3025]: houses wouldn't get build on the map edge. draftSun, 12 Jul 2009 09:39:30 +0000, by rubidium
-
(svn r16794) -Fix (r16752): setting coverage area highlight in the airport selection window didn't take effect immediatly draftSun, 12 Jul 2009 00:14:30 +0000, by yexo
-
(svn r16791) -Codechange: unify (and document) the Remove[StationType] functions. draftFri, 10 Jul 2009 22:46:30 +0000, by rubidium
-
(svn r16790) -Add [NoAI]: AIVehicle::GetReliability to get the current reliability of vehicles draftFri, 10 Jul 2009 22:30:38 +0000, by yexo
-
(svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo lists in the station build windows. draftFri, 10 Jul 2009 22:03:09 +0000, by yexo
-
(svn r16788) -Fix: with modified_catchment off the build road station window would not display all possible cargos in the Accepts/Supplies lists draftFri, 10 Jul 2009 21:59:07 +0000, by yexo
-
(svn r16787) -Fix [FS#3027]: the noise level text in the airport build window was drawn over the lowest button draftFri, 10 Jul 2009 20:48:08 +0000, by yexo
-
(svn r16786) -Fix [FS#3027] (r16752): only one tile was selected when the build airport window was opened instead of an area with the size of the airport draftFri, 10 Jul 2009 19:41:03 +0000, by yexo
-
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too draftFri, 10 Jul 2009 18:30:02 +0000, by rubidium
-
(svn r16784) -Fix: Audio playback rate was fixed at 11025Hz regardless of the rate specified to the audio driver, resulting in incorrect playback speed. It is still preferable to use 11025Hz output rate if possible as OpenTTD's sample rate converter is very low quality. draftFri, 10 Jul 2009 18:22:04 +0000, by peter1138
-
(svn r16783) -Change: make it more clear that the squirrel_export script needs gawk. draftFri, 10 Jul 2009 18:21:14 +0000, by rubidium
-
(svn r16781) -Fix [FS#3026] (r16297): don't cast negative values to uints when the settings' range is "negative..positive". draftFri, 10 Jul 2009 16:32:12 +0000, by rubidium
-
(svn r16780) -Add [FS#3015]: Allow the AI Debug Window to become sticky. draftThu, 09 Jul 2009 20:23:13 +0000, by alberth
-
(svn r16779) -Fix: Take real smallest size of nested widgets into account for initial window position. draftThu, 09 Jul 2009 19:57:33 +0000, by alberth
-
(svn r16778) -Codechange: Split window initialization in a data part and a size/position part. draftThu, 09 Jul 2009 19:52:47 +0000, by alberth
-
(svn r16773) -Fix (r16014): forgot to remove obsoleted aliases draftThu, 09 Jul 2009 11:32:38 +0000, by rubidium
-
(svn r16772) -Fix [FS#3019]: don't use the same error message for turning around road vehicles and flipping parts of trains in the depot draftWed, 08 Jul 2009 22:11:55 +0000, by rubidium
-
(svn r16771) -Fix: API export was forgotten causing API to think variables were uint; doesn't matter much as int was converted to uint and then back. draftWed, 08 Jul 2009 20:49:29 +0000, by rubidium
-
(svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme converted to DOS line endings draftWed, 08 Jul 2009 19:32:57 +0000, by rubidium
-
(svn r16767) -Fix [NoAI] (r16524): AITile::GetCargoProduction/Acceptance didn't accept a radius of 0 anymore draftWed, 08 Jul 2009 17:42:58 +0000, by yexo
-
(svn r16766) -Codechange: remove station->MarkDirty. It is in all cases meant to only update the sign and not invalidate the widget; the widget would be invalidated by a call before/after the call to MarkDirty or it wouldn't make sense because e.g. the window doesn't exist anymore/yet. draftWed, 08 Jul 2009 12:01:26 +0000, by rubidium
-
(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names draftWed, 08 Jul 2009 08:50:20 +0000, by rubidium
-
(svn r16764) -Codechange: unify the way viewport signs are marked dirty draftWed, 08 Jul 2009 08:30:35 +0000, by rubidium
-
(svn r16763) -Add: initial translation of Vietnamese. draftWed, 08 Jul 2009 07:53:39 +0000, by rubidium
-
(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function of ViewportSign draftTue, 07 Jul 2009 16:51:20 +0000, by rubidium
-
(svn r16760) -Codechange: make UpdateStationVirtCoord a function of Station draftTue, 07 Jul 2009 16:43:58 +0000, by rubidium
-
(svn r16759) -Codechange: some coding style in station.cpp draftTue, 07 Jul 2009 11:21:29 +0000, by rubidium
-
(svn r16758) -Document: some station related types/enums draftTue, 07 Jul 2009 11:21:14 +0000, by rubidium
-
(svn r16757) -Fix [FS#3018]: in the refit window the "Select cargo type to carry" line always showed the ship refit tooltip draftTue, 07 Jul 2009 09:19:27 +0000, by rubidium
-
(svn r16755) -Codechange: apply some codestyle to newgrf.cpp draftSun, 05 Jul 2009 20:59:42 +0000, by yexo
-
(svn r16753) -Fix (r16740): Don't check the width of the same string 4 times, but pick the maximum width of all difficulty levels draftSun, 05 Jul 2009 16:55:26 +0000, by yexo
-
(svn r16752) -Codechange: Remove most of the window-changing code from AirportPickerWindow::OnPaint draftSun, 05 Jul 2009 16:50:56 +0000, by yexo
-
(svn r16751) -Fix (r16740): Do not crash when using a non-standard font size in the widgets. draftSun, 05 Jul 2009 16:26:42 +0000, by alberth
-
(svn r16750) -Fix: mark the intro gui dirty when changing the difficulty level to avoid glitches on the difficulty button draftSun, 05 Jul 2009 16:14:50 +0000, by yexo
-
(svn r16749) -Codechange: Rail toolbar uses nested widget tree only. draftSun, 05 Jul 2009 15:53:47 +0000, by alberth
-
(svn r16748) -Codechange: Don't cast away constness. draftSun, 05 Jul 2009 15:01:36 +0000, by alberth
-
(svn r16747) -Fix: Non-resized windows also need a post re-init SetDirty. draftSun, 05 Jul 2009 14:26:29 +0000, by alberth
-
(svn r16746) -Codechange: use Town::PostDestructor() instead of not very clean construct for invalidating nearest town for road tiles draftSun, 05 Jul 2009 13:21:51 +0000, by smatz
-
(svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing item from the pool draftSun, 05 Jul 2009 13:20:05 +0000, by smatz