Richard Linden
ea45b8acd2
BUILDFIX: refactored decltype out into traits class
2013-08-19 14:17:17 -07:00
Richard Linden
b2d4148eec
BUILDFIX: fixed several template agument errors
2013-08-19 12:05:09 -07:00
Richard Linden
296ec41e16
BUILDFIX: abstracted decltype into macro LLTYPEOF for temporary
...
gcc 4.1/4.2 support
2013-08-19 11:57:33 -07:00
Richard Linden
3e31cb112d
BUILDFIX: fixed some units errors
2013-08-19 11:50:30 -07:00
Richard Linden
08eb52c10c
merge
2013-08-19 10:20:55 -07:00
Richard Linden
612892b45a
SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms
...
continued conversion to units system
made units perform type promotion correctly and preserve type in arithmetic
e.g. can now do LLVector3 in units
added typedefs for remaining common unit types, including implicits
2013-08-18 22:30:27 -07:00
Xiaohong Bao
4290365ebb
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
2013-08-16 17:59:24 -06:00
Xiaohong Bao
28151dd836
fix for SH-4297: interesting: viewer-interesting starts loading cached scene late
2013-08-16 17:58:41 -06:00
Richard Linden
f8e3a34348
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
2013-08-16 12:39:11 -07:00
Richard Linden
25937040de
SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms
...
converted many values over to units system in effort to track down
source of 0 ping
2013-08-16 12:38:12 -07:00
Richard Linden
52640b85c4
BUILDFIX: mac
2013-08-15 17:35:17 -07:00
Richard Linden
aa050ac946
removed bad XUI that was generating warnings
2013-08-15 12:11:42 -07:00
Richard Linden
9f7bfa1c37
moved unit types out of LLUnits namespace, since they are prefixed
2013-08-15 00:02:23 -07:00
Richard Linden
01c1d40b3f
BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros
...
fixed bad search and replace
2013-08-14 22:01:43 -07:00
Richard Linden
d83c51a4e1
BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros
2013-08-14 21:58:30 -07:00
Richard Linden
fe24e442a6
BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros
2013-08-14 20:50:26 -07:00
Richard Linden
a2dc1b7e55
BUILDFIX: more gcc fixes
2013-08-14 17:45:15 -07:00
Richard Linden
da030893dd
BUILDFIX: gcc fixes
2013-08-14 17:22:29 -07:00
Richard Linden
d2bd23fdd0
BUILDFIX: removed problematic constants for linux build
2013-08-14 17:02:01 -07:00
Richard Linden
bceb1e8abe
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
2013-08-14 16:10:17 -07:00
Xiaohong Bao
52086d4485
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
2013-08-14 14:57:54 -06:00
Xiaohong Bao
23214506d2
enable far clip plane culling on object cache view culling
2013-08-14 14:56:35 -06:00
Xiaohong Bao
a9c7cc486f
remove some code which has nagetive impact on memory footprint.
2013-08-14 14:55:12 -06:00
Richard Linden
26581404e4
BUILDFIX: added header for numeric_limits support on gcc
...
added convenience types for units F32Seconds, etc.
2013-08-14 11:51:49 -07:00
Richard Linden
9faaa28f44
SH-4346 FIX Interesting: some integer Statistics are displayed as floating point after crossing region boundary
...
fine-tuned heuristics for switching between mean and current values in stat bar display
added comments to LLUnits unit test
2013-08-13 18:33:07 -07:00
Richard Linden
b39cf4770b
Backed out changeset: ed09997b4652
2013-08-12 20:08:18 -07:00
Richard Linden
b8d49dab9a
merge
2013-08-12 20:07:41 -07:00
Richard Linden
1a093beb7f
disable scene load timing info by default
2013-08-12 20:05:37 -07:00
Richard Linden
cc31b4ae79
SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue bounces once per second
...
SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary
made llerrs/infos/etc properly variadic wrt tags
LL_INFOS("A", "B", "C") works, for example
fixed unit tests
remove llsimplestat
2013-08-12 20:05:16 -07:00
Richard Linden
e340009fc5
second phase summer cleaning
...
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09 17:11:19 -07:00
Richard Linden
8d3daa141e
SH-4374 FIX Interesting: Statistics Object cache hit rate is always 100%
...
moved object cache sampling code so that it actually gets executed
default values for stats are NaN instead of 0 in many cases
2013-08-09 16:14:19 -07:00
Xiaohong Bao
c2601ec9c5
fix for SH-4394: Interesting: viewer culls lights behind the camera, changing the scene lighting
2013-08-09 14:57:18 -06:00
Xiaohong Bao
a6711a894c
fix for SH-4402: interesting: lower FPS with lots of objects in view
2013-08-08 16:45:55 -06:00
Xiaohong Bao
a2c7b04855
more fix for SH-4397: Object cache occlusion culling results are not always correct
2013-08-07 22:53:27 -06:00
Xiaohong Bao
f6a342438c
more fix for SH-4397: Object cache occlusion culling results are not always correct
2013-08-07 11:29:31 -06:00
Xiaohong Bao
be8d04c358
fix for SH-4398: Interesting: viewer crash in LLVOCacheEntry::updateParentBoundingInfo
2013-08-06 18:03:23 -06:00
Xiaohong Bao
ddef4d7ff7
revert some LLUnit changes to temporarily fix SH-4399: Interesting: Texture console MB Bound 0/384 and texture queue bounces once per second
2013-08-06 16:35:46 -06:00
Xiaohong Bao
576b933997
fix for SH-4397: Object cache occlusion culling results are not always correct
2013-08-05 14:48:26 -06:00
Richard Linden
f7d90f8bb9
merge
2013-08-01 10:48:52 -07:00
Richard Linden
f58eb60b1e
SH-4374 WIP Interesting: Statistics Object cache hit rate is always 100%
2013-08-01 08:17:21 -07:00
Xiaohong Bao
3059b59b61
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
2013-07-31 21:43:42 -06:00
Xiaohong Bao
484f423014
fix for SH-4393: Interesting: viewer crash in LLViewerRegion::addNewObject
2013-07-31 21:43:04 -06:00
Xiaohong Bao
d65243063c
fix for SH-4290: Running viewer with SceneLoadingMonitorEnabled causes viewer to be unresponsive on login on low end machine
2013-07-31 21:21:58 -06:00
Richard Linden
bd5808765f
cleanup - renamed valueAs to valueInUnits and made it a symmetrical getter/setter
2013-07-31 19:32:50 -07:00
Richard Linden
e87ba58755
BUILDFIX: bad argument to llformat
2013-07-31 14:49:12 -07:00
Richard Linden
df5dff372b
BUIDLFIX: point to fixed build of llappearanceutilities
2013-07-31 14:43:44 -07:00
Richard Linden
247a5a15d6
BUIDLFIX: point to fixed build of llappearanceutilities
2013-07-31 12:21:49 -07:00
Richard Linden
f87a49fad9
BUILDFIX: bad quotes
2013-07-31 11:49:34 -07:00
Richard Linden
ff0764b250
Automated merge with https://bitbucket.org/lindenlab/viewer-interesting
2013-07-31 10:41:38 -07:00
Richard Linden
e740fcc959
BUILDFIX: removed usage of llversionserver.h
2013-07-31 10:23:18 -07:00