summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-19(svn r24532) -Change: try to read more UDP packets per game looprubidium
2012-09-18(svn r24531) -Fix: Max script chance was too big.alberth
2012-09-17(svn r24530) -Fix [#5203] (r24521): Ctrl+backspace/delete could remove too ↵zuu
many characters (sbr)
2012-09-16(svn r24529) -Update from WebTranslator v3.0:translators
hungarian - 2 changes by yozi korean - 2 changes by telk5093 latvian - 7 changes by Parastais
2012-09-16(svn r24528) -Fix: [NewGRF] RandomAction 84 should interpret register 100 as ↵frosch
signed.
2012-09-16(svn r24527) -Add: [NewGRF] Allow resolving var 5F via vehicle var 61.frosch
2012-09-15(svn r24526) -Update from WebTranslator v3.0:translators
latvian - 2 changes by Parastais
2012-09-15(svn r24525) -Add [FS#4539]: [OSX] Additional high-resolution icons for the ↵planetmaker
app bundle (Zydeco)
2012-09-13(svn r24524) -Fix [FS#5296]: fix some compile problems in mac-only code (__ln__)yexo
2012-09-12(svn r24523) -Fix: The gender of an industry name is defined by the ↵frosch
industry-type part of the name, not by the town-name part, even if it comes first.
2012-09-12(svn r24522) -Codechange: Rename _keep_gender_data to _scan_for_gender_data ↵frosch
to reflect what it intends to do instead of what it does.
2012-09-10(svn r24521) -Feature [FS#5203]: Ctrl + Backspace/Delete to remove ↵zuu
characters up to next word beginning in text edit boxes
2012-09-10(svn r24520) -Feature [FS#5203]: Ctrl + Arrow keys to move entire words in ↵zuu
text edit boxes (sbr)
2012-09-10(svn r24519) -Codechange [FS#5203]: Refactor character removal code of text editzuu
2012-09-10(svn r24518) -Codechange [FS#5203]: Refactor arrow key text edit movement ↵zuu
code (sbr)
2012-09-09(svn r24517) -Update from WebTranslator v3.0:translators
czech - 23 changes by Eskymak
2012-09-09(svn r24516) -Add: [GS] Support ##plural pragma in GS lang files.frosch
2012-09-09(svn r24515) -Fix: GStexts were compied incompletely when containing certain ↵frosch
string codes.
2012-09-08(svn r24514) -Update from WebTranslator v3.0:translators
welsh - 3 changes by kazzie
2012-09-08(svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry.frosch
2012-09-07(svn r24512) -Update from WebTranslator v3.0:translators
czech - 26 changes by Eskymak luxembourgish - 7 changes by Phreeze
2012-09-06(svn r24511) -Update from WebTranslator v3.0:translators
latvian - 3 changes by Parastais vietnamese - 1 changes by nglekhoi
2012-09-03(svn r24510) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093 latvian - 11 changes by Parastais
2012-09-02(svn r24509) -Update from WebTranslator v3.0:translators
german - 4 changes by NG korean - 5 changes by telk5093
2012-09-02(svn r24508) -Fix [FS#5281] (24488): Content GUI crashed after downloading a ↵frosch
NewGRF while it is selected.
2012-09-01(svn r24507) -Fix [FS#5285]: The mousewheel did not work in the build ↵frosch
waypoint window. (sbr)
2012-09-01(svn r24506) -Fix: Airport variables 60 to 65 an 69 used the wrong CTT for ↵frosch
translations. (Alberth)
2012-09-01(svn r24505) -Add: Select the GS tab if all AI tabs are unselectable in the ↵zuu
AI debug window.
2012-09-01(svn r24504) -Update from WebTranslator v3.0:translators
russian - 2 changes by Lone_Wolf
2012-09-01(svn r24503) -Change [FS#5228]: When building long roads or tramways, only ↵terkhen
build the roadbits at the beginning and the end if they can connect to something.
2012-08-30(svn r24502) -Update from WebTranslator v3.0:translators
vietnamese - 1 changes by nglekhoi
2012-08-28(svn r24501) -Update from WebTranslator v3.0:translators
russian - 2 changes by kuriatoru
2012-08-27(svn r24500) -Fix: Don't show the global goals as company goals for spectatorszuu
2012-08-27(svn r24499) -Update from WebTranslator v3.0:translators
welsh - 7 changes by kazzie
2012-08-26(svn r24498) -Update from WebTranslator v3.0:translators
welsh - 32 changes by kazzie
2012-08-25(svn r24497) -Feature [FS#5106]: When using autorefit only load/refit ↵frosch
vehicles if other wagons cannot already take all cargo without refitting. This way the consist preserves its refit potential as long as possible, in case other cargo arrives at the station.
2012-08-23(svn r24496) -Fix [FS#5276]: Make sure all template functions are ↵frosch
instantiated by at least one compilation unit.
2012-08-23(svn r24495) -Update from WebTranslator v3.0:translators
luxembourgish - 9 changes by Phreeze
2012-08-21(svn r24494) -Update: Some documentation.frosch
2012-08-21(svn r24493) -Doc: Update GS changelog.frosch
2012-08-21(svn r24492) -Add: [NoGo] Useful behaviour for GSEngine::IsValidEngine and ↵frosch
GSEngine::IsBuildable when outside GSCompanyMode scope.
2012-08-21(svn r24491) -Fix: compilation error with networking disabledrubidium
2012-08-21(svn r24490) -Fix (r24487): forgot to run script/api/squirrel_export.shyexo
2012-08-21(svn r24489) -Feature [FS#5230]: Display GS dead state in AI debug window.zuu
2012-08-20(svn r24488) -Feature [FS#5236]: add buttons to view textfiles from the ↵yexo
online content window (LordAro)
2012-08-20(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the ↵yexo
path instead of a boolean (LordAro)
2012-08-20(svn r24486) -Update from WebTranslator v3.0:translators
portuguese - 15 changes by ricardoespsanto
2012-08-20(svn r24485) -Fix: Clarify description of command line option -nplanetmaker
2012-08-19(svn r24484) -Update from WebTranslator v3.0:translators
korean - 4 changes by telk5093 luxembourgish - 19 changes by Phreeze
2012-08-18(svn r24483) -Fix: remove ZERO WIDTH SPACE character from Dutch strings ↵rubidium
causing the fallback font to be chosen over the sprite font