aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-419/+0
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-051-1/+9
* * Use the commander name to register module commanders instead of providing t...Justin Clarke Casey2009-02-051-2/+2
* * refactor: Move module handling code up into SceneBase from Scene, reducing ...Justin Clarke Casey2009-02-051-4/+173
* * refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey2009-01-211-61/+0
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-141-1/+48
* * refactor: pull out common user profile test code into utility functionsJustin Clarke Casey2008-12-121-3/+5
* Finally make attachments stay put. Randomize local ID generation toMelanie Thielker2008-11-291-8/+1
* * simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey2008-11-281-4/+4
* Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2008-11-211-3/+3
* * Add just enough to allow the scene presences test to establish a new user c...Justin Clarke Casey2008-11-191-0/+3
* Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker2008-11-101-0/+8
* * Fix bug in r7162 where avatars could not moveJustin Clarke Casey2008-11-071-0/+24
* * Remove next local id from SceneBaseJustin Clarke Casey2008-11-071-8/+0
* test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey2008-10-301-3/+2
* * Introduce a basic udp circuit test for adding a clientJustin Clarke Casey2008-10-231-0/+1
* Add an extension to allow registering multiple interfaces of a type withMelanie Thielker2008-09-251-0/+5
* Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke2008-09-251-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker2008-08-231-0/+5
* Formatting cleanup.Jeff Ames2008-05-161-9/+9
* *Added SceneExternalChecks.cs that is used to manage checking the results of ...mingchen2008-05-071-0/+6
* * Rolled back a few changes.Adam Frisby2008-05-011-37/+34
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-34/+37
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-4/+4
* * Re-Fixed caps Teravus Ovares2008-04-171-12/+0
* * A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares2008-04-151-0/+12
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-0/+3
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey2008-03-201-0/+15
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-11/+2
* * New Terrain Module (disabled, search for 'usingTerrainModule = false' to re...Adam Frisby2008-03-051-1/+1
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+1
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-031-1/+10
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-3/+3
* * Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares2008-02-221-1/+3
* * Removed some catch-all-ignores from UDPServer in an attempt to look for #305.Adam Frisby2008-02-141-0/+2
* * Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares2008-02-091-0/+5
* Converted logging to use log4net.Jeff Ames2008-02-051-2/+4
* Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey2008-01-071-1/+3
* * Added the ability for estate managers to use the magic secondlife blue card...Teravus Ovares2008-01-041-1/+4
* * Optimized usingslbsa712007-12-271-7/+4
* * Fix for mantis 0000040 After client logout remote host closed connection on...Teravus Ovares2007-12-181-0/+2
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares2007-11-261-2/+1
* * Added the ability to restart your individual sims from within them using th...Teravus Ovares2007-11-251-0/+34
* Added "remove-region <region name>" console command that "should" remove the ...MW2007-11-131-5/+0
* Some more refactoringMW2007-11-041-7/+0
* Added support for OpenSim application plugins (as requested by Adam), which u...MW2007-11-041-1/+7
* First part of Scene refactoring:MW2007-11-031-1/+4