summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-21merge changes for storm-1145Oz Linden
2011-04-21merge changes for storm-1136Oz Linden
2011-04-21explicitly enable INSTALL_PROPRIETARY in the Linden configurationsOz Linden
2011-04-21restore use of proprietary libs (merge error) in Release buildsOz Linden
2011-04-20merge changes for storm-1183Oz Linden
2011-04-20merge changes for storm-1088Oz Linden
2011-04-20merge changes for storm-1184Oz Linden
2011-04-20correct license headersOz Linden
2011-04-20corrected issue in doc/contributions.txtOz Linden
2011-04-19New openssl package solves permissions problems with Linux build.Nat Goodspeed
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package.
2011-04-19Update freetype package: previous one had no actual library.Nat Goodspeed
Evidently the only reason builds have been succeeding is because the link is picking up the system freetype library. This could be tricky if it goes out of sync with the freetype package's header files.
2011-04-19merge up to latest viewer-developmentOz Linden
2011-04-19increment viewer version to 2.6.6Oz Linden
2011-04-18Added tag 2.6.4-start for changeset f632f87bb71bOz Linden
2011-04-17STORM-1088: corrected fix loading of winmm.dllSiana Gearz
2011-04-17STORM-1088: fix loading of winmm.dllSiana Gearz
2011-04-15merge changes for storm-1042Oz Linden
2011-04-15merge changes for storm-1083Oz Linden
2011-04-14VWR-25521 Add a Develop menu toggle item for HTTP Inventory.Aaron Stone
2011-04-14Updated release-viewer.jira to DRTVWR-46 for v2.6.3 ReleaseDebi King (Dessie)
2011-04-14merged tip of viewer-beta at changeset 9de6fc07304fDebi King (Dessie)
2011-04-14merged tip of viewer-pre-beta at changeset id 0630e977504aDebi King (Dessie)
2011-04-14pull back tags from viewer-releaseOz Linden
2011-04-14merge changes for storm-413Oz Linden
2011-04-14merge changes for storm-721Oz Linden
2011-04-14merge changes for storm-1169Oz Linden
2011-04-14merge back additional 2.6.3 beta 2 fixesOz Linden
2011-04-14VWR-25453 FIXED Avatar Physics Spring Needs a Higher LimitLoren Shih
Tripled spring limit for all params. Very safe change.
2011-04-13SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effectLoren Shih
This change looks more complicated than it actually is. I basically turned max effect into a scaling parameter, versus a clamping parameter. Piece of cake, just moved some code around and made minor logic changes.
2011-04-13Aesthetic increase of range for breast up/down and in/out bounce. Not a bug ↵Loren Shih
or aberrant behavior, but this just looks better if we allow higher range of motion.
2011-04-13STORM-1136 FIXED LLDateUtil class defines March having 21 days, causing ↵Paul ProductEngine
wrong avatar age calculation - Applied patch which fixes typo in enum.
2011-04-12merge changes for storm-1098Oz Linden
2011-04-12merge changes for storm-1110Oz Linden
2011-04-12merge changes for storm-1101Oz Linden
2011-04-12Added tag DRTVWR-44_2.6.2-release, 2.6.2-release for changeset 214180ad5714Debi King (Dessie)
2011-04-12fixed merge conflict in .hgtagsDebi King (Dessie)
2011-04-12Fix gcc 4.2 warning about incomplete case coverage in switchMonty Brandenberg
statement for plugin events. This becomes an error in the build so I'm adding a default: case to cover the enumeration.
2011-04-12STORM-1042 FIXED Fixed the inventory observers of newly added items.Seth ProductEngine
The problem was caused by an outdated message name stored in LLInventoryObserver::mMessageName and not updated properly in LLInventoryModel::notifyObservers(). The message name used in LLInventoryAddedObserver::changed() was the name of the message most recently passed by LLInventoryModel::notifyObservers(), instead of the name of the latest actually received message. Using the most recent message name in this case fixed the problem.
2011-04-12STORM-1145 ADDITIONAL FIX Fixed removing the record of user favorites ↵Seth ProductEngine
available at login location menu when user switches off this feature. User favorite locations record is removed from the settings file each time when user exits the viewer with "ShowFavoritesOnLogin" setting off and his name is found on the record.
2011-04-11OPEN-61 Adding settings to Windows for controlling proprietary libs. This ↵niel@nirvana.planescape.home
allows quictime to be used. Additionally, once a solution for FMOD is found this can also be enabled.
2011-04-11OPEN-50 Adding LL_RELEASE_FOR_DOWNLOAD to ReleaseOS's common settings.niel@nirvana.planescape.home
2011-04-11OPEN-50 Adding settings to Windows for controlling proprietary libs. This ↵niel@nirvana.planescape.home
allows quictime to be used. Additionally, once a solution for FMOD is found this can also be enabled.
2011-04-11OPEN-50 Removing unnecessary FMOD=FALSE from common. ↵niel@nirvana.planescape.home
INSTALL_PROPRIETARY=FALSE covers this.
2011-04-11SH-1328 FIXED Crash on LLWearableType::getAllowMultiwearLoren Shih
Crash was because we weren't checking for null wearable lookups.
2011-04-11OPEN-50 Moved USE_PRECOMPILED_HEADERS=ON from common, to Windows only ↵niel@nirvana.planescape.home
settings as it doesn't appear to be used by others.
2011-04-11STORM-1145 FIXED displaying favorites list at login screen when user name is ↵Seth ProductEngine
typed like "firstname.lastname" or "firstname_lastname" or user name consists of a single word. Restoring the fix for STORM-842 (changeset ccfd9a2e3b3c) lost during merging (changeset 5618715b7b2d).
2011-04-11STORM-413 FIXED The presentation of IM sessions in message well depends on ↵Paul ProductEngine
method that was used for opening IM window - Replaced setRect method with setShape so that reshape and translate method be called
2011-04-11increment viewer version to 2.6.5Oz Linden
2011-04-11Added tag 2.6.4-start for changeset 74cd32a06837Oz Linden
2011-04-10merge changes for storm-1118Oz Linden