Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz | |
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 Subsidy | smatz | |
2009-07-01 | (svn r16713) -Doc: document the Subsidy struct | smatz | |
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:57 | translators | |
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) |