| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | self document how to enable prim storage | Sean Dague | 2007-08-21 | 1 | -29/+33 |
* | Hopefully fixed the problem of users avatars not always showing up when eithe... | MW | 2007-08-21 | 2 | -6/+19 |
* | Old group is now deleted from datastore when you link groups/prims, so that t... | MW | 2007-08-21 | 2 | -3/+2 |
* | Think linking prims should now work correctly (if its not then please someone... | MW | 2007-08-21 | 1 | -1/+2 |
* | A bit more work on prim building related code. Think most of the building too... | MW | 2007-08-21 | 2 | -8/+7 |
* | Shift and Drag copying should now work correctly. [This was one of those stup... | MW | 2007-08-21 | 6 | -18/+60 |
* | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 2007-08-21 | 12 | -275/+378 |
* | Added Property to SceneObjectGroup to allow the UUID of the region it is in t... | MW | 2007-08-20 | 1 | -0/+10 |
* | The regionUUID is now being passed to the datastore calls. | MW | 2007-08-20 | 9 | -34/+65 |
* | Instant Messages between users in the same region should actually now work. | MW | 2007-08-20 | 11 | -55/+38 |
* | Some minor changes + krinkec's updates to ll* functions. | Tedd Hansen | 2007-08-20 | 3 | -11/+68 |
* | Added "StopScriot()" to ScriptManager. Stops Executor from executing events i... | Tedd Hansen | 2007-08-19 | 2 | -34/+53 |
* | small clean up. | MW | 2007-08-19 | 7 | -14/+44 |
* | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 2007-08-19 | 17 | -120/+537 |
* | Code comments on recent changes in EventQueueManager | Tedd Hansen | 2007-08-19 | 2 | -12/+48 |
* | Sped up EventQueueManager response time (scripts now respond quickly). Added ... | Tedd Hansen | 2007-08-19 | 1 | -39/+117 |
* | Added event method invoke cache to Executor. "Bind once, Invoke multiple time... | Tedd Hansen | 2007-08-19 | 3 | -39/+70 |
* | Moved script loading from ScriptManager to AppDomainManager. Now increases sc... | Tedd Hansen | 2007-08-19 | 2 | -33/+36 |
* | More prep work for adding prims to ODE physics | Brian McBee | 2007-08-19 | 4 | -33/+96 |
* | Did I forget to add IScript.cs? Yes I did... | Tedd Hansen | 2007-08-18 | 1 | -0/+12 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 8 | -137/+107 |
* | starting to add bits and pieces to physics prims that we will eventually need... | Brian McBee | 2007-08-18 | 4 | -11/+33 |
* | Added (theoretical) AppDomain cleanup code. | Tedd Hansen | 2007-08-18 | 1 | -17/+89 |
* | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 2007-08-18 | 4 | -53/+98 |
* | Script loads into separate AppDomain without errors. Events and llFunctions n... | Tedd Hansen | 2007-08-18 | 3 | -4/+5 |
* | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f... | Tedd Hansen | 2007-08-18 | 3 | -6/+9 |
* | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 2007-08-18 | 8 | -279/+341 |
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 8 | -60/+64 |
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 2007-08-18 | 8 | -14/+560 |
* | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 2007-08-18 | 10 | -457/+564 |
* | When teleporting to distant region, you can now go to the point you want to g... | Brian McBee | 2007-08-18 | 1 | -1/+2 |
* | llstrenglength (thanks ldvoipeng!) | Brian McBee | 2007-08-18 | 1 | -1/+13 |
* | lsl test cases, and llregioncorner (thanks Dalien!) | Brian McBee | 2007-08-18 | 2 | -1/+36 |
* | * Applied dalien's terrain help patch (thanks!) | Adam Frisby | 2007-08-17 | 1 | -1/+9 |
* | * Added new terrain-sim <simname> <terrain commands...> function to run terra... | Adam Frisby | 2007-08-17 | 2 | -1/+20 |
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 11 | -25/+32 |
* | Removed RAIL test from startup for now... | Tedd Hansen | 2007-08-17 | 2 | -1/+3 |
* | (2/2) Added DotSets.dll and Mono.PEToolkit.dll | Tedd Hansen | 2007-08-17 | 2 | -0/+0 |
* | (1/2) removed DotSets.dll and Mono.PEToolkit.dll | Tedd Hansen | 2007-08-17 | 2 | -0/+0 |
* | Added RAIL.dll | Tedd Hansen | 2007-08-17 | 4 | -1/+43 |
* | krinkec's updates to ll* interface and functions. | Tedd Hansen | 2007-08-17 | 2 | -7/+14 |
* | *Moved network_servers_info.xml into OpenSim.ini under [Network] | mingchen | 2007-08-17 | 3 | -67/+41 |
* | * Added support for the IMG-format loader to terrain's load-tile function. | Adam Frisby | 2007-08-16 | 1 | -0/+41 |
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 15 | -50/+147 |
* | Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ... | MW | 2007-08-16 | 4 | -6/+23 |
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 21 | -78/+148 |
* | Deleted old inventoryCache.cs | MW | 2007-08-16 | 9 | -358/+28 |
* | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 2007-08-16 | 18 | -93/+323 |
* | I will get it right, honestly! | MW | 2007-08-16 | 1 | -1/+1 |
* | Sorry everyone forget to include this, if someone wants to arrange it, I will... | MW | 2007-08-16 | 1 | -3/+7 |