Commit Graph

13809 Commits

Author SHA1 Message Date
rubidium 8a8bf6c53d (svn r18344) -Change [FS#2923]: do not split up articulated vehicles in the train details view. If an articulated vehicle it too 'wide' draw the information on the next line and if there are multiple cargos split that over multiple lines too. Based on work by frosch123. 2009-11-29 19:31:23 +00:00
rubidium ff5b46190d (svn r18343) -Fix [FS#3336] (r18243): dark blue signs would be drawn transparent 2009-11-29 19:27:53 +00:00
rubidium 2e2f72b971 (svn r18342) -Fix: erroneous spaces before ; 2009-11-29 19:20:39 +00:00
frosch 2784f15304 (svn r18341) -Fix: Replace some GetNextVehicle() with GetNextUnit() where needed. 2009-11-29 18:46:54 +00:00
translators dd1fd66ed6 (svn r18340) -Update from WebTranslator v3.0:
finnish - 7 changes by jpx_
german - 2 changes by planetmaker
greek - 30 changes by 
hungarian - 2 changes by alyr
indonesian - 4 changes by prof
portuguese - 5 changes by JayCity
russian - 19 changes by Lone_Wolf
spanish - 2 changes by Terkhen
2009-11-29 18:45:28 +00:00
rubidium 65e6355422 (svn r18339) -Cleanup: remove SKIP support from strgen too 2009-11-29 17:24:39 +00:00
rubidium 0fce00edd8 (svn r18338) -Codechange: remove the need for {SKIP} 2009-11-29 17:20:27 +00:00
alberth 548f47af58 (svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + strings. 2009-11-29 12:52:08 +00:00
alberth 1f70f065d6 (svn r18336) -Cleanup (r18092): Remove declaration of an already removed function. 2009-11-29 11:48:20 +00:00
alberth 01d4eba140 (svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking. 2009-11-29 10:56:51 +00:00
alberth 45327a588b (svn r18334) -Codechange: No need to test a pointer after using it. 2009-11-29 09:18:49 +00:00
alberth c0dfaec34d (svn r18333) -Fix (r18127): Station view window did not resize properly when toggling between ratings and acceptance view. 2009-11-29 09:01:03 +00:00
rubidium 736e0c18cc (svn r18332) -Fix: the MSVC compile warnings 2009-11-29 01:00:03 +00:00
rubidium 5d38d06313 (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp. 2009-11-29 00:41:08 +00:00
rubidium b00a5f1069 (svn r18330) -Cleanup: remove some unneeded includes 2009-11-28 20:35:25 +00:00
frosch bf0b72ae9e (svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest in peace as NewGRF relict. 2009-11-28 20:27:42 +00:00
frosch ae97bf029c (svn r18328) -Codechange: Remove last usage of {SETX} from strings. 2009-11-28 20:15:16 +00:00
translators 8de6e3fcd9 (svn r18327) -Update from WebTranslator v3.0:
catalan - 26 changes by arnau
traditional_chinese - 24 changes by josesun
finnish - 4 changes by jpx_
french - 2 changes by glx
greek - 30 changes by 
italian - 6 changes by lorenzodv
polish - 8 changes by silver_777
portuguese - 4 changes by JayCity
spanish - 2 changes by Terkhen
2009-11-28 18:45:30 +00:00
frosch a66f383d1b (svn r18326) -Fix (r18325): Missing signedness conversion. 2009-11-28 16:10:22 +00:00
frosch 49aca1edc0 (svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also make the 'current order'-arrow in order and timetable GUI RTL aware. 2009-11-28 15:12:24 +00:00
rubidium 1f0da3710f (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 2009-11-28 15:01:49 +00:00
rubidium 9bb4ad4ba8 (svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window 2009-11-28 15:00:45 +00:00
rubidium 293dfd7c3e (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 2009-11-28 14:42:35 +00:00
rubidium b58b058e2b (svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top location based on the main toolbar's height instead of hardcoding that 2009-11-28 14:36:43 +00:00
rubidium 6a367fda8a (svn r18320) -Codechange: make the terraform and transparency window not use absolute location but manually calculate based on toolbar size etc. 2009-11-28 14:30:00 +00:00
frosch a825349bf1 (svn r18319) -Fix: Timetable window wrt. big/small fonts. 2009-11-28 14:07:08 +00:00
rubidium 458c73aecb (svn r18318) -Codechange: add an enum value for manual window placement 2009-11-28 13:54:28 +00:00
alberth a427ab751d (svn r18317) -Codechange: Merge both face windows into a single window description and widget parts array. 2009-11-28 13:47:57 +00:00
alberth 4999a76b3e (svn r18316) -Codechange: Introduce selection widgets to enable turning parts of the face window on and off. 2009-11-28 13:45:03 +00:00
alberth 3b1d471838 (svn r18315) -Codechange: Remove fixed minimal sizes of the other widgets in both face windows. 2009-11-28 13:43:53 +00:00
frosch 6734252dfa (svn r18314) -Fix: Disable 'start date' button for timetable windows of other companies. 2009-11-28 13:43:15 +00:00
alberth 692a45c352 (svn r18313) -Codechange: Decide the size of the widgets displaying values of parts in the advanced face window dynamically. 2009-11-28 13:42:35 +00:00
alberth 0be86e295b (svn r18312) -Codechange: Simplify the nested widget part arrays of both face windows, and move a bit towards merging. 2009-11-28 13:40:41 +00:00
rubidium ff32ea24fc (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows 2009-11-28 13:38:34 +00:00
alberth 2dbf1d72f9 (svn r18310) -Codechange: Introduce widgets for the names of the parts in the advanced face editing window, 2009-11-28 13:34:49 +00:00
translators 89c8c4553c (svn r18309) -Update from WebTranslator v3.0:
croatian - 44 changes by UnderwaterHesus
french - 18 changes by glx
german - 4 changes by planetmaker
greek - 31 changes by fumantsu
hungarian - 18 changes by alyr
italian - 19 changes by lorenzodv
polish - 11 changes by silver_777
portuguese - 3 changes by JayCity
serbian - 4 changes by etran
spanish - 14 changes by Terkhen
swedish - 28 changes by Chrill
2009-11-27 18:45:37 +00:00
frosch bdd0f8762d (svn r18308) -Codechange: Use GetSpriteSize() instead of hardcoded width in dropdowns with company icon. 2009-11-27 16:46:17 +00:00
frosch 5c6b7fd88d (svn r18307) -Fix: some coding style. 2009-11-27 16:35:34 +00:00
frosch b4626547b5 (svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items. 2009-11-27 16:20:56 +00:00
frosch a37ca47882 (svn r18305) -Codechange: Replace some 2s with WD_FRAMERECT_(LEFT|RIGHT). 2009-11-27 16:18:03 +00:00
rubidium 5dc2e2831d (svn r18304) -Codechange: don't use SETX for the arrival/departure panel; some languages don't have short abbreviations :( 2009-11-27 15:16:58 +00:00
frosch efffb1b92c (svn r18303) -Fix: Widget indices are valid when >= 0. 2009-11-26 22:46:13 +00:00
smatz 421a24001c (svn r18302) -Fix [FS#3328](r18281): city size multiplier was ignored when generating new game 2009-11-26 22:04:11 +00:00
translators 4eccf3a5cf (svn r18301) -Update from WebTranslator v3.0:
dutch - 20 changes by habell
finnish - 10 changes by jpx_
german - 20 changes by planetmaker
greek - 30 changes by 
hungarian - 1 changes by alyr
italian - 19 changes by lorenzodv
portuguese - 18 changes by JayCity
serbian - 20 changes by etran
spanish - 10 changes by Terkhen
2009-11-26 18:45:29 +00:00
rubidium 9a87c35cd0 (svn r18299) -Update: the ai changelog document 2009-11-26 16:47:31 +00:00
rubidium 25a15c79ae (svn r18298) -Document: that the dummy AI message is because 'you' don't have an AI... and how to 'solve' the issue; way too many people are ignorant 2009-11-26 16:29:19 +00:00
frosch f97daed5ef (svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing. 2009-11-26 14:56:17 +00:00
rubidium 4978d30880 (svn r18296) -Codechange: show the next 4 orders instead of the first 4 orders in the ship/aircraft vehicle lists 2009-11-26 11:34:12 +00:00
frosch 1725a73700 (svn r18295) -Fix [FS#bigos](r18283): Missed one PR_TERRAFORM. 2009-11-26 00:10:16 +00:00
rubidium 851c71a79d (svn r18294) -Feature: set the start time of a timetable 2009-11-25 23:39:50 +00:00