aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
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.MW2-4/+4
2007-08-22added ParentPartID to TaskInventoryItem class to make it easier to store them...MW1-4/+4
2007-08-22Fixed typo.MW3-4/+4
2007-08-22Added forgotten file.MW2-5/+5
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.MW4-7/+31
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.lbsa7112-61/+108
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:lbsa713-1/+28
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-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 Frisby3-15/+52
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
2007-08-14Start of inventory items, when you upload a texture the data will now be stor...MW2-26/+48
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen3-7/+30
2007-08-14More inventory work, should be able to now create new inventory folders and t...MW1-2/+2
2007-08-14Start of Inventory service, currently only (partially) functional in standalo...MW1-3/+3
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen2-2/+2
2007-08-13Added Scene.ConvertLocalIDToFullID() method. MW3-1/+33
2007-08-13added Sample OnObjectGrab event to SceneEventManager for script engines to s...MW3-0/+17
2007-08-13Changed ScriptLoader to use Path.combine.MW1-1/+2
2007-08-13(DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen3-0/+149
2007-08-13Some more work on SceneObjectGroupMW1-5/+10
2007-08-13Added the SetPartText access method to SceneObjectGroup to set the text of me...MW1-17/+35
2007-08-13Partial Linking of prim groups should work (its partial as currently only the...MW3-42/+167
2007-08-10Few small fixesMW3-3/+3
2007-08-10Some cleaning up and removed a few old files no longer in use.MW2-15/+4
2007-08-10Fixed a couple of mistakes.MW1-1/+1