Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-14 | (svn r17170) -Update from WebTranslator v3.0: | translators | |
bulgarian - 91 changes by Tvel traditional_chinese - 1 changes by Kwokfu greek - 76 changes by fumantsu vietnamese - 48 changes by pinochioxy | |||
2009-08-14 | (svn r17169) -Codechange: apply coding style to some for statements | smatz | |
2009-08-14 | (svn r17168) -Codechange: apply coding style to if and while statements | smatz | |
2009-08-13 | (svn r17167) -Fix: don't resize the 'base grf status' text part in the game ↵ | rubidium | |
options window when there is no base graphics set that misses files. | |||
2009-08-13 | (svn r17166) -Update from WebTranslator v3.0: | translators | |
bulgarian - 29 changes by Tvel simplified_chinese - 2 changes by ww9980 traditional_chinese - 5 changes by Kwokfu greek - 146 changes by fumantsu indonesian - 10 changes by prof polish - 11 changes by amateja | |||
2009-08-13 | (svn r17164) -Fix: crash when clicking on the spacer in the build airport GUI | smatz | |
2009-08-12 | (svn r17162) -Change: move Greek out of unfinished | rubidium | |
2009-08-12 | (svn r17161) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 5 changes by Kwokfu croatian - 74 changes by Tifached czech - 4 changes by SmatZ german - 4 changes by planetmaker greek - 75 changes by fumantsu malay - 1 changes by rionix88 serbian - 30 changes by BlueEyedFiend | |||
2009-08-12 | (svn r17157) -Add: localised decimal separator | smatz | |
2009-08-11 | (svn r17156) -Update from WebTranslator v3.0: | translators | |
dutch - 290 changes by miloiw finnish - 38 changes by jpx_ indonesian - 11 changes by fanioz, prof malay - 5 changes by rionix88 | |||
2009-08-11 | (svn r17154) -Fix (r11129): several times copypasted typo | smatz | |
2009-08-11 | (svn r17153) -Fix (r11429): don't allow further remapping of already ↵ | smatz | |
remapped string | |||
2009-08-10 | (svn r17152) -Fix: A stuck train could free the reservation of another train ↵ | michi_cc | |
if it was reversed or did crash. | |||
2009-08-10 | (svn r17151) -Fix [FS#3104] (r13974): A train entering a PBS section through ↵ | michi_cc | |
a block signal could cause a train crash if another reservation ending at a safe tile was already present in the section. | |||
2009-08-10 | (svn r17150) -Codechange: when MapGRFStringID() fails to remap, return ↵ | smatz | |
STR_EMPTY instead of 'random' string | |||
2009-08-10 | (svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following ↵ | frosch | |
vehicles, when autoreplacing/renewing them. | |||
2009-08-10 | (svn r17146) -Codechange: improve the sample rate conversion a bit | rubidium | |
2009-08-10 | (svn r17145) -Update from WebTranslator v3.0: | translators | |
catalan - 62 changes by arnaullv simplified_chinese - 1 changes by Gavin danish - 4 changes by silentStatic dutch - 248 changes by miloiw french - 7 changes by glx german - 4 changes by planetmaker hungarian - 4 changes by alyr indonesian - 8 changes by fanioz, prof portuguese - 55 changes by SupSuper russian - 8 changes by Rikkit serbian - 4 changes by etran spanish - 5 changes by Terkhen | |||
2009-08-10 | (svn r17143) -Fix [FS#3097]: NewGRFs sometimes got the wrong string causing ↵ | rubidium | |
crashes later on | |||
2009-08-10 | (svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff | rubidium | |
2009-08-09 | (svn r17140) -Change: allow higher sample rate and higher quality samples. ↵ | rubidium | |
Based on work by orudge. | |||
2009-08-09 | (svn r17139) -Change: add the concept of sound sets | rubidium | |
2009-08-09 | (svn r17138) -Fix: some MSVC 64 bits compiler warnings | rubidium | |
2009-08-09 | (svn r17137) -Fix (r17129): strgen complained a lot about english.txt ↵ | rubidium | |
compiled with MSVC. | |||
2009-08-09 | (svn r17135) -Fix (r17133): some (older) GCCs failed to compile | rubidium | |
2009-08-09 | (svn r17134) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 2 changes by Gavin galician - 2 changes by Condex greek - 22 changes by fumantsu urdu - 1 changes by yasirniazkhan | |||
2009-08-09 | (svn r17133) -Codechange: generalise the code that searches for base graphics | rubidium | |
2009-08-09 | (svn r17132) -Fix: comments in company_cmd.cpp | smatz | |
2009-08-09 | (svn r17131) -Codechange: apply coding style to some switch statements | smatz | |
2009-08-09 | (svn r17130) -Fix [FS#3099]: Last line of output in the AI debug window did ↵ | alberth | |
not fit entirely. | |||
2009-08-09 | (svn r17129) -Codechange: also let strgen warn if the translation uses ↵ | rubidium | |
STRINGn or RAW_STRING instead of STRING. | |||
2009-08-08 | (svn r17128) -Codechange: make code used for generating new subsidies nicer | smatz | |
2009-08-08 | (svn r17127) -Fix (r17124): destructor has to be defined else operator ↵ | smatz | |
delete might be called with NULL parameter | |||
2009-08-08 | (svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of ↵ | alberth | |
the derived class. | |||
2009-08-08 | (svn r17125) -Cleanup: remove an unused variable | yexo | |
2009-08-08 | (svn r17124) -Codechange: store subsidies in a pool (instead of an array) | smatz | |
2009-08-08 | (svn r17123) -Codechange (r17122): Use this for calling methods. | alberth | |
2009-08-08 | (svn r17122) -Codechange: Message history window uses nested widget tree. | alberth | |
2009-08-08 | (svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle ↵ | frosch | |
sprite changes. | |||
2009-08-08 | (svn r17120) -Fix (r17114): {STRING2} isn't supposed to be in other lang ↵ | smatz | |
files except english.txt | |||
2009-08-08 | (svn r17119) -Codechange: replace constants in subsidy.cpp by enum values | smatz | |
2009-08-08 | (svn r17118) -Fix: Mark industry tiles dirty when trigger are triggered. | frosch | |
2009-08-08 | (svn r17117) -Fix (r1): don't create pax subsidy when source town, not ↵ | smatz | |
destination town, has good service | |||
2009-08-08 | (svn r17116) -Update from WebTranslator v3.0: | translators | |
galician - 12 changes by Condex greek - 114 changes by fumantsu turkish - 2 changes by niw3 | |||
2009-08-08 | (svn r17115) -Add [NoAI]: AISubsidy::SubsidyParticipantType, ↵ | smatz | |
AISubsidy::GetSourceType, AISubsidy::GetSourceIndex, AISubsidy::GetDestinationType, AISubsidy::GetDestinationIndex for better subsidy management -Change [NoAI]: mark AISubsidy::SourceIsTown, AISubsidy::GetSource, AISubsidy::GetDestinationType, AISubsidy::GetDestination as deprecated | |||
2009-08-08 | (svn r17114) -Update (r17113): use {STRING} instead of {STATION} in related ↵ | smatz | |
strings in other language files too | |||
2009-08-08 | (svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when ↵ | smatz | |
subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source -Change [FS#1134]: subsidies aren't bound to stations after awarding anymore, they still apply to town or industry, no matter what station is used for loading and unloading. Awarded subsidies from older savegames are lost -Change [NoAI]: due to these changes, AISubsidy::GetSource and AISubsidy::GetDestination now return STATION_INVALID for awarded subsidies | |||
2009-08-08 | (svn r17112) -Change [NoAI]: AIVehicleList_Station now also works for waypoints | yexo | |
2009-08-08 | (svn r17111) -Fix (r17110): forgot to include ai_log.hpp | yexo | |
2009-08-08 | (svn r17110) -Fix [NoAI]: Print a warning message in the AI console when a ↵ | yexo | |
deprecated function is used |