Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-29 | (svn r18333) -Fix (r18127): Station view window did not resize properly when ↵ | alberth | |
toggling between ratings and acceptance view. | |||
2009-11-29 | (svn r18332) -Fix: the MSVC compile warnings | rubidium | |
2009-11-29 | (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be ↵ | rubidium | |
displayed fully. Fix by erikjanp. | |||
2009-11-28 | (svn r18330) -Cleanup: remove some unneeded includes | rubidium | |
2009-11-28 | (svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest ↵ | frosch | |
in peace as NewGRF relict. | |||
2009-11-28 | (svn r18328) -Codechange: Remove last usage of {SETX} from strings. | frosch | |
2009-11-28 | (svn r18327) -Update from WebTranslator v3.0: | translators | |
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 | (svn r18326) -Fix (r18325): Missing signedness conversion. | frosch | |
2009-11-28 | (svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also ↵ | frosch | |
make the 'current order'-arrow in order and timetable GUI RTL aware. | |||
2009-11-28 | (svn r18324) -Codechange: there's no need for a default size when the window ↵ | rubidium | |
isn't resizable | |||
2009-11-28 | (svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window | rubidium | |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵ | rubidium | |
same twice. | |||
2009-11-28 | (svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top ↵ | rubidium | |
location based on the main toolbar's height instead of hardcoding that | |||
2009-11-28 | (svn r18320) -Codechange: make the terraform and transparency window not use ↵ | rubidium | |
absolute location but manually calculate based on toolbar size etc. | |||
2009-11-28 | (svn r18319) -Fix: Timetable window wrt. big/small fonts. | frosch | |
2009-11-28 | (svn r18318) -Codechange: add an enum value for manual window placement | rubidium | |
2009-11-28 | (svn r18317) -Codechange: Merge both face windows into a single window ↵ | alberth | |
description and widget parts array. | |||
2009-11-28 | (svn r18316) -Codechange: Introduce selection widgets to enable turning ↵ | alberth | |
parts of the face window on and off. | |||
2009-11-28 | (svn r18315) -Codechange: Remove fixed minimal sizes of the other widgets in ↵ | alberth | |
both face windows. | |||
2009-11-28 | (svn r18314) -Fix: Disable 'start date' button for timetable windows of ↵ | frosch | |
other companies. | |||
2009-11-28 | (svn r18313) -Codechange: Decide the size of the widgets displaying values ↵ | alberth | |
of parts in the advanced face window dynamically. | |||
2009-11-28 | (svn r18312) -Codechange: Simplify the nested widget part arrays of both ↵ | alberth | |
face windows, and move a bit towards merging. | |||
2009-11-28 | (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows | rubidium | |
2009-11-28 | (svn r18310) -Codechange: Introduce widgets for the names of the parts in ↵ | alberth | |
the advanced face editing window, | |||
2009-11-27 | (svn r18309) -Update from WebTranslator v3.0: | translators | |
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 | (svn r18308) -Codechange: Use GetSpriteSize() instead of hardcoded width in ↵ | frosch | |
dropdowns with company icon. | |||
2009-11-27 | (svn r18307) -Fix: some coding style. | frosch | |
2009-11-27 | (svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items. | frosch | |
2009-11-27 | (svn r18305) -Codechange: Replace some 2s with WD_FRAMERECT_(LEFT|RIGHT). | frosch | |
2009-11-27 | (svn r18304) -Codechange: don't use SETX for the arrival/departure panel; ↵ | rubidium | |
some languages don't have short abbreviations :( | |||
2009-11-26 | (svn r18303) -Fix: Widget indices are valid when >= 0. | frosch | |
2009-11-26 | (svn r18302) -Fix [FS#3328](r18281): city size multiplier was ignored when ↵ | smatz | |
generating new game | |||
2009-11-26 | (svn r18301) -Update from WebTranslator v3.0: | translators | |
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 | (svn r18299) -Update: the ai changelog document | rubidium | |
2009-11-26 | (svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing. | frosch | |
2009-11-26 | (svn r18296) -Codechange: show the next 4 orders instead of the first 4 ↵ | rubidium | |
orders in the ship/aircraft vehicle lists | |||
2009-11-26 | (svn r18295) -Fix [FS#bigos](r18283): Missed one PR_TERRAFORM. | frosch | |
2009-11-25 | (svn r18294) -Feature: set the start time of a timetable | rubidium | |
2009-11-25 | (svn r18293) -Codechange: add a window to set the date. Based on work by ↵ | rubidium | |
PhilSophus and Maedhros. | |||
2009-11-25 | (svn r18292) -Codechange: add a command to set the start date of a ↵ | rubidium | |
timetable. Based on work by PhilSophus. | |||
2009-11-25 | (svn r18291) -Codechange: rework the calculation of the 'days till year' ↵ | rubidium | |
macro a bit so it can be properly reused and add a MAX_DAY | |||
2009-11-25 | (svn r18290) -Codechange: be more strict about what vehicles may use timetables | rubidium | |
2009-11-25 | (svn r18289) -Codechange: if using RTL draw the toolbar in the reverse ↵ | rubidium | |
direction so the buttons overlap 'nicely' | |||
2009-11-25 | (svn r18288) -Update from WebTranslator v3.0: | translators | |
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 | (svn r18287) -Fix (r17841): a not properly updated list caused reading just ↵ | rubidium | |
freed memory which caused buttons to not work as they should | |||
2009-11-25 | (svn r18286) -Fix (r18280): Number of platforms and platform length start ↵ | frosch | |
with 1. | |||
2009-11-25 | (svn r18285) -Feature: show the expected arrival/departure dates in the ↵ | rubidium | |
timetable window. Based on work by PhilSophus. | |||
2009-11-24 | (svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum. | frosch | |
2009-11-24 | (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ↵ | frosch | |
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 | (svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier ↵ | frosch | |
and use 8 * cost_multiplier instead. |