aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor BuiltIn_Commands_BaseClass to ScriptBaseClass to ease the laterMelanie Thielker2008-09-233-214/+214
* Remove some debug outputMelanie Thielker2008-09-231-3/+0
* Switches the direct event postings in the API file over to the Shared/Melanie Thielker2008-09-234-56/+131
* * OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares2008-09-231-1/+1
* * Fix a null reference exception that I introducedTeravus Ovares2008-09-231-1/+1
* remove log4net references, see if that helps fix bambooSean Dague2008-09-231-9/+1
* * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ...Teravus Ovares2008-09-231-0/+12
* check in stubbing for mysql tests. This is ignored withSean Dague2008-09-231-0/+74
* Add IEventReceiver to DNE - a consolidation series patchMelanie Thielker2008-09-233-9/+38
* Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker2008-09-2320-2889/+36
* this add POST support for asset services (howto forthcoming) and fixesDr Scofield2008-09-231-9/+109
* Add constants wrapping code from XEngine to DNE. This syncs up the parsersMelanie Thielker2008-09-233-370/+9
* Refactor XEngine parser as per suggestions from mikemMelanie Thielker2008-09-235-85/+32
* Add file missed in last commit (which never completed)Melanie Thielker2008-09-231-0/+55
* Alter tests to match up with the results after tyre's patchMelanie Thielker2008-09-232-29/+19
* Mantis #2243Melanie Thielker2008-09-239-3873/+3685
* Small fix to eliminate a beauty spotMelanie Thielker2008-09-231-1/+1
* Update the permissions system to handle scripts and notecards the wayMelanie Thielker2008-09-235-13/+90
* * Update in OGP draft 3 protocol spec with regards to seed region requests ru...Teravus Ovares2008-09-232-3/+10
* Move script and notecard open perms checks from ClientView to theMelanie Thielker2008-09-222-4/+149
* * Remove some old libsecondlife workarounds as suggested by jhurliman in http...Justin Clarke Casey2008-09-221-5/+4
* * Apply http://opensimulator.org/mantis/view.php?id=2234Justin Clarke Casey2008-09-222-2/+24
* Remove the ugly-as-sin "interop" hack script perms fudging inMelanie Thielker2008-09-221-18/+0
* Remove comment in perms module after consulting with awebbMelanie Thielker2008-09-221-6/+2
* Fix a small logic error in my perms module changesMelanie Thielker2008-09-221-1/+1
* Create CanEditObjectInventory to preserve the abilityMelanie Thielker2008-09-223-26/+49
* cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2008-09-228-14/+66
* Remove the script engine identifier tag, so the compiler just seesMelanie Thielker2008-09-222-0/+2
* Disabled use of ODE internal geometry to see if it affects the "waves finger"...Dahlia Trimble2008-09-221-12/+12
* Prevent scripts from running under multiple engines at onceMelanie Thielker2008-09-222-8/+16
* Allows to use the new script engine feature. Begin your script withMelanie Thielker2008-09-212-0/+18
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-2117-490/+131
* * minor: warnings removalJustin Clarke Casey2008-09-216-20/+20
* Mantis#2233. Thank you kindly, Idb, for a patch that solves:Charles Krinke2008-09-212-0/+14
* * minor: Remove some of the redundant asset id storage for nowJustin Clarke Casey2008-09-211-11/+12
* * Start recording asset request times after a cache miss. This is very primt...Justin Clarke Casey2008-09-212-6/+33
* * Eliminate the need to copy asset request lists in the asset cache when an a...Justin Clarke Casey2008-09-211-82/+22
* * minor: tidy up of AssetCache, remove currently pointless storing of thread ...Justin Clarke Casey2008-09-211-12/+9
* Fix another reason for #2218Homer Horwitz2008-09-211-3/+8
* * Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey2008-09-214-6/+45
* Don't attach attachements to child agents. This coincidentially fixes a raceHomer Horwitz2008-09-211-0/+3
* Mantis #2232Melanie Thielker2008-09-214-26/+70
* The viewer only stores a screenshot on "Set home to here" if the alert thatHomer Horwitz2008-09-211-1/+2
* Mantis #2230Melanie Thielker2008-09-211-0/+12
* bugfix for shutdownTedd Hansen2008-09-211-2/+9
* ODE was using a box collision shape for some spheres - changed those cases to...Dahlia Trimble2008-09-211-2/+3
* Change XEngine startup to enable it to run as a normal region moduleMelanie Thielker2008-09-211-27/+40
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-2132-1396/+1396
* Fix an exception in new ScriptEngine loader where a region wouldMelanie Thielker2008-09-211-1/+2
* More locks, try's and disable some things in SEC - maybe it won't crash now. :)Tedd Hansen2008-09-213-14/+27