alberth
30e834860a
(svn r18334) -Codechange: No need to test a pointer after using it.
2009-11-29 09:18:49 +00:00
alberth
94f1f51943
(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
948512883b
(svn r18332) -Fix: the MSVC compile warnings
2009-11-29 01:00:03 +00:00
rubidium
55897be79b
(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
da30e736ca
(svn r18330) -Cleanup: remove some unneeded includes
2009-11-28 20:35:25 +00:00
frosch
2672dace25
(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
c942f95a6d
(svn r18328) -Codechange: Remove last usage of {SETX} from strings.
2009-11-28 20:15:16 +00:00
translators
463012191c
(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
318ce40496
(svn r18326) -Fix (r18325): Missing signedness conversion.
2009-11-28 16:10:22 +00:00
frosch
74c43d6b3c
(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
21f2acfd01
(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
d2535d70ee
(svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window
2009-11-28 15:00:45 +00:00
rubidium
45eb0be570
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
2009-11-28 14:42:35 +00:00
rubidium
877307a0eb
(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
0b31433eea
(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
420bc91436
(svn r18319) -Fix: Timetable window wrt. big/small fonts.
2009-11-28 14:07:08 +00:00
rubidium
fedb593293
(svn r18318) -Codechange: add an enum value for manual window placement
2009-11-28 13:54:28 +00:00
alberth
ea6e621024
(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
87b9be8ef4
(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
f7b6e99800
(svn r18315) -Codechange: Remove fixed minimal sizes of the other widgets in both face windows.
2009-11-28 13:43:53 +00:00
frosch
3dc3683e8c
(svn r18314) -Fix: Disable 'start date' button for timetable windows of other companies.
2009-11-28 13:43:15 +00:00
alberth
b20b135581
(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
e86cfa5ed8
(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
74b737f958
(svn r18311) -Codechange: no need to hardcode locations of some 'random' windows
2009-11-28 13:38:34 +00:00
alberth
4cdf3189f8
(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
ee9cf2f589
(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
119638793b
(svn r18308) -Codechange: Use GetSpriteSize() instead of hardcoded width in dropdowns with company icon.
2009-11-27 16:46:17 +00:00
frosch
7900d30c2c
(svn r18307) -Fix: some coding style.
2009-11-27 16:35:34 +00:00
frosch
fb10e6a19e
(svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items.
2009-11-27 16:20:56 +00:00
frosch
372aa6ff5f
(svn r18305) -Codechange: Replace some 2s with WD_FRAMERECT_(LEFT|RIGHT).
2009-11-27 16:18:03 +00:00
rubidium
32a97b05bf
(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
2bbaf9f2eb
(svn r18303) -Fix: Widget indices are valid when >= 0.
2009-11-26 22:46:13 +00:00
smatz
73136f78b3
(svn r18302) -Fix [FS#3328](r18281): city size multiplier was ignored when generating new game
2009-11-26 22:04:11 +00:00
translators
6a5707f2af
(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
a718cea273
(svn r18299) -Update: the ai changelog document
2009-11-26 16:47:31 +00:00
rubidium
a1a8504260
(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
ea3c6e1b1e
(svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing.
2009-11-26 14:56:17 +00:00
rubidium
ee805c31c0
(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
c925d29df2
(svn r18295) -Fix [FS#bigos](r18283): Missed one PR_TERRAFORM.
2009-11-26 00:10:16 +00:00
rubidium
f8ddca3451
(svn r18294) -Feature: set the start time of a timetable
2009-11-25 23:39:50 +00:00
rubidium
04b2a002ff
(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
bd9c679873
(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
371a220960
(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
bfe73ab81a
(svn r18290) -Codechange: be more strict about what vehicles may use timetables
2009-11-25 22:58:28 +00:00
rubidium
a14d00c478
(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
18ee65dffe
(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
fe1dcdd635
(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
841cd2cc32
(svn r18286) -Fix (r18280): Number of platforms and platform length start with 1.
2009-11-25 16:26:25 +00:00
rubidium
dea921ad62
(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
0f31a2f7e4
(svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum.
2009-11-24 23:34:46 +00:00