summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.cpp
AgeCommit message (Collapse)Author
2013-03-06renamed LLTrace stat gathering classes/methods to make the structure of ↵Richard Linden
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc.
2013-01-08MergeXiaohong Bao
2012-12-18fix for SH-3619: some objects are missingXiaohong Bao
2012-11-19for SH-3561: capture the frame buffer contents and compare pixel differences ↵Xiaohong Bao
between frames.
2012-11-01SH-3405 FIX convert existing stats to lltrace systemRichard Linden
output of floater_stats is now identical to pre-lltrace system (with some tweaks)
2012-11-01SH-3405 FIX convert existing stats to lltrace systemRichard Linden
final removal of remaining LLStat code
2012-10-17SH-3275 Update viewer metrics system to be more flexibleRichard Linden
put template parameter back in LLUnit units added free function operators for mathematical manipulation of unit values converted texture memory tracking to units
2012-10-15For SH-3333: Design and implement a new object cache system on viewer sideXiaohong Bao
2012-10-15SH-3405 WIP convert existing stats to lltrace systemRichard Linden
converted all remaining LLViewerStats to lltrace
2012-10-12SH-3405 WIP convert existing stats to lltrace systemRichard Linden
default to double precision now fixed unit conversion logic for LLUnit renamed LLTrace::Rate to LLTrace::Count and got rid of the old count as it was confusing some const correctness changes
2012-10-10SH-3405 WIP convert existing stats to lltrace systemRichard Linden
fixed units conversion so that trace getters return convertable units removed circular dependencies from lltrace* converted more stats to lltrace
2012-10-03SH-3405 WIP convert existing stats to lltrace systemRichard Linden
SH-3403 FIX implement unit conversion LLUnit implements unit tracking and conversion added support for LLUnit to LLTrace duplicated most llstats into LLTrace equivalents
2012-10-01SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
cleaned up API samplers are now value types with copy-on-write buffers under the hood removed coupling with LLThread
2012-09-30SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
factored out lltrace::sampler into separate file added rudimentary lltrace support to llstatgraph made llstatgraph use param blocks more effectively moves initial set of stats over to lltrace removed windows.h #defines for min and max
2012-08-29SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
further cleanup of LLStat removed llfloaterlagmeter
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