[sldev] New First Look source code
Ismail Dönmez
ismail at pardus.org.tr
Sat Feb 3 04:09:22 PST 2007
On Saturday 03 February 2007 05:49:50 Rob Lanphier wrote:
> Hi all,
>
> The source code for the First Look viewer binary that Steve announced
> yesterday (1.13.3.57575) is now available:
> https://wiki.secondlife.com/wiki/Source_archive
Needs following patch to compile with gcc4:
--- linden/indra/newview/lltexturecache.h
+++ linden/indra/newview/lltexturecache.h
@@ -82,8 +82,8 @@
bool readComplete(handle_t handle, bool abort);
handle_t writeToCache(const LLUUID& id, U32 priority, U8* data, S32
datasize, S32 imagesize,
WriteResponder* responder);
- bool LLTextureCache::writeComplete(handle_t handle, bool abort =
false);
- void LLTextureCache::prioritizeWrite(handle_t handle);
+ bool writeComplete(handle_t handle, bool abort = false);
+ void prioritizeWrite(handle_t handle);
void removeFromCache(const LLUUID& id);
Regards,
ismail
More information about the SLDev
mailing list