Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-20 | merge latest changes from windlight integration repo | Oz Linden | |
2011-04-20 | merge changes for storm-1183 | Oz Linden | |
2011-04-20 | merge changes for storm-1088 | Oz Linden | |
2011-04-20 | merge changes for storm-1184 | Oz Linden | |
2011-04-20 | correct license headers | Oz Linden | |
2011-04-20 | corrected issue in doc/contributions.txt | Oz Linden | |
2011-04-19 | New 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-19 | Update 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-19 | STORM-1174 FIX Moved "Use Region Environment Settings" to the "World -> Edit ↵ | Vadim ProductEngine | |
My Environment" menu. It has been a checkbox in the environment editor. | |||
2011-04-19 | move windlight project build to a new TeamCity build | Oz Linden | |
2011-04-19 | merge up to latest viewer-development | Oz Linden | |
2011-04-19 | increment viewer version to 2.6.6 | Oz Linden | |
2011-04-18 | merge up from viewer-development (with changes for storm-160 backed out) | Oz Linden | |
2011-04-18 | merge latest updates from Vadim | Oz Linden | |
2011-04-18 | storm-160: revert latest fixes to prevent conflicts with windlight | Oz Linden | |
2011-04-18 | STORM-1180 FIX Temporarily disabled region environment controls. | Vadim ProductEngine | |
Besides, adding a workaround for a crash on exit I've experienced. | |||
2011-04-18 | STORM-1170 FIX Enabled using region environment settings by default. | Vadim ProductEngine | |
2011-04-18 | Added tag 2.6.4-start for changeset f632f87bb71b | Oz Linden | |
2011-04-17 | STORM-1088: corrected fix loading of winmm.dll | Siana Gearz | |
2011-04-17 | STORM-1088: fix loading of winmm.dll | Siana Gearz | |
2011-04-15 | merge changes for storm-1042 | Oz Linden | |
2011-04-15 | merge changes for storm-1083 | Oz Linden | |
2011-04-14 | VWR-25521 Add a Develop menu toggle item for HTTP Inventory. | Aaron Stone | |
2011-04-15 | STORM-1160 FIX Set maximum hour value of a day cycle key to 23 (was 100). | Vadim ProductEngine | |
2011-04-14 | Updated release-viewer.jira to DRTVWR-46 for v2.6.3 Release | Debi King (Dessie) | |
2011-04-14 | merged tip of viewer-beta at changeset 9de6fc07304f | Debi King (Dessie) | |
2011-04-14 | merged tip of viewer-pre-beta at changeset id 0630e977504a | Debi King (Dessie) | |
2011-04-14 | pull back tags from viewer-release | Oz Linden | |
2011-04-14 | merge changes for storm-413 | Oz Linden | |
2011-04-14 | merge changes for storm-721 | Oz Linden | |
2011-04-14 | merge changes for storm-1169 | Oz Linden | |
2011-04-14 | merge back additional 2.6.3 beta 2 fixes | Oz Linden | |
2011-04-14 | VWR-25453 FIXED Avatar Physics Spring Needs a Higher Limit | Loren Shih | |
Tripled spring limit for all params. Very safe change. | |||
2011-04-14 | STORM-1157 FIX Removed non-functional "Snap" checkbox. | Vadim ProductEngine | |
Looks like it has never worked. | |||
2011-04-13 | STORM-1134 FIXED Draw Classic Clouds cannot be disabled. | Vadim ProductEngine | |
Another merge artifact. | |||
2011-04-13 | SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effect | Loren 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-13 | Aesthetic 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-13 | merge out changes up to but not including the STORM-610 change | Oz Linden | |
2011-04-12 | merge changes for storm-1098 | Oz Linden | |
2011-04-12 | merge changes for storm-1110 | Oz Linden | |
2011-04-12 | merge changes for storm-1101 | Oz Linden | |
2011-04-12 | Added tag DRTVWR-44_2.6.2-release, 2.6.2-release for changeset 214180ad5714 | Debi King (Dessie) | |
2011-04-12 | fixed merge conflict in .hgtags | Debi King (Dessie) | |
2011-04-12 | Fix gcc 4.2 warning about incomplete case coverage in switch | Monty 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-12 | STORM-1143 FIXED Server sometimes said region wasn't capable of storing ↵ | Vadim ProductEngine | |
environment settings. Reason: We tried to check whether the region supports environment settings without making sure that we've actually recieved region capabilities, so the check sometimes failed. Fix: Defer check for the "EnvironmentSettings" capability until we've received the region capabilities. | |||
2011-04-12 | STORM-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-11 | adjust build params to make a windlight project viewer | Oz Linden | |
2011-04-11 | OPEN-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-11 | OPEN-50 Adding LL_RELEASE_FOR_DOWNLOAD to ReleaseOS's common settings. | niel@nirvana.planescape.home | |
2011-04-11 | OPEN-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. |