aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix mantis #741, could not replicate it myself. But the error was...MW2008-03-141-130/+137
* * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey2008-03-131-0/+6
* * Fix mantis 757.Justin Clarke Casey2008-03-121-1/+1
* * Don't abort (and keep failing) the update if one Entity gives us an excepti...Justin Clarke Casey2008-03-121-1/+14
* Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague2008-03-051-2/+2
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-0/+43
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-4/+4
* * Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares2008-02-221-2/+4
* * Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares2008-02-201-0/+33
* Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW2008-02-161-43/+38
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-1/+1
* * This fixes the object edit box's flipping checkboxes when you modify one of...Teravus Ovares2008-02-121-0/+4
* * various minuscule code convention conformance fixeslbsa712008-02-121-0/+2
* * A bunch of updates to make things more smooth.Teravus Ovares2008-02-121-1/+1
* * Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares2008-02-111-1/+1
* The very beginnings of attachments (no detachments! :)Dalien Talbot2008-02-101-0/+147
* * This updates adds locking capability. Thanks, lbsa71 for pointing out my b...Teravus Ovares2008-02-101-0/+1
* * Added support for delinking individual prim from a linkset.Teravus Ovares2008-02-101-3/+27
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-4/+4
* * Fixed negative child agents in the sim stats.Teravus Ovares2008-02-071-0/+6
* * Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares2008-02-061-4/+24
* Converted logging to use log4net.Jeff Ames2008-02-051-7/+9
* * Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares2008-01-221-13/+17
* * Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey2008-01-161-1/+6
* * First pass at collidable linksetsTeravus Ovares2008-01-141-0/+1
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-091-1/+1
* Commenting out InnerScene.SceneObjects for now since it was unpopulated and n...Justin Clarke Casey2008-01-071-2/+3
* * Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares2007-12-281-2/+2
* * applied melanie's matnis patch #255. Thanks Melanie.Teravus Ovares2007-12-281-2/+2
* * Optimized usingslbsa712007-12-271-56/+67
* Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke2007-12-171-14/+52
* * Added Active(physical) object count to the SimStatsReporterTeravus Ovares2007-12-141-1/+14
* * In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares2007-12-121-1/+1
* * Added Object count to sim stats (it's incorrect, however, it'll be fixed)Teravus Ovares2007-12-121-0/+6
* * Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares2007-12-121-2/+50
* A few minor changes/additions/fixes.MW2007-12-111-1/+1
* added copyright noticesJeff Ames2007-12-111-1/+29
* Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW2007-12-071-2/+2
* * Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares2007-12-071-21/+80
* removed obsolete Verbose() functionJeff Ames2007-12-061-10/+8
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-2/+2
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-2/+2
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-2/+0
* *Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares2007-11-301-1/+1
* * Fixed neighbour range buglbsa712007-11-291-1/+1
* * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares2007-11-291-6/+13
* * Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares2007-11-281-4/+49
* * added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares2007-11-231-0/+27
* * Added code to capture the draw distance setting from the client.Teravus Ovares2007-11-221-1/+35