On Sun, 20 Jun 2010 14:08:57 -0500, Jacek Antonelli wrote: > On Sun, Jun 20, 2010 at 1:03 PM, Henri Beauchamp <sl...@free.fr> wrote: > > Plus, there is still the issue that since the new functions are not yet > > implemented in the official viewer, their server side implementation > > could change without notice and render our own wiewer-side implementation > > deprecated or even incompatible... > > I'm not sure what you mean by "not yet implemented in the official > viewer". If you mean the tooltips for the script editor, they are > defined in Viewer 2 in the strings.xml file, as I said in my previous > message. That's where we backported the descriptions from. The only > one missing from strings.xml is llGetLinkPrimitiveParams.
I was referring to: indra/lscript/lscript_library/lscript_library.cpp The new, viewer 2 specific media LSL functions are defined in there, but not the new server v1.38 LSL functions... > > There are quite a few things missing in this patch to actually make it a > > functional one, namely changes to indra.l, lllslconstants.h and > > llclickaction.h. > > indra.l is not used by the viewer anymore, nor are those parts of > lllslconstants.h (only the value of MAX_PAY_BUTTONS is used by the > viewer). The additions to llclickaction.h are only necessary when > porting over the entire new media system, which we have not done yet. > None of those additions are necessary for the tooltips, which was the > point of the patch. In this case, the build script for the viewer should be changed, because indra.l *is* used during the building process (it might not be used at link time, but then there is no point using it at all, or even making it part of the viewer sources...). .../... make[2]: Entering directory `/usr/src/SL/indra/viewer-linux-i686-release' [ 27%] Generating indra.y.cpp, indra.y.hpp /usr/src/SL/indra/lscript/lscript_compile/indra.y: conflits: 88 réduction/réduction [ 27%] Generating indra.l.cpp .../... Henri. _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges