Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-03-28 12:56:30



Reply to topic  [ 709 posts ]  Go to page Previous  1 ... 43, 44, 45, 46, 47, 48, 49 ... 71  Next
Latest Linux releases 
Author Message

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

This is a bugfix release and updating to it is recommended.

Cool VL Viewer v1.26.22.13 (stable branch):

New in this release:
  • Fixed a crash bug in the group invite floater. See this thread for details.
  • Fixed a render glitch with HUDs, which could see their LOD change based on the camera zoom.
  • Removed the old private memory pools code: beside its disputable benefit for 32 bits builds (and much better results achieved under Linux with jemalloc arenas to fight fragmentation), private memory pools were totally useless for 64 bits builds and therefore not even compiled in them.
  • Replaced APR-based code with boost-based code for mutexes and atomic variables, which should cure some weird crashes related with mutexes in worker threads, and solves race conditions seen with APR library initialization and shutdown on viewer start and exit; removed the hacks and workaround code for the latter issues. Code inspired from Nicky Dasmijn's proposed changes to LL's viewer-release.
  • Backported from LL's viewer-cougar "fix sync of material rotation and offset values when using aligned planar faces".
  • Backported from LL's viewer-cougar "loosen precision when checking rotation and other false negatives when comparing faces to see if they can be considered planar aligned, which was causing fields to be marked tentative (grayed display) incorrectly".
  • Backported from LL's Axon viewer "use dynamic box for rigged mesh attached to normal avatar as well".
  • Linux only: fixed a building issue with gcc v4.7 to 4.9 and glibc v2.26 or newer.
  • Code cleanup and minor optimizations.


Enjoy ! :D


2018-08-04 08:52:57
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

This is a bugfix release and updating to it is recommended.

Cool VL Viewer v1.26.22.14 (stable branch):

New in this release:
  • Backported from LL's Axon viewer "in mesh upload, warn if bind shape is non-identity and skin weights are enabled".
  • Backported from LL's viewer-tco "dial back the OpenJPEG encoder rates parameter to keep it from making J2Cs that cause precision exceptions in KDU decoder (and are less huge)".
  • Backported from LL's viewer-neko the "reduction of the default graphics settings for Intel GPUs in case of failed GPU benchmark".
  • Backported from LL's viewer-neko a fix to a potential out of memory crash in the audio decode manager (mainly relevant to 32 bits builds).
  • Fixed a bug in Vorbis file decoding (bad fading effect).
  • Fixed bugs in Windlight settings saving and loading (now save all settings to the user_settings directory and read them first from that directory, then from the viewer installation directory, so to allow overriding).
  • Fixed a bug in the scroll list code that always "swallowed" key strokes, even when the latter did not correspond to any shortcut, causing failures to propagate the unhandled event in the UI hierarchy.
  • When enabled, the "AutoFocusChat" debug setting ("Preferences" -> "Text chat" -> "Auto-focus chat bar & history") now also causes any typed printable character key to be redirected to the chat bar when the latter is open/showing and the key did not correspond to any shortcut in the focused floater.
  • Updated FMOD Studio to version 1.10.08.
  • Linux only: updated jemalloc to the latest git version.
  • Code cleanup and minor optimizations.


Enjoy ! :D


2018-08-11 08:45:26
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
I just posted v1.26.22.15 which fixes the bug introduced in v1.26.22.14 with Windlight default day settings loading. See this message for details.


2018-08-11 14:23:29
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

This is a bugfix release with crash bugs fixed and all users should update to it.

Cool VL Viewer v1.26.22.16 (stable branch):

