aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* there was a single instance where the log4net object was notSean Dague2008-03-121-1/+1
| | | | | | static readonly. I suspect this was the cause of mantis #500.
* * Fix mantis 757.Justin Clarke Casey2008-03-124-26/+32
| | | | | | | | * DelinkFromGroup was removing the parts from the delinked group, which later upset the update thread when it tried to do a queued update for that object * Temporary fix is to stop deleting the parts, though it would be good later to stop sending out the now spurious updates * This fix actually reveals another bug, where rapid linking and delinking will cause the non root prims to disappear (though they're actually still there if you relog). This is the next bug to tackle.
* * Don't abort (and keep failing) the update if one Entity gives us an ↵Justin Clarke Casey2008-03-122-31/+44
| | | | | | | | exception when we try to update it * This doesn't remove bug 757, but does largely remove the worst consequences
* * Since remoting exceptions occur quite often in some cases (e.g. when a ↵Justin Clarke Casey2008-03-121-31/+65
| | | | | | | | neighbouring region is down), put out only the source and message of the RemotingException (not the stack trace) to the console. * It doesn't appear that the remoting stack trace yields any useful information anyway
* * Add comments and slight corrections to ClientView.AgentTextureCachedJustin Clarke Casey2008-03-123-7/+16
| | | | | | * Reduce 'asset not found' console debug spam
* Applied patch from mantis #749, Grass now stays to set type when moved. ↵MW2008-03-123-9/+11
| | | | thanks Grumly57.
* * Switched Noise 'Flood Area' brush to use Perlin rather than random noise.Adam Frisby2008-03-122-2/+64
| | | | | * Fixed a bug with the Smooth Area brush.
* * Fix for Smooth Area Flood Brush, now doesn't flood the entire sim.Adam Frisby2008-03-122-1/+4
|
* Update svn properties.Jeff Ames2008-03-121-51/+51
|
* * Updated Terrain ModuleAdam Frisby2008-03-121-3/+3
| | | | | | * Terrain Area-of-Effect brushes now should work properly. * Updated the scale / effect of various brushes. Small & Medium brushes should now actually do something.
* * Refactored some terrain brushes to move out some common functions into ↵Adam Frisby2008-03-1210-122/+79
| | | | | | | TerrainUtil class. More needs doing. * Adjusted strength of brushes to Math.Pow(2,size), this should in theory work closer to how it was before.
* Refactor out some duplicate code.Jeff Ames2008-03-112-5/+5
|
* * Temporarily disabling sending of ImageNotInDatabasePacket when a texture ↵Justin Clarke Casey2008-03-111-1/+4
| | | | isn't found, since this appears to be crashing Linden client 1.19.0(5)
* * Very temporarily put AgentCachedTexturePackets onto the wind rather than ↵Justin Clarke Casey2008-03-111-1/+5
| | | | | | | | | the texture queue * This is in order to identify whether it is these which are somehow causing the massive texture packet bloat, * since this is the only other packet put on to that queue other than the TextureSender ones
* * Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb!Adam Frisby2008-03-111-2/+2
|
* Eliminated several compiler warning messagesJohan Berntsson2008-03-111-13/+1
|
* The plugin loader can now handle plugin dependencies without hardcodingJohan Berntsson2008-03-111-18/+5
|
* * Added Linear Acceleration reporting to the ODEPlugin.Teravus Ovares2008-03-102-3/+22
| | | | | * Added support for LSL llGetOmega (Rotational/Angular Velocity)- ODEPlugin is the only physics plugin that reports it.
* ODEPluginTeravus Ovares2008-03-1011-0/+111
| | | | | | | | | * Added osSetPrimFloatOnWater(BOOL) to make Physical prim float at the water level. * osSetPrimFloatOnWater(TRUE); or osSetPrimFloatOnWater(FALSE); * By default, prim do not float at the water level. * More work is needed on the floating, but it's a start.
* * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2008-03-1013-12/+259
| | | | | * Added WaterLevel support to the ODEPlugin. More on this later.
* * Fixed a few things and enabling Physical Prim border crossings again.Teravus Ovares2008-03-092-66/+75
| | | | | * Everyone try to push a physical prim across a region border now.
* * Fix for hydraulic erosion brush. Still not working as planned, but getting ↵Adam Frisby2008-03-091-9/+19
| | | | closer. Bugs may be due to the water distribution pattern.
* ODE PluginTeravus Ovares2008-03-092-56/+75
| | | | | | * More cleanup * Less noise
* Update svn properties.Jeff Ames2008-03-091-339/+339
|
* * Fix to the OlsenSphere brush to make it more powerful.Adam Frisby2008-03-093-1/+341
| | | | | * W.I.P: Hydraulic Erosion (Spherical) paintbrush - code is all there, but some work is required on the initial parameters to get it to function correctly. Replaces the smooth brush when `newbrushes` is switched on.
* * Fixed the Link + Duplicate + Unlink both = 'ODE Invalid Argument in ↵Teravus Ovares2008-03-092-27/+39
| | | | | | | | | Collision Space Crash' * Added: Console comment: [PHYSICS]: The scene reused a disposed PhysActor! *waves finger*, Don't be evil.
* * Cleaned up some locking on the ODEPlugin to make it more developer friendlyTeravus Ovares2008-03-092-505/+496
| | | | | * Expect the occasional deadlock?
* Update svn properties.Jeff Ames2008-03-091-223/+223
|
* * New terrainmodule paint brush "Olsen Erosion"Adam Frisby2008-03-092-0/+224
| | | | | | * Implements the Optimised Erosion routine defined by Jacob Olsen in the paper 'Procedural Terrain Generation' (http://www.oddlabs.com/download/terrain_generation.pdf) * Replaces the 'flatten' brush when 'newbrushes' is enabled.
* Linux Compile error if Color is compared against null. Documentation for ↵Teravus Ovares2008-03-091-3/+8
| | | | System.Drawing.Color says it returns a Color with all Components as 0 if the String passed isn't a known color, so the null check has been commented out
* Update svn properties.Jeff Ames2008-03-093-378/+378
|
* * Small optimisation on Weathering paint brush.Adam Frisby2008-03-082-4/+14
| | | | | * Added "script terrain newbrushes <true|false>" to enable experimental terraforming brushes. Presently the 'revert' brush is replaced with the Weathering brush, when enabled.
* * Applying Mantis #737 - Fix for Terragen loader. Thanks Jonc.Adam Frisby2008-03-081-2/+1
|
* Remove two warnings with unused variables.Charles Krinke2008-03-081-2/+0
|
* * Added Thermal Weathering paint brush to Terrain Module.Adam Frisby2008-03-081-0/+243
|
* Thank you very much, Ldviopeng for :Charles Krinke2008-03-081-3/+54
| | | | | | | Patch to implement the following LSL functions: llGetObjectPermMask() llSetObjectPermMask()
* Added new drawing command "PenColour", with format "PenColour <colourname>;" ↵MW2008-03-081-1/+12
| | | | colour name can be any of the predefined .net System.Drawing.Color names.
* * Slight tweak for the above.Adam Frisby2008-03-081-0/+1
|
* * By popular demand, implemented "script terrain fill <val>"Adam Frisby2008-03-081-0/+6
|
* Added Frist basic version on the VectorRenderModule, that allows scripts to ↵MW2008-03-087-6/+496
| | | | | | | do some basic drawing onto textures. Currently the method the scripts have to use is most likely not the most user friendly, but this should improve soon. And hope to allow SVG files (either loaded from a web site, or even script created) to be used. I will add a page to the wiki tomorrow, until then http://www.pastebin.ca/934425 is a example c# script that can be used to get a bit of a idea. Also added osSetDynamicTextureDataBlend and osSetDynamicTextureURLBlend that will allow the various textures to be blended together, but currently there are still a few bugs in them. So not ready for use yet.
* * Implemented 'Revert' channel in Terrain Module.Adam Frisby2008-03-083-0/+155
| | | | | | * Added Revert Area, flood brush. * Added Revert Sphere, paint brush.
* Thank you kindly, Ldviopeng for:Charles Krinke2008-03-085-6/+151
| | | | | | | Patch to implement the following LSL / OS functions llParcelPrimCount(60%) osSetParcelMediaURL
* * Made a change to the loading mechanism to fix it's operation.Adam Frisby2008-03-081-1/+6
|
* * Default terrain is now a little more interesting than a flat 0m plane.Adam Frisby2008-03-081-0/+11
|
* More spelling corrections in the spirit of r3771.Jeff Ames2008-03-072-9/+9
|
* * Applied patch #719 from lvoidpeng.lbsa712008-03-071-2/+3
| | | | | | * Implements llGetOwnerKey Thanks, lvoidpeng!
* * Minor spelling corrections as per mantis 712Justin Clarke Casey2008-03-071-2/+2
|
* * Temporary resolution for mantis #711Justin Clarke Casey2008-03-071-10/+19
| | | | | | | * Trying to store items other than textures, sounds and scripts in a prim's inventory should no longer cause an exception. * Temporary solution is to ignore storage requests for these assets - actually implementing this requires changes to TaskInventoryItem, at least
* Make Local back end services warn/error messages explicitly say they are ↵Justin Clarke Casey2008-03-071-3/+3
| | | | from standalone services
* Fix to solve mantis 717 problem. Makes sure the region DB schema is up to ↵Johan Berntsson2008-03-071-9/+10
| | | | date and consistent