aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-07* I XmlIgnored the TaskInventory Property as a temporary measure. Taking ↵Teravus Ovares2-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.
2008-04-07Remove some dead code.Jeff Ames1-13/+0
2008-04-07* EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar ↵Justin Clarke Casey6-12/+349
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
2008-04-06Update svn properties.Jeff Ames8-593/+593
2008-04-06* Whoops, forgot to include all the new terrain file loaders and things.Adam Frisby8-0/+593
* Added MapImageModule for handling world-map * Added new DefaultTerrainGenerator.cs * Added BMP loader * Added GIF loader * Added PNG loader * Added TIFF loader
2008-04-06* Various terrain engine fixesAdam Frisby9-89/+231
* Includes patch #894 fixes for terrain load-tile * Large number of other terrain fixes and new commands included.
2008-04-06* Fixed up some documentationTeravus Ovares2-13/+13
* Should help the sinking feeling when new avatar arrive in the scene.
2008-04-06* Implemented AgentPause and AgentResume. AgentPause extends the timeout ↵Teravus Ovares1-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.
2008-04-05* Lowered the default throttle settings. They were way too high at 1.5MB/s! Teravus Ovares1-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! )
2008-04-05* The simulator now checks the parcel at the position that you get put by ↵Teravus Ovares1-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.
2008-04-04From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey3-26/+7
Patch to remove commented NotImpemented calls from within implemented script functions
2008-04-04make AssetBase use Properties instead of fields. This probably Sean Dague1-8/+53
breaks compatibility on grid ops because native serialization is used here.
2008-04-04* Make objects appear in 1.19.1.4 inventory againJustin Clarke Casey1-6/+19
* You will probably need to clear your client's cache before this will take effect * The problem was that the underlying libsecondlife.AssetType was returning "primitive" rather than "object". This fix is in lieu of correcting/updating our libsecondlife.dll
2008-04-04* Removing debugging goo for mantis 854 since the fix is reported to work.Justin Clarke Casey2-4/+6
2008-04-04From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-103/+231
ansgar and i have done a bit of clean up for the "create user" and "create region" XmlRpc methods in RemoteController (contributed earlier by ansgar), this add a bit of consistency checking, more error checking and also documentation of the expected XmlRpc parameters.
2008-04-04* Fixed up some documentation regarding the inventory descendants method ↵Teravus Ovares1-3/+17
XML. Cleaned up an error report. Noted at the top, why the two unused caps path variables must stay.
2008-04-04* Fixes CAPS InventoryDescendants and the notorious ↵Teravus Ovares1-9/+46
'LLSDParseException:expected </llsd>' error. * Objects folder still exhibits strange behavior.
2008-04-04* Fixing permissions on items returned via CAPS based inventoryTeravus Ovares1-1/+2
2008-04-03* Fixes Region/Estate panel in current Linden Official client.Teravus Ovares2-7/+10
* 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.
2008-04-03move NullStorage => OpenSim.Data.Null to be consistant withSean Dague2-3/+3
where other data storage assemblies are.
2008-04-03Check in the remaining bits to do Asset store via NHibernate. StillSean Dague2-35/+36
need to work out auto table creation in a reasonable way. Tommorrow I'll work on getting the NHibernate bits in place to be able to put this into the main tree.
2008-04-03Update svn properties.Jeff Ames4-203/+203
2008-04-03* Attempted resolution for mantis 854Justin Clarke Casey2-0/+7
* Also adds more temporary debugging goo in case the fix didn't work
2008-04-03* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey6-195/+426
* 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.
2008-04-03* Minor: fix doc glitchJustin Clarke Casey1-1/+1
2008-04-03* Adding request time limiting strategy for texture requests, though this ↵Justin Clarke Casey3-5/+153
isn't useable yet
2008-04-03* Resolve mantis 849Justin Clarke Casey7-10/+21
* Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option
2008-04-03point in time update of NHibernate Asset Mapping codeSean Dague3-10/+180
2008-04-03* ODEPlugin: put a limit on the minimum size a prim can be ( scale <=0 ).Teravus Ovares1-5/+12
2008-04-02from krtaylorSean Dague1-3/+6
Fixe for Mantis 821
2008-04-02remove really odd utf character at the front of this classSean Dague1-1/+1
2008-04-02starting to stub out NHibernate data source. This isn't in Sean Dague1-0/+62
prebuild yet so it's currently dead code in tree, and shouldn't bother anyone. Once this does *something* I'll add it into the main build. However it seemed like a good idea to commit work as I go for people interested in it.
2008-04-02Minor: just some method commentsJustin Clarke Casey2-3/+11
2008-04-02* Attempt to resolve mantis 873 by placing caps removal operations in a ↵Justin Clarke Casey2-14/+17
critical section
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague19-0/+19
were implicitly included before). Everything builds again. Now off to testing.
2008-04-02move signing fileSean Dague1-0/+0
2008-04-02changing more references to OpenSim.DataSean Dague17-34/+34
2008-04-02attempt to fix up all refernces to new directory structureSean Dague55-78/+78
2008-04-02whole lot more movingSean Dague67-0/+0
2008-04-02reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague16-0/+0
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together.
2008-04-02* Add some temporary task inventory item inflation debug messages to ↵Justin Clarke Casey3-3/+13
investigate mantis 854
2008-04-02refactor, make the file name the class nameSean Dague1-0/+0
2008-04-02* Added AvatarAppearance.sql for MSSQLlbsa711-0/+44
2008-04-02* Reworked Data Framework so that MSSQL workslbsa716-14/+61
* Introduced uint as field type * Removed what should be superfluous Guid handling * Introduced stub MySQLDataReader if we need to fix the Guid handling anyway
2008-04-02Set default terrain to complete flat terrain (at 26 height). Even flat ↵MW2-7/+8
terrain as default seems better than the messed up terrain I was getting.
2008-04-02* Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares7-3/+209
needs to be updated still. * Adding some XMPP stuff that's incomplete.
2008-04-01* Remove the quit command from the inventory console which was actually ↵Justin Clarke Casey1-1/+0
adding a new inventory instead
2008-04-01* Fix for mantis #678Justin Clarke Casey2-3/+15
* Shift copied prims should now keep the script in both prims over region startups
2008-04-01few more minor changes, needs prebuild to be ran.MW3-11/+6
2008-04-01a few small changesMW6-58/+67