aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-04Some more refactoringMW1-35/+88
2007-11-04normalized line endingsJeff Ames1-655/+655
2007-11-04Added support for OpenSim application plugins (as requested by Adam), which u...MW1-2/+0
2007-11-03First part of Scene refactoring:MW1-526/+657
2007-11-01* Diuerse beavtificatemslbsa711-5/+3
2007-10-30Tevarus' patch for object flags & implemented Phantom editsdan miller1-0/+16
2007-10-30* Optimized usingslbsa711-13/+9
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+2
2007-10-19* Major structural change: Begun converting Events to use (caller, args) synt...Adam Frisby1-1/+16
2007-10-19* Instant Message functionality moved into a Region ModulesAdam Frisby1-35/+1
2007-09-21* Slowly but surely working my way towards Regionality...lbsa711-5/+5
2007-09-21* Continuing refactoring of presencelbsa711-2/+2
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa711-2/+2
2007-09-20* Some more presence refactoringlbsa711-4/+4
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa711-6/+5
2007-09-20* Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa711-0/+14
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-60/+55
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-2/+2
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-04Some work on Module loading/management.MW1-49/+4
2007-08-29Various small changes (some likely to be removed again soon)MW1-0/+9
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW1-10/+0
2007-08-28Start of trying to make Region/Scene more modular. MW1-89/+3
2007-08-21A bit more work on prim building related code. Think most of the building too...MW1-8/+4
2007-08-21Shift and Drag copying should now work correctly. [This was one of those stup...MW1-6/+6
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW1-190/+1
2007-08-20The regionUUID is now being passed to the datastore calls.MW1-1/+1
2007-08-20Instant Messages between users in the same region should actually now work.MW1-2/+2
2007-08-19small clean up.MW1-0/+14
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-1/+20
2007-08-16Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ...MW1-1/+2
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-3/+3
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW1-25/+82
2007-08-15The 'Party Party Groupie Groupie Life is a game' commit:lbsa711-1/+1
2007-08-15More work on inventory, can now create other inventory types, like Clothes an...MW1-26/+34
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby1-15/+27
2007-08-14preliminary support for editing notecards and scripts. MW1-9/+0
2007-08-14Start of inventory items, when you upload a texture the data will now be stor...MW1-1/+1
2007-08-13added Sample OnObjectGrab event to SceneEventManager for script engines to s...MW1-0/+5
2007-08-10Few small fixesMW1-1/+1
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-93/+91
2007-08-06* encapsulated firstname/lastname on ScenePresencelbsa711-2/+2
2007-08-01* Attempted to Fix an issue whereby X and Y coordinates on terrain brushes we...Adam Frisby1-6/+6
2007-07-29Deleting objects should now work. But beware they aren't send to your trash f...MW1-1/+37
2007-07-27Should now have version 0.1 of our new ruth default avatar. At the moment, yo...MW1-1/+1
2007-07-25Start of the OpenSim library , for now only contains a few textures. MW1-1/+1
2007-07-25* Fixed an issue where Terrain brushes may not update correctly.Adam Frisby1-1/+10
2007-07-24* Users doing terraforming should see updates instantly now.Adam Frisby1-2/+2
2007-07-24* SendLayerData overload including coords now uses patch number rather than c...Adam Frisby1-6/+3
2007-07-22* Some work in progress code: Inventory cache, start of inventory server/serv...MW1-1/+71