aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
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
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.MW3-16/+5
2007-08-10Fixed a couple of mistakes.MW1-1/+1
2007-08-10Made a few changes so that once we enable the sqlite data store (simple line ...MW4-18/+80
2007-08-09SceneObjects should now (hopefully) call datastore.StoreObject().MW2-2/+12
2007-08-09Deleted old LSLEngine files (those under Scene.Scripting)MW14-2911/+2
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW13-212/+280
2007-08-09Making sure my local working copy is in sync with svn before I start the job ...MW2-3/+13
2007-08-09Transition between not flying / flying should be smootherBrian McBee1-1/+6
2007-08-08worldmap now gets correctly updated when terrain changesBrian McBee1-0/+2
2007-08-08when teleporting to a non-adjacent region, client was not getting new neighboursBrian McBee1-1/+1