New in this release:
  • Fixed various crash bugs in volume manager and mesh repository, dealing with out of range/invalid LODs.
  • Fixed a crash bug, introduced in v1.26.22.13, that would occur when setting the RenderVolumeLODFactor setting beyond its normal range (i.e. beyond 3).
  • Backported from Singularity (Shoytl's code) optimizations to rounding operations, and further extended them.
  • Backported from Singularity (Shoytl's code) optimizations to LLImageRaw::copyLineScaled()..
  • Simplified and optimized the mesh loading code.
  • Code cleanup and minor optimizations.


Enjoy ! :D


2018-08-18 08:54:05
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

This is a bugfix release with a crash bug fixed and all users should update to it.

Cool VL Viewer v1.26.22.17 (stable branch):

New in this release:
  • Fixed a rare crash bug that could occur on TP, due to a race condition between objects deletion and pipeline rebuild updates of rigged meshes.
  • Added an hysteresis to the LOD calculation so to avoid the annoying "blinking" objects render glitch (that was due to the LOD changing every few frames because of LOD-dependant (since bounding-box dependent) distance changes).
  • Clarified the log messages and capped the frame buffers size usage estimation to 512Mb in the textures and video memory calculations (allows for a larger texture memory allocation for graphics card with over 2Gb of VRAM).
  • Added a "show profile" double-click action to the role members list in the group roles panel.
  • Minor code cleanup and optimizations.


Enjoy ! :D


2018-08-25 12:58:11
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

Cool VL Viewer v1.26.22.18 (stable branch):

New in this release:
  • Fixed an issue with the UI code, that caused graphics cards with more than 4Gb of VRAM to see their texture memory usage capped below 4Gb when the Preferences floater was opened.
  • Backported from LL's viewer-neko a fix to "jelly doll avatars' attachments can emit light".
  • Updated the helper URI for Aditi.
  • Removed Inworldz from the OpenSIM grids list and added DigiWorldZ and VirtualABDL.
  • Minor code cleanup.


Enjoy ! :D


2018-09-08 09:30:41
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

This is a crash bug fix release and all users should update.

Cool VL Viewer v1.26.22.19 (stable branch):

New in this release:
  • Fixed a crash bug, related with rigged meshes bounding box calculations, that could occur on TP.
  • Backported from LL's Axon viewer fixes to animated mesh objects bounding box calculations.
  • Linux only: updated the jemalloc and OpenSSL libraries, and recompiled the Curl library against the new OpenSSL one.


Enjoy ! :D


2018-09-15 08:45:00
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

Updating to it is recommended.

Cool VL Viewer v1.26.22.20 (stable branch):

New in this release:
  • Fixed a bug that caused key strokes in embedded browsers form fields to focus the chat bar when the "Auto-focus chat bar & history" option is enabled in the "Preferences" floater, "Text chat" panel.
  • Backported from LL's Axon viewer more fixes to bounding box calculations.
  • Backported from LL's Axon viewer fixes to selection glitches impacting animated objects.
  • Backported from LL's Axon viewer fixes to animated mesh avatar rotation calculations.
  • Backported from LL's Axon viewer fixes to animation pausing issues.
  • Changed the shortcut for opening the mini-map to CTRL ALT M, so to avoid a collision with the CTRL SHIFT ENTER shortcut used in the chat bar to insert a line feed in the text.
  • Fixed potential crash bugs in viewer object update messages decoding (as pointed out by John Nagle).
  • Some code cleanup.


Enjoy ! :D


2018-09-29 09:34:12
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

Updating to it is recommended.

Cool VL Viewer v1.26.22.21 (stable branch):

New in this release:
  • Brought the animated mesh code on par with LL's Axon viewer, with various fixes and optimizations.
  • Fixed animated mesh objects not always playing animations when rezzed in-world. As a side-effect, it also improves impostors animations (at the cost of a minor CPU load increase). EDIT: animations play too slow on normal (non-animated-mesh) impostors: this change will be reverted for them in next release.
  • Backported from LL's viewer-neko a fix to "viewer inventory using unsupported method to relocate folders at startup".
  • Backported from LL's viewer-neko more buffer safety checks for sim UDP messages dealing with objects updates (already partly implemented in last release).
  • Backported from LL's viewer-neko a fix to "colour picker floater periodically reverts color without 'Apply now'".
  • Backported from LL's viewer-tco "changes to HTTP pipelining parameters for inventory and texture policies" and "refactoring of HTTP waiter functionality in texture fetch".
  • Fixed AUX2 and AUX3 baked textures issues in the new "Universal" wearable support (not yet compiled in for release binaries) for the bake on mesh feature.
  • Fixed a glitch in avatar motion pausing.
  • Updated Lua to v5.3.5.
  • Updated OGG to v1.3.3 and Vorbis to v1.3.6.
  • Updated FMOD Studio to v1.10.09.
  • Linux only: updated jemalloc to the latest git version.
  • Minor code cleanup and optimizations.


Enjoy ! :D


2018-10-20 09:37:49
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Here is a new release of the Cool VL Viewer, available now from http://sldev.free.fr/:

Updating to it is recommended.

Cool VL Viewer v1.26.22.22 (stable branch):

New in this release:
  • Reverted the change done in previous release for impostors animations when the said impostors are not animated mesh avatars (fixes animations playing too slow).
  • Implemented a work-around for a bug in FMOD Studio that would cause an indefinite freeze when trying to stop a music stream that failed to start. See this thread for details.
  • Backported from LL's viewer-eep preliminary support for "environment settings" inventory items.
  • Removed support for (never used) mesh inventory items.
  • Added the RTX20x0 cards to the list of known/supported GPUs.
  • Linux only: updated Dullahan to use the latest CEF version.
  • Linux only: updated jemalloc to the latest git version.
  • Minor code cleanup.


Enjoy ! :D


2018-11-03 10:28:06
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 709 posts ]  Go to page Previous  1 ... 43, 44, 45, 46, 47, 48, 49 ... 71  Next

Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.