summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 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.
2009-06-28(svn r16688) -Codechange: Some cleanup of intro screen and town directory.alberth
2009-06-28(svn r16687) -Codechange: Perform re-initialization of windows with nested ↵alberth
widgets after a language change.
2009-06-28(svn r16686) -Update from WebTranslator v3.0:translators
german - 4 changes by planetmaker
2009-06-28(svn r16685) -Update: WebTranslator2 update to 2009-06-28 17:40:12translators
korean - 3 fixed, 28 changed by leejaeuk5 (31)
2009-06-28(svn r16684) -Codechange: Add maxdim function for Dimension struct.alberth
2009-06-28(svn r16683) -Codechange: move the cargo payment handling to a seperate ↵rubidium
class. Based on ideas of fonso/fonsinchen.
2009-06-28(svn r16682) -Codechange: make (static) industry list used to trigger the ↵rubidium
industries' production compile unit static instead of passing it around as pointer
2009-06-28(svn r16681) -Codechange: only resolve the company once for vehicle payment ↵rubidium
instead of each time a cargo packet is delivered
2009-06-28(svn r16680) -Codechange: don't go through all the station unloading stuff ↵rubidium
when there is no vehicle at the station
2009-06-27(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a ↵frosch
CargoArray instead of a pointer to a static array.
2009-06-27(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ↵frosch
to deal with sizeof() wrt. typedef-ed arrays.
2009-06-27(svn r16677) -Codechange: Dimension width and height are unsigned.alberth
2009-06-27(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its ↵frosch
instances to more meaningful names.
2009-06-27(svn r16675) -Update from WebTranslator v3.0:translators
german - 19 changes by planetmaker ukrainian - 21 changes by Madvin
2009-06-27(svn r16674) -Update: WebTranslator2 update to 2009-06-27 17:32:13translators
estonian - 1 fixed by kristjans (1) slovak - 38 fixed by James (38) traditional_chinese - 9 fixed, 15 changed by josesun (24)
2009-06-27(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() ↵smatz
and change its behaviour accordingly
2009-06-27(svn r16672) -Codechange: Add functions to compute size of strings and sprites.alberth
2009-06-26(svn r16671) -Doc: Documenting Sprite structure.alberth
2009-06-26(svn r16670) -Codechange: Containers with equally sized children are useful ↵alberth
to have.
2009-06-26(svn r16669) -Cleanup (r1): Only animated tiles are... animated.frosch
2009-06-26(svn r16668) -Update from WebTranslator v3.0:translators
dutch - 43 changes by Yexo ukrainian - 34 changes by Madvin
2009-06-26(svn r16667) -Codechange: replace GetRandomTown() and GetRandomIndustry() by ↵smatz
Town::GetRandom() and Industry::GetRandom()
2009-06-26(svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide ↵smatz
_house_specs[]
2009-06-26(svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile()smatz