Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-13 | (svn r16810) -Fix (r16115): strgen didn't get rebuild when ↵ | rubidium | |
table/strgen_tables.h was changed. | |||
2009-07-13 | (svn r16809) -Fix [FS#3021](r13096): automatic resizing of ↵ | smatz | |
SelectCompanyLiveryWindow wasn't working as expected | |||
2009-07-13 | (svn r16808) -Fix (r16338): don't crash when loading savegame with invalid ↵ | smatz | |
references | |||
2009-07-13 | (svn r16805) -Codechange: Remove 'unused' mixer channel flags, which always ↵ | peter1138 | |
had the same value. | |||
2009-07-13 | (svn r16802) -Fix [FS#3031]: service orders didn't behave like conditional ↵ | rubidium | |
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. | |||
2009-07-13 | (svn r16801) -Fix [FS#3022]: cargo payments weren't destroyed when a vehicle ↵ | rubidium | |
was destructed. This only happened when you crashed a vehicle while it was unloading. | |||
2009-07-12 | (svn r16800) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 29 changes by ww9980 galician - 108 changes by Condex german - 2 changes by Roujin indonesian - 3 changes by prof korean - 5 changes by telk5093 romanian - 2 changes by kkmic russian - 28 changes by Lone_Wolf | |||
2009-07-12 | (svn r16799) -Codechange: When drawing articulated road vehicles in the ↵ | frosch | |
vehicle details window, draw as many parts as the window fits instead of always up to a vehicle length of 80/8. | |||
2009-07-12 | (svn r16798) -Fix [FS#3016]: Added several new widget distances for better ↵ | alberth | |
widget size computations. | |||
2009-07-12 | (svn r16797) -Codechange: Allow drop-down menus for windows with nested widgets. | alberth | |
2009-07-12 | (svn r16796) -Fix [FS#3030]: Closebox 'X' is a string. (Rubidium) | alberth | |
2009-07-12 | (svn r16795) -Fix [FS#3025]: houses wouldn't get build on the map edge. | rubidium | |
2009-07-12 | (svn r16794) -Fix (r16752): setting coverage area highlight in the airport ↵ | yexo | |
selection window didn't take effect immediatly | |||
2009-07-11 | (svn r16793) -Update from WebTranslator v3.0: | translators | |
portuguese - 102 changes by SupSuper russian - 3 changes by Lone_Wolf spanish - 11 changes by Terkhen | |||
2009-07-10 | (svn r16791) -Codechange: unify (and document) the Remove[StationType] ↵ | rubidium | |
functions. | |||
2009-07-10 | (svn r16790) -Add [NoAI]: AIVehicle::GetReliability to get the current ↵ | yexo | |
reliability of vehicles | |||
2009-07-10 | (svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo ↵ | yexo | |
lists in the station build windows. | |||
2009-07-10 | (svn r16788) -Fix: with modified_catchment off the build road station window ↵ | yexo | |
would not display all possible cargos in the Accepts/Supplies lists | |||
2009-07-10 | (svn r16787) -Fix [FS#3027]: the noise level text in the airport build ↵ | yexo | |
window was drawn over the lowest button | |||
2009-07-10 | (svn r16786) -Fix [FS#3027] (r16752): only one tile was selected when the ↵ | yexo | |
build airport window was opened instead of an area with the size of the airport | |||
2009-07-10 | (svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too | rubidium | |
2009-07-10 | (svn r16784) -Fix: Audio playback rate was fixed at 11025Hz regardless of ↵ | peter1138 | |
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. | |||
2009-07-10 | (svn r16783) -Change: make it more clear that the squirrel_export script ↵ | rubidium | |
needs gawk. | |||
2009-07-10 | (svn r16782) -Update from WebTranslator v3.0: | translators | |
catalan - 33 changes by arnaullv dutch - 2 changes by habell french - 2 changes by belugas galician - 18 changes by Condex german - 8 changes by Roujin hungarian - 11 changes by alyr italian - 2 changes by lorenzodv persian - 67 changes by Gajet9 russian - 48 changes by Lone_Wolf spanish - 27 changes by Terkhen swedish - 1 changes by Chrill | |||
2009-07-10 | (svn r16781) -Fix [FS#3026] (r16297): don't cast negative values to uints ↵ | rubidium | |
when the settings' range is "negative..positive". | |||
2009-07-09 | (svn r16780) -Add [FS#3015]: Allow the AI Debug Window to become sticky. | alberth | |
2009-07-09 | (svn r16779) -Fix: Take real smallest size of nested widgets into account ↵ | alberth | |
for initial window position. | |||
2009-07-09 | (svn r16778) -Codechange: Split window initialization in a data part and a ↵ | alberth | |
size/position part. | |||
2009-07-09 | (svn r16777) -Update from WebTranslator v3.0: | translators | |
catalan - 65 changes by arnaullv simplified_chinese - 4 changes by ww9980 finnish - 2 changes by jpx_ german - 65 changes by Roujin icelandic - 4 changes by baldur russian - 2 changes by svgr spanish - 61 changes by Terkhen vietnamese - 1 changes by sephiroth2m | |||
2009-07-09 | (svn r16773) -Fix (r16014): forgot to remove obsoleted aliases | rubidium | |
2009-07-08 | (svn r16772) -Fix [FS#3019]: don't use the same error message for turning ↵ | rubidium | |
around road vehicles and flipping parts of trains in the depot | |||
2009-07-08 | (svn r16771) -Fix: API export was forgotten causing API to think variables ↵ | rubidium | |
were uint; doesn't matter much as int was converted to uint and then back. | |||
2009-07-08 | (svn r16769) -Fix: win32 and win64 binary packages wouldn't get their readme ↵ | rubidium | |
converted to DOS line endings | |||
2009-07-08 | (svn r16768) -Update from WebTranslator v3.0: | translators | |
german - 2 changes by planetmaker persian - 38 changes by Gajet9 romanian - 10 changes by kkmic serbian - 93 changes by etran slovak - 2 changes by James vietnamese - 68 changes by sephiroth2m | |||
2009-07-08 | (svn r16767) -Fix [NoAI] (r16524): AITile::GetCargoProduction/Acceptance ↵ | yexo | |
didn't accept a radius of 0 anymore | |||
2009-07-08 | (svn r16766) -Codechange: remove station->MarkDirty. It is in all cases ↵ | rubidium | |
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. | |||
2009-07-08 | (svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self ↵ | rubidium | |
explaining names | |||
2009-07-08 | (svn r16764) -Codechange: unify the way viewport signs are marked dirty | rubidium | |
2009-07-08 | (svn r16763) -Add: initial translation of Vietnamese. | rubidium | |
2009-07-07 | (svn r16762) -Update from WebTranslator v3.0: | translators | |
dutch - 1 changes by Yexo finnish - 32 changes by jpx_ german - 47 changes by Roujin, planetmaker indonesian - 16 changes by fanioz russian - 6 changes by Lone_Wolf | |||
2009-07-07 | (svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function ↵ | rubidium | |
of ViewportSign | |||
2009-07-07 | (svn r16760) -Codechange: make UpdateStationVirtCoord a function of Station | rubidium | |
2009-07-07 | (svn r16759) -Codechange: some coding style in station.cpp | rubidium | |
2009-07-07 | (svn r16758) -Document: some station related types/enums | rubidium | |
2009-07-07 | (svn r16757) -Fix [FS#3018]: in the refit window the "Select cargo type to ↵ | rubidium | |
carry" line always showed the ship refit tooltip | |||
2009-07-06 | (svn r16756) -Update from WebTranslator v3.0: | translators | |
finnish - 82 changes by jpx_ german - 2 changes by planetmaker korean - 144 changes by darkttd, telk5093 malay - 3 changes by Syed russian - 28 changes by Lone_Wolf | |||
2009-07-05 | (svn r16755) -Codechange: apply some codestyle to newgrf.cpp | yexo | |
2009-07-05 | (svn r16754) -Update from WebTranslator v3.0: | translators | |
arabic_egypt - 2 changes by kasakg traditional_chinese - 64 changes by josesun german - 4 changes by planetmaker persian - 2 changes by Gajet9 | |||
2009-07-05 | (svn r16753) -Fix (r16740): Don't check the width of the same string 4 ↵ | yexo | |
times, but pick the maximum width of all difficulty levels | |||
2009-07-05 | (svn r16752) -Codechange: Remove most of the window-changing code from ↵ | yexo | |
AirportPickerWindow::OnPaint |