Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thought from Nat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not name a non-static data member or base class
|
|
|
|
|
|
|
|
[-Wunused-variable]
|
|
|
|
not name a non-static data member or base class - already initialized in parent class
|
|
|
|
|
|
conditional without parentheses
|
|
does not name a non-static data member or base class - already initialized in parent class llCharacter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes
|
|
|
|
|
|
|
|
The HttpRequest objects used in inventory ops are created lazily
when needed. The update() operation didn't protect against their
not being created. Added some guard tests around the update()
operations and we're good.
|
|
|
|
on login screen
|
|
fix truncations
|
|
missing translation after the last merge
|
|
|
|
|
|
on the HTTP requests for inventory. We'll benchmark with that
and see how it goes. Document some of the history of the
background fetcher for future devs. Suggest some future
projects to make things faster. Pointers on using LLSD with
the llcorehttp library in the readme. And restructured
the LLSD onCompleted() processing phases using do{}while(false)
which produced a code flow that is fairly attractive.
|
|
|
|
|