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
rubidium
48d74751ac
(svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros.
2009-11-25 23:38:59 +00:00
rubidium
a951c505bf
(svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus.
2009-11-25 23:37:15 +00:00
rubidium
1a8c203d6e
(svn r18291) -Codechange: rework the calculation of the 'days till year' macro a bit so it can be properly reused and add a MAX_DAY
2009-11-25 23:28:04 +00:00
rubidium
d3a925af42
(svn r18290) -Codechange: be more strict about what vehicles may use timetables
2009-11-25 22:58:28 +00:00
rubidium
bd39a3b4c4
(svn r18289) -Codechange: if using RTL draw the toolbar in the reverse direction so the buttons overlap 'nicely'
2009-11-25 21:30:45 +00:00
translators
2f5ab16815
(svn r18288) -Update from WebTranslator v3.0:
...
catalan - 3 changes by arnau
czech - 7 changes by SmatZ
dutch - 11 changes by habell
finnish - 19 changes by jpx_
french - 9 changes by glx
german - 9 changes by dihedral, planetmaker
greek - 46 changes by fumantsu
hungarian - 31 changes by Petert, alyr
polish - 16 changes by silver_777
portuguese - 9 changes by JayCity
romanian - 13 changes by kkmic
serbian - 9 changes by etran
spanish - 6 changes by Terkhen
2009-11-25 18:45:41 +00:00
rubidium
6941db6c39
(svn r18287) -Fix (r17841): a not properly updated list caused reading just freed memory which caused buttons to not work as they should
2009-11-25 17:48:44 +00:00
frosch
93ef16c520
(svn r18286) -Fix (r18280): Number of platforms and platform length start with 1.
2009-11-25 16:26:25 +00:00
rubidium
6befa88d82
(svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus.
2009-11-25 16:17:06 +00:00
frosch
324396ec74
(svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum.
2009-11-24 23:34:46 +00:00
frosch
830231e2bd
(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns.
...
If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases.
2009-11-24 22:15:42 +00:00
frosch
8da21d58a9
(svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier and use 8 * cost_multiplier instead.
2009-11-24 22:02:23 +00:00
smatz
f0c64208cf
(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others)
2009-11-24 21:18:11 +00:00
rubidium
8d6e323ef8
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
2009-11-24 21:13:36 +00:00
translators
3f0e1c9091
(svn r18279) -Update from WebTranslator v3.0:
...
traditional_chinese - 3 changes by josesun
finnish - 2 changes by jpx_
greek - 34 changes by fumantsu
hungarian - 3 changes by alyr
polish - 3 changes by silver_777
spanish - 4 changes by Terkhen
2009-11-24 18:45:22 +00:00
frosch
aa14dc48d0
(svn r18278) -Cleanup (r1): No need to set a cost multiplier for raw-industry-construction of banks. They have never been raw industries.
2009-11-24 18:27:58 +00:00
rubidium
14300d309c
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
2009-11-24 18:05:55 +00:00
frosch
91865c33da
(svn r18276) -Fix: [NoAI] Make AIIndustryType::GetConstructionCost() return -1, if the industry is neither buildable nor prospectable.
2009-11-24 17:56:45 +00:00