aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker7-30/+42
estate owner user the ability to add and remove estate managers, and have EM rights outside of that.
2008-08-14Mantis #1953Melanie Thielker2-8/+19
Thank you, HomerHorwitz, for a patch that changes login location handling to use the sim UUID if it has already been stored.
2008-08-14Add the UserStore migrations to the TP fixes patchMelanie Thielker2-0/+10
2008-08-14Thanks, BlueWall, for a patch that:Dahlia Trimble1-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"
2008-08-14updated some prim parameters to project maintained versionsDahlia Trimble1-5/+3
2008-08-14Mantis #1946Melanie Thielker12-16/+105
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 Thielker6-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.
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-13Add a Find(Predicate) method to the cache to look for items by dataMelanie Thielker1-0/+11
other than LLUUID.
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 Thielker4-13/+147
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 Casey4-17/+30
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 Mazur5-72/+43
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 Ames6-22/+22
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#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2-9/+201
patch attached replaces the tree walk algorithm used to build the folder hierarchy with a single database query. That is, we replace 1 database query per folder with 1 query for the root folder's properties and 1 query to retrieve the entire collection of folders for a user.
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 Casey3-5/+2
2008-08-09* Reinstate grid receive and send keys to user server configJustin Clarke Casey5-21/+22
* Looks like these weren't so unused after all - oops! * Remove message from grid server config
2008-08-09* minor: oops, forgot the code that actually ends up eliminating the unused ↵Justin Clarke Casey1-12/+0
configuration elements from the last checkin
2008-08-09* minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey3-13/+6
2008-08-09* minor: Remove unused message from the asset server configurationJustin Clarke Casey2-13/+3
2008-08-09* minor: get rid of send and receive keys from inventory serverJustin Clarke Casey2-18/+5
* these are not used
2008-08-09* Change _Config.xml node selection code to allow commentsJustin Clarke Casey1-5/+5
2008-08-09* Added a little more log info in LLUDPServerlbsa711-1/+2
2008-08-09* Make session security (secure inventory) configuration FALSE by defaultJustin Clarke Casey1-1/+1
* This will not affect existing configurations where the configuration question has already been answered
2008-08-09* minor: remove redundant welcome message from inventory grid server ↵Justin Clarke Casey2-9/+2
configuration
2008-08-09* Add line to log notifying of inventory -> user grid server trust failureJustin Clarke Casey2-4/+36
* add code comments