summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-23(svn r18256) -Codechange: make the vehicle details window big font awarerubidium
2009-11-23(svn r18255) -Codechange: make the town authority window big font awarerubidium
2009-11-23(svn r18254) -Codechange: make the highscore windows big font aware-ish till ↵rubidium
the point that it still fits within the graphics
2009-11-23(svn r18253) -Codechange: Convert the linked list of loaded GRFFiles into a ↵frosch
SmallVector.
2009-11-23(svn r18252) -Fix: crash when news is shown when the end game window is ↵rubidium
opened (status bar goes missing for a while etc.)
2009-11-23(svn r18251) -Codechange: make the join status window big font awarerubidium
2009-11-22(svn r18250) -Codechange: make the graph legend big font awarerubidium
2009-11-22(svn r18249) -Codechange: make the network client list big font awarerubidium
2009-11-22(svn r18248) -Codechange: remove magic numbers from the AI debug window, ↵rubidium
making it big font aware in the process
2009-11-22(svn r18247) -Codechange: make the AI settings window big font awarerubidium
2009-11-22(svn r18246) -Codechange: Make signs and station/town names big font aware.frosch
2009-11-22(svn r18245) -Codechange: Deduplicate code wrt. clicking on signs and ↵frosch
station/town names.
2009-11-22(svn r18244) -Codechange: Make texteffects big font aware.frosch
2009-11-22(svn r18243) -Codechange: Deduplicate code wrt. drawing signs and ↵frosch
station/town names.
2009-11-22(svn r18242) -Codechange: make the refit window big font awarerubidium
2009-11-22(svn r18241) -Codechange: make the rail depot 'buttons' centered in the windowrubidium
2009-11-22(svn r18240) -Change: align the 'select' sprite in the network content GUI ↵rubidium
based on the font height
2009-11-22(svn r18239) -Codechange: make the AI 'selection' list window big font awarerubidium
2009-11-22(svn r18238) -Codechange: make the autoreplace window big font awarerubidium
2009-11-22(svn r18237) -Codechange: make the group GUI big font awarerubidium
2009-11-22(svn r18236) -Codechange: make the group gui behave 'better aligned'rubidium
2009-11-22(svn r18235) -Fix: like r18233, but for the non-trainsrubidium
2009-11-22(svn r18234) -Update from WebTranslator v3.0:translators
arabic_egypt - 14 changes by kasakg catalan - 2 changes by arnau croatian - 92 changes by UnderwaterHesus greek - 30 changes by polish - 3 changes by silver_777
2009-11-22(svn r18233) -Fix: Fix matrix widget of the autoreplace gui.alberth
2009-11-22(svn r18232) -Fix: Extend container widgets to accomadate multiples of ↵alberth
filling step size.
2009-11-22(svn r18231) -Fix: Enable filling of matrix widget in the depot gui.alberth
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-22(svn r18228) -Fix: make string drawing big font aware, i.e. don't big ↵rubidium
characters flicker like a stroboscope.
2009-11-22(svn r18227) -Fix (r17676)[FS#3325]: GRF parameters and palette were no ↵frosch
longer displayed in NewGRF gui.
2009-11-22(svn r18226) -Fix: the caption of the select station/waypoint window was ↵rubidium
black instead of (the default) white
2009-11-22(svn r18225) -Codechange: make the select station window behave better with ↵rubidium
big fonts
2009-11-22(svn r18224) -Codechange: make the road construction windows big font awarerubidium
2009-11-22(svn r18223) -Codechange: remove the requirement of having an index for ↵rubidium
background widgets
2009-11-22(svn r18222) -Codechange: make the sign list window big font awarerubidium
2009-11-22(svn r18221) -Codechange: make the NewGRF window big font awarerubidium
2009-11-22(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.alberth
2009-11-22(svn r18219) -Fix: the up/down buttons in the start network server window ↵rubidium
didn't work anymore
2009-11-22(svn r18218) -Codechange: make a few network windows big font awarerubidium
2009-11-22(svn r18217) -Codechange: make the livery window big font awarerubidium
2009-11-22(svn r18216) -Codechange: make the scenario editor dock tool big font awarerubidium
2009-11-22(svn r18215) -Codechange: make the simple face window big font awarerubidium
2009-11-22(svn r18214) -Codechange: make the AI config window big font awarerubidium
2009-11-22(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size ↵rubidium
and tooltip for scrollbars
2009-11-22(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, ↵rubidium
WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
2009-11-22(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' ↵rubidium
from WWT_RESIZEBOX instances
2009-11-22(svn r18210) -Codechange: Child widgets always get the entire space in ↵alberth
perpendicular direction of the container.
2009-11-21(svn r18209) -Update from WebTranslator v3.0:translators
traditional_chinese - 7 changes by josesun german - 2 changes by Roujin greek - 37 changes by fumantsu indonesian - 4 changes by prof italian - 2 changes by lorenzodv korean - 76 changes by dlunch norwegian_bokmal - 7 changes by thondal norwegian_nynorsk - 33 changes by thondal polish - 2 changes by silver_777 serbian - 2 changes by etran
2009-11-21(svn r18208) -Fix [FS#3321]: in some cases the size of the land information ↵rubidium
window wasn't properly calculated
2009-11-21(svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the ↵rubidium
values of action D variable 13 were incorrect