aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-22A little bit of cleaning up.MW4-7/+5
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...MW9-57/+203
2007-08-22Fix for un-encrypted master avatar password in user databaseBrian McBee1-1/+2
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 ...MW9-2/+73
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...MW12-275/+378
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.MW11-55/+38
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.MW7-14/+44
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW17-120/+537
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
2007-08-18Added (theoretical) AppDomain cleanup code.Tedd Hansen1-17/+89
2007-08-18Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen4-53/+98
2007-08-18Script loads into separate AppDomain without errors. Events and llFunctions n...Tedd Hansen3-4/+5
2007-08-18Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f...Tedd Hansen2-4/+7
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen7-277/+341
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen8-60/+64
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen7-14/+534
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen9-457/+563
2007-08-18When teleporting to distant region, you can now go to the point you want to g...Brian McBee1-1/+2
2007-08-18llstrenglength (thanks ldvoipeng!)Brian McBee1-1/+13
2007-08-18lsl test cases, and llregioncorner (thanks Dalien!)Brian McBee1-1/+1
2007-08-17* Applied dalien's terrain help patch (thanks!)Adam Frisby1-1/+9
2007-08-17* Added new terrain-sim <simname> <terrain commands...> function to run terra...Adam Frisby2-1/+20
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen10-24/+29
2007-08-17Removed RAIL test from startup for now...Tedd Hansen2-1/+3
2007-08-17Added RAIL.dllTedd Hansen2-1/+42
2007-08-17krinkec's updates to ll* interface and functions.Tedd Hansen2-7/+14
2007-08-17*Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2-66/+22
2007-08-16* Added support for the IMG-format loader to terrain's load-tile function.Adam Frisby1-0/+41