aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties.Jeff Ames2008-06-011-45/+45
|
* * Committing some stuff I'm working to make it so I can commit an upcoming ↵Teravus Ovares2008-06-011-3/+169
| | | | patch from Dahlia. IM type stuff. No big deal, not done.
* * Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey2008-06-011-3/+1
| | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method
* * Put IScenePermissions out of its miseryJustin Clarke Casey2008-06-011-35/+0
|
* * Updates permission module so that GenericCommunicationPermission returns ↵Teravus Ovares2008-06-011-2/+3
| | | | true. Instant messages, inventory transfers use this.. and it was always returning false.
* * Enable loading of textures in OpenSim archives with load-oar/save-oarJustin Clarke Casey2008-05-311-2/+0
| | | | | | | * Right now, this only saves and reloads textures that have been applied to the entire prim (not ones which have been applied to individual faces). * This is work in progress - it is currently experimental, hacky, inefficient, completely unsupported and liable to change rapidly at short notice :)
* * Put in preparatory code to restore whole prim textures on archive loadJustin Clarke Casey2008-05-313-3/+35
| | | | | | * No user functionality yet
* Mantis#1428. Thank you kindly, fdg for a patch that solves:Charles Krinke2008-05-311-0/+5
| | | | | | | | When you copy an item in inventory and paste it, the name gets lost. Also when you use "Save as" in the Appearance Editing window the created item in inventory has always the name "New <item-type>", regardless of what you typed in as name.
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-313-2/+46
| | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
* * If you check fixed sun, in the estate tools 'terrain tab', the sun will ↵Teravus Ovares2008-05-301-1/+8
| | | | fix in the location you set. (however the checkbox doesn't get re-populated properly yet, so it'll uncheck again even though the message got through to the server)
* * You can set the sun phase via the estate tools now. It doesn't persist ↵Teravus Ovares2008-05-301-15/+16
| | | | across reboots though.
* * Hook up archive loading to load in prim xml dataJustin Clarke Casey2008-05-304-19/+57
| | | | | | * This now has equivalent functionality to load-xml2 - no asset data is restored yet
* * Refactor: Change multiple requests for a module interface to use a stored ↵Justin Clarke Casey2008-05-301-16/+12
| | | | reference instead.
* * Crudely migrate SceneXmlLoader into the Serializer moduleJustin Clarke Casey2008-05-304-49/+91
|
* * Stop the IRC module throwing a nre on shutdown if it isn't actually being usedJustin Clarke Casey2008-05-301-2/+5
|
* * Successfully pick out prims.xml file from archiveJustin Clarke Casey2008-05-305-6/+79
|
* * Read all files from tar archiveJustin Clarke Casey2008-05-302-11/+55
| | | | | | * No reload functionality implemented yet
* while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield2008-05-304-15/+51
| | | | | | | | | | | | | | | | | | | noticed that Scene.Close() will only call Close on non-shared region modules. i've now added code to SceneManager.Close() to collect all shared region module from each scene before calling Scene.Close() on it and then, once, all Scenes are closed, go through the list of collected shared region modules and close them as well. SceneManager.Close() is only called when we initiate a shutdown --- i've verified that a Scene restart does not trigger the shutdown of shared modules :-) also, this adds a couple of bug fixes to the IRCBridgeModule (which after all didn't take kindly to being closed) as well as a check to InterregionModule's Close() call. finally, this fixes the RestPlugin's XmlWriter so that it no longer includes the "xsd=..." and "xsi=..." junk.
* * Fixed a dangling event hook that I added.Teravus Ovares2008-05-304-6/+116
| | | | | * Added a Non-finite avatar position reset. This will either handle the <0,0,0> avatar gracefully, or send the avatar to 127,127,127 if that also doesn't work. ( I've only been able to reproduce this error once on my development workstation )
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-305-178/+178
|
* * Added helper method to the Sun module to Get the Linden hour based on the ↵Teravus Ovares2008-05-302-1/+18
| | | | math in the sun module. This populates the sun phase slider on the terrain tab in the estate tools according to the current sun phase. Display purposes only for now. Need to go the other way for setting the sun phase based on the linden hour in the estate tools.
* * Updated sun module to only send sun updates to root agents. Because it ↵Teravus Ovares2008-05-301-3/+54
| | | | was sending updates to both root and child agents, you'll still get sun jitter until this revision is adopted by every region nearby.
* * Caches UUIDName requestsTeravus Ovares2008-05-291-2/+46
| | | | | | * Looks up UUIDNames for script time and colliders in a separate thread. * Hopefully this'll allow you to look at top scripts on a region that has a lot of scripts without crashing your client thread.
* Mantis#1416. Thank you very much, Melanie for a patch that:Charles Krinke2008-05-291-0/+12
| | | | | Createa a method to find out if a prim inventory contains scripts
* * Ruling out another potential cause of zombie-ismTeravus Ovares2008-05-291-0/+2
|
* * Fix string literal with URL + LLcommand();Teravus Ovares2008-05-292-2/+17
| | | | | | * Added 'detected around: value' when a x.Y detect occurs to help debug. * Fixed object text is too long to store to the database (wikilith)
* Mantis#1411. Thank you kindly for Dataserver.cs and a patchCharles Krinke2008-05-292-0/+10
| | | | | | that adds function stub to request region info by name and adds llRequestSimulatorData() and the dataserver event
* * Added a child agent check to the ChildAgentData Update to make sure that ↵Teravus Ovares2008-05-291-1/+5
| | | | you're a child agent before applying the changes from the grid comms. Doing this to rule it out as a source of a few bugs such as the Zombie bug and the Express Train to 0,0,0 bug.
* * Fixed a slight issue with the LLRAW exporter.Adam Frisby2008-05-282-3/+4
| | | | | | * Linden uses a neutral height channel of 128.0 on their multiplier. OpenSim was using a neutral of 127.0 - this has been changed to 128.0, this may cause files exported to the .RAW format to look slightly different when loaded back in - it is highly recommended to use the R32 format instead which avoids these sorts of issues. * Made a tweak to the Terrain Plugin loading process.
* *Added a Few External Checks relating to scripts including the seperation of ↵mingchen2008-05-284-9/+107
| | | | runscript into 3 different situations (Rez, start stop)
* * Minor: Another small log adjustmentJustin Clarke Casey2008-05-281-1/+1
|
* * Minor: Log message clean up in archiver codeJustin Clarke Casey2008-05-282-3/+5
|
* * Put in stubs for "load-oar" command, including ultra-primitive temporary ↵Justin Clarke Casey2008-05-286-14/+185
| | | | | | | | tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it
* * Put textures into a separate assets/ directory in the opensim archiveJustin Clarke Casey2008-05-282-6/+37
| | | | | | | * Fix nre where the asset couldn't be found * Not ready yet
* Mantis#1406. Thank you kindly, Xantor for a patch that:Charles Krinke2008-05-282-2/+16
| | | | | | | | | llLoopSound sends out one packet to clients in view, so it doesn't work anymore when clients enter later on, or the prim is modified in any way. Solution: Stored sound data on prim, send full update instead. llStartSound and llLoopSound now accept both LLUUIDs to a sound as well as object inventory sound names. llStopSound clears prim data and sends full update.
* Mantis#1398. Thank you kindly, cmickeyb for a patch that:Charles Krinke2008-05-281-1/+11
| | | | | | small patch to encode and send the outbound_body parameter in an http request. this enables post messages to send a body
* Formatting cleanup.Jeff Ames2008-05-2813-167/+165
|
* Thank you kindly, Melanie for a patch that:Charles Krinke2008-05-281-0/+2
| | | | | When renaming items in task inventory, they become useless. Fix attached
* Thank you very much, ChrisIndigo for a patch that:Charles Krinke2008-05-281-9/+25
| | | | | | | | If a script updates an object to the same position or rotation offset, the object triggers an update and storage of the object. This become more prevalent in sensor and timer events which may be firing frequently.
* Thank you, Grumly57 kindly for:Charles Krinke2008-05-282-9/+13
| | | | | | | This patch proposes a new function : osOpenRemoteDataChannel(key channeID) that allow to open an XMLRPC channel for remote_data event. The difference is that the channelID can be customized instead of being randomly generated.
* Thank you kindly, Melanie for a patch that adds a two-stageCharles Krinke2008-05-281-1/+7
| | | | | | | check. It seems there may be a race. For me, this patch, just as it is here, fixes it.
* Update svn properties. Fix inconsistent newlines.Jeff Ames2008-05-281-187/+187
|
* * Include prims.xml file in archiveJustin Clarke Casey2008-05-272-5/+17
|
* * Add .jp2 extension to archived texturesJustin Clarke Casey2008-05-271-1/+1
|
* * Write prim archives out as v7 tar files temporarily for testing purposes - ↵Justin Clarke Casey2008-05-272-1/+186
| | | | | | | | | not even gzipping yet! * Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet
* * Added new InstallPlugin interface to ITerrainModule.Adam Frisby2008-05-272-10/+22
| | | | | * This is to allow other region modules to install Terrain Effects.
* Thank you kindly, Melanie for a patch that adds:Charles Krinke2008-05-272-0/+75
| | | | | GetSerializationData() and CreateFromData() methods
* * Implement asynchronous assets request for archivingJustin Clarke Casey2008-05-271-116/+187
| | | | | | * No user functionality yet
* fixes a CTB when IRCBridgeModule is not configured.Dr Scofield2008-05-271-2/+2
|
* cleaning up: coding style guidelines violation in RestPlugin.cs. Dr Scofield2008-05-271-0/+23
| | | | | | adding support for enabled = true|false for IRCBridgeModule