aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen2007-08-228-141/+161
* Added Scene.GetSceneObjectPart(uint localID)MW2007-08-221-0/+17
* Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2007-08-227-20/+35
* A little bit of cleaning up.MW2007-08-224-7/+5
* A case of 'while I was working someone set me up the bomb'.lbsa712007-08-221-1/+2
* * Added stub OnRezScript handler with plentiful of commentslbsa712007-08-221-0/+11
* added ParentPartID to TaskInventoryItem class to make it easier to store them...MW2007-08-221-4/+4
* Fixed typo.MW2007-08-224-6/+6
* Added forgotten file.MW2007-08-223-5/+147
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-229-57/+203
* Fix for un-encrypted master avatar password in user databaseBrian McBee2007-08-221-1/+2
* auto create sqlite database if it doesn't exist. This works, but needs someSean Dague2007-08-211-85/+161
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-219-2/+73
* Hopefully fixed the problem of users avatars not always showing up when eithe...MW2007-08-212-6/+19
* Old group is now deleted from datastore when you link groups/prims, so that t...MW2007-08-212-3/+2
* Think linking prims should now work correctly (if its not then please someone...MW2007-08-211-1/+2
* A bit more work on prim building related code. Think most of the building too...MW2007-08-212-8/+7
* Shift and Drag copying should now work correctly. [This was one of those stup...MW2007-08-216-18/+60
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-2112-275/+378
* Added Property to SceneObjectGroup to allow the UUID of the region it is in t...MW2007-08-201-0/+10
* The regionUUID is now being passed to the datastore calls.MW2007-08-209-34/+65
* Instant Messages between users in the same region should actually now work.MW2007-08-2011-55/+38
* Some minor changes + krinkec's updates to ll* functions.Tedd Hansen2007-08-203-11/+68
* Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...Tedd Hansen2007-08-192-34/+53
* small clean up.MW2007-08-197-14/+44
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-1917-120/+537
* Code comments on recent changes in EventQueueManagerTedd Hansen2007-08-192-12/+48
* Sped up EventQueueManager response time (scripts now respond quickly). Added ...Tedd Hansen2007-08-191-39/+117
* Added event method invoke cache to Executor. "Bind once, Invoke multiple time...Tedd Hansen2007-08-193-39/+70
* Moved script loading from ScriptManager to AppDomainManager. Now increases sc...Tedd Hansen2007-08-192-33/+36
* More prep work for adding prims to ODE physicsBrian McBee2007-08-194-33/+96
* Did I forget to add IScript.cs? Yes I did...Tedd Hansen2007-08-181-0/+12
* Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen2007-08-188-137/+107
* starting to add bits and pieces to physics prims that we will eventually need...Brian McBee2007-08-184-11/+33
* Added (theoretical) AppDomain cleanup code.Tedd Hansen2007-08-181-17/+89
* Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen2007-08-184-53/+98
* Script loads into separate AppDomain without errors. Events and llFunctions n...Tedd Hansen2007-08-183-4/+5
* Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f...Tedd Hansen2007-08-182-4/+7
* LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen2007-08-187-277/+341
* Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen2007-08-188-60/+64
* Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen2007-08-187-14/+534
* Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen2007-08-189-457/+563
* When teleporting to distant region, you can now go to the point you want to g...Brian McBee2007-08-181-1/+2
* llstrenglength (thanks ldvoipeng!)Brian McBee2007-08-181-1/+13
* lsl test cases, and llregioncorner (thanks Dalien!)Brian McBee2007-08-181-1/+1
* * Applied dalien's terrain help patch (thanks!)Adam Frisby2007-08-171-1/+9
* * Added new terrain-sim <simname> <terrain commands...> function to run terra...Adam Frisby2007-08-172-1/+20
* Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen2007-08-1710-24/+29
* Removed RAIL test from startup for now...Tedd Hansen2007-08-172-1/+3
* Added RAIL.dllTedd Hansen2007-08-172-1/+42