aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed the additions from the last revision for the "ShowHelp" delegate ↵MW2009-02-245-41/+1
| | | | handling, as it seems that system isn't in use anymore.
* More refactoring of the Grid/user/messaging servers.MW2009-02-245-17/+61
|
* Same treatment for the MessagingServer... added ↵MW2009-02-2411-1341/+1342
| | | | OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-245-1612/+1613
|
* First step in separating out the Userserver console command handling to a ↵MW2009-02-2411-2510/+2564
| | | | | | | "module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe.
* Deleted the files from Messagingserver that are now in OpenSim.Grid.FrameworkMW2009-02-244-228/+0
|
* Updated MessagingServer to use OpenSim.Grid.FrameworkMW2009-02-248-5/+12
|
* Some cleaning up in the MesssagingServer and GridServer.MW2009-02-246-165/+113
|
* Added OpenSim.Grid.Framework project.MW2009-02-2410-2/+164
| | | | | Changed the Gridserver so it uses/references OpenSim.Grid.Framework
* More refactoring of the UserServer.MW2009-02-247-229/+529
|
* remove log4net dependency and from PrimMesher.csDahlia Trimble2009-02-242-7/+18
| | | | | sync PrimMesher.cs with PrimMesher.dll version 29 on forge
* Minor guard protecting against hackers like me who manipulate region UUIDs ↵diva2009-02-241-1/+2
| | | | directly.
* Thank you kindly, TLaukkan (Tommil) for a patch that solves:Charles Krinke2009-02-231-27/+32
| | | | | | If -background=true is specified on the command line, a null pointer exception crashes the server in OpenSim/Region/Application/OpenSimBase.cs in method StartupSpecific. Its trying to dereference m_console which is null, presumably because we're in background mode.
* Renamed IGridMessagingModule to IGridMessagingMapper.MW2009-02-233-54/+75
| | | | | Plus some general cleanup of the GridMessagingModule.
* more refactoring of the Grid server, to separate them into modulesMW2009-02-232-5/+14
|
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-231-0/+1
| | | | | | | | | This patch fixes a bug where if a script in a child prim has taken control of an avatar when they sit, although permission for camera control is revoked when they stand, free camera control is not restored. Currently it is only restored if the script is in the root prim (though its not clear to me where this happens!).
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-2313-1758/+1945
|
* * Commenting out threaded Scene update for the moment.Adam Frisby2009-02-231-2/+3
| | | | | * It works, but makes certain building tasks slow to update.
* * Fix for recent thread patch - IsAlive apparently is not as reliable as ↵Adam Frisby2009-02-231-1/+2
| | | | ThreadState.
* * Performance Changes:Adam Frisby2009-02-234-4/+35
| | | | | | | * Moves Entity Updates into a seperate thread, allowing for OpenSim to utilize a computers CPU more effectively in return for potentially greater user and prim capacity. * Removes an expensive Sqrt call performed during Update on each object. This should lower CPU requirements for high-prim regions with physics enabled. * MXP Changes: Centers the region around 0,0 for primitives instead of 128,128. Prim display should now look more correct for MXP viewers.
* Load default assets when AssetInventory starts.Mike Mazur2009-02-232-0/+15
|
* Prevent avatar from walking along z-axisMike Mazur2009-02-231-1/+19
| | | | | | | | | Thanks mirceakitsune for a patch that prevents the avatar from trying to walk along the Z-axis in mouselook mode (or left-click the avatar and walk) while looking up or down. Fixes Mantis #946.
* Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-236-0/+169
| | | | | | | Adds a warning for an LSL construct that exploits a popular list memory saving hack.
* A little bit more tweaking with appearance. Now passing both the wearables ↵diva2009-02-232-66/+75
| | | | | | | | and the textures referred to in the Texture faces of AvatarAppearance. The textures are still not being acted upon on the other side, but they will. Note: will make avies coming from older sims casper or grey. Upgrade! Related to mantis #3204.
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-22116-410/+579
| | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
* Allow delivery of object messages gridwideMelanie Thielker2009-02-221-1/+2
|
* First step in giving the messaging server the modular refactoring treatment. ↵MW2009-02-228-289/+643
| | | | As with the other two servers, this is very much a work in progress.
* * MXP Clients are now treated as full root agents - including being given a ↵Adam Frisby2009-02-222-2/+44
| | | | | | | default avatar. * MXP Clients now are capable of displaying primitives and objects within the Scene.
* * Fixes an assumption whereby Scene assumes that each client is capable of ↵Adam Frisby2009-02-221-0/+8
| | | | producing a circuit. This affects non-Linden derived viewers who do not utilize circuits.
* Part 1 of refactoring the userserver. Changed it so instead of subclassing ↵MW2009-02-223-46/+107
| | | | the User dataBase access class (UserManagerBase) and then adding the http handlers to that. There is now a UserDataBaseService that is passed to the other classes so they can access the db. This should make it easier to have multiple "modules" that can register http handlers and access the db.
* * And a little moreAdam Frisby2009-02-221-2/+2
|
* * Removing some C#3.0 that snuck in.Adam Frisby2009-02-221-5/+5
|
* * RestoringAdam Frisby2009-02-221-0/+1158
|
* * Fixing bad SVN commit.Adam Frisby2009-02-221-1158/+0
|
* * Updates MXP.dll to latest version.Adam Frisby2009-02-221-11/+35
| | | | | * MXP: Corrects an issue whereby session requests were never correctly acknowledged.
* Update svn properties.Jeff Ames2009-02-224-1628/+1628
|
* * There's always something. Fixes MXP Server so that when it starts up, it ↵Adam Frisby2009-02-221-0/+1
| | | | actually starts up.
* * Adds initial support for the MXP Virtual Worlds protocol ↵Adam Frisby2009-02-224-0/+1627
| | | | | | | | | | | | (http://www.bubblecloud.org) * Handled via the MXPModule.cs located in OpenSim.Client.MXP namespace. * Also implements MXPClientView and MXPPacketServer for IClientAPI compatibility. * No changes were required to Core to implement this - the thing is self contained in OpenSim.Client.MXP.dll. * Includes reference implementation of MXP as MXP.dll - this is under the Apache 2.0 license. * Requires OpenSim.ini setting to enable. "[MXP] \n Enabled=true \n Port=1253" * May break. Highly untested.
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-2218-133/+141
|
* Addresses some issues with appearance after TPs. Appearance.Owner was not ↵diva2009-02-224-8/+28
| | | | being set, and that's what's being used in SendAppearanceToOtherAgent. Mantis #3204.
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-228-1631/+1685
|
* Applied patch from mantis #3217, which allows Dynamic Images of type RGB (so ↵MW2009-02-211-7/+23
| | | | with no alpha value). Thanks BlueWall.
* More Grid server refactoringMW2009-02-216-23/+61
|
* Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-211-1/+1
| | | | | | Solves the Object-Key problem when using llHTTPRequest()
* A small improvement in the UserLoginService, hence the User Server: users ↵diva2009-02-211-2/+5
| | | | are now being given a default appearance if there is none in the user database. This issue affected newly created accounts, which aren't given an appearance at time of creation. May address some of the issues reported in mantis #3204 (but the incompatibility with pre-8447 is unaffected and continues to exist).
* Some more refactoring of GridServer.MW2009-02-212-23/+23
|
* Applied patch from mantis #3213. Which adds a check to create region ↵MW2009-02-211-1/+6
| | | | command, to make sure the .xml is passed in the command arguments. Thanks BlueWall
* Added missing header to a file (before chi11ken does it)MW2009-02-212-2/+29
|
* Added a check to LLClientView.RegisterInterface<T>(T iface), so that it ↵MW2009-02-211-1/+4
| | | | can't try to add duplicate interfaces and cause a exception.
* Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ↵MW2009-02-211-1/+4
| | | | can't try to add duplicate interfaces and cause a exception.