Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-12 | (svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated ↵ | rubidium | |
when stations were removed from the pool | |||
2009-09-12 | (svn r17507) -Codechange: Make some methods of the OrdersWindow non-static. | alberth | |
2009-09-11 | (svn r17506) -Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x ↵ | rubidium | |
zoom out. | |||
2009-09-11 | (svn r17505) -Codechange: WWT_EMPTY is not a special case any more for ↵ | alberth | |
invalidating widgets. | |||
2009-09-11 | (svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often ↵ | alberth | |
used. | |||
2009-09-11 | (svn r17503) -Fix (r17502): Save all files before commit. | alberth | |
2009-09-11 | (svn r17502) -Codechange [FS#3184]: Extend QueryStringBaseWindow to support ↵ | alberth | |
windows with nested widgets (by Terkhen with a few tweaks). | |||
2009-09-11 | (svn r17501) -Update from WebTranslator v3.0: | translators | |
catalan - 20 changes by arnau traditional_chinese - 19 changes by josesun | |||
2009-09-11 | (svn r17500) -Fix (r16502): The wrong value was restored to ↵ | yexo | |
SetAllowDoCommand possible resulting in an AI that wasn't allowed to do any actions | |||
2009-09-10 | (svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop ↵ | yexo | |
warning about them | |||
2009-09-10 | (svn r17498) -Add [NoAI]: Enable the squirrel std math library | yexo | |
2009-09-10 | (svn r17497) -Codechange: Macrofy AirportMovingData. | frosch | |
2009-09-10 | (svn r17496) -Update from WebTranslator v3.0: | translators | |
catalan - 39 changes by arnau english_US - 2 changes by agenthh italian - 4 changes by lorenzodv romanian - 5 changes by kkmic russian - 3 changes by Lone_Wolf ukrainian - 42 changes by Madvin | |||
2009-09-10 | (svn r17495) -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' ↵ | rubidium | |
with GetDepotIndex(tile) | |||
2009-09-10 | (svn r17494) -Codechange: improve algorithmic complexitiy of ↵ | rubidium | |
Depot::GetByTile from O(n) to O(1) | |||
2009-09-10 | (svn r17493) -Codechange: store the depot index on the map | rubidium | |
2009-09-10 | (svn r17492) -Codechange: don't store the town index for road depots. | rubidium | |
2009-09-09 | (svn r17491) -Fix [FS#3188]: road vehicles could get lost when the ↵ | rubidium | |
prelimiary destination (for the pathfinder heuristics) is unreachable. | |||
2009-09-09 | (svn r17490) -Update from WebTranslator v3.0: | translators | |
dutch - 47 changes by habell english_US - 1 changes by agenthh french - 4 changes by glx german - 4 changes by Roujin, planetmaker indonesian - 6 changes by prof italian - 2 changes by lorenzodv russian - 1 changes by Lone_Wolf spanish - 13 changes by Terkhen turkish - 3 changes by niw3 | |||
2009-09-09 | (svn r17489) -Fix [FS#3187] (r17471): the tooltip said the inverse of what ↵ | rubidium | |
actually happened | |||
2009-09-09 | (svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, ↵ | rubidium | |
not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'. | |||
2009-09-09 | (svn r17487) -Fix: silence some MSVC warnings | rubidium | |
2009-09-09 | (svn r17486) -Add [NoAI]: a vehicle list for all vehicle that are ordered to ↵ | rubidium | |
a specific depot | |||
2009-09-09 | (svn r17485) -Change [FS2459]: make the performance ratings harder to ↵ | rubidium | |
exploit; only count profitable vehicles and recently serviced stations. | |||
2009-09-09 | (svn r17484) -Fix: squirrel export didn't like one of the casts | rubidium | |
2009-09-09 | (svn r17483) -Fix (r17405): when an aircraft starts flying in circles make ↵ | yexo | |
it turn in the correct direction first before continuing | |||
2009-09-08 | (svn r17482) -Fix (r17405): helicopters were not able to land anymore on the ↵ | yexo | |
intercontinental airport | |||
2009-09-08 | (svn r17481) -Fix (r16998): in cases where the northern most tile of an ↵ | rubidium | |
airport-to-build didn't touch the station you wanted it to join, but another part did, it wouldn't join the airport to the existing station | |||
2009-09-08 | (svn r17480) -Fix (r17405): fast aircraft could get stuck flyin gin circles ↵ | yexo | |
trying to reach a certain point | |||
2009-09-08 | (svn r17479) -Fix: silence compile warning that's only triggered when you're ↵ | rubidium | |
using a broken iconv. | |||
2009-09-08 | (svn r17478) -Document [NoAI]: descibe changes in subsidy logic in AI changelog | smatz | |
2009-09-08 | (svn r17477) -Update from WebTranslator v3.0: | translators | |
afrikaans - 36 changes by Maccie123 catalan - 2 changes by arnau simplified_chinese - 1 changes by Gavin english_US - 115 changes by agenthh french - 2 changes by glx german - 2 changes by planetmaker hebrew - 77 changes by dnd_man indonesian - 2 changes by prof italian - 33 changes by lorenzodv portuguese - 32 changes by SupSuper russian - 6 changes by Lone_Wolf serbian - 1 changes by etran spanish - 11 changes by Terkhen | |||
2009-09-08 | (svn r17475) -Codechange: show path to crash.log and crash.dmp in crash ↵ | glx | |
window. Also tells the user where crash.sav is when saving succeeded. | |||
2009-09-08 | (svn r17473) -Codechange: use the post destructor for destroying companies ↵ | rubidium | |
too instead of complicating the graph GUI invalidate code. | |||
2009-09-08 | (svn r17472) -Fix [FS#3182]: industry list was rebuilt too early during ↵ | rubidium | |
industry removal causing the removed industry to be still in the list after removal | |||
2009-09-08 | (svn r17471) -Change: when removing a station or waypoint keep the rail ↵ | rubidium | |
unless Ctrl is pressed. This makes the behaviour consistent between the two. | |||
2009-09-08 | (svn r17470) -Fix (r17460): possible crash when overbuiling rail by station | smatz | |
2009-09-07 | (svn r17469) -Change: make the AI compatability wrapper not whine about ↵ | rubidium | |
deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7. | |||
2009-09-07 | (svn r17467) -Change: show the client id in join messages at the server ↵ | rubidium | |
(patch by dihedral) | |||
2009-09-07 | (svn r17466) -Feature: reconnect console command (based on patch of bilbo) | rubidium | |
2009-09-07 | (svn r17465) -Codechange: use builtin static_assert() for assert_compile() ↵ | smatz | |
if available | |||
2009-09-07 | (svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or ↵ | smatz | |
icc >= 11.0 | |||
2009-09-07 | (svn r17463) -Change (r17453): Retrigger the abort signal after writing the ↵ | frosch | |
crashlog, so the next one can catch it again (e.g. to write a core dump). | |||
2009-09-07 | (svn r17461) -Document: that a certain compiler warning when compiled ↵ | rubidium | |
without asserts in gcc 4.4+ isn't our fault but GCC's. Includes a reference to the appropriate GCC bug report | |||
2009-09-07 | (svn r17460) -Feature: allow building rail stations over existing rail ↵ | rubidium | |
without signals but will upgrade normal rail to electrified rail if necessary (based on patch by laurijh) | |||
2009-09-07 | (svn r17458) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 1 changes by Gavin french - 28 changes by glx german - 16 changes by Roujin, dihedral hebrew - 77 changes by dnd_man italian - 3 changes by lorenzodv russian - 29 changes by Lone_Wolf serbian - 5 changes by etran spanish - 39 changes by Terkhen | |||
2009-09-07 | (svn r17455) -Codechange: use sprite names instead of magic numbers in ↵ | yexo | |
table/clear_land.h and change some names | |||
2009-09-07 | (svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but ↵ | rubidium | |
I don't have all exotic machines so it might break compilation on the more exotic configurations | |||
2009-09-07 | (svn r17452) -Fix (r17450): emergency savegames weren't rejected by the ↵ | rubidium | |
crash logger anymore | |||
2009-09-07 | (svn r17451) -Fix (r17442): loading of TTO/TTD savegames failed | smatz | |