| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * minor: spit out creator name on save iar | Justin Clarke Casey | 2009-03-25 | 1 | -4/+4 |
* | adding presence.ControllingClient.Kick(msg) to the brew. | Dr Scofield | 2009-03-25 | 1 | -12/+9 |
* | enhances the console command "kick user" with an optional alert | Dr Scofield | 2009-03-25 | 1 | -1/+12 |
* | * Fix edit scale command - was looking for one too few arguments | Justin Clarke Casey | 2009-03-24 | 1 | -1/+1 |
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 1 | -0/+1 |
* | Adds support for unlink-region command in hypergrid. | diva | 2009-03-18 | 1 | -0/+22 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -7/+12 |
* | update some ini defaults in code - all defaults from beginning of OpenSim.ini... | Dahlia Trimble | 2009-03-11 | 2 | -3/+3 |
* | * Cleanup and CCC (Code Convention Conformance) | lbsa71 | 2009-03-10 | 7 | -290/+312 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-03-06 | 2 | -3/+1 |
* | * 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 | 1 | -1/+1 |
* | 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 | 1 | -14/+99 |
* | Removed the commented out InitialiseStandaloneServices and InitialiseGridServ... | MW | 2009-03-02 | 2 | -103/+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 |
* | Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. | MW | 2009-02-26 | 2 | -101/+98 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-02-26 | 1 | -5/+33 |
* | 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 | 3 | -43/+60 |
* | 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 |
* | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-25 | 1 | -1/+1 |
* | A few updates necessary for load balancer. | Mike Mazur | 2009-02-25 | 1 | -2/+6 |
* | First step in separating out the Userserver console command handling to a "mo... | MW | 2009-02-24 | 1 | -0/+2 |
* | Thank you kindly, TLaukkan (Tommil) for a patch that solves: | Charles Krinke | 2009-02-23 | 1 | -27/+32 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 3 | -10/+10 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-22 | 1 | -5/+5 |
* | Applied patch from mantis #3213. Which adds a check to create region command,... | MW | 2009-02-21 | 1 | -1/+6 |
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 2009-02-20 | 2 | -2/+2 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-20 | 1 | -1/+1 |
* | Restoring method 2 of linking regions in HG, which was commented out for some... | diva | 2009-02-18 | 1 | -92/+22 |
* | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-18 | 1 | -19/+35 |
* | Adds support for preserving animations on region crossings and TPs. | diva | 2009-02-18 | 1 | -0/+79 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3068 | Justin Clarke Casey | 2009-02-17 | 1 | -64/+68 |
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 2 | -2/+2 |
* | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-16 | 2 | -18/+151 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2009-02-13 | 1 | -9/+9 |
* | Guard the values used to set the cursor position in the real time console | Melanie Thielker | 2009-02-13 | 1 | -3/+15 |
* | * refactor: move alert commands from Scene to DialogModule | Justin Clarke Casey | 2009-02-13 | 1 | -13/+0 |
* | * refactor: Move export map function to world map module from scene | Justin Clarke Casey | 2009-02-13 | 1 | -15/+0 |
* | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 2009-02-13 | 1 | -1/+2 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 5 | -35/+10 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-02-11 | 1 | -0/+2 |
* | * Refactor inventory archive code to allow direct invocation in order to supp... | Justin Clarke Casey | 2009-02-11 | 1 | -2/+2 |
* | * More inventory archive invocation to a proper region module | Justin Clarke Casey | 2009-02-11 | 2 | -61/+0 |
* | If an instance contains only one region, select it in the console by default | Melanie Thielker | 2009-02-10 | 1 | -1/+4 |