summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-12-01(svn r18364) -Codechange: move the pathfinders and their related files into ↵rubidium
a separate directory
2009-12-01(svn r18363) -Feature: do not require advanced settings multistrings to ↵rubidium
start at 0
2009-12-01(svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code ↵rubidium
and simplify some things for the future
2009-12-01(svn r18361) -Fix: Remove unneeded usage of invalid pointer. Also thank ↵frosch
Hirundo and SmatZ.
2009-12-01(svn r18359) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by josesun croatian - 114 changes by UnderwaterHesus hungarian - 26 changes by IPG
2009-12-01(svn r18358) -Cleanup: More usage of EPV_CYCLES_(DARK|GLITTER)_WATER.frosch
2009-11-30(svn r18353) -Fix: string colours can't have a caserubidium
2009-11-30(svn r18352) -Update from WebTranslator v3.0:translators
afrikaans - 35 changes by Maccie123 traditional_chinese - 1 changes by josesun croatian - 221 changes by UnderwaterHesus danish - 129 changes by embql dutch - 7 changes by habell finnish - 4 changes by Tve4 french - 1 changes by glx german - 1 changes by planetmaker hungarian - 1 changes by IPG italian - 1 changes by lorenzodv polish - 1 changes by silver_777 portuguese - 3 changes by JayCity serbian - 3 changes by etran spanish - 1 changes by Terkhen
2009-11-30(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom levelrubidium
2009-11-29(svn r18350) -Codechange: catch SIGILL under unix-like systems as wellsmatz
2009-11-29(svn r18349) -Fix (r18347): Older compilers want explicit assignments.alberth
2009-11-29(svn r18348) -Doc: Doxygen fixes, and removal of an old @note.alberth
2009-11-29(svn r18347) -Codechange: Compute width of labels in news settings window once.alberth
2009-11-29(svn r18346) -Codechange: Compute size of face part display buttons only ↵alberth
once in face window.
2009-11-29(svn r18345) -Codechange: Warn the window that it gets initialized, so it ↵alberth
can do some work ahead.
2009-11-29(svn r18344) -Change [FS#2923]: do not split up articulated vehicles in the ↵rubidium
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(svn r18343) -Fix [FS#3336] (r18243): dark blue signs would be drawn transparentrubidium
2009-11-29(svn r18342) -Fix: erroneous spaces before ;rubidium
2009-11-29(svn r18341) -Fix: Replace some GetNextVehicle() with GetNextUnit() where ↵frosch
needed.
2009-11-29(svn r18340) -Update from WebTranslator v3.0:translators
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(svn r18339) -Cleanup: remove SKIP support from strgen toorubidium
2009-11-29(svn r18338) -Codechange: remove the need for {SKIP}rubidium
2009-11-29(svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + ↵alberth
strings.
2009-11-29(svn r18336) -Cleanup (r18092): Remove declaration of an already removed ↵alberth
function.
2009-11-29(svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking.alberth
2009-11-29(svn r18334) -Codechange: No need to test a pointer after using it.alberth
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 warningsrubidium
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 includesrubidium
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 windowrubidium
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 placementrubidium
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' windowsrubidium
2009-11-28(svn r18310) -Codechange: Introduce widgets for the names of the parts in ↵alberth
the advanced face editing window,