aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-19* Adding log debugging messages and making others more explicitJustin Clarke Casey1-1/+7
2008-03-19* Fix for if 782: Locked prims may still be moved by click+drag.Teravus Ovares1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17Replaced some magic PCode numbers with enum values.Jeff Ames1-1/+1
2008-03-14* You can leave godmode if you want now.Teravus Ovares1-1/+1
2008-03-14* Added null root part guardlbsa711-20/+7
2008-03-14Attempt to fix mantis #741, could not replicate it myself. But the error was...MW1-130/+137
2008-03-13* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...Justin Clarke Casey1-0/+6
2008-03-12* Fix mantis 757.Justin Clarke Casey1-1/+1
2008-03-12* Don't abort (and keep failing) the update if one Entity gives us an excepti...Justin Clarke Casey1-1/+14
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-2/+2
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-0/+43
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-4/+4
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-2/+4
2008-02-20* Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares1-0/+33
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW1-43/+38
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-1/+1
2008-02-12* This fixes the object edit box's flipping checkboxes when you modify one of...Teravus Ovares1-0/+4
2008-02-12* various minuscule code convention conformance fixeslbsa711-0/+2
2008-02-12* A bunch of updates to make things more smooth.Teravus Ovares1-1/+1
2008-02-11* Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares1-1/+1
2008-02-10The very beginnings of attachments (no detachments! :)Dalien Talbot1-0/+147
2008-02-10* This updates adds locking capability. Thanks, lbsa71 for pointing out my b...Teravus Ovares1-0/+1
2008-02-10* Added support for delinking individual prim from a linkset.Teravus Ovares1-3/+27
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-4/+4
2008-02-07* Fixed negative child agents in the sim stats.Teravus Ovares1-0/+6
2008-02-06* Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares1-4/+24
2008-02-05Converted logging to use log4net.Jeff Ames1-7/+9
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-13/+17
2008-01-16* Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey1-1/+6
2008-01-14* First pass at collidable linksetsTeravus Ovares1-0/+1
2008-01-09Prim inventory script saving phase 2.Justin Clarke Casey1-1/+1
2008-01-07Commenting out InnerScene.SceneObjects for now since it was unpopulated and n...Justin Clarke Casey1-2/+3
2007-12-28* Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares1-2/+2
2007-12-28* applied melanie's matnis patch #255. Thanks Melanie.Teravus Ovares1-2/+2
2007-12-27* Optimized usingslbsa711-56/+67
2007-12-17Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke1-14/+52
2007-12-14* Added Active(physical) object count to the SimStatsReporterTeravus Ovares1-1/+14
2007-12-12* In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares1-1/+1
2007-12-12* Added Object count to sim stats (it's incorrect, however, it'll be fixed)Teravus Ovares1-0/+6
2007-12-12* Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares1-2/+50
2007-12-11A few minor changes/additions/fixes.MW1-1/+1
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW1-2/+2
2007-12-07* Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares1-21/+80
2007-12-06removed obsolete Verbose() functionJeff Ames1-10/+8
2007-12-05* Refactored Permissions into ScenePresence as requested by MWTeravus Ovares1-2/+2
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-2/+2
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby1-1/+1
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-2/+0