aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* Thanks, lulurun, for a patch that clears and refreshes and outdated userMike Mazur2008-08-131-1/+6
| | | | | | profile cache (issue 1919).
* Make the estate owner UUID from the database have the same rightsMelanie Thielker2008-08-131-1/+7
| | | | | | as the region master avatar, unless it's LLUUID.Zero (the default).
* Fix data format for last commitMelanie Thielker2008-08-121-1/+1
|
* Minor patch: fix an instance where the estate name, as displayed on theMelanie Thielker2008-08-121-3/+5
| | | | | | | Covenant page of the estate dialog, could be shown as the master avatar's name, or even as Test User
* Thanks HomerHorwitz for a patch to enable the Stand Up button when sitting ↵Jeff Ames2008-08-121-3/+5
| | | | on the ground. (bug #1932)
* * Stop warnings about non existent scene presences/entities being removed on ↵Justin Clarke Casey2008-08-124-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
* Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2008-08-125-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
* Remove "static" from the AsyncCommand Manager to make it work properlyMelanie Thielker2008-08-121-1/+1
| | | | | | in multiple region per sim setups
* Minor formatting cleanup.Jeff Ames2008-08-126-22/+22
|
* Patch #9163 - Refactor initial packet sending out of InnerScene intoMelanie Thielker2008-08-113-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.
* * minor: replace hard tabs with soft 4 space tabs in previous patchJustin Clarke Casey2008-08-112-12/+10
|
* Mantis#1921. Thank you kindly, Leaf for a patch that:Charles Krinke2008-08-112-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)
* Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-08-102-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.
* Mantis#1910. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-101-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;
* Attempt to address Mantis #1905, #1909Melanie Thielker2008-08-101-12/+17
| | | | | | | Prevent re-sequencing of resent packets. Thanks, ckrinke, for catching that, it is what was happening.
* Patch #9024Melanie Thielker2008-08-101-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
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-103-4/+2
|
* * Resolve mantis 1911 without reintroducing warningsJustin Clarke Casey2008-08-091-2/+1
|
* * if the user uuid is present, preserve ownership information when loading ↵Justin Clarke Casey2008-08-091-10/+43
| | | | | | | | an archive * if the uuid isn't present, ownership is given to the region's master avatar
* * Remove warningsJustin Clarke Casey2008-08-093-5/+2
|
* * Reinstate grid receive and send keys to user server configJustin Clarke Casey2008-08-095-21/+22
| | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config
* * minor: oops, forgot the code that actually ends up eliminating the unused ↵Justin Clarke Casey2008-08-091-12/+0
| | | | configuration elements from the last checkin
* * minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey2008-08-093-13/+6
|
* * minor: Remove unused message from the asset server configurationJustin Clarke Casey2008-08-092-13/+3
|
* * minor: get rid of send and receive keys from inventory serverJustin Clarke Casey2008-08-092-18/+5
| | | | | | * these are not used
* * Change _Config.xml node selection code to allow commentsJustin Clarke Casey2008-08-091-5/+5
|
* * Added a little more log info in LLUDPServerlbsa712008-08-091-1/+2
|
* * Make session security (secure inventory) configuration FALSE by defaultJustin Clarke Casey2008-08-091-1/+1
| | | | | | * This will not affect existing configurations where the configuration question has already been answered
* * minor: remove redundant welcome message from inventory grid server ↵Justin Clarke Casey2008-08-092-9/+2
| | | | configuration
* * Add line to log notifying of inventory -> user grid server trust failureJustin Clarke Casey2008-08-092-4/+36
| | | | | | * add code comments