aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-26Mantis#2265. Thank you kindly, Idb for a patch that:Charles Krinke1-2/+1
Implements the LSL function llGetAttached().
2008-09-25Implement LSL-function llSetClickAction.Homer Horwitz2-1/+13
2008-09-25Some script engine interface changesMelanie Thielker3-6/+27
2008-09-25Implement LSL-function llGetRegionAgentCount.Homer Horwitz1-2/+1
2008-09-25Fix script engine name parsing for DotNetEngine to make that actually workMelanie Thielker2-2/+2
Add a reference for Windows builds
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker10-81/+198
Scene. Make the script engines check that the engine name in the //Engine:language comment is a valid engine and treat it as a normal comment if it's not. //DotNetEngine: needs to be written as //ScriptEngine.DotNetEngine: now, since that is it's real internal name. //XEngine: still works
2008-09-25Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke4-4/+4
Check the client dialog box (from top menu) WORLD / REGION ESTATE / REGION tab. The client dialog box seems to have a hard limit of about 32 characters per line available for displaying the region version number. Our regions are sending a string which is greater than the limit, causing the client to wrap the text and look ugly.
2008-09-25Fixes an exception that is seen on regions running XEngine, where DNEMelanie Thielker1-8/+3
tries to stop a script that is not run by it
2008-09-25* Adds some WindTeravus Ovares4-1/+355
* A little wind wouldn't hurt anyone, right? This is the 'slightly breezy' setting.. hopefully you won't notice 'much' of a difference. * It turns out the terrain patch routine is similar enough to the wind version that it can be used to hack together a breeze generator with a few mods. * Not much configuration.. yet. You only get breeze updates in the general vicinity of your camera now to keep bandwidth usage down.. and we're not talking about 'much' movement at the moment. * initial version... could use improvement I'm sure.
2008-09-25fixes a slight copy and paste bug in OGP module.Dr Scofield1-1/+1
2008-09-25* In Standalone, add a persistant account for the OGP user.Teravus Ovares1-4/+50
* Gridmode, this has no effect at all.
2008-09-25CONVERGENCE!!!!!!Melanie Thielker7-16443/+8347
The entire LSL API is now in the single, shared file OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs This is for both engines. The OSSL function are still separate.
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker29-1724/+389
and makes it use a common set of types in both engine. Fixes the issues with running both engines and HTTP requests / listens / timers etc.. Also fixes a couple of minor Scene issues and a CTB by nullref.
2008-09-25Mantis#2123. Thank you kindly, Idb for a patch that solves:Charles Krinke2-4/+40
Under both DotNetEngine and XEngine, if an agent's UUID is passed as the parameter to llGetObjectMass(), it throws an exception.
2008-09-25* Remove a message handler Teravus Ovares1-4/+16
* Add a more specific error handler for when we're unable to pull the OGP state * rez_avatar/derez ?
2008-09-24Add a module selection option for the MapImage Module as wellMelanie Thielker1-0/+6
2008-09-24Correct a capitalization errorMelanie Thielker1-1/+1
2008-09-24Add WorldMapModule = "name" to OpenSim.ini. Default is "WorldMap".Melanie Thielker1-0/+9
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+30
Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
2008-09-24Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker8-295/+376
LSL implementation files. Rename lots of stuff in XEngine for the same reason. Move methods between interfaces. Just refactor stuff.
2008-09-24cleanups, fixing REST appearance services.Dr Scofield1-2/+0
2008-09-24Mantis #2250Melanie Thielker1-1/+1
Make ambiguous implicit conversion from LSLInteger to uint explicit
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker8-102/+113
all methods needed outside the API ststic. Async command processing is now wholly internal to the API. This sets the stage for the next convergence step.
2008-09-23Update svn properties, formatting cleanup.Jeff Ames5-13/+13
2008-09-23leyla found a capitalization error in one of the OGP messages. Thanks leyla!Teravus Ovares1-1/+1
2008-09-23Add the missing fileMelanie Thielker1-2/+2
2008-09-23Refactor BuiltIn_Commands_BaseClass to ScriptBaseClass to ease the laterMelanie Thielker3-214/+214
code merging and transition to Shared/
2008-09-23Remove some debug outputMelanie Thielker1-3/+0
2008-09-23Switches the direct event postings in the API file over to the Shared/Melanie Thielker4-56/+131
new style of parameter passing, using the IEventReceiver interface.
2008-09-23Add IEventReceiver to DNE - a consolidation series patchMelanie Thielker3-9/+38
2008-09-23Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker20-2889/+36
of the types, located in OpenSim/Region/ScriptEngines/Shared/LSL_Tyoes.cs Also changes the compiler in DotNetEngine to use that. You _will_ need to let your region recompile all your scripts!
2008-09-23Add constants wrapping code from XEngine to DNE. This syncs up the parsersMelanie Thielker3-370/+9
between the engines again. Also, committed r60 in opensim libs with the parser source changes.
2008-09-23Refactor XEngine parser as per suggestions from mikemMelanie Thielker5-85/+32
2008-09-23Add file missed in last commit (which never completed)Melanie Thielker1-0/+55
2008-09-23Alter tests to match up with the results after tyre's patchMelanie Thielker2-29/+19
2008-09-23Mantis #2243Melanie Thielker9-3873/+3685
Thank you, tyre, for a patch that refactors LSL to use a unified set of method signatures and type names, reorders methods and removes unused and adds new method stubs.
2008-09-23Small fix to eliminate a beauty spotMelanie Thielker1-1/+1
2008-09-23Update the permissions system to handle scripts and notecards the wayMelanie Thielker5-13/+90
it was meant to. No functional changes, just better code
2008-09-23* Update in OGP draft 3 protocol spec with regards to seed region requests ↵Teravus Ovares1-1/+3
running over GET instead of POST and the rez_avatar/request cap being wrapped in the capabilities map.
2008-09-22Move script and notecard open perms checks from ClientView to theMelanie Thielker2-4/+149
perms module
2008-09-22* Remove some old libsecondlife workarounds as suggested by jhurliman in ↵Justin Clarke Casey1-5/+4
http://opensimulator.org/mantis/view.php?id=2236
2008-09-22* Apply http://opensimulator.org/mantis/view.php?id=2234Justin Clarke Casey2-2/+24
* Exceptions can thrown by llGetOwnerKey() * Thanks idb
2008-09-22Remove the ugly-as-sin "interop" hack script perms fudging inMelanie Thielker1-18/+0
object inventory
2008-09-22Remove comment in perms module after consulting with awebbMelanie Thielker1-6/+2
2008-09-22Fix a small logic error in my perms module changesMelanie Thielker1-1/+1
2008-09-22Create CanEditObjectInventory to preserve the abilityMelanie Thielker3-26/+49
to have different permissions on inventory and object edits. This may be needed by the viewer on public grids
2008-09-22cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2-5/+28
for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops.
2008-09-22Remove the script engine identifier tag, so the compiler just seesMelanie Thielker2-0/+2
the language specifier. Makes language specifiers work again with script engine specifiers.
2008-09-22Disabled use of ODE internal geometry to see if it affects the "waves ↵Dahlia Trimble1-12/+12
finger" error
2008-09-22Prevent scripts from running under multiple engines at onceMelanie Thielker2-8/+16