summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-01(svn r17363) -Fix [FS#3163] (r16717): feed autoreplace the front of ↵rubidium
vehicles, otherwise it gets distracted and bails out
2009-09-01(svn r17362) -Fix (r17360): alignment in afrikaans.txt was wrongyexo
2009-09-01(svn r17361) -Fix (r17360): committed a bit too muchyexo
2009-09-01(svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the ↵yexo
conversion to nested widgets
2009-09-01(svn r17359) -Fix: put static before cv qualifier, some compilers complain ↵smatz
about that
2009-09-01(svn r17358) -Fix: compilation was broken for gcc older than 3.4smatz
2009-09-01(svn r17357) -Codechange: some compilers complain about implicit conversion ↵smatz
from NULL to bool
2009-09-01(svn r17356) -Fix: actually implement scrolling for the subsidy list instead ↵rubidium
of 'just' showing a scroll bar.
2009-09-01(svn r17355) -Codechange: determine the minimum size of the subsidy gui ↵rubidium
based on (some) of the content
2009-09-01(svn r17354) -Codechange: make the subsidy gui nestedrubidium
2009-09-01(svn r17353) -Codechange: make sure the shuffle and programme buttons in the ↵yexo
music window are always the same size
2009-09-01(svn r17352) -Fix [FS#3162]: trains wouldn't show smoke if the load/unload ↵rubidium
counter wasn't 0, though there doesn't seem to be a reason to check that variable anyhow anymore
2009-09-01(svn r17351) -Update from WebTranslator v3.0:translators
simplified_chinese - 24 changes by yuanmin czech - 118 changes by SmatZ dutch - 2 changes by Yexo french - 2 changes by glx russian - 1 changes by Lone_Wolf spanish - 2 changes by Terkhen
2009-09-01(svn r17350) -Fix (r17336): broken compilation with mingwglx
2009-09-01(svn r17349) -Update (r17348): apply changes to other lang filessmatz
2009-09-01(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdownssmatz
2009-09-01(svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt ↵rubidium
companies anymore; caused by the introduction NoAI, although NewAI had the same problem too.
2009-09-01(svn r17344) -Codechange: splash of coding style over ai_event_types.*rubidium
2009-09-01(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my ↵rubidium
Oxford Dictionary of English and Merriam-Webster.
2009-09-01(svn r17342) -Fix: reset bankruptcy checks when bankruptcy has been averted ↵rubidium
and don't set an unused timeout with a magic number
2009-09-01(svn r17341) -Fix: memory leak when trying to bankrupt the local companyrubidium
2009-09-01(svn r17340) -Fix: old loader tried to load a uint8 into a uint16rubidium
2009-09-01(svn r17339) -Codechange: move thread related files to their own directory ↵rubidium
(like done for video, music, sound, etc)
2009-09-01(svn r17338) -Feature(tte): Add extra entry points for all airports so ↵yexo
planes don't make strange turns when entering the holding stack
2009-08-31(svn r17337) -Fix: some more strange airport holding bay positionsyexo
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium
2009-08-31(svn r17335) -Fix (r17333): don't return a pointer as booleanrubidium
2009-08-31(svn r17334) -Fix: don't turn north just before approaching the landing ↵yexo
strip of the small airport
2009-08-31(svn r17333) -Codechange: make the road pathfinder 'interface' like the one ↵rubidium
for the rail pathfinder -Fix [FS#3057]: road vehicles forgetting their servicing order when the path takes them away (in bird distance) from their destination first
2009-08-31(svn r17332) -Update from WebTranslator v3.0:translators
english_US - 1 changes by agenthh german - 2 changes by Roujin italian - 5 changes by lorenzodv korean - 20 changes by darkhasa
2009-08-30(svn r17331) -Codechange: don't depend on static widget position/size for ↵yexo
drawing of volumer sliders in music window
2009-08-30(svn r17330) -Codechange: Lower some buttons in the music window when ↵yexo
clicked instead of changing the text colour to white
2009-08-30(svn r17329) -Codechange: music window uses nested widgetsyexo
2009-08-30(svn r17328) -Codechange: Get the vehicle technical data as string rather ↵alberth
than having it printed.
2009-08-30(svn r17327) -Codechange: Allow external use of GetEngineCategoryName().alberth
2009-08-30(svn r17326) -Update from WebTranslator v3.0:translators
italian - 1 changes by lorenzodv welsh - 16 changes by welshdragon
2009-08-30(svn r17325) -Codechange: Un-duplicate engine drawing routines.alberth
2009-08-30(svn r17324) -Codechange: Land info window uses nested widget treeYexo
2009-08-30(svn r17323) -Codechange: replace some magic numbers with constants in the ↵rubidium
town directory.
2009-08-30(svn r17322) -Codechange: make the industry directory window nested.rubidium
2009-08-30(svn r17321) -Codechange: minor coding style fixes for the town directoryrubidium
2009-08-30(svn r17320) -Codechange: move the code to determine the string and set ↵rubidium
dparams of industries in the industry directory out of OnPaint
2009-08-30(svn r17319) -Codechange: replace some magic numbers related to ↵rubidium
locations/sizes with the appropriate variables in the industry directory
2009-08-30(svn r17318) -Codechange: remove state changes from the OnPaint of the ↵rubidium
industry directory
2009-08-30(svn r17317) -Document: how to manually install AIsyexo
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of ↵smatz
GetIndustryByTile()
2009-08-30(svn r17315) -Codechange: move code related to industry types to separate filesmatz
2009-08-30(svn r17314) -Fix (r17313): Allow the picker window to change size.alberth
2009-08-29(svn r17313) -Codechange: make the road station picker nestedrubidium
2009-08-29(svn r17312) -Codechange: make the road toolbars and depot picker nestedrubidium