Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
commented
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|