aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* krinkec's updates to ll* interface and functions.Tedd Hansen2007-08-172-7/+14
* *Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen2007-08-172-66/+22
* * Added support for the IMG-format loader to terrain's load-tile function.Adam Frisby2007-08-161-0/+41
* * Now sending manager, host and root host to Script in constructor.lbsa712007-08-1615-50/+147
* Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ...MW2007-08-164-6/+23
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-1621-78/+148
* Deleted old inventoryCache.csMW2007-08-169-358/+28
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-1618-93/+323
* Can now set the plugins for standalone mode's Inventory database (default sql...MW2007-08-164-10/+46
* The 'Party Party Groupie Groupie Life is a game' commit:lbsa712007-08-1511-27/+123
* compile error removed :)Tedd Hansen2007-08-151-8/+0
* Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a...Tedd Hansen2007-08-154-436/+774
* *Added the ability to run commands after all regions have started upmingchen2007-08-152-2/+39
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-1514-56/+249
* * We now have a field of spinning objects.lbsa712007-08-151-3/+7
* * Added more spinning parts to ComplexObject.lbsa712007-08-152-15/+37
* * Again, FileSystemObject reports filename.lbsa712007-08-154-7/+17
* * Exploring Group/Part from an app perspective.lbsa712007-08-156-14/+124
* * Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby2007-08-152-80/+114
* * Fixed bug with llModPowAdam Frisby2007-08-151-6/+6
* * New LSL functionsAdam Frisby2007-08-152-6/+17
* * Division of parcel boundaries occurs in double space rather than decimal.Adam Frisby2007-08-151-2/+2
* Temporary fix for the region crossing crash, Although we need to start to cha...MW2007-08-157-125/+154
* * Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby2007-08-157-47/+208
* Partial fix for the permissions on edited notecards/scripts (now you might st...MW2007-08-141-0/+1
* Minor change to LSL_BaseClass adding pseudocode to World.SimChatTedd Hansen2007-08-141-2/+13
* Added public RegionInfo RegionsInfo property to SceneBase (so scripts can acc...MW2007-08-141-0/+5
* preliminary support for editing notecards and scripts. MW2007-08-147-22/+164
* krinkec's updates to ll* interface and functionsTedd Hansen2007-08-145-218/+342
* Can now create some new empty inventory items (like notecards and scripts) fr...MW2007-08-142-3/+1