aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-24Updated sqlite3.dll to version 3.4.2MW2-0/+9
2007-08-23Add region to dbSean Dague1-48/+50
2007-08-23I think this fixes blob save/load issues (though I'm still not convinced this Sean Dague1-20/+26
2007-08-23Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen4-11/+2
2007-08-23Added RemovePrim method to the physics plugins interface.MW7-13/+54
2007-08-23grouping of functions to make the overall logic easier to grasp for people,Sean Dague1-349/+394
2007-08-23fix typoSean Dague1-5/+1
2007-08-23Implemented Resize Method in OdePrim.MW3-8/+31
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...MW4-2/+50
2007-08-23More lsl functions (thanks to ldviopeng and wjordan!)Brian McBee1-9/+40
2007-08-22setup test tables function which lets us make sure that everythingSean Dague1-111/+28
2007-08-22Bit of refactoring of the sqlite storage code to build the Sean Dague1-50/+187
2007-08-22Debug shows how many bytes (total) a script (assembly) uses after compile and...Tedd Hansen1-4/+4
2007-08-22GC.GetTotalMemory(true) was blocking.Tedd Hansen4-12/+17
2007-08-22Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em...Tedd Hansen3-2/+8
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW8-2/+70
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen8-141/+161
2007-08-22Added Scene.GetSceneObjectPart(uint localID)MW1-0/+17
2007-08-22Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW5-20/+32
2007-08-22A little bit of cleaning up.MW3-6/+4
2007-08-22A case of 'while I was working someone set me up the bomb'.lbsa711-1/+2
2007-08-22* Added stub OnRezScript handler with plentiful of commentslbsa711-0/+11
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...MW7-57/+200
2007-08-21auto create sqlite database if it doesn't exist. This works, but needs someSean Dague1-85/+161
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW7-2/+70
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...MW6-18/+60
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW7-264/+352
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.MW9-34/+65
2007-08-20Instant Messages between users in the same region should actually now work.MW8-51/+34
2007-08-20Some minor changes + krinkec's updates to ll* functions.Tedd Hansen3-11/+68
2007-08-19Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...Tedd Hansen2-34/+53
2007-08-19small clean up.MW5-14/+39
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW11-91/+472
2007-08-19Code comments on recent changes in EventQueueManagerTedd Hansen2-12/+48
2007-08-19Sped up EventQueueManager response time (scripts now respond quickly). Added ...Tedd Hansen1-39/+117
2007-08-19Added event method invoke cache to Executor. "Bind once, Invoke multiple time...Tedd Hansen3-39/+70
2007-08-19Moved script loading from ScriptManager to AppDomainManager. Now increases sc...Tedd Hansen2-33/+36
2007-08-19More prep work for adding prims to ODE physicsBrian McBee4-33/+96
2007-08-18Did I forget to add IScript.cs? Yes I did...Tedd Hansen1-0/+12
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen8-137/+107
2007-08-18starting to add bits and pieces to physics prims that we will eventually need...Brian McBee4-11/+33