summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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_multiplierfrosch
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 Trainsmatz
2009-07-01(svn r16717) -Codechange: make IsFrontEngine() member of Trainsmatz
2009-07-01(svn r16716) -Codechange: reduce code duplication in DrawCompanyVehiclesAmount()smatz
2009-07-01(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't ↵smatz
warn when used inside function
2009-07-01(svn r16714) -Codechange: use pool-like accessors for Subsidysmatz
2009-07-01(svn r16713) -Doc: document the Subsidy structsmatz
2009-07-01(svn r16712) -Update from WebTranslator v3.0:translators
afrikaans - 23 changes by burgerd dutch - 8 changes by Yexo french - 8 changes by glx german - 29 changes by dihedral, planetmaker indonesian - 14 changes by fanioz italian - 43 changes by lorenzodv malay - 55 changes by Syed
2009-07-01(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over ↵smatz
all subsidies
2009-07-01(svn r16710) -Fix: invalidate subsidies with invalid source or destination ↵smatz
when converting older savegames
2009-07-01(svn r16709) -Fix [FS#2994]: the list of animated tiles could have ↵rubidium
duplicates (only for old savegames) and tiles that weren't animated
2009-07-01(svn r16708) -Cleanup: do not try to indent strings using spaces, especially ↵rubidium
strings that span multiple lines; it will not get the effect you want. Also do not indent at different levels in different strings that will be shown on the same place.
2009-07-01(svn r16707) -Fix [FS#3007] (r16693): under some circumstances vehicles ↵rubidium
would skip loading as they thought nothing could be unloaded or loaded.
2009-07-01(svn r16706) -Fix (r16694): acquiring a subsidy resulted in an assertion.rubidium
2009-06-30(svn r16703) -Update from WebTranslator v3.0:translators
catalan - 1 changes by arnaullv traditional_chinese - 7 changes by elleryq danish - 3 changes by silentStatic dutch - 4 changes by Excel20 estonian - 34 changes by kristjans german - 7 changes by dihedral greek - 24 changes by Gonik malay - 30 changes by Syed romanian - 68 changes by kneekoo
2009-06-30(svn r16702) -Change: don't implicitly fall back to the null/dedicated ↵rubidium
(video) drivers, but show an error message that no driver could be found. You can still explicitly start the null drivers thought.
2009-06-30(svn r16701) -Fix [FS#3001]: limit the screen's resolution to 65535x65535 so ↵rubidium
the dirty pixels stay within bounds of a 32 bits integer
2009-06-30(svn r16700) -Fix: if allegro fails to start or fails open a window or sound ↵rubidium
card fall back to another driver
2009-06-30(svn r16699) -Fix [FS#3001]: if SDL fails to allocate a surface due to it ↵rubidium
being too large (and SDL doesn't crash!) fall back to another video driver.
2009-06-30(svn r16698) -Document: update documentation pointing to the old translator ↵rubidium
tool.
2009-06-30(svn r16697) -Fix (r16696): don't silently introduce old ##case for some ↵translators
languages
2009-06-30(svn r16696) -Change: make order of pragmas identical for all languages (and ↵translators
to what strgen defines it to be) -Change: make order of cases identical to what the case-pragma indicates
2009-06-30(svn r16695) -Update: WebTranslator2 update to 2009-06-30 10:00:57translators
japanese - 6 fixed by nex259 (6) norwegian_bokmal - 8 fixed by jankmi (8) portuguese - 9 fixed by SnowFlake (9) serbian - 111 fixed by etran (111) spanish - 1 fixed by erregerre (1)
2009-06-29(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ↵rubidium
whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: * cheating by starting to unload and after getting paid rushing to the depot to get sold (or unloading, loading and getting paid again for the remainder) * cargo being dropped onto a station at the moment a stockpiling industry doesn't accept it anymore * industries getting cargo that has not been unloaded yet and subsequently dumping it back on the station in one go Note: you will now get paid after the unloading has finished, so you'll have to wait a bit longer for 'your' money.
2009-06-29(svn r16693) -Fix [FS#3004] (r16883): cargo income was not added to the ↵rubidium
vehicle's profit.
2009-06-29(svn r16692) -Update from WebTranslator v3.0:translators
ukrainian - 3 changes by Madvin
2009-06-29(svn r16691) -Codechange: what's the point of getting the fifth dparam and ↵rubidium
then using that as the second dparam later on? Especially when the fifth dparam is never set and the second dparam is never used.
2009-06-28(svn r16690) -Fix [FS#3002]: Missing debug string for ESRB_SAFE_TILE in YAPF ↵michi_cc
debugging helper.
2009-06-28(svn r16689) -Codechange: Allow for rendering of parameterized text of ↵alberth
nested widgets in Window::DrawWidget, adapt intro and town directory windows.