aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Guard against a null ref in the permissions module when a profileMelanie Thielker2008-08-161-2/+5
| | | | | | fetch fails.
* Mantis#1890. Thank you kindly, Godfrey, for a patch that addresses:Charles Krinke2008-08-161-2/+94
| | | | | llListSort() sorts integers and floats in ASCII order rather than numeric order
* Mantis#1964. Thank you kindly, BlueWall for a patch that:Charles Krinke2008-08-161-3/+63
| | | | | Parch adds PRIM_BUMP_SHINY handling to llSetPrimitiveParams
* Remove a project that had no buiness being in thereMelanie Thielker2008-08-161-38/+0
|
* Mantis#1963. Thank you kindly, Krtaylor for a patch that solves:Charles Krinke2008-08-161-0/+10
| | | | | XEngine missing string constructor for LSLInteger and LSLFloat
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-169-38/+63
| | | | | | | Scripts can now no longer DOS the user server and there are a lot fewer gratuitious lookups of user profile data.
* Perils of copypaste. Missing references.Melanie Thielker2008-08-151-1/+2
|
* Fix repeated user profile info lookups. Redirect those lookups to cache.Melanie Thielker2008-08-151-2/+3
|
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-159-9/+110
|
* Pantis #1957Melanie Thielker2008-08-153-6/+31
| | | | | | | Thank you, Leaf, for a patch that implements llGetAnimationList() XEngine implementation added by myself.
* Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker2008-08-155-8/+11
| | | | | | | | 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.
* Mantis #1951Melanie Thielker2008-08-151-0/+2
| | | | | | | Trigger a persistence save when only name or description have changed.
* Mantis #1961Melanie Thielker2008-08-151-0/+34
| | | | | | Thank you, BlueWall, for a patch that adds PRIM_GLOW
* Small fox in the database, god level was being overwritten with the userMelanie Thielker2008-08-151-1/+1
| | | | | | flags value
* The missing option in OpenSim.ini.example...Melanie Thielker2008-08-151-0/+1
|
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-1512-27/+85
| | | | | | | | | 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.
* Minor formatting cleanup.Jeff Ames2008-08-151-6/+6
|
* Fixes a case where neighboring region info cannot be obtainedMelanie Thielker2008-08-151-3/+6
| | | | | | | | and the region server tries to output the region information using the unobtainable RegionInfo. Caused a crash in GS1GridServices.cs, line 928
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-1513-70/+80
|
* Fixes a case where, when inventory is not currently accessible dueMelanie Thielker2008-08-151-1/+1
| | | | | | to other issues, detaching an attachment would cause an exception.
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-0/+44
| | | | | | The following patch allows an asset to be added via the REST interface.
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-0/+29
| | | | | | | | The following patch implements adding prims to a region using the Xml2 format.
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-4/+35
| | | | | | | | | | | | | | | | 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).
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-154-12/+106
| | | | | | | | | | | | | | | | | | 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)
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-1/+1
| | | | | | | The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services.
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-1/+2
| | | | | | | | The following is a patch that disables the addition of the Content-Length HTTP response header when a chunked response is being sent.
* Thanks, krtaylor, for a patch that fixes llListSort() and llListRandomize() ↵Mike Mazur2008-08-152-2/+16
| | | | failing with stride less than 1. Fix issue 1893.
* Refactor: Make the tree creation function take a UUID for the ownerMelanie Thielker2008-08-142-7/+13
| | | | | | Change the tree populator module to supply a sensible value
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-148-5/+82
| | | | | | | This will have no effect unless both the UGAI and the region are this revision or later
* Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2008-08-147-30/+42
| | | | | | | estate owner user the ability to add and remove estate managers, and have EM rights outside of that.
* Mantis #1953Melanie Thielker2008-08-142-8/+19
| | | | | | | Thank you, HomerHorwitz, for a patch that changes login location handling to use the sim UUID if it has already been stored.
* Add the UserStore migrations to the TP fixes patchMelanie Thielker2008-08-142-0/+10
|
* Thanks, BlueWall, for a patch that:Dahlia Trimble2008-08-141-1/+1
| | | | | 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"
* updated some prim parameters to project maintained versionsDahlia Trimble2008-08-141-5/+3
|
* Mantis #1946Melanie Thielker2008-08-1412-16/+105
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* * minor: make it clear on the console when a client is being logged out ↵Justin Clarke Casey2008-08-131-9/+12
| | | | because that client has not responded to pings
* Mantis #1936Melanie Thielker2008-08-136-6/+0
| | | | | | | | Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server.
* Mantis#1942. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-132-2/+4
| | | | | | updates llTriggerSound() so it accepts an object inventory name too This adds the same functionality like Xantor's patch for llPlaySound()
* Mantis#1941. Thank you kindly, Tyre for a patch thatCharles Krinke2008-08-131-34/+4
| | | | | | makes progress in extracting the line number of LSL script execution errors.
* Mantis#1856. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-131-40/+20
| | | | | Fixes this Mantis bug with llTakeControls() & ControllingClient() API.
* Add a Find(Predicate) method to the cache to look for items by dataMelanie Thielker2008-08-131-0/+11
| | | | | | other than LLUUID.
* Mantis#1934. Thank you Tyre for a patch that:Charles Krinke2008-08-132-2/+22
| | | | | | This patch implements the LSL script function llTeleportAgentHome()
* mantis#1927. Thank you kindly, Leaf for a patch that:Charles Krinke2008-08-131-2/+8
| | | | | | Makes progress on fixing scripts in child prims of attachments not being scheduled for execution.
* Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-08-1323-584/+2060
| | | | | | | | | | | * 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
* Thank you, tyre, for a patch that fixes a null reference in LSLMelanie Thielker2008-08-132-22/+20
| | | | | | function llOverMyLand().
* Mantis#1925. Thank you, homerHorwitz for a patch that:Charles Krinke2008-08-132-3/+33
| | | | | | | This fixes the coordinates returned by doing a llRequestInventoryData on a landmark.
* Remove the (experimental) suffix from the XEngine line in the sampleMelanie Thielker2008-08-131-4/+4
| | | | | | | config. Change defaults to enable all languages for XEngine. Change comment on new LSL compiler form (experimental) to (under test).
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-08-134-13/+147
| | | | | | Add a Dictionary for faster lookup of cached items.
* From: Omar Vera Ustariz <ustariz@de.ibm.com>Dr Scofield2008-08-133-7/+123
| | | | | | | | This patch implements a subset of the llParcelMediaCommandList() function.
* Revert "Thanks, lulurun, for a patch that clears and refreshes and outdated ↵Mike Mazur2008-08-131-6/+1
| | | | | | | | user" This reverts commit r5823.