| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
| |
repeatedly.
|
|
|
|
|
|
| |
fetch fails.
|
|
|
|
|
| |
llListSort() sorts integers and floats in ASCII order rather than numeric order
|
|
|
|
|
| |
Parch adds PRIM_BUMP_SHINY handling to llSetPrimitiveParams
|
| |
|
|
|
|
|
| |
XEngine missing string constructor for LSLInteger and LSLFloat
|
|
|
|
|
|
|
| |
Scripts can now no longer DOS the user server and there are a lot fewer
gratuitious lookups of user profile data.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Thank you, Leaf, for a patch that implements llGetAnimationList()
XEngine implementation added by myself.
|
|
|
|
|
|
|
|
| |
the database is now intepreted as follows: low byte = user flags.
Next byte, low nibble: Deternines the text (Resident, Lifetime, etc)
shown. No customn text support yet.
|
|
|
|
|
|
|
| |
Trigger a persistence save when only name or description have
changed.
|
|
|
|
|
|
| |
Thank you, BlueWall, for a patch that adds PRIM_GLOW
|
|
|
|
|
|
| |
flags value
|
| |
|
|
|
|
|
|
|
|
|
| |
hierarchical rights structure. MasterAvatar: Owner of the region server
(may be null), net gods (users with GodLevel 200), Estate owner
(from database). Look at Opensim.ini.example to enable net gods.
Estate owner will default to master avatar.
|
| |
|
|
|
|
|
|
|
|
| |
and the region server tries to output the region information
using the unobtainable RegionInfo.
Caused a crash in GS1GridServices.cs, line 928
|
| |
|
|
|
|
|
|
| |
to other issues, detaching an attachment would cause an exception.
|
|
|
|
|
|
| |
The following patch allows an asset to be added via the REST interface.
|
|
|
|
|
|
|
|
| |
The following patch implements adding prims to a region using the Xml2
format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following patch implements retrieving prims in Xml2 format via the REST
interface. For example:
http://localhost:9000/admin/regions/<region-uuid>/prims/
It also allows an additional parameter which specifies a bounding box. If
this parameter is specified, only prims within the bounding box are
retrieved. For example:
http://localhost:9000/admin/regions/8cd759b4-e077-489d-9a34-e1ff70ef65dd/prims/0,0,0,128,128,128
will retrieve only the prims whose positions are in the bounding box with
corners (0,0,0) and (128,128,128).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following patch makes some enhancements to loading/saving the Xml2
format.
- Add streamed version of functionality for saving prims to Xml2
format. The streamed version (optionally) allows for saving the
prims whose positions appear within a particular bounding box.
- Expose stream versions of LoadPrimsFromXml2 and SavePrimsToXml2 in
the Scene class
- Extend loading from Xml2 (the streamed version) to optionally start
scripts for the loaded scene objects)
|
|
|
|
|
|
|
| |
The following patch allows spaces in usernames and passwords in HTTP Basic
authentication for REST services.
|
|
|
|
|
|
|
|
| |
The following is a patch that disables the addition of the Content-Length
HTTP response header when a chunked response is being sent.
|
|
|
|
| |
failing with stride less than 1. Fix issue 1893.
|
|
|
|
|
|
| |
Change the tree populator module to supply a sensible value
|
|
|
|
|
|
|
| |
This will have no effect unless both the UGAI and the region are
this revision or later
|
|
|
|
|
|
|
| |
estate owner user the ability to add and remove estate managers,
and have EM rights outside of that.
|
|
|
|
|
|
|
| |
Thank you, HomerHorwitz, for a patch that changes login location handling
to use the sim UUID if it has already been stored.
|
| |
|
|
|
|
|
| |
Binary distributions of OpenSim are not able to get the version info because they lack the ../.svn/entries file. This file exists in the ./bin./svn directory, which would be in a binary distribution. The included patch changes the path from ../.svn/entries to .svn/entries, which allows the version information to be show in "help/about"
|
| |
|
|
|
|
|
|
|
| |
Thank you, HomerHorwitz, for a patch that corrects and improves TP
to landmark and home position handling.
|
|
|
|
| |
because that client has not responded to pings
|
|
|
|
|
|
|
|
| |
Thank you, gsky, for a patch that corrects the threading model
to use the multithreaded apartment in the grid servers and
region server.
|
|
|
|
|
|
| |
updates llTriggerSound() so it accepts an object inventory name too
This adds the same functionality like Xantor's patch for llPlaySound()
|
|
|
|
|
|
| |
makes progress in extracting the line number of LSL
script execution errors.
|
|
|
|
|
| |
Fixes this Mantis bug with llTakeControls() & ControllingClient() API.
|
|
|
|
|
|
| |
other than LLUUID.
|
|
|
|
|
|
| |
This patch implements the LSL script function
llTeleportAgentHome()
|
|
|
|
|
|
| |
Makes progress on fixing scripts in child prims of
attachments not being scheduled for execution.
|
|
|
|
|
|
|
|
|
|
|
| |
* Yield Prolog 1.0.1 Released : it passes all but 9 of the
421 tests in the ISO Prolog test suite (97.8%) .
* support dynamic predicates and rules.
* support 'import' to use external static functions
improves connection to C# functions
* Matches Yield Prolog r831
|
|
|
|
|
|
| |
function llOverMyLand().
|
|
|
|
|
|
|
| |
This fixes the coordinates returned by doing a
llRequestInventoryData on a landmark.
|
|
|
|
|
|
|
| |
config. Change defaults to enable all languages for XEngine.
Change comment on new LSL compiler form (experimental) to (under test).
|