summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-08-10(svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for ↵frosch
replacement which CmdSetAutoReplace() did not accept.
2008-08-10(svn r14036) -Fix [FS#2197,FS#2198]: trains crashing into eachother when ↵rubidium
signals are changed (michi_cc)
2008-08-10(svn r14035) -Update: WebTranslator2 update to 2008-08-10 11:54:57translators
bulgarian - 4 fixed by thetitan (4) croatian - 15 fixed by knovak (15) czech - 47 fixed, 29 changed by Hadez (76) dutch - 29 fixed by habell (29) estonian - 8 fixed, 63 changed by kristjans (71) french - 29 fixed, 1 changed by glx (30) italian - 29 fixed, 6 changed by lorenzodv (35) russian - 52 fixed by Smoky555 (52) slovak - 2 fixed by lengyel (2) spanish - 35 fixed by eusebio (35) ukrainian - 30 fixed by mad (30)
2008-08-09(svn r14034) -Cleanup (r13938) [FS#2210]: Typo in YAPP constant. (Eddi)peter1138
2008-08-09(svn r14033) -Fix (r13938) [FS#2209]: Wrong offset in signal GUI. (Eddi)peter1138
2008-08-09(svn r14032) -Fix (r13584): [OSX] changed the condition for selecting 8 or ↵bjarni
32 bpp blitter by default Now we will pick 32 bpp if no 8 bpp fullscreen resolutions are available on the main display (the one with the dock)
2008-08-09(svn r14031) -Fix (r13850): Determining the refit cargo did not work, when ↵frosch
the old vehicle did not carry anything but the new one did.
2008-08-09(svn r14030) -Fix (r14027): true != false, also rename the parameter to make ↵frosch
'true' and 'false' more intuitively useable.
2008-08-09(svn r14029) -Fix(r14027): reverting the TC_FROMSTRING back to the magical ↵belugas
0xFE number. Exact meaning will need to be found later.
2008-08-09(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the ↵belugas
other way around.
2008-08-09(svn r14027) -Codechange: Document a bit the DoDrawString function while ↵belugas
removing yet som more magic numbers and one "false" colour
2008-08-08(svn r14026) -Cleanup (r13995, r14004): trailing whitespacesglx
2008-08-08(svn r14024) -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. ↵smatz
Honor that in penalty calculations. (michi_cc)
2008-08-08(svn r14023) -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a ↵smatz
signal on it, is could be falsely seen as a valid destination. (michi_cc)
2008-08-08(svn r14022) -Fix (r13957) [YAPP]: Removing station tiles could produce ↵smatz
stale reservations, too. (michi_cc)
2008-08-08(svn r14021) -Fix (r13957) [YAPP]: Overbuilding station tiles with non-track ↵smatz
tiles could produce stale reservations. (michi_cc)
2008-08-08(svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for ↵rubidium
free path (michi_cc).
2008-08-08(svn r14018) -Fix (r14017): Typos prevented compilation.peter1138
2008-08-08(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify ↵belugas
the colour of the button
2008-08-08(svn r14016) -Codechange: Remove some magical numbersbelugas
2008-08-07(svn r14015) -Codechange: Add facility for a drop down list to always close ↵peter1138
(if requested) when the mouse button is released.
2008-08-07(svn r14014) -Codechange: Add support for automatically sizing drop down ↵peter1138
lists to the widest list item.
2008-08-07(svn r14013) -Fix [FS#2202]: do not allow extending signals by dragging in ↵rubidium
any direction other than the track direction.
2008-08-07(svn r14012) -Fix (r13936): Don't copy pre-signal type when dragging signals.peter1138
2008-08-07(svn r14011) -Codechange: not required to define an enum which was just the ↵belugas
representation of another. If you want to customize it more easily, why not a simple const of said enum value?
2008-08-06(svn r14009) -Cleanup (r14008): Bad whitespace...peter1138
2008-08-06(svn r14008) -Fix (r14004): NewGRF preset drop down list not workingpeter1138
2008-08-06(svn r14007) -Fix [FS#2098]: Notify vehicle windows when their internal ↵frosch
state is botched up from outside.
2008-08-06(svn r14006) -Codechange: Deduplicate some code.frosch
2008-08-06(svn r14005) -Codechange: minor coding style fixsmatz
2008-08-06(svn r14004) -Codechange: Clean of drop down lists.peter1138
Move empty item drawing to base ListItem Draw() function. Remove String() from base class. Pass correct width to Draw().
2008-08-06(svn r14003) -Codechange: Replace numbers with Colours enum opn some ↵belugas
DrawArrowButtons calls
2008-08-05(svn r14001) -Fix (r13989): reading wrong variable, train crash on bridge ↵smatz
crashes game
2008-08-05(svn r14000) -Codechange: Missing enum entries kind of defeat the point of ↵peter1138
the enum
2008-08-04(svn r13999) -Fix [FS#2190]: crash when the AI tries to find the depot of an ↵rubidium
airport that doesn't have a depot.
2008-08-04(svn r13997) -Fix (r13988): in some cases no broadcast addresses would be found.rubidium
2008-08-04(svn r13996) -Fix (r13845): Oilrigs from pre r13838 save games can have ↵frosch
unknown water class.
2008-08-04(svn r13995) -Fix (r13988): some warnings of the compile farm.rubidium
2008-08-04(svn r13994) -Codechange: replace a few rogue magic numbers with Colours ↵belugas
enum values
2008-08-04(svn r13993) -Codechange: Associate TextColour values with comments of ↵belugas
related values in _string_colormap table
2008-08-04(svn r13992) -Fix [FS#2189]: the dedicated console removed any character ↵rubidium
that was not a printable ASCII character instead. Now it allows UTF8 formated strings too.
2008-08-04(svn r13991) -Codechange: draw text effects after all other signssmatz
2008-08-04(svn r13990) -Fix (r13988): win32 compilation failedglx
2008-08-04(svn r13989) -Fix [FS#2186] (r13953): YAPP track reservation for crashed ↵rubidium
trains was broken for depots and wormholes (michi_cc).
2008-08-04(svn r13988) -Codechange: move the to IP resolving functions to a separate file.rubidium
2008-08-04(svn r13987) -Codechange: Resize small map legend dynamically on window ↵peter1138
resize and when switching small map types, so that the legend is taller only on the industry type and only when the legend will not fit in the available space.
2008-08-03(svn r13985) -Fix (r13944): gcc 2.95 compilationsmatz
2008-08-03(svn r13984) -Codechange: Simplify industry legend on small map, by ↵peter1138
automatically splitting columns based on widget height.
2008-08-03(svn r13983) -Fix (r13953) [YAPP]: Crashed trains can be on different ↵frosch
trackbits. Make sure there is still a track reservation when one vehicle is cleaned up.
2008-08-03(svn r13982) -Fix (r13981): And then not enough was cleared...peter1138