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