Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * This patch reduces the excessive number of threads opened by the Timer ↵ | Sean Dague | 2009-02-26 | 1 | -24/+37 | |
| | | | | | | | event. Also simplifies the walking around method. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 4 | -92/+119 | |
| | | | | | | | * Fixed an issue with AssetCache where it would break unit tests randomly. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-02-26 | 1 | -5/+33 | |
| | | | | | | | * Make load/save oar and load/save xml2 behave a little better when there is an io problem * Thanks dslake | |||||
* | opps forgot to commit a changed file. | MW | 2009-02-26 | 1 | -1/+1 | |
| | ||||||
* | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 2009-02-26 | 6 | -0/+21 | |
| | | | | | | when it is ready to receive offline IM | |||||
* | Changed the type of the ApplicationRegistry member from RegistryCore to ↵ | MW | 2009-02-26 | 1 | -2/+2 | |
| | | | | IRegistryCore | |||||
* | Added IRegistryCore and RegistryCore to OpenSim.Framework. | MW | 2009-02-26 | 8 | -48/+153 | |
| | | | | | | | | Added a ApplicationRegistry to OpenSimBase. Changed LoadRegionsPlugin so it registers itself to that application registry. Added a event to LoadRegionsPlugin, that is triggered when it creates a new scene ,although maybe this event should actually be in opensimBase incase other plugins are creating regions (like the RemoteAdminPlugin). | |||||
* | Attempt to fix the "region starts but doesn't load anything" issue | Sean Dague | 2009-02-26 | 1 | -0/+6 | |
| | ||||||
* | Added a PostInitialise method to IApplicationPlugin, this allows us to do ↵ | MW | 2009-02-26 | 7 | -45/+32 | |
| | | | | | | | work in there knowing that all other ApplicationPlugins have been initialised by that time. Moved the loadRegions code in LoadRegionsPlugin to the PostInitialise method. | |||||
* | Add check in SceneManager to stop opensim.exe crashing if no regions/scenes ↵ | MW | 2009-02-26 | 1 | -1/+8 | |
| | | | | were loaded. | |||||
* | * Got rid of concrete GridDBService references | lbsa71 | 2009-02-26 | 3 | -4/+10 | |
| | ||||||
* | * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵ | lbsa71 | 2009-02-26 | 4 | -4/+28 | |
| | | | | | | | | | | use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually) | |||||
* | Renamed IMessageUserServerService to IInterServiceUserService.cs | MW | 2009-02-25 | 5 | -229/+229 | |
| | | | | | Renamed MessageUserServerModule to InterMessageUserServerModule | |||||
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 18 | -23/+26 | |
| | ||||||
* | * Properly load items into correct folders when an iar is loaded | Justin Clarke Casey | 2009-02-25 | 1 | -8/+12 | |
| | | | | | | | * At the moment, any existing folders with the same name are reused - will need an option to always create new folders * not yet ready for general use | |||||
* | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 2009-02-25 | 19 | -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 ↵ | MW | 2009-02-25 | 1 | -0/+13 | |
| | | | | for the Grid, User and Messaging servers. | |||||
* | More refactoring of the Grid, User and Messaging servers. | MW | 2009-02-25 | 15 | -227/+394 | |
| | ||||||
* | * Fix my own unit test | Justin Clarke Casey | 2009-02-25 | 2 | -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 commit | Justin Clarke Casey | 2009-02-25 | 2 | -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 Casey | 2009-02-25 | 3 | -15/+10 | |
| | | | | of an iar | |||||
* | * ignored some gens | lbsa71 | 2009-02-25 | 0 | -0/+0 | |
| | ||||||
* | * Applied a patch that: Added prim parameters support to MXP client | lbsa71 | 2009-02-25 | 7 | -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 Dague | 2009-02-25 | 1 | -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 gens | lbsa71 | 2009-02-25 | 0 | -0/+0 | |
| | ||||||
* | * Experimental softening of SOG waiting for update on link - changing from ↵ | lbsa71 | 2009-02-25 | 1 | -3/+3 | |
| | | | | abort to forced update. | |||||
* | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, ↵ | lbsa71 | 2009-02-25 | 4 | -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 Mazur | 2009-02-25 | 2 | -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 Krinke | 2009-02-25 | 1 | -3/+3 | |
| | | | | | | | This patch changes InformClientOfNeighbour, CrossRegion and SendRegionTeleport methods to virtual. | |||||
* | Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example. | Mike Mazur | 2009-02-25 | 1 | -2/+2 | |
| | | | | | Fixes Mantis #3221. Thanks cmickeyb for the patch. | |||||
* | Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-25 | 2 | -0/+2 | |
| | | | | | Deals with the multiple warning side affect introduced earlier. | |||||
* | Distinguish 404 errors in RestClient.Request(). | Mike Mazur | 2009-02-25 | 1 | -2/+10 | |
| | | | | | Mantis #3225. | |||||
* | A few updates necessary for load balancer. | Mike Mazur | 2009-02-25 | 9 | -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 Mazur | 2009-02-24 | 27 | -6122/+6122 | |
| | ||||||
* | Close-to-final tweaking with appearance. This time sending *everything*. ↵ | diva | 2009-02-24 | 2 | -36/+29 | |
| | | | | Addresses mantis #3223. | |||||
* | More work on modulising the User Server. | MW | 2009-02-24 | 3 | -35/+99 | |
| | ||||||
* | Removed the additions from the last revision for the "ShowHelp" delegate ↵ | MW | 2009-02-24 | 5 | -41/+1 | |
| | | | | handling, as it seems that system isn't in use anymore. | |||||
* | More refactoring of the Grid/user/messaging servers. | MW | 2009-02-24 | 5 | -17/+61 | |
| | ||||||
* | Same treatment for the MessagingServer... added ↵ | MW | 2009-02-24 | 12 | -1341/+1376 | |
| | | | | OpenSim.Grid.MessagingServer.Modules for the modules/components of it. | |||||
* | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 2009-02-24 | 6 | -1613/+1648 | |
| | ||||||
* | First step in separating out the Userserver console command handling to a ↵ | MW | 2009-02-24 | 12 | -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.Framework | MW | 2009-02-24 | 4 | -228/+0 | |
| | ||||||
* | Updated MessagingServer to use OpenSim.Grid.Framework | MW | 2009-02-24 | 9 | -5/+13 | |
| | ||||||
* | Some cleaning up in the MesssagingServer and GridServer. | MW | 2009-02-24 | 6 | -165/+113 | |
| | ||||||
* | Added OpenSim.Grid.Framework project. | MW | 2009-02-24 | 11 | -2/+196 | |
| | | | | | Changed the Gridserver so it uses/references OpenSim.Grid.Framework | |||||
* | More refactoring of the UserServer. | MW | 2009-02-24 | 7 | -229/+529 | |
| | ||||||
* | update version number for bamboo zip file output | Dahlia Trimble | 2009-02-24 | 1 | -1/+1 | |
| | ||||||
* | remove log4net dependency and from PrimMesher.cs | Dahlia Trimble | 2009-02-24 | 2 | -7/+18 | |
| | | | | | sync PrimMesher.cs with PrimMesher.dll version 29 on forge | |||||
* | Minor guard protecting against hackers like me who manipulate region UUIDs ↵ | diva | 2009-02-24 | 1 | -1/+2 | |
| | | | | directly. | |||||
* | Thank you kindly, TLaukkan (Tommil) for a patch that solves: | Charles Krinke | 2009-02-23 | 1 | -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. |