summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 r13998) -Fix [FS#2004]: MSVC can't handle changed files in the prebuild ↵rubidium
event, so make the version determination a separate subproject (michi_cc).
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
2008-08-03(svn r13981) -Fix [FS#AmmlersStillTooLazy]: Resetting construction stage ↵peter1138
counter reset more than it should.
2008-08-03(svn r13980) -Codechange: Turn small map legend while loop into a for-loop.peter1138
2008-08-03(svn r13979) -Codechange: Use widget dimensions instead of magic number ↵peter1138
incantations for limiting small map area.
2008-08-03(svn r13978) -Fix: Incorrect widget size.peter1138
2008-08-03(svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero ↵peter1138
height or zero width) widgets.
2008-08-03(svn r13976) -Fix (r13953) [YAPP]: A crashing train could sometimes free the ↵frosch
reservation of another train. (assisted by michi_cc)
2008-08-03(svn r13975) -Codechange: Replace some globals used by the small map window ↵peter1138
with static members of the window.
2008-08-03(svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. ↵frosch
(michi_cc)
2008-08-03(svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals ↵smatz
to not cause stale reservations. (michi_cc)
2008-08-03(svn r13972) -Fix [FS#2180]: the timetable's "Clear Time" button didn't have ↵rubidium
any effect.
2008-08-03(svn r13971) -Fix [YAPP]: segfault due to mixed up variables (michi_cc)rubidium
2008-08-03(svn r13970) -Codechange: Replace numbers with Colours enum on network, ↵belugas
toolbar and dropdown guis. Mostly forgotten ones.
2008-08-02(svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' ↵glx
warning
2008-08-02(svn r13967) -Codechange [YAPP]: Tweak pathfinder penalties a bit. (michi_cc)rubidium
2008-08-02(svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. ↵rubidium
(michi_cc)