aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Remove warnings, including one which pointed out a bugJustin Clarke Casey2008-10-131-1/+0
|
* * Apply http://opensimulator.org/mantis/view.php?id=2373Justin Clarke Casey2008-10-091-73/+242
| | | | | | | * Many llSensor() improvements, though sensoring isn't perfect yet * thanks idb!
* Mantis#1906. Thank you kindly, Idb for a patch that:Charles Krinke2008-10-081-18/+1
| | | | | | Removed cache accesses to obtain sensed object/avatar name, it is already available.
* Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker2008-09-255-31/+13
| | | | | | | | and makes it use a common set of types in both engine. Fixes the issues with running both engines and HTTP requests / listens / timers etc.. Also fixes a couple of minor Scene issues and a CTB by nullref.
* Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker2008-09-242-6/+6
| | | | | | | | all methods needed outside the API ststic. Async command processing is now wholly internal to the API. This sets the stage for the next convergence step.
* * minor: method documentationJustin Clarke Casey2008-09-161-2/+2
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-064-41/+41
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-182-2/+2
|
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-161-3/+4
| | | | | | | Scripts can now no longer DOS the user server and there are a lot fewer gratuitious lookups of user profile data.
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-246-0/+979
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!