aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Updated ODE.NET bindings to the ODE library.Teravus Ovares2008-04-071-11/+15
| | | | | * Fixed some Tapers with Cylinders in the Meshmerizer
* * Objects which have their name or description changed while within ↵Justin Clarke Casey2008-04-071-40/+59
| | | | inventory will now retain those details when rezzed to a scene
* * Preserve original creator's name when an object is givenJustin Clarke Casey2008-04-071-2/+2
|
* * Nasty hack to reduce the incidence of spurious exceptions where a user ↵Justin Clarke Casey2008-04-073-5/+22
| | | | | | | | deletes a newly rezzed object before the persistence thread gets to it from its queue. * This should greatly reduce but not eliminate the problem - elimination probably requires a redesign of the prim persistence processes
* * Okay you can put down your pitchforks - this patch should fix rezzing of ↵Justin Clarke Casey2008-04-072-27/+36
| | | | | | | | | | | items (with inventory) on Windows * Now properly dealing with prims which don't contain items - thanks to thomas for the patch which gave insight into this situation * Also, an xml exception no longer crahes the client session * Leaving in debugging lines in case there are further problems * Not yet tested on Linux, though I'm just about to.
* Update svn properties.Jeff Ames2008-04-076-1065/+1065
|
* Thank you kindly Diva & KMeisthax for adding the beginningsCharles Krinke2008-04-076-0/+1065
| | | | | | of search capability to OpenSim in the form of a configurable module.
* * I XmlIgnored the TaskInventory Property as a temporary measure. Taking ↵Teravus Ovares2008-04-072-1/+2
| | | | things and rezzing them works again. (though, I suggest waiting on taking things until justincc has an opportunity to look at the TaskInventory property causing the XML Serialization to overrun.) It's MinOccurs is 0 in the XML Schema, so it should work fine when he adds it back.
* Remove some dead code.Jeff Ames2008-04-071-13/+0
|
* * EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar ↵Justin Clarke Casey2008-04-075-11/+337
| | | | | | | | | | | item giving * Now you can drag an object from your inventory and give it to another avatar * !!! Use at your own risk !!! Many things are unimplemented as of yet, including permissions (the person receiving your item can probably do absolutely everything with it) * Also, items for the receiving end up in their root folder rather than the objects folder
* Update svn properties.Jeff Ames2008-04-068-593/+593
|
* * Whoops, forgot to include all the new terrain file loaders and things.Adam Frisby2008-04-068-0/+593
| | | | | | | | | | * Added MapImageModule for handling world-map * Added new DefaultTerrainGenerator.cs * Added BMP loader * Added GIF loader * Added PNG loader * Added TIFF loader
* * Various terrain engine fixesAdam Frisby2008-04-069-89/+231
| | | | | | * Includes patch #894 fixes for terrain load-tile * Large number of other terrain fixes and new commands included.
* * Fixed up some documentationTeravus Ovares2008-04-062-13/+13
| | | | | * Should help the sinking feeling when new avatar arrive in the scene.
* * Implemented AgentPause and AgentResume. AgentPause extends the timeout ↵Teravus Ovares2008-04-061-7/+22
| | | | | | | for a client at the server by 3x. AgentResume restores the timeout to the normal amount. * The linden client still doesn't like it when you have an image select box open for more then 100 or so seconds.
* * Lowered the default throttle settings. They were way too high at 1.5MB/s! Teravus Ovares2008-04-051-8/+8
| | | | | | | * This will definitely help the missing prim problem (probably eliminate it entirely)! * This will help the broken up land block problem (probably eliminate it entirely)! * Warning, change the default throttle settings at your own risk ( and don't commit the throttle settings! )
* * The simulator now checks the parcel at the position that you get put by ↵Teravus Ovares2008-04-051-0/+10
| | | | | | | the grid server to see if you set it's landing point to a specified landing point. If you did, and the landing point isn't LLVector3.Zero, it puts you at the configured landing point. * Currently the grid server sticks you at 128x128x128.. so that means it'll use whatever parcel is at that location to get this information. This allows greater customization of where people log-into and teleport-to if done right.
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-042-24/+7
| | | | | | Patch to remove commented NotImpemented calls from within implemented script functions
* * Removing debugging goo for mantis 854 since the fix is reported to work.Justin Clarke Casey2008-04-041-1/+1
|
* * Fixes Region/Estate panel in current Linden Official client.Teravus Ovares2008-04-031-4/+7
| | | | | * Sets the default estate parentID to 1.. which means that all regions are treated like private estates in the client as opposed to Linden Mainland. (no space server hiccup message). If that message annoys you and you want to get rid of it, set your parentEstateID to 1.
* move NullStorage => OpenSim.Data.Null to be consistant withSean Dague2008-04-032-152/+0
| | | | | | where other data storage assemblies are.
* * Attempted resolution for mantis 854Justin Clarke Casey2008-04-031-0/+3
| | | | | | * Also adds more temporary debugging goo in case the fix didn't work
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-033-2/+234
| | | | | | | * This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations. * CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in.
* * Minor: fix doc glitchJustin Clarke Casey2008-04-031-1/+1
|
* * Adding request time limiting strategy for texture requests, though this ↵Justin Clarke Casey2008-04-031-4/+12
| | | | isn't useable yet
* * Resolve mantis 849Justin Clarke Casey2008-04-036-9/+20
| | | | | | * Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option
* * ODEPlugin: put a limit on the minimum size a prim can be ( scale <=0 ).Teravus Ovares2008-04-031-5/+12
|
* from krtaylorSean Dague2008-04-021-3/+6
| | | | | | Fixe for Mantis 821
* Minor: just some method commentsJustin Clarke Casey2008-04-022-3/+11
|
* * Attempt to resolve mantis 873 by placing caps removal operations in a ↵Justin Clarke Casey2008-04-021-13/+16
| | | | critical section
* changing more references to OpenSim.DataSean Dague2008-04-026-17/+17
|
* * Add some temporary task inventory item inflation debug messages to ↵Justin Clarke Casey2008-04-022-3/+3
| | | | investigate mantis 854
* Set default terrain to complete flat terrain (at 26 height). Even flat ↵MW2008-04-021-6/+7
| | | | terrain as default seems better than the messed up terrain I was getting.
* * Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares2008-04-023-3/+11
| | | | | | | needs to be updated still. * Adding some XMPP stuff that's incomplete.
* * Fix for mantis #678Justin Clarke Casey2008-04-012-3/+15
| | | | | | * Shift copied prims should now keep the script in both prims over region startups
* few more minor changes, needs prebuild to be ran.MW2008-04-013-11/+6
|
* a few small changesMW2008-04-016-58/+67
|
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-313-3/+3
|
* * Fix for terrain issue whereby loading or manipulating a terrain item from ↵Adam Frisby2008-03-311-0/+2
| | | | the console would not cause the terrain to be saved to the Scene. (Mantis #845)
* * From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-03-312-0/+11
| | | | | | | | | * (and Ansgar/Ansi) * Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet! * In his own words "the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. "
* * Minor: If a user exists but has no inventory in standalone, automatically ↵Justin Clarke Casey2008-03-312-35/+22
| | | | | | | | create new inventory folders * This mirrors the grid behaviour
* * Fix problem where inventory code throws a swallowed exception on grid mode ↵Justin Clarke Casey2008-03-311-1/+1
| | | | if the avatar has never logged in before
* * Fix for mantis 131, 796Justin Clarke Casey2008-03-311-4/+14
| | | | | | * Take copy now actually takes a copy into inventory rather than the original
* Fixed typo in AvatarFactoryModule.csJeff Ames2008-03-311-1/+1
|
* Update svn properties.Jeff Ames2008-03-315-409/+409
|
* * Added competely untested MSSQLMapperlbsa712008-03-301-2/+10
| | | | | | | * Added the new mapper to the mapper factory * Made choice of mapper configurable * This means, in hteory, that we can persist avatar appearance on MSSQL as well
* * Minor cleanupTeravus Ovares2008-03-303-6/+5
|
* * Quick fix. Re-enabled some code which registers the Terrain Module's ↵Adam Frisby2008-03-301-1/+1
| | | | Commander with the scene (whoops).
* **Big ass update warning**Adam Frisby2008-03-3018-63/+691
| | | | | | | | * Renamed plugin console message, to send a message to a plugin, use either "plugin <message>", or any unrecognised message will be sent ("plugin" sends explicitly) This replaces the old "script <message>". * Terrain commands - "terrain <command>" now works again. "Script terrain <command>" does not. Many of the commands have now been reimplemented, eg load-tile. However some have new syntax. * New console command handler, you can now use things like "terrain help" or "terrain save help". See TerrainModule.cs for an example of how to use the new "Commander" class. * Commander class - advanced processing of console input and also enables a script API to be generated from registered console commands.
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-307-32/+86
| | | | | | | | | | * This update breaks inter-region communications, sorry. * You will need to run prebuild. Next, the good; * This update solves the unexpected binary element when Linux simulators inform windows simulators and vice versa. So Linux Simulators and Windows simulators are 100% compatible again. * This update introduces an Integer in the prim crossing method to tell the receiving simulator which XML method to use to load the prim that crossed the border. If the receiving prim doesn't support the method, the prim crossing fails and no prims are lost. That being said, it's best to update all your simulators to this revision at once.