aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares19-37/+1304
currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
2008-08-24Mantis#2043. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke1-0/+174
The version of llSetLinkPrimitiveParams in LSL_BuiltIn_Commands.cs has not been kept in sync with the additional functionality made recently to the llSetLinkPrimitiveParams implementation in LSL_Api.cs which includes support for setting glow, full bright and other privative parameters. A patch to LSL_BuiltIn_Commands.cs is provided the incorperates this functionality (duplicated).
2008-08-24Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke1-1/+1
Analysis shows that the XMLRPC-request contains an empty string (<string />) for the custom_type parameter, which is deserialized wrongly to a null-value, thus leading to the exception above. The attached patch (against r5967) fixes the symptom and uses "" for customType in that case.
2008-08-24Completing the item sale series, this one implements sell contents.Melanie Thielker2-0/+18
All item sale modes are now complete.
2008-08-24Mantis#2041. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-21/+22
The attached patch fixes that your home-location icon is displayed on the region you logged in, not on your home-region.
2008-08-24Mantis #2028Melanie Thielker1-2/+104
Thank you, salahzar, for a patch that implements llGetNumberOfSides() for the DotNetEngine.
2008-08-24Selling a copy of a prim (prim vendor) now works.Melanie Thielker1-7/+58
Sack of bolts to go with the nuts?
2008-08-24Selling an object in-place (as original) now works. Builders canMelanie Thielker4-2/+61
now ply their trade. Is that nuts?
2008-08-24Plumb the data path for all those eye candy values. Saves textureMelanie Thielker3-56/+148
animation, target omega, looped sound, script access pin, allowed drop state and sale data. Loads it, too. Not all tested. Code: No Nuts. Data: Cannot Guarantee Nut Free.
2008-08-24Add the fields for the eye candy and sale featires to the prims table.Melanie Thielker1-0/+27
No user functionality yet. Run prebuild. Contains a Migration. May contain nuts.
2008-08-24more progress on new meshing routinesDahlia Trimble1-26/+189
2008-08-24Implements 80% of object buy (prim vendor). You can't buy the object yet,Melanie Thielker7-5/+125
and the for sale setting doesn't survive a sim restart, but this is most of the plumbing.
2008-08-23Mantis#2036. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-3/+15
Not enough logging. Added IP endpoing of request to the log messages on lookup-failure
2008-08-23Mantis#2036. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-4/+10
This patch adds some more informative logging if the region isn't found.
2008-08-23Mantis#2032. Thank you kindly, Tyre for a patch that:Charles Krinke2-0/+9
This small patch provides the required changes to populate the columns agentIP and agentPort in table "agents" Tested with mysql (but should work for all supported db engines)
2008-08-23Change to no longer check funds on temp texture uploads.Melanie Thielker1-2/+3
This fixes the "no funds" message on rebake.
2008-08-23Thank you, salahzar, for a patch that adds llGetNumberOfSides and willMelanie Thielker2-3/+106
also enable LSLconformance on some texture functions as well. Applied the part of the patch in Shared/. The part for Common/ needs to be reworked to remove the reference into Shared/
2008-08-23more work on new meshing routines...Dahlia Trimble1-5/+77
2008-08-23some initial work on new prim meshing routines (incomplete)Dahlia Trimble1-0/+176
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker12-8/+21
It is now possible to use module interfaces without referencing Scene. Place those interfaces in OpenSim/Region/Interfaces. They may not use any refs from OpenSim.Region.Environment as parameters. This resolves a circular library ref introduced in r5949
2008-08-23Patch #9171Melanie Thielker4-6/+79
Disallow bulk uploads if money module is present and upload cost is set and the user hasn't got sufficient funds.
2008-08-22* Homer's amazing terrain MapTileRenderer. Thanks Homer!Teravus Ovares5-182/+704
* By default, texture rendering is on. This may be affected by using secure assets since your region hasn't registered with the gridserver before it asks for texture assets. It might also be affected by a slow asset server, so consider this release experimental. * Defined interface IMapTileTerrainRenderer. * Extracted "old" shaded maptile terrain rendering into ShadedMapTileRenderer; streamlined it a bit and added "highlight" rendering to its "shadow" rendering. * Added "new" terrain-texture based maptile terrain rendering (TexturedMapTileRenderer); made TerrainUtil.InterpolatedNoise public * Adapted MapImageModule to allow switching between those two by configuration * Added configuration option to OpenSim.ini.example
2008-08-22* Allow an exception generated in ProcessOutPacket to travel up the stackJustin Clarke Casey1-27/+16
* It is dealt with correctly further up, at which point the user is also notified and the failure recorded as a statistic
2008-08-22bug fixes:Dr Scofield3-37/+34
- GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin
2008-08-22- fixes a bug in RemoteAdminPlugin where CreateRegion would not payDr Scofield2-15/+30
attention to regionload_regionsdir from OpenSim.ini - fixes a type on RegionLoaderFileSystem
2008-08-22Cleaned up some warningsDahlia Trimble1-2/+2
2008-08-22Commented out the float array "normals" in the Mesh object and all ↵Dahlia Trimble3-56/+56
references to save memory as it was unused
2008-08-21Mantis#904. Thank you kindly, Jonc for a patch that solves:Charles Krinke1-3/+9
LocalLoginService does not send the last position coords in the login response. This patch fixes the issue.
2008-08-21Mantis#1990. Thank you kindly, Nlin and M.Igarashi for a patch that:Charles Krinke1-0/+6
This patch improves LSL conformance by inserting a 0.2 second delay into llSetPos/llSetRot, as the function specification states. Thanks to M. Igarashi for the patch.
2008-08-21- corrects statement about {asset,user,inventory} source configurationDr Scofield2-5/+14
as those all work with MySQL (and are in fact required it seems); adds examples as well - adds region_file_template functionality for the create_region XmlRpc call of RemoteAdminPlugin - cleans up and fixes typo in UserProfileData
2008-08-20fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield5-20/+11
2008-08-20oops. forgot.Dr Scofield2-0/+289
2008-08-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield6-895/+1573
cleanups of the REST inventory code.
2008-08-20Adding unit test for issue 2006, though it's commented out as those compilerMike Mazur1-1/+34
tests tend to tank on our continuous build server.
2008-08-20Mantis #2003 - thank you, SachaMagne, for a patch that implementsMelanie Thielker8-9/+163
the first part of gesture persistence. ---------------------------------------------------------- Attachments no longer vanish on walking crossing. Teleport is still problematic, but will now be blocked with message "Inconsistent attachment state" rather than losing the attachment. Detach to be able to TP in that case.
2008-08-19Update svn properties, minor formatting cleanup.Jeff Ames4-5/+5
2008-08-19Fixes the previous commit of llMakeLink for Shared/Melanie Thielker1-2/+2
2008-08-19Mantis #2001Melanie Thielker2-2/+62
Thank you, nlin, for a patch that implements part of llCreateLink - DotNetEngine implementation by nlin. - Shared/ port by me.
2008-08-19Add the default region texture UUIDS back in that were lost inMelanie Thielker1-8/+32
the shuffle. Translate LLUUID.Zero to the default textures on set. This should fix the default button in the viewer.
2008-08-19Mantis #1999Melanie Thielker1-0/+3
Allow the sim owner to add estate managers to any estate on the sim
2008-08-19Packet type exclusion (Mantis #2004)Melanie Thielker1-2/+4
Exclude SimStats packets from ack appending.
2008-08-19Attachment persistence (Mantis #1711)Melanie Thielker9-169/+52
Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match.
2008-08-19Moves one file to it's proper locationMelanie Thielker1-1/+4
2008-08-19Fix region crossings and access to inventory after changing regions withinMelanie Thielker4-7/+50
the same simulator
2008-08-19Update svn properties, minor formatting cleanup.Jeff Ames5-12/+11
Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
2008-08-19Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker4-16/+61
Attachments now persist across logouts. Mostly untested.
2008-08-19* This reverts a change where m_regions[RegionHandle] was replaced instead ↵Teravus Ovares1-2/+7
of removed in LocalBackEndServices It used to be like the change above a long long time ago but we found that it caused intermittent neighbor connectivity issues. I added comments above it so that it's looked at more closely next time.
2008-08-19Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs.Mike Mazur2-91/+106
2008-08-19Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well.Mike Mazur1-2/+94
2008-08-19Update svn properties, formatting cleanup.Jeff Ames17-176/+77