aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23Switches the direct event postings in the API file over to the Shared/Melanie Thielker4-56/+131
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
2008-09-23Add constants wrapping code from XEngine to DNE. This syncs up the parsersMelanie Thielker3-370/+9
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
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
2008-09-23* Update in OGP draft 3 protocol spec with regards to seed region requests ru...Teravus Ovares1-1/+3
2008-09-22Move script and notecard open perms checks from ClientView to theMelanie Thielker2-4/+149
2008-09-22* Remove some old libsecondlife workarounds as suggested by jhurliman in http...Justin Clarke Casey1-5/+4
2008-09-22* Apply http://opensimulator.org/mantis/view.php?id=2234Justin Clarke Casey2-2/+24
2008-09-22Remove the ugly-as-sin "interop" hack script perms fudging inMelanie Thielker1-18/+0
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
2008-09-22cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2-5/+28
2008-09-22Remove the script engine identifier tag, so the compiler just seesMelanie Thielker2-0/+2
2008-09-22Disabled use of ODE internal geometry to see if it affects the "waves finger"...Dahlia Trimble1-12/+12
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
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker17-490/+131
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
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
2008-09-21Don't attach attachements to child agents. This coincidentially fixes a raceHomer Horwitz1-0/+3
2008-09-21Mantis #2232Melanie Thielker4-26/+70
2008-09-21The viewer only stores a screenshot on "Set home to here" if the alert thatHomer Horwitz1-1/+2
2008-09-21Mantis #2230Melanie Thielker1-0/+12
2008-09-21ODE was using a box collision shape for some spheres - changed those cases to...Dahlia Trimble1-2/+3
2008-09-21Change XEngine startup to enable it to run as a normal region moduleMelanie Thielker1-27/+40
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
2008-09-20Partially implement notecard saves in task inventory. Still makes theMelanie Thielker1-3/+3
2008-09-20XEngine: Fix loading lists from saved stateMelanie Thielker1-1/+1
2008-09-20* Tidy up OGS1GridServicesJustin Clarke Casey1-101/+39
2008-09-20* refactor: remove unnecessary packet null check in LLClientViewJustin Clarke Casey2-8/+8
2008-09-20Fix up some ScriptBase detailsMelanie Thielker1-10/+9
2008-09-20- Consistency fix: Like llGetNumberOfNotecardLines, llGetNotecardLine returns...Homer Horwitz1-1/+13
2008-09-20* Fix build error, (maybe)Teravus Ovares2-4/+5
2008-09-20XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker2-7/+23
2008-09-20Add <expire> tag to data snapshot to give the search server an ideaMelanie Thielker1-0/+6
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
2008-09-19* Implements an experimental method to define which region you want to go to ...Teravus Ovares1-9/+136
2008-09-19* minor: eliminate the current warningsJustin Clarke Casey1-2/+2
2008-09-19* Enables logins to regions on a grid once they have finished starting up (th...Justin Clarke Casey2-30/+47