aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-18Restoring method 2 of linking regions in HG, which was commented out for some...diva1-92/+22
2009-02-18From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-19/+35
2009-02-18Adds support for preserving animations on region crossings and TPs. diva1-0/+79
2009-02-17* Apply http://opensimulator.org/mantis/view.php?id=3068Justin Clarke Casey1-64/+68
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2-2/+2
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2-18/+151
2009-02-13* minor: remove mono compiler warningsJustin Clarke Casey1-9/+9
2009-02-13Guard the values used to set the cursor position in the real time consoleMelanie Thielker1-3/+15
2009-02-13* refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey1-13/+0
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-15/+0
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+2
2009-02-12* optimized usings.lbsa715-35/+10
2009-02-11* minor: remove some mono compiler warningsJustin Clarke Casey1-0/+2
2009-02-11* Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey1-2/+2
2009-02-11* More inventory archive invocation to a proper region moduleJustin Clarke Casey2-61/+0
2009-02-10If an instance contains only one region, select it in the console by defaultMelanie Thielker1-1/+4
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker3-49/+50
2009-02-10* Remove load and save inventory commands from the console since these are ac...Justin Clarke Casey1-0/+2
2009-02-10* Stop OpenSim crashing if an exception from a command makes it right up to t...Justin Clarke Casey1-2/+8
2009-02-10* Fix build break, parentheses in the wrong placeJustin Clarke Casey1-1/+1
2009-02-10* Overwrite the old saved OpenSim.ini file saved in response to a crash if on...Justin Clarke Casey1-1/+1
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield3-4/+4
2009-02-10Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker2-1/+5
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-26/+42
2009-02-09* Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey2-7/+8
2009-02-09* Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey1-1/+4
2009-02-09Reinstate the KickUserCommand handler, which was commented out byMelanie Thielker1-26/+26
2009-02-09Correct a delegate in OpenSim.csMelanie Thielker1-1/+1
2009-02-09fixing warnings.Dr Scofield2-28/+28
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
2009-02-07Adds support for HG linking to specific regions within an instance. The forma...diva1-68/+56
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker4-541/+574
2009-02-06* Implement help <command> from the region consoleJustin Clarke Casey1-3/+18
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield3-7/+9
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey2-48/+66
2009-02-05* refactor: Split out module Command class into a separate fileJustin Clarke Casey1-3/+2
2009-02-05* Remove unused region info list from OpenSimBase.Justin Clarke Casey1-24/+2
2009-02-05* refactor: Move module handling code up into SceneBase from Scene, reducing ...Justin Clarke Casey1-11/+8
2009-02-04* minor: remove deprecated and unused terrain method from SceneManagerJustin Clarke Casey1-2/+5
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey2-2/+6
2009-02-02* As per http://opensimulator.org/mantis/view.php?id=3065Justin Clarke Casey1-1/+1
2009-01-25* Adds console command, 'predecode-j2k <number of threads>' to load all of th...Teravus Ovares1-0/+11
2009-01-16Added support so that during the loading of a xml link list, it checks if a l...MW1-2/+8
2009-01-16Added some basic relocation mapping support for when loading hypergrid links ...MW1-4/+32
2009-01-15Small bit of refactoring related to the hypergrid link loading from xml files.MW1-42/+47
2009-01-15Added support for a "excludeList" as part of the hypergrid xml link file load...MW1-3/+33
2009-01-15Added initial support for reading hypergrid links from a xml config file. Alt...MW1-31/+84
2009-01-13* Removing set-time command since it doesn't actually do anything at allJustin Clarke Casey1-5/+0
2009-01-12Caught exceptions in some console commandsSean Dague1-26/+53
2009-01-06* refactor: Remove the need to separately pass in the http listener to the sc...Justin Clarke Casey2-9/+10