aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionInfo.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-24/+24
2008-08-18Fix compiler warning due to incomplete refactoring in r5901.Jeff Ames1-4/+0
2008-08-18Formatting cleanup.Jeff Ames1-11/+10
2008-08-01* Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey1-20/+22
2008-07-18Patch #9151Melanie Thielker1-39/+2
2008-07-08RegionInfo.configMember can be null for dynamically created regionsDr Scofield1-0/+3
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-06-30Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke1-1/+17
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+24
2008-06-14* Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares1-0/+28
2008-05-26* Assigns a random UUID to a region if the Sim UUID is null.Adam Frisby1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-14From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey1-1/+1
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-04-29* Spring cleaning.Adam Frisby1-81/+67
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+0
2008-04-13* Fix a bug in the friends module that causes a friend not to appear online w...Teravus Ovares1-0/+1
2008-04-11* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-2/+59
2008-03-30* Minor cleanupTeravus Ovares1-4/+1
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares1-0/+17
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-3/+14
2008-03-22* Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey1-2/+9
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-04* One line fix to get everything working again. Essentially set the originR...Teravus Ovares1-0/+1
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-1/+22
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-2/+3
2008-02-02In an attempt to solve multihomed UDP problem I seem to have bound UDP socket...Tedd Hansen1-1/+1
2008-02-02Added commands to change config file from console:Tedd Hansen1-1/+1
2008-02-02Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen1-1/+15
2008-01-15* Mother of all commits:Adam Frisby1-8/+8
2008-01-04*Added ability to skip any use of the console when configuring and assume def...mingchen1-4/+4
2008-01-03* Made covenant changes made in the estate tools persist across sim restarts.Teravus Ovares1-0/+5
2007-12-27* Optimized usingslbsa711-103/+102
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-4/+4
2007-12-18* Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares1-1/+7
2007-12-12* Killed hard coded heart after stats updateTeravus Ovares1-1/+1
2007-12-10* More refactoring to prepare for draw distance based agent sim notification.Teravus Ovares1-0/+20
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-12-10* Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares1-0/+1
2007-12-07* All remoting calls are now using Serializable valuesTeravus Ovares1-0/+1
2007-12-07added one more command to the console help.Jeff Ames1-8/+1
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-4/+3
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares1-3/+11
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares1-1/+2
2007-11-24* Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby1-2/+2
2007-11-18cleaned up some mono compiler warningsJeff Ames1-1/+1
2007-11-15*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa711-2/+2
2007-11-03*Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen1-3/+16