Age | Commit message (Collapse) | Author |
|
enabled.
|
|
|
|
* Improve draw performance of scroll lists by only drawing what is visible
* Reduce frequency of expensive column width calculations
Fixes by Richard
|
|
* Remove debug spam
|
|
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName
|
|
* Use LLAvatarNameCache in group UI to match what namelists use and prevent double lookups
* Remove LLSD -> Prams legacy pattern which is super slow.
* Member list on general tab only adds to the list after names are known
|
|
* Fix bad font name in llpanelgrouplandmoney
|
|
* llpanelgroupinvite to use LLAvatarNameCache isntead of legacy gCacheName
|
|
* Clean up 'is group' extra data in namelists.
|
|
* Split avatar name requests up among multiple frames to prevent overloading
the nameserver and having requests time out.
|
|
|
|
fix these issues, but then was accidentally re-introduced during a bad merge.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cpp code
|
|
CXXFLAG to have cmake generation debug symbols in xcode.
|
|
|
|
|
|
|
|
|
|
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying.
|
|
|
|
|
|
|
|
place first and default to the original location if not found.
|
|
|
|
|
|
|
|
|
|
Reviewed by VoidPointer
|
|
|