Difference between revisions of "Release Notes/Snowglobe Release/1.0"

From Second Life Wiki
Jump to navigation Jump to search
(putting on Snowglobe logo)
(Cleaned up the notes)
Line 3: Line 3:


== Known issues ==
== Known issues ==
* Curl crash: spurious crash, no repro steps: {{JIRA|VWR-12952}}
* Curl crash: spurious crash, no repro steps: {{JIRA|SNOW-2}}


=== Completed Changes ===
== New in Snowglobe 1.0 ==
* New Faster Viewer Map: using the Amazon S3 repository tiles
 
* New Caching Mechanism
Below is a list of features new to Snowglobe 1.0, relative to the [[Release Notes/Second Life Release/1.23|Second Life viewer version 1.23]]
* New Http Fetching Mechanism: used for map tiles only though
* Faster in-viewer map using the Amazon S3 repository tiles.  Map textures fetched using a new, general-purpose HTTP texture fetching mechanism (see [[HTTP Texture]]) which will see more widespread use in later versions.
* Cache of Small Textures
* New texture caching mechanism
** {{JIRA|VWR-12686}}: LLTextureCache::writeToCache() does not cache textures smaller than TEXTURE_CACHE_ENTRY_SIZE
* AimeeT's two Minimap changes:
** DEV-30089: internal jira version of same bug
* AimeeT's two Minimap changes:
** {{JIRA|VWR-12748}}
** {{JIRA|VWR-12748}}
** {{JIRA|VWR-12696}}
** {{JIRA|VWR-12696}}
*  Mm Alder's babble loop beta->default: {{JIRA|VWR-10311}} and {{jira|VWR-13260}}
*  Mm Alder's babble loop beta->default: {{JIRA|VWR-10311}} and {{jira|VWR-13260}}
* {{JIRA|VWR-12775}}: Crash in lltexturefetch just after logging in (DEV-30500 in LL tracker)
* Easier build system: {{JIRA|VWR-12758}}
* Implement easybuild: {{JIRA|VWR-12758}}
* Allow XUI to specificy tooltips for combo box list entries: {{jira|VWR-13177}}
* Allow XUI to specificy tooltips for combo box list entries: {{jira|VWR-13177}}
* AimeeT's combo to preview textures at common aspect ratios: {{JIRA|VWR-8008}}
* AimeeT's combo to preview textures at common aspect ratios: {{JIRA|VWR-8008}}
* RobinC's 64-bit Linux fixes: {{JIRA|VWR-12763}}
* RobinC's 64-bit Linux fixes: {{JIRA|VWR-12763}}
* Merge 1.23 branch: {{JIRA|VWR-12929}}
 
* LLVertexBuffer crash: known issue with a fix in 1.23. To be merged.
** {{JIRA|VWR-12827}}: LLVertexBuffer::setupVertexBuffer: Crash when rendering some specific texture
** DEV-30595: internal jira version of same bug
** DEV-28042: initial 1.23 internal bug that got fixed and which patch will be merged


[[Category:Snowglobe]]
[[Category:Snowglobe]]

Revision as of 23:17, 20 June 2009

Error creating thumbnail: convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928. convert-im6.q16: unable to open file `/tmp/magick-15163pd9z3IIxwTIu': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_26defe568075.png' @ error/convert.c/ConvertImageCommand/3258.

Release notes for Snowglobe version 1.0:

Known issues

  • Curl crash: spurious crash, no repro steps: SNOW-2

New in Snowglobe 1.0

Below is a list of features new to Snowglobe 1.0, relative to the Second Life viewer version 1.23

  • Faster in-viewer map using the Amazon S3 repository tiles. Map textures fetched using a new, general-purpose HTTP texture fetching mechanism (see HTTP Texture) which will see more widespread use in later versions.
  • New texture caching mechanism
  • AimeeT's two Minimap changes:
  • Mm Alder's babble loop beta->default: VWR-10311 and VWR-13260
  • Easier build system: VWR-12758
  • Allow XUI to specificy tooltips for combo box list entries: VWR-13177
  • AimeeT's combo to preview textures at common aspect ratios: VWR-8008
  • RobinC's 64-bit Linux fixes: VWR-12763