summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-15(svn r18101) -Fix (r15188): AI settings window used window-relative pixel ↵peter1138
positions
2009-11-15(svn r18099) -Codechange: scale the edit boxes to the fontsizerubidium
2009-11-15(svn r18097) -Fix: typo in commentrubidium
2009-11-15(svn r18096) -Fix (r5079/r7158??): Use free type ascender/descender metrics ↵peter1138
to position font offset correctly.
2009-11-15(svn r18095) -Fix (r18093): a bit too much nested_array != NULL removalrubidium
2009-11-15(svn r18094) -Codechange: make the network content GUI work better with RTLrubidium
2009-11-15(svn r18093) -Fix: the mouseover handler could crash if there wasn't a ↵rubidium
widget under the mouse
2009-11-15(svn r18092) -Codechange: remove support for the unnested widgetsrubidium
2009-11-15(svn r18091) -Codechange: CompanyWindow uses pure nested widgets.alberth
2009-11-15(svn r18090) -Fix: Only allow raising of WWT_* nested widgets.alberth
2009-11-15(svn r18089) -Codechange: remove ResizeWindowForWidgetrubidium
2009-11-15(svn r18088) -Codechange: remove CompareWidgetArraysrubidium
2009-11-15(svn r18087) -Codechange: remove NWID_LAYEREDrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-15(svn r18085) -Codechange: Make the company face window use nested widgets.alberth
2009-11-15(svn r18084) -Codechange: make the cheat gui nestedrubidium
2009-11-14(svn r18083) -Codechange: make the small map GUI nested.rubidium
2009-11-14(svn r18082) -Codechange: make it visually easier to see where the different ↵rubidium
legenda 'tables' are split + some typos
2009-11-14(svn r18081) -Update from WebTranslator v3.0:translators
catalan - 9 changes by arnau traditional_chinese - 9 changes by josesun polish - 103 changes by silver_777 brazilian_portuguese - 1 changes by Tucalipe swedish - 13 changes by markisen turkish - 4 changes by dcelasun
2009-11-14(svn r18080) -Codechange: add some const to the smallmaprubidium
2009-11-14(svn r18079) -Codechange: allow overwriting of screenshots with ↵smatz
user-supplied filenames
2009-11-14(svn r18078) -Codechange: remove some duplicate (non translatable) stringsrubidium
2009-11-14(svn r18077) -Codechange: Make the livery window use pure nested widgets.alberth
2009-11-14(svn r18076) -Codechange: rename MakeBmpImage() to MakeBMPImage()smatz
2009-11-14(svn r18075) -Codechange: let ScreenshotHandlerProc() accept 'name' as ↵smatz
'const char \*'
2009-11-14(svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when ↵michi_cc
building without Cocoa.
2009-11-14(svn r18073) -Codechange: remove some more unneeded skipsrubidium
2009-11-14(svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the ↵rubidium
order window
2009-11-14(svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace ↵rubidium
window + strings
2009-11-14(svn r18070) -Fix: some possible unwanted side effects if using some sorts ↵rubidium
of boolean expressions in DEBUG
2009-11-14(svn r18069) -Codechange: Initialize window flags at the same tme as the ↵alberth
other fields instead of afterwards.
2009-11-14(svn r18068) -Cleanup: Remove obsolete BaseVehicleListWindow(const ↵alberth
WindowDesc *desc, WindowNumber window_number) constructor.
2009-11-14(svn r18067) -Codechange: Eliminate a constant representing a widget top ↵alberth
edge in vehicle windows.
2009-11-13(svn r18066) -Codechange: Make group gui window use pure nested widgets.alberth
2009-11-13(svn r18065) -Codechange/Fix: account for the text in WWT_FRAMEs when ↵rubidium
determining the minimum width
2009-11-13(svn r18064) -Codechange: make the sticky box size to the height of the ↵rubidium
title bar preventing glitches with larger fonts
2009-11-13(svn r18063) -Change: remove some unneeded blue pixels that only cause the ↵rubidium
sprites to be displayed too big if size is taken from the sprites
2009-11-13(svn r18061) -Fix: glitches with the dock GUI when the title is very longrubidium
2009-11-13(svn r18060) -Update from WebTranslator v3.0:translators
finnish - 9 changes by jpx_ french - 9 changes by glx german - 9 changes by Roujin italian - 9 changes by lorenzodv polish - 165 changes by silver_777 spanish - 9 changes by Terkhen ukrainian - 9 changes by Madvin
2009-11-13(svn r18059) -Codechange: Move some variable declarations to their use.alberth
2009-11-13(svn r18058) -Fix: typos in parameter namesrubidium
2009-11-13(svn r18057) -Codechange: replace assert_compile() by new one which works ↵smatz
with gcc3.3 and removes the need of assert_tcompile()
2009-11-12(svn r18056) -Fix (r17737): compiling without networking failedrubidium
2009-11-12(svn r18055) -Fix (r18045): ICC warningrubidium
2009-11-12(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the ↵rubidium
whole joining (including download) phase
2009-11-12(svn r18053) -Codechange: remove the manual pause/unpause limitation with ↵rubidium
min_active_clients
2009-11-12(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually ↵rubidium
executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are.
2009-11-12(svn r18051) -Codechange: make the active clients pause use a separate bit ↵rubidium
in the pause mode
2009-11-12(svn r18050) -Codechange: disallow 'pause on join' paused when not in a ↵rubidium
network game
2009-11-12(svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is ↵rubidium
turning on a drive through road station that gets forcefully (bankrupt) removed