Age | Commit message (Collapse) | Author |
|
|
|
|
|
tests. Rev. by Brad
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prior to this, you could get a viewer crash whose ERROR: message said only:
convert_from_llsd<std::string>: Invalid string value
This gave no hint as to *which value* was wrong, or where to go fix it.
Ironically, each convert_from_llsd<> specialization already has the
control_name and LLSD value in hand; added these to each such LL_ERRS message.
|
|
|
|
|
|
marker path failing to expand correctly because it was happening too early in start up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error checking and sill stuff like that.
|
|
|
|
|
|
This reduces the number of symbols in the viewer binary by about 30%.
Also, fixed test errors revealed by inlining being enabled.
|
|
|
|
|
|
|
|
|
|
|
|
- Added checking whether panel is in visible chain instead of just visibility checking
|
|
- Changed text_readonly_color in script editor to darker gray, so that line numbers are visible when scrip editor is out of focus.
|
|
packaging failures a bit.
|
|
Inventory' SP if attachments were offered.
Removed the check preventing inventory SP from opening when an item of IT_ATTACHMENT type has been offered.
|