summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-10(svn r23486) -Fix (r22764): 3 for the price of 1: fix up ↵truebrain
ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting)
2011-12-10(svn r23485) -Fix: Autorefit failed if the first part of an articulated ↵frosch
vehicle did not carry any cargo.
2011-12-10(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the ↵rubidium
vehicles when adding an extra order
2011-12-10(svn r23483) -Update from WebTranslator v3.0:translators
catalan - 14 changes by arnau czech - 8 changes by ReisRyos english_US - 13 changes by Rubidium finnish - 13 changes by jpx_ french - 13 changes by glx german - 13 changes by planetmaker hungarian - 7 changes by Brumi
2011-12-10(svn r23482) -Change: [Win32] Move re-painting the window and doing palette ↵michi_cc
animation into a separate thread.
2011-12-10(svn r23481) -Add: Function to get the CPU core count.michi_cc
2011-12-10(svn r23480) -Fix [FS#4594]: replace OS error messages with internal error ↵rubidium
messages when that's possible
2011-12-10(svn r23479) -Codechange: keep a copy of raw strings from the parameters of ↵rubidium
the error messages
2011-12-10(svn r23478) -Codechange: add a method to copy string parameters *and* its ↵rubidium
raw strings
2011-12-10(svn r23477) -Fix [FS#4878] (r23300): like r23342, but now for the user ↵rubidium
interface ;)
2011-12-10(svn r23476) -Codechange: use the error queue to replace switch mode error ↵rubidium
strings, again making it possible to return multiple errors
2011-12-10(svn r23475) -Codechange: queue critical error messages, so when multiple ↵rubidium
happen you won't miss any
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to ↵rubidium
error.h
2011-12-10(svn r23473) -Codechange: refactor the error message data into a separate ↵rubidium
structure
2011-12-10(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's ↵rubidium
ability to find a font
2011-12-10(svn r23471) -Codechange: move the error related code out of misc_gui.cpp ↵rubidium
into error_gui.cpp
2011-12-10(svn r23470) -Codechange: move declaration of SwitchToMode to a header ↵rubidium
instead of declaring it in 6 other files
2011-12-10(svn r23469) -Fix (r23468): gcc warning about initialization orderyexo
2011-12-10(svn r23468) -Feature [FS#4827]: when looking for missing content, ↵yexo
automatically select it so you can easily start the download
2011-12-09(svn r23467) -Feature [FS#4827]: automatically close the online content ↵yexo
window after confirming the download with 'ok'
2011-12-09(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a ↵rubidium
window during ReInit by an amount that's not a multiple of the resize interval
2011-12-09(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to ↵yexo
'load savegame' and 'find network game' windows
2011-12-09(svn r23464) -Fix [FS#4876]: clear the backed up orders of a removed station ↵rubidium
as well, otherwise one could create orders to a station that was never in the original backupped orders. For example a road vehicle trying to go to a buoy.
2011-12-09(svn r23463) -Fix (r23461): unused variableyexo
2011-12-09(svn r23462) -Codechange: use AirportTileTableIterator in a few more places ↵yexo
to make the code easier to read
2011-12-09(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible ↵yexo
by not crashing when loading such savegame or when an airport is removed
2011-12-09(svn r23460) -Update from WebTranslator v3.0:translators
czech - 42 changes by ReisRyos brazilian_portuguese - 33 changes by Tucalipe urdu - 154 changes by haider
2011-12-09(svn r23459) -Fix: don't crash trying to draw airport tiles when the airport ↵yexo
grf is missing
2011-12-09(svn r23458) -Fix: don't assume all industries that cut trees have tile 0,0yexo
-Fix: wait until all tiles of an industry are completed before starting to cut trees
2011-12-09(svn r23457) -Codechange: introduce Industry::TileBelongsToIndustry() to ↵yexo
simplify code checking for that
2011-12-09(svn r23456) -Fix (r23441): oilrigs don't have any layouts nor do they ↵yexo
provide airport noise
2011-12-09(svn r23455) -Fix (r23438): send the stderr in the right part to /dev/nulltruebrain
2011-12-09(svn r23454) -Change: Mark company window dirty when moving a rail engine ↵peter1138
creates or deletes a train.
2011-12-08(svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID)yexo
2011-12-08(svn r23452) -Codechange: document instead of writing to stderr that ↵yexo
ScriptStation::GetCoverageRadius doesn't work for STATION_AIRPORT
2011-12-08(svn r23451) -Codechange: [SDL] Move 32bpp-anim palette animation to the ↵rubidium
draw thread instead of the single threaded bit of the game loop. This causes a speedup of up to 15% when animation is turned on with the 32bpp-anim blitter
2011-12-08(svn r23450) -Fix (r23449): Forgot unfinished languages.frosch
2011-12-08(svn r23449) -Fix (r23140): Wrong parameters in error message.frosch
2011-12-08(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated ↵rubidium
blitter so changes of the palette data during the game don't influence drawing (with SDL)
2011-12-08(svn r23447) -Update from WebTranslator v3.0:translators
catalan - 42 changes by arnau dutch - 1 changes by Jacco011 polish - 26 changes by matma6 brazilian_portuguese - 27 changes by Tucalipe urdu - 150 changes by haider
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count ↵rubidium
dirty variables into a single structure
2011-12-07(svn r23445) -Fix [FS#4715]: document behaviour with aircraft/ships poking ↵rubidium
outside of the depot before getting hidden
2011-12-07(svn r23444) -Update from WebTranslator v3.0:translators
urdu - 92 changes by haider
2011-12-07(svn r23443) -Fix (r23413): Building of locks in SE failed.frosch
2011-12-07(svn r23442) -Fix [FS#4511]: document that some video card drivers have ↵rubidium
trouble going to 8bpp mode
2011-12-06(svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout ↵rubidium
into account resulting in wrong noise levels or nearests towns (patch by Zuu)
2011-12-06(svn r23440) -Update from WebTranslator v3.0:translators
estonian - 35 changes by hellohboy french - 25 changes by glx hungarian - 35 changes by Brumi italian - 2 changes by lorenzodv japanese - 4 changes by ikanotheokara korean - 21 changes by junho2813 luxembourgish - 99 changes by Phreeze tamil - 37 changes by aswn urdu - 4 changes by haider
2011-12-06(svn r23439) -Fix: Use the DEBUG macro to output the reason for a compile ↵yexo
failure in info.nut instead of printing it directly to stderr
2011-12-05(svn r23438) -Fix [FS#4867]: perform checks for nforenum/grfcodec in ↵rubidium
configure, including a version check so a proper error can be given when a too old grfcodec or nforenum is used
2011-12-05(svn r23437) -Update from WebTranslator v3.0:translators
belarusian - 27 changes by Wowanxm dutch - 25 changes by habell finnish - 1 changes by jpx_ italian - 25 changes by lorenzodv korean - 24 changes by junho2813 romanian - 22 changes by kkmic russian - 28 changes by Lone_Wolf, akasoft tamil - 29 changes by aswn vietnamese - 5 changes by nglekhoi