Commit Graph

12847 Commits (f22e1cf9aba985a0dfe3aa0267643998ab5a6203)
 

Author SHA1 Message Date
smatz f22e1cf9ab (svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns 15 years ago
rubidium 62e990823d (svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too. 15 years ago
rubidium eba9b2f779 (svn r17344) -Codechange: splash of coding style over ai_event_types.* 15 years ago
rubidium c1fe2ce4bc (svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster. 15 years ago
rubidium 94867f3052 (svn r17342) -Fix: reset bankruptcy checks when bankruptcy has been averted and don't set an unused timeout with a magic number 15 years ago
rubidium 846cd79ada (svn r17341) -Fix: memory leak when trying to bankrupt the local company 15 years ago
rubidium d1b0754bbf (svn r17340) -Fix: old loader tried to load a uint8 into a uint16 15 years ago
rubidium 533e3da493 (svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc) 15 years ago
yexo 2aec011d04 (svn r17338) -Feature(tte): Add extra entry points for all airports so planes don't make strange turns when entering the holding stack 15 years ago
yexo 0755f3a9c1 (svn r17337) -Fix: some more strange airport holding bay positions 15 years ago
rubidium 19b83eb5aa (svn r17336) -Codechange: move some os specific files into src/os/ 15 years ago
rubidium 54f67b8137 (svn r17335) -Fix (r17333): don't return a pointer as boolean 15 years ago
yexo 1d55bb2090 (svn r17334) -Fix: don't turn north just before approaching the landing strip of the small airport 15 years ago
rubidium 67468acf5a (svn r17333) -Codechange: make the road pathfinder 'interface' like the one 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
15 years ago
translators 9edf3ec982 (svn r17332) -Update from WebTranslator v3.0:
english_US - 1 changes by agenthh
german - 2 changes by Roujin
italian - 5 changes by lorenzodv
korean - 20 changes by darkhasa
15 years ago
yexo ef8a9a25ff (svn r17331) -Codechange: don't depend on static widget position/size for drawing of volumer sliders in music window 15 years ago
yexo dc9d4865c9 (svn r17330) -Codechange: Lower some buttons in the music window when clicked instead of changing the text colour to white 15 years ago
yexo c54d23e954 (svn r17329) -Codechange: music window uses nested widgets 15 years ago
alberth caa44c71a9 (svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed. 15 years ago
alberth 174284d526 (svn r17327) -Codechange: Allow external use of GetEngineCategoryName(). 15 years ago
translators 2f9ebae66d (svn r17326) -Update from WebTranslator v3.0:
italian - 1 changes by lorenzodv
welsh - 16 changes by welshdragon
15 years ago
alberth c37078c9b7 (svn r17325) -Codechange: Un-duplicate engine drawing routines. 15 years ago
Yexo 7cb4f3e7a3 (svn r17324) -Codechange: Land info window uses nested widget tree 15 years ago
rubidium 751dc4ad3d (svn r17323) -Codechange: replace some magic numbers with constants in the town directory. 15 years ago
rubidium 25b667c1ea (svn r17322) -Codechange: make the industry directory window nested. 15 years ago
rubidium ecf50ba58e (svn r17321) -Codechange: minor coding style fixes for the town directory 15 years ago
rubidium b237655d76 (svn r17320) -Codechange: move the code to determine the string and set dparams of industries in the industry directory out of OnPaint 15 years ago
rubidium 898d070919 (svn r17319) -Codechange: replace some magic numbers related to locations/sizes with the appropriate variables in the industry directory 15 years ago
rubidium 99dda2a3ce (svn r17318) -Codechange: remove state changes from the OnPaint of the industry directory 15 years ago
yexo 601450b6f8 (svn r17317) -Document: how to manually install AIs 15 years ago
smatz 09e1ecc8ac (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile() 15 years ago
smatz 1889ebff85 (svn r17315) -Codechange: move code related to industry types to separate file 15 years ago
alberth 54f5962af2 (svn r17314) -Fix (r17313): Allow the picker window to change size. 15 years ago
rubidium 8a91545f62 (svn r17313) -Codechange: make the road station picker nested 15 years ago
rubidium d514d665ef (svn r17312) -Codechange: make the road toolbars and depot picker nested 15 years ago
yexo a3382deac7 (svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING 15 years ago
yexo fad737decb (svn r17310) -Codechange: about window uses nested widget tree 15 years ago
smatz 0b980d91c7 (svn r17309) -Fix: not all non-ASCII characters were entered with escapes in the About window 15 years ago
translators c0735ffd68 (svn r17308) -Update from WebTranslator v3.0:
french - 22 changes by glx
german - 28 changes by Roujin
indonesian - 7 changes by fanioz
italian - 44 changes by lorenzodv
russian - 7 changes by MajestiC
15 years ago
yexo a80bb35ffe (svn r17307) -Fix [NoAI]: AIRail::RemoveRailTrack returned ERR_PRECONDITION_ERROR for road/rail-crossings 15 years ago
alberth 6432986704 (svn r17306) -Fix: DrawStringMultiLine() computed available width and height wrongly. 15 years ago
rubidium 252304b569 (svn r17304) -Codechange: move (more) drawing code out of the rail depot picker's OnPaint. 15 years ago
translators b0ba8e35ce (svn r17303) -Update from WebTranslator v3.0:
french - 30 changes by glx
german - 38 changes by Roujin
spanish - 103 changes by Terkhen
15 years ago
rubidium cdca76cd6b (svn r17301) -Fix (r17297): typo 15 years ago
rubidium b6c97c36b6 (svn r17300) -Fix [FS#3120]: mention of Ctrl modifier was missing from some tooltips 15 years ago
rubidium d5bd62ad15 (svn r17299) -Fix: the tooltip could get truncated under some circumstances due to its custom string height determination 15 years ago
yexo 8a2e1011b2 (svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first available company slot causing other AIs to be started 15 years ago
rubidium 79ad9f5b58 (svn r17297) -Fix [part of FS#3120]: effect of pressing Ctrl was missed in a number of cases 15 years ago
rubidium 169df83012 (svn r17296) -Fix/feature [FS#3152]: allow rail wagons to be build when only el rail engines are available 15 years ago
translators c10abd507d (svn r17295) -Update from WebTranslator v3.0:
lithuanian - 6 changes by mtxd
15 years ago