aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2009-02-2519-68/+69
| | | | name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
* Added IGridServiceModule to be the base interface for the Service Modules ↵MW2009-02-251-0/+13
| | | | for the Grid, User and Messaging servers.
* More refactoring of the Grid, User and Messaging servers. MW2009-02-2515-227/+394
|
* * Fix my own unit testJustin Clarke Casey2009-02-252-7/+19
| | | | | | * Disable folder iar creation code for now (though this wasn't actually causing the test failure)
* * Add InventoryArchiveConstants that I missed from last commitJustin Clarke Casey2009-02-252-6/+137
| | | | | | | * This commit also does a first pass at creating folders for an inventory archive (previously everything was dumped in the same destiantion folder). * This code might not work yet and nobody else should be using it yet anyway :)
* * Store inventory data in an 'inventory' directory rather than in the root ↵Justin Clarke Casey2009-02-253-15/+10
| | | | of an iar
* * ignored some genslbsa712009-02-250-0/+0
|
* * Applied a patch that: Added prim parameters support to MXP client lbsa712009-02-257-13/+318
| | | | | | | | | | | * Updated MXP to contain extension fragment with prims and updated MXPClientView to fill in the parameters. * Added google protobuffers dll. * Update MXP dll. * Updated MXPClientView to send prim parameters as Perception event extension * Started OpenSim and connected with IdealistViewer via MXP and ensured from log that parameters are being sent. * Ensured that nant test target runs succesfully. This closes mantis #3229. Thanks, tlaukkan!
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-251-1/+1
| | | | | | | The mono addin filter for the AssetCache is incorrect, this fixes it. The problem only shows up when you have more than one AssetCache to choose from.
* * Ignored genslbsa712009-02-250-0/+0
|
* * Experimental softening of SOG waiting for update on link - changing from ↵lbsa712009-02-251-3/+3
| | | | abort to forced update.
* * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, ↵lbsa712009-02-254-16/+4
| | | | | | | I do realize the setter has to be there for legacy reasons, but since the calls will never acually DO anyhting, I'm removing them. * So, SOP.FolderID is actually a cruft field that should be removed.
* Allow /* C-style comments */ in LSL scripts.Mike Mazur2009-02-252-17501/+17655
| | | | | | This fixes Mantis #3199. opensim-libs SVN r87 contains the corresponding changes.
* Fixes Mantis #3220. Thank you kindly, MPallari, for a patch that:Charles Krinke2009-02-251-3/+3
| | | | | | | This patch changes InformClientOfNeighbour, CrossRegion and SendRegionTeleport methods to virtual.
* Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.Mike Mazur2009-02-251-2/+2
| | | | | Fixes Mantis #3221. Thanks cmickeyb for the patch.
* Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-252-0/+2
| | | | | Deals with the multiple warning side affect introduced earlier.
* Distinguish 404 errors in RestClient.Request().Mike Mazur2009-02-251-2/+10
| | | | | Mantis #3225.
* A few updates necessary for load balancer.Mike Mazur2009-02-259-43/+92
| | | | | | | | | - handle GetUser request for nonexistent user gracefully - include throttle levels in ClientInfo - code to save/restore throttles in client stack - only update/send updates to active clients - make animation classes serializable
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-2427-6122/+6122
|
* Close-to-final tweaking with appearance. This time sending *everything*. ↵diva2009-02-242-36/+29
| | | | Addresses mantis #3223.
* More work on modulising the User Server. MW2009-02-243-35/+99
|
* 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-2412-1341/+1376
| | | | OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-246-1613/+1648
|
* First step in separating out the Userserver console command handling to a ↵MW2009-02-2412-2510/+2603
| | | | | | | "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-249-5/+13
|
* Some cleaning up in the MesssagingServer and GridServer.MW2009-02-246-165/+113
|
* Added OpenSim.Grid.Framework project.MW2009-02-2411-2/+196
| | | | | Changed the Gridserver so it uses/references OpenSim.Grid.Framework
* More refactoring of the UserServer.MW2009-02-247-229/+529
|
* update version number for bamboo zip file outputDahlia Trimble2009-02-241-1/+1
|
* 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!).
* * This should fix the 'Solution Folder' annoyance on express versions.lbsa712009-02-232-1/+4
|
* 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-234-0/+20
|
* 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-22117-410/+581
| | | | | | | | | * 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.