Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-07-05 | (svn r16751) -Fix (r16740): Do not crash when using a non-standard font size ↵ | alberth | |
in the widgets. | |||
2009-07-05 | (svn r16750) -Fix: mark the intro gui dirty when changing the difficulty ↵ | yexo | |
level to avoid glitches on the difficulty button | |||
2009-07-05 | (svn r16749) -Codechange: Rail toolbar uses nested widget tree only. | alberth | |
2009-07-05 | (svn r16748) -Codechange: Don't cast away constness. | alberth | |
2009-07-05 | (svn r16747) -Fix: Non-resized windows also need a post re-init SetDirty. | alberth | |
2009-07-05 | (svn r16746) -Codechange: use Town::PostDestructor() instead of not very ↵ | smatz | |
clean construct for invalidating nearest town for road tiles | |||
2009-07-05 | (svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing ↵ | smatz | |
item from the pool | |||
2009-07-04 | (svn r16743) -Update from WebTranslator v3.0: | translators | |
german - 18 changes by planetmaker | |||
2009-07-04 | (svn r16740) -Codechange: Self-sizing widgets in intro screen, town ↵ | alberth | |
directory, and found town windows. | |||
2009-07-04 | (svn r16739) -Codechange: Initialize internal data before computing the widgets. | alberth | |
2009-07-04 | (svn r16738) -Codechange: Remove casting away constness by changing the text ↵ | alberth | |
before storing. | |||
2009-07-04 | (svn r16737) -Fix (r15645): When loading a savegame Engine::grffile might be ↵ | frosch | |
left NULL in certain cases. (dynamic_engines enabled, articulated vehicle with only wagon-override action3s) | |||
2009-07-04 | (svn r16736) -Codechange: give some station enums a name and use that ↵ | rubidium | |
instead of 'byte'. | |||
2009-07-04 | (svn r16735) -Codechange: had_vehicle_of_type only stored 7 bits, all less ↵ | rubidium | |
that bit 7... but it was a word wasting space etc. | |||
2009-07-03 | (svn r16734) -Codechange: Prepare intro, town directory, and found town ↵ | alberth | |
windows for more flexible widget contents. | |||
2009-07-03 | (svn r16733) -Codechange: Move rebuilding and sorting the town list out of ↵ | alberth | |
TownDirectoryWindow::OnPaint. | |||
2009-07-03 | (svn r16732) -Fix [FS#2991]: show Close instead of Cancel when there's ↵ | rubidium | |
nothing to canel in the content downloading window. | |||
2009-07-03 | (svn r16731) -Fix [NoAI]: AIDepotList contained wrong tiles for hangars when ↵ | yexo | |
st->xy != st->airport_tile. | |||
2009-07-03 | (svn r16730) -Doc: Added some missing docs (most notably the class/struct ↵ | alberth | |
docs) to GUIList template. | |||
2009-07-03 | (svn r16729) -Update from WebTranslator v3.0: | translators | |
german - 7 changes by planetmaker hebrew - 2 changes by yitzc indonesian - 28 changes by fanioz korean - 1 changes by darkttd brazilian_portuguese - 85 changes by Tucalipe turkish - 23 changes by niw3 | |||
2009-07-03 | (svn r16728) -Fix (r14919): the Join station window didn't show all stations ↵ | smatz | |
nearby in some cases | |||
2009-07-02 | (svn r16727) -Codechange: Introducing WD_SORTBUTTON_ARROW_WIDTH constant. | alberth | |
2009-07-02 | (svn r16726) -Update from WebTranslator v3.0: | translators | |
indonesian - 26 changes by fanioz italian - 8 changes by lorenzodv korean - 29 changes by darkttd swedish - 74 changes by daishan | |||
2009-07-02 | (svn r16725) -Documentation: raw_industry_cost_multiplier | frosch | |
2009-07-02 | (svn r16724) -Fix (r16714): MSVC 64bit warnings (Rubidium) | smatz | |
2009-07-02 | (svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), ↵ | smatz | |
GetNextVehicle(), GetPrevVehicle(), GetNextUnit(), GetPrevUnit() members of Train | |||
2009-07-02 | (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart ↵ | rubidium | |
functions | |||
2009-07-02 | (svn r16721) -Codechange: make Is/SetRoadVehicleFront, ↵ | rubidium | |
Is/Set/HasArticulatedPart member of RoadVehicle. | |||
2009-07-02 | (svn r16720) -Codechange: make Set/ClearFrontEngine(), ↵ | smatz | |
Set/ClearArticulatedPart(), Set/ClearWagon(), Set/ClearEngine(), Set/ClearFreeWagon() and Set/ClearMultiheaded() members of Train | |||
2009-07-01 | (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), ↵ | smatz | |
IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train | |||
2009-07-01 | (svn r16718) -Codechange: make IsFreeWagon() member of Train | smatz | |