aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-15Plumb in the partner and the account title fields for profile info.Melanie Thielker2-4/+25
2008-08-15Pantis #1957Melanie Thielker3-6/+31
Thank you, Leaf, for a patch that implements llGetAnimationList() XEngine implementation added by myself.
2008-08-15Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker4-7/+10
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.
2008-08-15Mantis #1951Melanie Thielker1-0/+2
Trigger a persistence save when only name or description have changed.
2008-08-15Mantis #1961Melanie Thielker1-0/+34
Thank you, BlueWall, for a patch that adds PRIM_GLOW
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker11-26/+81
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.
2008-08-15Minor formatting cleanup.Jeff Ames1-6/+6
2008-08-15Fixes a case where neighboring region info cannot be obtainedMelanie Thielker1-3/+6
and the region server tries to output the region information using the unobtainable RegionInfo. Caused a crash in GS1GridServices.cs, line 928
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames10-37/+45
2008-08-15Fixes a case where, when inventory is not currently accessible dueMelanie Thielker1-1/+1
to other issues, detaching an attachment would cause an exception.
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield4-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)
2008-08-15Thanks, krtaylor, for a patch that fixes llListSort() and llListRandomize() ↵Mike Mazur2-2/+16
failing with stride less than 1. Fix issue 1893.
2008-08-14Refactor: Make the tree creation function take a UUID for the ownerMelanie Thielker2-7/+13
Change the tree populator module to supply a sensible value
2008-08-14Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker1-0/+7
This will have no effect unless both the UGAI and the region are this revision or later
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker6-30/+31
estate owner user the ability to add and remove estate managers, and have EM rights outside of that.
2008-08-14updated some prim parameters to project maintained versionsDahlia Trimble1-5/+3
2008-08-14Mantis #1946Melanie Thielker5-12/+69
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
2008-08-13* minor: make it clear on the console when a client is being logged out ↵Justin Clarke Casey1-9/+12
because that client has not responded to pings
2008-08-13Mantis #1936Melanie Thielker1-1/+0
Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server.
2008-08-13Mantis#1942. Thank you kindly, Tyre for a patch that:Charles Krinke2-2/+4
updates llTriggerSound() so it accepts an object inventory name too This adds the same functionality like Xantor's patch for llPlaySound()
2008-08-13Mantis#1941. Thank you kindly, Tyre for a patch thatCharles Krinke1-34/+4
makes progress in extracting the line number of LSL script execution errors.
2008-08-13Mantis#1856. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-40/+20
Fixes this Mantis bug with llTakeControls() & ControllingClient() API.
2008-08-13Mantis#1934. Thank you Tyre for a patch that:Charles Krinke2-2/+22
This patch implements the LSL script function llTeleportAgentHome()
2008-08-13mantis#1927. Thank you kindly, Leaf for a patch that:Charles Krinke1-2/+8
Makes progress on fixing scripts in child prims of attachments not being scheduled for execution.
2008-08-13Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke23-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
2008-08-13Thank you, tyre, for a patch that fixes a null reference in LSLMelanie Thielker2-22/+20
function llOverMyLand().
2008-08-13Mantis#1925. Thank you, homerHorwitz for a patch that:Charles Krinke2-3/+33
This fixes the coordinates returned by doing a llRequestInventoryData on a landmark.
2008-08-13Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker3-7/+123
Add a Dictionary for faster lookup of cached items.
2008-08-13From: Omar Vera Ustariz <ustariz@de.ibm.com>Dr Scofield3-7/+123
This patch implements a subset of the llParcelMediaCommandList() function.
2008-08-13Revert "Thanks, lulurun, for a patch that clears and refreshes and outdated ↵Mike Mazur1-6/+1
user" This reverts commit r5823.
2008-08-13Thanks, lulurun, for a patch that clears and refreshes and outdated userMike Mazur1-1/+6
profile cache (issue 1919).
2008-08-13Make the estate owner UUID from the database have the same rightsMelanie Thielker1-1/+7
as the region master avatar, unless it's LLUUID.Zero (the default).
2008-08-12Fix data format for last commitMelanie Thielker1-1/+1
2008-08-12Minor patch: fix an instance where the estate name, as displayed on theMelanie Thielker1-3/+5
Covenant page of the estate dialog, could be shown as the master avatar's name, or even as Test User
2008-08-12Thanks HomerHorwitz for a patch to enable the Stand Up button when sitting ↵Jeff Ames1-3/+5
on the ground. (bug #1932)
2008-08-12* Stop warnings about non existent scene presences/entities being removed on ↵Justin Clarke Casey3-16/+27
client log off * This is being done by preventing close from being called twice on child agent closure (nres which would have been thrown are being swallowed). * However, it should be possible to do much better cleanup on this code in the future
2008-08-12Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur3-1/+13
occasionally, but are fixed on restart (issue 1919). This patch introduces the following changes: 1. when a user teleports out of Region A, remove that user's profile from the Region A user profile cache 2. when a user crosses between regions out of Region A, remove that user's profile from the Region A user profile cache 3. the user profile cache's session ID member can now be set (written), and is updated each time a connection with a new avatar is established (ie: a new avatar enters the region) 4. when a region server looks up a user profile and a cache miss occurs, fetch the user profile from the user server first instead of immediately returning null
2008-08-12Remove "static" from the AsyncCommand Manager to make it work properlyMelanie Thielker1-1/+1
in multiple region per sim setups
2008-08-12Minor formatting cleanup.Jeff Ames5-21/+21
2008-08-11Patch #9163 - Refactor initial packet sending out of InnerScene intoMelanie Thielker3-128/+73
ScenePresence. Pace prim delivery to about 200 updates/s max. Break a long-held lock that caused the notorious MapBlockQuery XMLRPC timeout on agent login. Eliminate 60 second timeout at "Waiting for region handshake". Fix region crossing/teleport response. Fix appearance in primmy regions.
2008-08-11* minor: replace hard tabs with soft 4 space tabs in previous patchJustin Clarke Casey2-12/+10
2008-08-11Mantis#1921. Thank you kindly, Leaf for a patch that:Charles Krinke2-19/+22
llRezObject changed to llRezAtRoot. llRezObject implemented to call llRezAtRoot until I can figure out how to calculate a bounding box. Partial implementation of llPushObject (no angular impulse applied)
2008-08-10Mantis#1910. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+5
In case you run the server with mono --debug OpenSim.exe line numbers are reported as <filename>:<linenumber>, so no "at line" is found. That led to an exception, which is caught since r5766. The attached patch fixes this for mono;
2008-08-10Attempt to address Mantis #1905, #1909Melanie Thielker1-12/+17
Prevent re-sequencing of resent packets. Thanks, ckrinke, for catching that, it is what was happening.
2008-08-10Patch #9024Melanie Thielker1-1/+1
Bringing in an old private patch, increasing region registration timeout to 90 seconds. That allows regions witj > 10000 prims to register successfully. Running them.... well, YMMV
2008-08-10Update svn properties, minor formatting cleanup.Jeff Ames3-4/+2
2008-08-09* Resolve mantis 1911 without reintroducing warningsJustin Clarke Casey1-2/+1
2008-08-09* if the user uuid is present, preserve ownership information when loading ↵Justin Clarke Casey1-10/+43
an archive * if the uuid isn't present, ownership is given to the region's master avatar
2008-08-09* Remove warningsJustin Clarke Casey2-2/+2
2008-08-09* Added a little more log info in LLUDPServerlbsa711-1/+2