aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-25Hopefully fixed the bugs in primitives rotation editingMW2-4/+7
2007-08-25updated to include saving of object flags.Sean Dague1-9/+14
2007-08-24Small bit of refactoring to the startup command script code (moved it into a ...MW1-4/+2
2007-08-24Fixed a problem where some prims didn't show up when you crossed or teleporte...MW1-0/+3
2007-08-24Had "using OpenSim.Physics.Manager;" defined twice in SceneObjectGroup.cs, so...MW1-1/+0
2007-08-24Hopefully fixed mantis bug #318 (exception when a prim moves across a border,...MW2-3/+24
2007-08-24Scripts are now copied into a prim (ie new copy placed in the prim) rather th...MW3-9/+34
2007-08-24Updated sqlite3.dll to version 3.4.2MW2-0/+9
2007-08-23Added RemovePrim method to the physics plugins interface.MW3-12/+27
2007-08-23Implemented Resize Method in OdePrim.MW2-5/+24
2007-08-23Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this...MW3-11/+23
2007-08-23Added danx0r's physics patch, although for now have disabled the lines in Sce...MW2-0/+13
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW5-2/+61
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-1/+1
2007-08-22Added Scene.GetSceneObjectPart(uint localID)MW1-0/+17
2007-08-22Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2-20/+20
2007-08-22A little bit of cleaning up.MW3-6/+4
2007-08-22added ParentPartID to TaskInventoryItem class to make it easier to store them...MW1-4/+4
2007-08-22Fixed typo.MW4-6/+6
2007-08-22Added forgotten file.MW3-5/+147
2007-08-22Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW4-57/+191
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW4-2/+63
2007-08-21Hopefully fixed the problem of users avatars not always showing up when eithe...MW2-6/+19
2007-08-21Old group is now deleted from datastore when you link groups/prims, so that t...MW2-3/+2
2007-08-21Think linking prims should now work correctly (if its not then please someone...MW1-1/+2
2007-08-21A bit more work on prim building related code. Think most of the building too...MW2-8/+7
2007-08-21Shift and Drag copying should now work correctly. [This was one of those stup...MW4-17/+57
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW3-262/+330
2007-08-20Added Property to SceneObjectGroup to allow the UUID of the region it is in t...MW1-0/+10
2007-08-20The regionUUID is now being passed to the datastore calls.MW5-10/+34
2007-08-20Instant Messages between users in the same region should actually now work.MW3-12/+11
2007-08-19small clean up.MW2-0/+16
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW5-20/+221
2007-08-18When teleporting to distant region, you can now go to the point you want to g...Brian McBee1-1/+2
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen3-1/+5
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa718-1/+33
2007-08-16Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ...MW2-4/+4
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa7115-65/+112
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW3-47/+172
2007-08-15The 'Party Party Groupie Groupie Life is a game' commit:lbsa714-5/+39
2007-08-15More work on inventory, can now create other inventory types, like Clothes an...MW3-27/+37
2007-08-15* Again, FileSystemObject reports filename.lbsa712-0/+7
2007-08-15* Exploring Group/Part from an app perspective.lbsa712-1/+28
2007-08-15* Division of parcel boundaries occurs in double space rather than decimal.Adam Frisby1-2/+2
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW2-3/+6
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby5-47/+187
2007-08-14Partial fix for the permissions on edited notecards/scripts (now you might st...MW1-0/+1
2007-08-14Added public RegionInfo RegionsInfo property to SceneBase (so scripts can acc...MW1-0/+5
2007-08-14preliminary support for editing notecards and scripts. MW2-11/+43
2007-08-14Can now create some new empty inventory items (like notecards and scripts) fr...MW1-1/+1