Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-11 | (svn r20117) -Codechange: Use a Point struct to store double click position. | terkhen | |
2010-07-10 | (svn r20116) -Add: Show an specific error message when trying to ↵ | terkhen | |
convert/remove nonexistant signals. | |||
2010-07-10 | (svn r20115) -Add: Show an specific error message when trying to remove ↵ | terkhen | |
nonexistant stations. | |||
2010-07-10 | (svn r20114) -Add: Show an specific error message when trying to remove rail ↵ | terkhen | |
or build/convert/remove signals over nonexistant railways. | |||
2010-07-10 | (svn r20113) -Add [FS#3895]: Show an specific error message when trying to ↵ | terkhen | |
remove nonexistant roads (Krille). | |||
2010-07-10 | (svn r20112) -Codechange: Prevent implicit use of CommandCost constructors. | terkhen | |
2010-07-10 | (svn r20111) -Update from WebTranslator v3.0: | translators | |
bulgarian - 74 changes by kokobongo portuguese - 3 changes by ABCRic ukrainian - 1 changes by Fixer | |||
2010-07-10 | (svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water ↵ | alberth | |
using a tree-tile. | |||
2010-07-10 | (svn r20109) -Codechange: Make GetFloodingBehaviour() globally usable. | alberth | |
2010-07-10 | (svn r20108) -Change: [NewGRF] Report substitute industry type in AI ↵ | frosch | |
railstation selection callback. | |||
2010-07-10 | (svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and ↵ | frosch | |
AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity. | |||
2010-07-10 | (svn r20106) -Fix (r5999): Engine and vehicle age were clamped at 0xFFFF, ↵ | frosch | |
though there are 32bit available. | |||
2010-07-09 | (svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, ↵ | rubidium | |
although working, causes a temporary freeze of OpenTTD. As MCI behaves better than DirectMusic that has become the default music driver; small delay between songs beats wrongly pitched/bad sounding songs | |||
2010-07-09 | (svn r20104) -Fix: [Win32] The win32 MIDI driver might clip the start of a song. | michi_cc | |
2010-07-09 | (svn r20103) -Fix [FS#3934]: AITown::GetRating() returned wrong values. ↵ | frosch | |
(Morloth) | |||
2010-07-09 | (svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. ↵ | rubidium | |
Likely because the instruments weren't reset properly | |||
2010-07-09 | (svn r20101) -Update from WebTranslator v3.0: | translators | |
estonian - 16 changes by Jaanus polish - 3 changes by xine portuguese - 6 changes by ABCRic, JayCity romanian - 2 changes by kkmic | |||
2010-07-09 | (svn r20100) -Fix: Give priority to ownership errors while removing rails. | terkhen | |
2010-07-09 | (svn r20099) -Fix [FS#3882]: Give priority to ownership errors while ↵ | terkhen | |
removing roads. | |||
2010-07-09 | (svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes ↵ | michi_cc | |
fail to release its reserved path. | |||
2010-07-09 | (svn r20097) -Codechange: Share constant bitset of safe level crossing slopes. | alberth | |
2010-07-08 | (svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of ↵ | rubidium | |
useless zeros | |||
2010-07-08 | (svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to ↵ | frosch | |
hidden destructor call from Swap(). | |||
2010-07-08 | (svn r20088) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 29 changes by ww9980 irish - 18 changes by tem | |||
2010-07-08 | (svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a ↵ | rubidium | |
savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states | |||
2010-07-07 | (svn r20086) -Add: Textstack support for CB 38. | frosch | |
2010-07-07 | (svn r20085) -Update from WebTranslator v3.0: | translators | |
irish - 9 changes by tem korean - 5 changes by junho2813 lithuanian - 15 changes by BlinK_ ukrainian - 7 changes by Fixer vietnamese - 2 changes by myquartz | |||
2010-07-06 | (svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when ↵ | glx | |
the cursor ha left the window | |||
2010-07-06 | (svn r20083) -Update from WebTranslator v3.0: | translators | |
swedish - 2 changes by tool | |||
2010-07-05 | (svn r20082) -Fix [FS#3899]: reading deleted memory when selecting a NewGRF ↵ | rubidium | |
in the content download window of which the data has not been acquired from the content server. The crash would occur after the content server's reply was processed and the ContentInfo object was replaced with another. | |||
2010-07-05 | (svn r20081) -Update from WebTranslator v3.0: | translators | |
dutch - 2 changes by Nelis english_US - 1 changes by Xanland greek - 2 changes by fumantsu hungarian - 2 changes by IPG ukrainian - 73 changes by Fixer | |||
2010-07-04 | (svn r20080) -Update from WebTranslator v3.0: | translators | |
german - 2 changes by planetmaker hungarian - 2 changes by alyr irish - 14 changes by tem brazilian_portuguese - 2 changes by Tucalipe serbian - 1 changes by etran slovenian - 2 changes by ntadej tamil - 82 changes by vv turkish - 2 changes by niw3 ukrainian - 7 changes by Fixer | |||
2010-07-04 | (svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the ↵ | frosch | |
192-256-magic of vehicle movement. | |||
2010-07-04 | (svn r20078) -Codechange: update .hgignore (Ammler) | yexo | |
2010-07-04 | (svn r20077) -Codechange: remove the space between "open" and "ttd" in the ↵ | yexo | |
title screen | |||
2010-07-04 | (svn r20076) -Fix (r20073): hotkeys for the road toolbar were not stored in ↵ | yexo | |
hotkeys.cfg | |||
2010-07-04 | (svn r20075) -Feature: customizable hotkeys for the main toolbar in the ↵ | yexo | |
scenario editor | |||
2010-07-04 | (svn r20074) -Fix (r20065): highscore window should use the same hotkey for ↵ | yexo | |
quit as the toolbar | |||
2010-07-04 | (svn r20073) -Feature: customizable hotkeys for the road toolbar | yexo | |
2010-07-04 | (svn r20072) -Fix (r20065): NUM_MINUS was stored as NUM_PLUS in config file. | frosch | |
2010-07-04 | (svn r20071) -Codechange: Consistently return the toolbar window for ↵ | frosch | |
ShowBuildXxxToolbar(). | |||
2010-07-03 | (svn r20070) -Feature: when none of the open windows handles a keypress, try ↵ | yexo | |
all toolbars for global hotkeys Users that have run a version between r20056 and r20068 should delete their hotkeys.cfg to reset the terraform toolbar hotkeys to default | |||
2010-07-03 | (svn r20069) -Fix (r20055): Make valgrind happy. | frosch | |
2010-07-03 | (svn r20068) -Feature: customizable hotkeys for the rail toolbar | yexo | |
2010-07-03 | (svn r20067) -Add: special modifier (GLOBAL) to mark hotkeys as global hotkeys | yexo | |
2010-07-03 | (svn r20066) -Fix: When rescanning NewGRFs resp. after content download also ↵ | frosch | |
check whether compatible grfs are available now. | |||
2010-07-03 | (svn r20065) -Feature: customizable hotkeys for the main toolbar | yexo | |
2010-07-03 | (svn r20064) -Doc: Document water tile query and helper functions. | alberth | |
2010-07-03 | (svn r20063) -Feature: customizable hotkeys for the dock toolbar | yexo | |
2010-07-03 | (svn r20062) -Feature: customizable hotkeys for the airport toolbar | yexo | |