Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
can, correct spelling
|
|
|
|
|
|
This should fix the run off segment bugs by not overriding LLTextBase::clearSegments() in LLTextEditor
TODO: Move the rest of the script stuff out of LLTextEditor for simplicity sake
|
|
repeated callbacks after highlighting has been removed for live script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
highlighting if we don't have a valid keywords file.
|
|
|
|
an XML file.
|
|
|
|
unnecessary (loading sorts them).
|
|
|
|
|
|
|
|
Jonathan Yap for spotting it.
|
|
(onRegionChangeInitialiseKeywords)
|
|
|
|
|
|
|
|
|
|
|
|
sKeyWordsXML.
|
|
pointer in mRegion causes crashes, when doing it locally in each method doesn't.
|
|
|
|
|
|
|
|
|
|
|
|
Experience profile moved to it's own floater, will probalby be moving again.
XP profile displays most data, though the presentation is not final
Fixed a bug with the XP selection combobox in the script editor
|
|
Changed the cap which looks up a script association to take a object/item id pair
instead of a asset id.
Updated llpreviewscript to use the new cap (which also improves loading time
since it can be done in parallel with the lsltext retrieval).
|
|
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
|
|
|
|
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
|
|
|
|
|
|
|
|
|