aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2008-09-21Allows to use the new script engine feature. Begin your script withMelanie Thielker2-0/+18
//XEngine: or //DotNetEnine: , optionally followed by a language like //XEngine:lsl, and it will be run on the chosen engine.
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker17-490/+131
ordinary region modules and are able to coexist in one instance. See http://opensimulator.org/wiki/ScriptEngines for details. There were changes to OpenSim.ini.example, please note DefaultScriptEngine. Also see the User docs and FAQ on the Wiki. Default is DotNetEngine.
2008-09-21* minor: warnings removalJustin Clarke Casey2-2/+2
2008-09-21Mantis#2233. Thank you kindly, Idb, for a patch that solves:Charles Krinke2-0/+14
The constants for llGetParcelDetails were missing for DotNetEngine and XEngine.
2008-09-21Fix another reason for #2218Homer Horwitz1-3/+8
2008-09-21* Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey3-6/+39
* Allow a grid mode region simulator to properly shutdown even if the grid service is offline
2008-09-21Don't attach attachements to child agents. This coincidentially fixes a raceHomer Horwitz1-0/+3
condition that was the reason for mantis #2218.
2008-09-21Mantis #2232Melanie Thielker4-26/+70
Thank you, idb, for a patch that fixes an overflow issue in casting string -> int for both engines, and adds tests!
2008-09-21The viewer only stores a screenshot on "Set home to here" if the alert thatHomer Horwitz1-1/+2
follows show the text "Home position set.". Changed the message accordingly.
2008-09-21Mantis #2230Melanie Thielker1-0/+12
The result of constants arithmetic can be a CLI type. This allows floating point CLI types to be parsed out of lists properly.
2008-09-21ODE was using a box collision shape for some spheres - changed those cases ↵Dahlia Trimble1-2/+3
to now use a mesh instead.
2008-09-21Change XEngine startup to enable it to run as a normal region moduleMelanie Thielker1-27/+40
rather than a special one
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames6-17/+17
2008-09-21Completely revert the notecard uploading changes I made, since theyMelanie Thielker1-3/+4
appear to break script saves in prims for some.
2008-09-20Partially implement notecard saves in task inventory. Still makes theMelanie Thielker1-3/+3
notecard go read-only, but changes are saved.
2008-09-20XEngine: Fix loading lists from saved stateMelanie Thielker1-1/+1
2008-09-20* Tidy up OGS1GridServicesJustin Clarke Casey1-101/+39
* Remove what should be unnecessary RemoteException catches when executing local backend calls
2008-09-20* refactor: remove unnecessary packet null check in LLClientViewJustin Clarke Casey2-8/+8
* if a packet was really null it would be caught by the general exception handler at the top of the client thread, which would also provide more information and attempt a clean shutdown
2008-09-20Fix up some ScriptBase detailsMelanie Thielker1-10/+9
2008-09-20- Consistency fix: Like llGetNumberOfNotecardLines, llGetNotecardLine ↵Homer Horwitz1-1/+13
returns NULL_KEY on error now - Conformance fix: If the notecard can't be found, shout on DEBUG_CHANNEL as the docs state - Bug fix: Don't let llGetNotecardLine throw an exception on freshly created notecards
2008-09-20* Fix build error, (maybe)Teravus Ovares2-4/+5
* Might break something.. hard to say.. 0.o
2008-09-20XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker2-7/+23
Change serialization to omit types it can't deal with.
2008-09-20Add <expire> tag to data snapshot to give the search server an ideaMelanie Thielker1-0/+6
of when to query this node again
2008-09-20Fix Mantis #2215: llGetNotecardLine() not detecting EOF under DNEHomer Horwitz1-9/+23
2008-09-19* One more tweak in the OGP module to support OGP draft3. Teravus Ovares1-1/+8
* Recognize the proper cap message for rez_avatar/rez in the response cap.
2008-09-19* Implements an experimental method to define which region you want to go to ↵Teravus Ovares1-9/+136
in your 'region domain' in OGP.
2008-09-19* minor: eliminate the current warningsJustin Clarke Casey1-2/+2
* you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :)
2008-09-19* Enables logins to regions on a grid once they have finished starting up ↵Justin Clarke Casey2-30/+47
(this does not include script startup).
2008-09-19* Duh, forgot I had undone some of the changes I meant to include in the ↵Justin Clarke Casey2-14/+7
previous commit
2008-09-19* Remove one possible deadlock situation as seen todayJustin Clarke Casey1-1/+7
* On script rez, XEngine was taking an m_scripts lock and then later on an m_parts lock when looking for a part by local id * In the meantime, a scene object being deleted would take an m_parts lock and then later on try to take an m_scripts lock when it tried to trigger script removal * There may be better ways to resolve this, but I believe that in general, we must always take an m_parts lock before an m_scripts lock
2008-09-19* Only allow logins on standalone when the sim has completed it's initial ↵Justin Clarke Casey9-56/+94
startup (script startup doesn't count here) * There was a small window where region logins were allowed before modules were loaded - avatars logins that hit this window could have caused bad things to happen. * A similar change will follow for grid mode sometime soon