| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * For now, restore file extension for default oar name I accidentally removed... | Justin Clarke Casey | 2009-03-04 | 1 | -1/+1 |
* | * Add the abilty to load and save iar item nodes where folders have identical... | Justin Clarke Casey | 2009-03-04 | 6 | -49/+161 |
* | * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab... | Adam Frisby | 2009-03-04 | 1 | -0/+3 |
* | * More work on MiniRegionModule module. | Adam Frisby | 2009-03-04 | 5 | -0/+275 |
* | * Add gnu tar format long file name support to tar reading and writing. | Justin Clarke Casey | 2009-03-04 | 3 | -85/+126 |
* | IObjectFace needs to be public to compile. | Mike Mazur | 2009-03-04 | 1 | -1/+1 |
* | * More work on MiniRegionModule module. | Adam Frisby | 2009-03-04 | 8 | -3/+254 |
* | * Implementing some interfaces for aformentioned script engine. Ignore this. | Adam Frisby | 2009-03-04 | 4 | -0/+136 |
* | forgotten files | MW | 2009-03-03 | 1 | -2/+2 |
* | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 2009-03-03 | 2 | -6/+25 |
* | Refactoring of CreateCommsManagerPlugin. | MW | 2009-03-03 | 1 | -34/+0 |
* | Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStack | MW | 2009-03-02 | 1 | -4/+4 |
* | Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we... | MW | 2009-03-02 | 2 | -95/+99 |
* | Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v... | MW | 2009-03-02 | 2 | -3/+2 |
* | Removed the commented out InitialiseStandaloneServices and InitialiseGridServ... | MW | 2009-03-02 | 2 | -103/+0 |
* | After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off... | MW | 2009-03-02 | 4 | -40/+0 |
* | As part of a dinosaur hunting expedition, IScenePresenceBody.cs was terminate... | MW | 2009-03-02 | 1 | -37/+0 |
* | Changed it so only .ini file types are loaded from the (optional) config dire... | MW | 2009-02-28 | 1 | -2/+5 |
* | Added support for reading ini files from a (optional) config folder. This all... | MW | 2009-02-27 | 2 | -1/+15 |
* | Added IRegionCreator interface that all ApplicationPlugins that are creators ... | MW | 2009-02-26 | 1 | -1/+6 |
* | This adds a new osGetAgentIP function with threat level set to High. It | Sean Dague | 2009-02-26 | 3 | -0/+38 |
* | Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. | MW | 2009-02-26 | 2 | -101/+98 |
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 1 | -11/+27 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-02-26 | 1 | -5/+33 |
* | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 2009-02-26 | 3 | -0/+14 |
* | 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 | 4 | -44/+74 |
* | 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 | 1 | -0/+1 |
* | Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w... | MW | 2009-02-26 | 1 | -1/+8 |
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 6 | -8/+9 |
* | * Properly load items into correct folders when an iar is loaded | Justin Clarke Casey | 2009-02-25 | 1 | -8/+12 |
* | * 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 |
* | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-25 | 1 | -1/+1 |
* | * 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 | 1 | -1/+3 |
* | 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 |
* | Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-25 | 2 | -0/+2 |
* | A few updates necessary for load balancer. | Mike Mazur | 2009-02-25 | 7 | -42/+79 |
* | Close-to-final tweaking with appearance. This time sending *everything*. Addr... | diva | 2009-02-24 | 2 | -36/+29 |
* | First step in separating out the Userserver console command handling to a "mo... | MW | 2009-02-24 | 1 | -0/+2 |
* | remove log4net dependency and from PrimMesher.cs | Dahlia Trimble | 2009-02-24 | 2 | -7/+18 |
* | Thank you kindly, TLaukkan (Tommil) for a patch that solves: | Charles Krinke | 2009-02-23 | 1 | -27/+32 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-02-23 | 1 | -0/+1 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-23 | 2 | -3/+3 |
* | * Commenting out threaded Scene update for the moment. | Adam Frisby | 2009-02-23 | 1 | -2/+3 |
* | * Fix for recent thread patch - IsAlive apparently is not as reliable as Thre... | Adam Frisby | 2009-02-23 | 1 | -1/+2 |