aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | * Fixes the 10x10x10 hard physics limitation. (wierdly, you have to set ↵Teravus Ovares (Dan Olivares)2009-12-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this for each region in your Regions.ini[PhysicalPrimMax = 10(default)]) * Adds a configurable maximum object mass before the mass is clamped. Default is 10000.01. Configurable by changing maximum_mass_object in the [ODEPhysicsSettings] section. * Clamping the mass is important for limiting the amount of CPU an object can consume in physics calculations. Too high, and the object overcomes restitution forces by gravity alone. This generates more collisions potentially leading to 'deep think'.
| | * | * Move code from that last commit to LLClientView since it's a linden client ↵Teravus Ovares (Dan Olivares)2009-12-031-18/+0
| | | | | | | | | | | | | | | | specific limitation, it moves to the Linden Specific client handler.
| | * | * If the position that comes in on Scene.SetHomeRezPoint has a component ↵Teravus Ovares (Dan Olivares)2009-12-031-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | that is 255.5, replace the component with the user's position in the simulator. * Fixes mantis 4414: http://opensimulator.org/mantis/view.php?id=4414
| | * | Add position and region of prim items with missing assets in log reportsJustin Clark-Casey (justincc)2009-12-021-10/+15
| | | |
| * | | Merge branch 'master' into careminsterMelanie2009-12-021-3/+12
| |\ \ \ | | |/ /
| | * | Change default destination of deleted items to the trash folder. EverythingMelanie2009-12-021-3/+12
| | | | | | | | | | | | | | | | else still goes to L&F
| * | | Merge branch 'master' into careminsterMelanie2009-12-023-46/+30
| |\ \ \ | | |/ /
| | * | * Test Autoconvert line ending on my repo..Teravus Ovares (Dan Olivares)2009-12-011-1/+1
| | | |
| | * | * Fix Inconsistent line ending style on SceneTeravus Ovares (Dan Olivares)2009-12-011-27/+27
| | | |
| | * | * Fix Inconsistent line ending style on ScenePresenceAnimatorTeravus Ovares (Dan Olivares)2009-12-011-3/+3
| | | |
| | * | * Fix Inconsistent line ending style on SimStatsReporterTeravus Ovares (Dan Olivares)2009-12-011-1/+1
| | | |
| | * | * Fix Inconsistent line ending style in ScenePresenceTeravus Ovares (Dan Olivares)2009-12-011-28/+28
| | | |
| | * | * Add a close method to the ScenePresenceAnimator that dereferences the ↵Teravus Ovares (Dan Olivares)2009-11-302-1/+9
| | | | | | | | | | | | | | | | class variables and make the ScenePresence Close method call it.
| | * | * Modified ScenePresence to use the Util version of the EnvironmentTickCount ↵Teravus Ovares (Dan Olivares)2009-11-301-67/+43
| | | | | | | | | | | | | | | | method (and it's subtract method). Remove redundant EnvironmentTickCount definitions in ScenePresence.
* | | | Initial windlight codebase commitunknown2009-12-073-1/+9
|/ / /
* | | Enforce physical prim max size on single prims.CasperW2009-11-301-61/+58
| | | | | | | | | | | | Also convert a lock() to ReaderWriterLockSlim that i missed in the last commit
* | | Convert multiple lock()s which directly hinder script performance in ↵CasperW2009-11-301-123/+277
| | | | | | | | | | | | linksets to ReaderWriterLockSlim.
* | | Merge branch 'master' into careminsterMelanie2009-11-303-55/+79
|\ \ \ | |/ /
| * | * Patch from Misterblue to fix Environment.TickCount for statistics ↵Teravus Ovares (Dan Olivares)2009-11-293-80/+103
| | | | | | | | | | | | | | | | | | purposes. Resolves the wrap-around of the 32 bit uint. * Teravus moved the Environment methods to the Util class
* | | Merge branch 'master' into careminsterMelanie2009-11-282-15/+5
|\ \ \ | |/ /
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-11-272-10/+1
| |\ \
| | * | Remove unused GetDefaultAppearance() static function that is also available ↵Justin Clark-Casey (justincc)2009-11-271-10/+0
| | | | | | | | | | | | | | | | on AvatarFactoryModule
| | * | Reset update flag when a SOG is deleted. This fixes llDie();Melanie2009-11-271-0/+1
| | | |
| * | | * Re-enable lightweight packet tracking stats on a 3000 ms interval.Teravus Ovares (Dan Olivares)2009-11-271-5/+5
| |/ /
* | | Reset update flag when a SOG is deleted. This fixes llDie();Melanie2009-11-271-0/+1
| |/ |/|
* | Merge branch 'careminster' into testsroot2009-11-2616-644/+358
|\ \
| * \ Merge branch 'master' into careminsterMelanie2009-11-262-0/+16
| |\ \ | | |/
| | * Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee2009-11-262-0/+16
| | |
| * | Merge branch 'master' into careminsterMelanie2009-11-269-116/+38
| |\ \ | | |/
| | * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-11-261-2/+1
| | |\
| | | * Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-11-251-5/+20
| | | |\
| | | * | Patch: Fix a bug in LAND animation when the TickCount wraps into negative ↵OpenSim Master2009-11-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numbers by Mic Bowman Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
| | * | | Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-268-114/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work.
| | * | | Remove the old remoting-type interregion code for prim/script crossingMelanie2009-11-262-171/+0
| | | | |
| | * | | Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie2009-11-264-125/+5
| | | |/ | | |/| | | | | | | | | internally
| * | | Remove the old remoting-type interregion code for prim/script crossingMelanie2009-11-262-171/+0
| | | |
| * | | Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie2009-11-264-125/+5
| | | | | | | | | | | | | | | | internally
| * | | Improvements to rAdmin admin_shutdown and admin_restart. Both methods can ↵CasperW2009-11-261-2/+14
| | | | | | | | | | | | | | | | now accept a parameter of noticetype = dialog in order to display a blue persistant dropdown instead of a short notice. Added an optional and configurable delay to the restart method, defaulting at 30 seconds as before. Both methods can also accept a noticetype = none dialog in order to act silently.
| * | | Added animation support for my last commitCasperW2009-11-262-3/+3
| | | |
| * | | Merge branch 'careminster' into casperCasperW2009-11-261-5/+20
| |\ \ \
| | * \ \ Merge branch 'master' into careminsterMelanie2009-11-251-5/+20
| | |\ \ \ | | | |/ /
| | | * | minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)2009-11-251-5/+20
| | | |/
| * | | Add nudge right and left to avatar movement (faster reaction times when ↵CasperW2009-11-261-6/+14
| |/ / | | | | | | | | | stepping left or right.)
| * | Merge branch 'master' into careminsterMelanie2009-11-252-7/+10
| |\ \ | | |/
| | * * Reverting last commit.. because it just made it worse.Teravus Ovares (Dan Olivares)2009-11-252-9/+0
| | |
| | * * Attempt number 1 to stop the repeating crouch animation that sometimes ↵Teravus Ovares (Dan Olivares)2009-11-252-0/+9
| | | | | | | | | | | | | | | | | | | | | happens. * This tries to address it by correcting one potential bug where it never resets the falltimer. * This tries to address it by telling Physics that we're not flying this step.. instead of waiting until the next step when the next agent update comes along.
| | * pass all command parameters to load/save oar, not just the filenameJustin Clark-Casey (justincc)2009-11-242-7/+10
| | | | | | | | | | | | unfortunately, these commands cannot yet be properly relocated to the region modules due to deficiencies in the region module infrastructure
| * | Removed some extra debug chatterCasperW2009-11-241-1/+0
| | |
| * | Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim ↵CasperW2009-11-243-209/+235
| | | | | | | | | | | | | | | | | | | | | | | | lock handler. This gives us: - Faster prim inventory actions. Multiple threads can read at once. - Fixes the known prim inventory thread locks - In the event of a thread lock occurring, it will usually self heal after sixty seconds with an error message in the console
| * | Fixed nullrefsCasperW2009-11-231-2/+6
| | |