aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-1/+48
2008-12-12* refactor: pull out common user profile test code into utility functionsJustin Clarke Casey1-3/+5
2008-11-29Finally make attachments stay put. Randomize local ID generation toMelanie Thielker1-8/+1
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey1-4/+4
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-3/+3
2008-11-19* Add just enough to allow the scene presences test to establish a new user c...Justin Clarke Casey1-0/+3
2008-11-10Restore the independent LocalID numbering for avatars. Fixes an issue whereMelanie Thielker1-0/+8
2008-11-07* Fix bug in r7162 where avatars could not moveJustin Clarke Casey1-0/+24
2008-11-07* Remove next local id from SceneBaseJustin Clarke Casey1-8/+0
2008-10-30test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey1-3/+2
2008-10-23* Introduce a basic udp circuit test for adding a clientJustin Clarke Casey1-0/+1
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker1-0/+5
2008-09-25Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-0/+5
2008-05-16Formatting cleanup.Jeff Ames1-9/+9
2008-05-07*Added SceneExternalChecks.cs that is used to manage checking the results of ...mingchen1-0/+6
2008-05-01* Rolled back a few changes.Adam Frisby1-37/+34
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-34/+37
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+4
2008-04-17* Re-Fixed caps Teravus Ovares1-12/+0
2008-04-15* A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares1-0/+12
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-0/+3
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-0/+15
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-11/+2
2008-03-05* New Terrain Module (disabled, search for 'usingTerrainModule = false' to re...Adam Frisby1-1/+1
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby1-1/+1
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-1/+10
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-3/+3
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-1/+3
2008-02-14* Removed some catch-all-ignores from UDPServer in an attempt to look for #305.Adam Frisby1-0/+2
2008-02-09* Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares1-0/+5
2008-02-05Converted logging to use log4net.Jeff Ames1-2/+4
2008-01-07Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey1-1/+3
2008-01-04* Added the ability for estate managers to use the magic secondlife blue card...Teravus Ovares1-1/+4
2007-12-27* Optimized usingslbsa711-7/+4
2007-12-18* Fix for mantis 0000040 After client logout remote host closed connection on...Teravus Ovares1-0/+2
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares1-2/+1
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-0/+34
2007-11-13Added "remove-region <region name>" console command that "should" remove the ...MW1-5/+0
2007-11-04Some more refactoringMW1-7/+0
2007-11-04Added support for OpenSim application plugins (as requested by Adam), which u...MW1-1/+7
2007-11-03First part of Scene refactoring:MW1-1/+4
2007-10-31fixed filenames in log messagesJeff Ames1-1/+1
2007-10-30* Optimized usingslbsa711-2/+2
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+1
2007-09-25* Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-...lbsa711-0/+7
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-1/+1