Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-21 | MAINT-616 Add shaders for experimental transform feedback LoD updates | Dave Parks | |
2012-05-21 | MAINT-616 Factor out calls to glGenFoo where possible, add setting to ↵ | Dave Parks | |
control synchronizing strategy WRT occlusion queries, add experimental transform feedback driven LoD update | |||
2012-05-18 | MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floaters | Richard Linden | |
don't auto position other floater when it is hosted | |||
2012-05-16 | MAINT-862 and ER-1781 : Sounds not playing the first time. Reviewed by Kelly. | simon@Simon-PC.lindenlab.com | |
2012-05-16 | MAINT-1079: Viewer should throttle AgentUpdate messages based on the | simon@Simon-PC.lindenlab.com | |
simulator FPS. Bug not fixed, but added commented-out log messages that were useful when discovering the problem. Reviewed by Kelly | |||
2012-05-15 | MAINT-616 Different VBO Pooling scheme -- populate VBO pool with buffers ↵ | Dave Parks | |
that are likely to be requested, but never reuse a previously used buffer. | |||
2012-05-11 | merge | Dave Parks | |
2012-05-11 | Fix for linux build that doesn't stomp memory randomly or break particle ↵ | Dave Parks | |
rendering | |||
2012-05-11 | MAINT-586 Starting logging OpenGL version and shader level to simulator | Dave Parks | |
2012-05-07 | Merge | simon@Simon-PC.lindenlab.com | |
2012-05-07 | MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵ | simon@Simon-PC.lindenlab.com | |
pointer checks are good. Reviewed by Kelly | |||
2012-05-07 | merge | Dave Parks | |
2012-05-07 | MAINT-583 Fix for broken projectors when shadows set to none. | Dave Parks | |
2012-05-04 | merge changes for drtvwr-142 | Oz Linden | |
2012-05-04 | Linux build fix. | Paul ProductEngine | |
GCC doesn't allow to init non-constant references with temporary objects | |||
2012-05-04 | MAINT-462 FIXED ([PUBLIC]Buy Contents Window Misrepresenting Actual Contents) | Paul ProductEngine | |
2012-05-04 | merge changes for drtvwr-140 | Oz Linden | |
2012-05-02 | MAINT-775 Particle vertex buffer management optimizations | Dave Parks | |
2012-05-01 | MAINT-847 Disable VBO on ATI cards with old drivers by default | Dave Parks | |
2012-05-01 | MAINT-775, MAINT-1022 Regression cleanup. | Dave Parks | |
2012-04-26 | merge changes for drtvwr-140 | Oz Linden | |
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-25 | merge changes for wolf-318 | Oz Linden | |
2012-04-26 | MAINT-813 FIXED crash when trying to access the region info after viewer ↵ | Seth ProductEngine | |
disconnect. Added checks for LLViewerRegion pointer in LLViewerObject being invalid. | |||
2012-04-25 | Try to suppress spurious Mac ld warnings (lib/release/Release dir). | Nat Goodspeed | |
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release. | |||
2012-04-25 | WOLF-318: change default verbosity of some unit tests to keep them out of ↵ | Oz Linden | |
the logs when passing WOLF-363: (partial) correct ordering of cleaning build dir vs running 'autobuild install' | |||
2012-04-25 | SEC-995 FIX viewer is easily spammed to death by chat | Kelly Washington | |
removed a couple more unnecessary string copies from unfortunate LLSD behavior. reviewed with simon, post review from Richard. | |||
2012-04-24 | FIX INTL-96 Viewer translation for Set31 | eli | |
2012-04-24 | sync with viewer-development | eli | |
2012-04-24 | OPEN-54: correct JsonCpp include path | Boroondas Gupte | |
2012-04-23 | SEC-995 FIX viewer is easily spammed to death by chat | Richard Linden | |
removed unnecessary string copies from chat message handling | |||
2012-04-20 | MAINT-775 More edge case cleanup -- spinning child prims still break on ↵ | Dave Parks | |
deselect until the next LoD update | |||
2012-04-19 | MAINT-775 Cleanup of some weird corner cases on animated child prims. | Dave Parks | |
2012-04-19 | MAINT-775 Don't thrash vertex buffers on animated prims (flexis, spinners, etc). | Dave Parks | |
2012-04-18 | MAINT-775 More aggressive removal of textures from video memory. | Dave Parks | |
2012-04-17 | merge | Dave Parks | |
2012-04-17 | MAINT-775 WIP on crash when exploring Insilico -- don't hold onto off-screen ↵ | Dave Parks | |
vertex buffers for more than a few seconds. | |||
2012-04-17 | DRTVWR-139: merge back 3.3.1-beta2 fixes | Oz Linden | |
2012-04-17 | MAINT-966 FIXED ([PUBLIC]typo on viewer Second Life 3.3.2 (253914) Apr 14) | Paul ProductEngine | |
- Fixed typo in word "browser" | |||
2012-04-17 | Mac build fix. | Seth ProductEngine | |
2012-04-16 | sync with viewer-development | eli | |
2012-04-16 | MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵ | callum | |
request from similator and display a notification Reviewed by Simon | |||
2012-04-14 | DRTVWR-136: Remove redundant remove_(item|category)() functions. | Nat Goodspeed | |
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions. | |||
2012-04-13 | fix merge conflict in remove_item | Oz Linden | |
2012-04-13 | merge changes for drtvwr-136 | Oz Linden | |
2012-04-14 | Touched a file to fix the TC build. | Seth ProductEngine | |
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-04-13 | MAINT-861 Fix for crash on exit due to bad matrix mode | Dave Parks | |
2012-04-13 | MAINT-871 Fix for freeze on shutdown while calculating weights and fees of a ↵ | Dave Parks | |
mesh. | |||
2012-04-13 | merge | Dave Parks | |