Age | Commit message (Collapse) | Author |
|
render correctly yet]
|
|
|
|
|
|
|
|
input boxes.
|
|
|
|
|
|
mass add of wearables/objects
|
|
uploaded on their own.
|
|
|
|
|
|
|
|
Changeset ffd264ca493c removed the whole llstdio_filebuf construct, which is
what depended on the __gnu_cxx::stdio_filebuf<> extension. Now, even on
Windows, ll[io]fstream very closely resembles std::[io]fstream.
Since we no longer depend on that extension, we can remove its #include.
This should (!) remove the last obstacle to building with libc++ on the Mac.
|
|
|
|
|
|
|
|
|
|
and open() methods. The only remaining value added by ll[io]fstream over
std::[io]stream is proper handling of non-ASCII pathnames, which can be done
by deriving from std::[io]stream, converting pathname strings and passing them
to the corresponding base-class methods.
This is only necessary on Windows. On Posix, ll[io]fstream are already
typedefs for std::[io]fstream.
This change removes a significant volume of cruft from llfile.{h,cpp}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in inventory panel the same way we do now in appearance tab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
delete it from the local store
|
|
|
|
throughout marketplace handling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|