ClientBetaChangelist1011: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (Reverted edit of last, changed back to last version by cur)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Client beta 10/11 Update changelist==
* Added mini-bandwidth monitor dialog, view->bandwidth usage
 
** Has current bandwidth usage graph, peak usage and total bytes downloaded this session   
* added mini-bandwidth monitor dialog, view->bandwidth usage
* Removed ancient hard-coded layouts from serverbrowser, moved settings into server/internetgamespage.res and server/internetgamespage_filters.res
** has current bandwidth usage graph, peak usage and total bytes downloaded this session   
* Changed default button on 'Delete game files?' dialog to be Cancel
* removed ancient hard-coded layouts from serverbrowser, moved settings into server/internetgamespage.res and server/internetgamespage_filters.res
* Changed last page of installed wizard to have neither launch game or create desktop shortcut checkboxes checked by default
* changed default button on 'Delete game files?' dialog to be Cancel
* changed last page of installed wizard to have neither launch game or create desktop shortcut checkboxes checked by default
* disabled install/properties buttons in games list for games that are coming soon only (eg. Lost Coast)
* disabled install/properties buttons in games list for games that are coming soon only (eg. Lost Coast)
* fixed case with HTML control where interior region could get out sync with the scrollbar visibility
* Fixed case with HTML control where interior region could get out sync with the scrollbar visibility
* added new scheme parent override setting for CheckButtonList, so that it's children checkbox can have a different appearance set  
* Added new scheme parent override setting for CheckButtonList, so that it's children checkbox can have a different appearance set  
* added mousedown state for icon buttons in root dialog
* Added mousedown state for icon buttons in root dialog
* changed wizard template layout to fix localization truncations
* Changed wizard template layout to fix localization truncations
* made HTML interior corners smaller
* Made HTML interior corners smaller
* fixed width of scrollbar in preloading dialogs (all states)
* Fixed width of scrollbar in preloading dialogs (all states)
* fixed some (not all) localization truncations in login dialog (skipped russian and thai)
* Fixed some (not all) localization truncations in login dialog (skipped russian and thai)
* fixed layout of install tools HTML intro window
* Fixed layout of install tools HTML intro window
* adjusted layout of settings dialogs (tab pages)
* Adjusted layout of settings dialogs (tab pages)
* removed extra border/background from update news dialog
* Removed extra border/background from update news dialog
* Fixed assert/crash in subconvertapps caused by passing in invalid index
* Fixed assert/crash in subconvertapps caused by passing in invalid index
* Made 3rd party mods command line args get applied when the game is launched via the serverbrowser
* Made 3rd party mods command line args get applied when the game is launched via the serverbrowser
* Fixed 3rd party HL1 mods having last char truncated in serverbrowser games list
* Fixed 3rd party HL1 mods having last char truncated in serverbrowser games list
* Fixed regression with cancel button on SSA page in purchase wizard causing all of Steam to close/crash
==See also==
* [[ClientBetaChangelist]]
* [[ClientBetaChangelist1010]]
* [[User Interface Bugs]]
[[Category:Steam]]
[[Category:Feedback]]
[[Category:Changelists]]

Latest revision as of 06:01, 5 January 2009

  • Added mini-bandwidth monitor dialog, view->bandwidth usage
    • Has current bandwidth usage graph, peak usage and total bytes downloaded this session
  • Removed ancient hard-coded layouts from serverbrowser, moved settings into server/internetgamespage.res and server/internetgamespage_filters.res
  • Changed default button on 'Delete game files?' dialog to be Cancel
  • Changed last page of installed wizard to have neither launch game or create desktop shortcut checkboxes checked by default
  • disabled install/properties buttons in games list for games that are coming soon only (eg. Lost Coast)
  • Fixed case with HTML control where interior region could get out sync with the scrollbar visibility
  • Added new scheme parent override setting for CheckButtonList, so that it's children checkbox can have a different appearance set
  • Added mousedown state for icon buttons in root dialog
  • Changed wizard template layout to fix localization truncations
  • Made HTML interior corners smaller
  • Fixed width of scrollbar in preloading dialogs (all states)
  • Fixed some (not all) localization truncations in login dialog (skipped russian and thai)
  • Fixed layout of install tools HTML intro window
  • Adjusted layout of settings dialogs (tab pages)
  • Removed extra border/background from update news dialog
  • Fixed assert/crash in subconvertapps caused by passing in invalid index
  • Made 3rd party mods command line args get applied when the game is launched via the serverbrowser
  • Fixed 3rd party HL1 mods having last char truncated in serverbrowser games list
  • Fixed regression with cancel button on SSA page in purchase wizard causing all of Steam to close/crash

See also