| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mantis#3249. Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-03-01 | 3 | -265/+22 |
* | Thanks tommil for mantis #3248 - a patch that adds support for avatar movemen... | Dahlia Trimble | 2009-03-01 | 4 | -5/+140 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-03-01 | 9 | -234/+361 |
* | Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields. | MW | 2009-02-28 | 1 | -18/+21 |
* | Copied the Util.ReadSettingsFromIniFile method from the branch to trunk. | MW | 2009-02-28 | 1 | -0/+61 |
* | Changed it so only .ini file types are loaded from the (optional) config dire... | MW | 2009-02-28 | 1 | -2/+5 |
* | Applied Patch from mantis #3245. Thanks tlaukkan/Tommil | MW | 2009-02-28 | 3 | -174/+254 |
* | updating svn ignore properties | MW | 2009-02-27 | 0 | -0/+0 |
* | Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs... | MW | 2009-02-27 | 3 | -6/+4 |
* | Changed the order of the OpenSim.Grid.GridServer and OpenSim.Grid.GridServer.... | MW | 2009-02-27 | 1 | -6/+6 |
* | Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid... | MW | 2009-02-27 | 4 | -92/+170 |
* | Applied patch from Mantis# 3240, thanks tlaukkan/Tommil | MW | 2009-02-27 | 3 | -53/+127 |
* | Added support for reading ini files from a (optional) config folder. This all... | MW | 2009-02-27 | 2 | -1/+15 |
* | svn attribute fixes so that we can play nice between windows and linux | Sean Dague | 2009-02-26 | 13 | -919/+919 |
* | Added IRegionCreator interface that all ApplicationPlugins that are creators ... | MW | 2009-02-26 | 6 | -5/+34 |
* | This adds a new osGetAgentIP function with threat level set to High. It | Sean Dague | 2009-02-26 | 4 | -0/+39 |
* | Another change to how the CreateCommsManagerPlugin checks if it should be cre... | MW | 2009-02-26 | 1 | -1/+2 |
* | Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSim... | MW | 2009-02-26 | 1 | -9/+10 |
* | Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. | MW | 2009-02-26 | 6 | -101/+407 |
* | * This patch reduces the excessive number of threads opened by the Timer even... | Sean Dague | 2009-02-26 | 1 | -24/+37 |
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 4 | -92/+119 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-02-26 | 1 | -5/+33 |
* | 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 |
* | Changed the type of the ApplicationRegistry member from RegistryCore to IRegi... | MW | 2009-02-26 | 1 | -2/+2 |
* | Added IRegistryCore and RegistryCore to OpenSim.Framework. | MW | 2009-02-26 | 8 | -48/+153 |
* | 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 wor... | MW | 2009-02-26 | 7 | -45/+32 |
* | Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w... | MW | 2009-02-26 | 1 | -1/+8 |
* | * Got rid of concrete GridDBService references | lbsa71 | 2009-02-26 | 3 | -4/+10 |
* | * renamed IRegionProfileService to IRegionProfileRouter to better reflect use... | lbsa71 | 2009-02-26 | 4 | -4/+28 |
* | Renamed IMessageUserServerService to IInterServiceUserService.cs | MW | 2009-02-25 | 5 | -229/+229 |
* | * 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 |
* | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name... | MW | 2009-02-25 | 19 | -68/+69 |
* | Added IGridServiceModule to be the base interface for the Service Modules for... | MW | 2009-02-25 | 1 | -0/+13 |
* | 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 |
* | * Add InventoryArchiveConstants that I missed from last commit | Justin Clarke Casey | 2009-02-25 | 2 | -6/+137 |
* | * Store inventory data in an 'inventory' directory rather than in the root of... | Justin Clarke Casey | 2009-02-25 | 3 | -15/+10 |
* | * 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 |
* | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-25 | 1 | -1/+1 |
* | * Ignored gens | lbsa71 | 2009-02-25 | 0 | -0/+0 |
* | * Experimental softening of SOG waiting for update on link - changing from ab... | lbsa71 | 2009-02-25 | 1 | -3/+3 |
* | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 2009-02-25 | 4 | -16/+4 |
* | Allow /* C-style comments */ in LSL scripts. | Mike Mazur | 2009-02-25 | 2 | -17501/+17655 |
* | Fixes Mantis #3220. Thank you kindly, MPallari, for a patch that: | Charles Krinke | 2009-02-25 | 1 | -3/+3 |
* | Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example. | Mike Mazur | 2009-02-25 | 1 | -2/+2 |
* | Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-25 | 2 | -0/+2 |