summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.cpp
AgeCommit message (Collapse)Author
2013-02-13CHUI-765 FIXED User's name is added to the list in Nearby tab.Mnikolenko ProductEngine
2012-07-25MAINT-1042: Blocking asset avatar prevents future uploads. Reviewed by Kelly.simon@Simon-PC.lindenlab.com
2012-07-20MAINT-570 Remove unused memory tracking system LLMemTypeDave Parks
2012-06-15MergeDave Parks
2012-06-13mergeDave Parks
2012-06-13MAINT-1147 Fix for frame stall on region crossing.Dave Parks
2012-06-12MAINT-1161: non standard sea level not correctly rendered around private ↵simon@Simon-PC.lindenlab.com
islands. Reviewed by Kelly
2012-04-26MAINT-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-26Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-03-08for MAINT-682: revert of changeset e63e7b0a4317: fix for SH-2668: "ocean" ↵Xiaohong Bao
water is always 20m high instead of the Region Water Height
2012-02-06STORM-1793 Fix dumb syntax errorJonathan Yap
2012-02-03STORM-1793 Fix another logic error in getAvatarsJonathan Yap
2012-02-03STORM-1793 Fix bad assumption in getAvatarsJonathan Yap
2012-01-27STORM-1793 1) Treat all mini-map altitudes above 1020 m as the same height ↵Jonathan Yap
2) Improve z-level accuracy With help from Aleric Inglewood
2011-11-30fix for SH-2668: "ocean" water is always 20m high instead of the Region ↵Xiaohong Bao
Water Height
2011-10-20SH-2564 Fix for bad frustum culling on visible region listDave Parks
2011-07-15Merge from viewer-developmentXiaohong Bao
2011-05-26correct merge errorsOz Linden
2011-05-26merge changes for oz windlight issuesOz Linden
2011-05-26storm-1189: remove more of the code for classic cloudsOz Linden
2011-05-26storm-1189: remove classic cloudsOz Linden
2011-05-25storm-1189: remove classic cloudsOz Linden
2011-05-16mergeDave Parks
2011-05-10release memory held by LLWorld when destroy it.Xiaohong Bao
2011-05-05Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵brad kittenbrink
a bunch of unnecesary header dependencies.
2011-05-02mergeDave Parks
2011-04-29Merged with viewer-development.Ricky Curtice
The reason was to manually resolve a couple of merge problems, as upstream has had several changes since this was applied, and some of the changes overlapped.
2011-04-10merge changes for storm-954Oz Linden
2011-04-05merge changes for STORM-1051Oz Linden
2011-03-31Storm 954 - corrected use of bracesTwisted Laws twisted_laws@hotmail.com
2011-03-10Squared all dist_vec() based comparisons and other dist_vec() operations ↵Ricky Curtice
where sensible. Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality.
2011-03-09STORM-954 patch correctionTwisted Laws twisted_laws@hotmail.com
2011-03-07fix for STORM-1046:[crashhunters] crash in LWorld::removeRegionXiaohong Bao
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap
2011-04-19mergeDave Parks
2011-03-09Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-19Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/Don Kjer
2011-02-18Cleanup of headless client (was: DisableRendering mode)Don Kjer
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes.
2011-02-15STORM-954 SL-viewer 2.0 No nearby people when over approxiamately 1000 metersTwisted Laws
2011-02-10Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-09SH-874 Revert much of the bad water bounding box and distortion texture ↵Dave Parks
usage changes from SNOW-643 and properly occlusion cull void water patches for machines without depth clamp.
2011-02-09debug code for SH-924: [PUBLIC-JIRA-USERS] Viewer crash in ↵Xiaohong Bao
LLSurface::getWaterHeight
2010-12-01Automated merge up from viewer-developmentLoren Shih
2010-11-08MergeLoren Shih
2010-11-05Merge latest from lindenlab/viewer-developmentDave SIMmONs
2010-10-27Automated merge from viewer-development-shiningLoren Shih
2010-10-27Automated merge up from viewer-developmentLoren Shih
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-12Initial work on viewer motion interpolation. Changes include:Dave SIMmONs
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff *
2010-09-30Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low ↵Merov Linden
altitude flicker though (STORM-306)
2010-09-27mergeDave Parks