aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Removed RAIL test from startup for now...Tedd Hansen2007-08-172-1/+3
* (2/2) Added DotSets.dll and Mono.PEToolkit.dllTedd Hansen2007-08-172-0/+0
* (1/2) removed DotSets.dll and Mono.PEToolkit.dllTedd Hansen2007-08-172-0/+0
* Added RAIL.dllTedd Hansen2007-08-174-1/+43
* 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-173-67/+41
* * 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
* I will get it right, honestly!MW2007-08-161-1/+1
* Sorry everyone forget to include this, if someone wants to arrange it, I will...MW2007-08-161-3/+7
* 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-154-2/+40
* 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-157-14/+125
* * 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
* Start of inventory items, when you upload a texture the data will now be stor...MW2007-08-1411-41/+203
* Correct caps of Default.lsl for Linux. Thanks again krinkec. :)Tedd Hansen2007-08-142-2/+2
* Removed some debugging. Removed *.lso from project include in prebuild.xml.Tedd Hansen2007-08-143-4/+3
* llSay() works again. Cleanup of debug messages.Tedd Hansen2007-08-145-9/+9
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-1412-428/+69
* More inventory work, should be able to now create new inventory folders and t...MW2007-08-147-28/+80
* Start of Inventory service, currently only (partially) functional in standalo...MW2007-08-1414-31/+664
* Disabled ScriptEngine until I add error handling tomorrowTedd Hansen2007-08-131-4/+4
* Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen2007-08-1311-20/+40
* committed a test version of OpenSimAssetSet.xml in last commit, so fixing that.MW2007-08-131-7/+0
* Added Scene.ConvertLocalIDToFullID() method. MW2007-08-134-1/+47
* added Sample OnObjectGrab event to SceneEventManager for script engines to s...MW2007-08-133-0/+17
* Changed ScriptLoader to use Path.combine.MW2007-08-131-1/+2
* (DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen2007-08-136-3/+123