Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Add position and region of prim items with missing assets in log reports | Justin Clark-Casey (justincc) | 2009-12-02 | 1 | -10/+15 | |
| | | | | ||||||
| * | | | Merge branch 'master' into careminster | Melanie | 2009-12-02 | 1 | -3/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Change default destination of deleted items to the trash folder. Everything | Melanie | 2009-12-02 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | else still goes to L&F | |||||
| * | | | Merge branch 'master' into careminster | Melanie | 2009-12-02 | 3 | -46/+30 | |
| |\ \ \ | | |/ / | ||||||
| | * | | * Test Autoconvert line ending on my repo.. | Teravus Ovares (Dan Olivares) | 2009-12-01 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | * Fix Inconsistent line ending style on Scene | Teravus Ovares (Dan Olivares) | 2009-12-01 | 1 | -27/+27 | |
| | | | | ||||||
| | * | | * Fix Inconsistent line ending style on ScenePresenceAnimator | Teravus Ovares (Dan Olivares) | 2009-12-01 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | * Fix Inconsistent line ending style on SimStatsReporter | Teravus Ovares (Dan Olivares) | 2009-12-01 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | * Fix Inconsistent line ending style in ScenePresence | Teravus Ovares (Dan Olivares) | 2009-12-01 | 1 | -28/+28 | |
| | | | | ||||||
| | * | | * Add a close method to the ScenePresenceAnimator that dereferences the ↵ | Teravus Ovares (Dan Olivares) | 2009-11-30 | 2 | -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-30 | 1 | -67/+43 | |
| | | | | | | | | | | | | | | | | method (and it's subtract method). Remove redundant EnvironmentTickCount definitions in ScenePresence. | |||||
* | | | | Initial windlight codebase commit | unknown | 2009-12-07 | 2 | -1/+8 | |
|/ / / | ||||||
* | | | Enforce physical prim max size on single prims. | CasperW | 2009-11-30 | 1 | -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 ↵ | CasperW | 2009-11-30 | 1 | -123/+277 | |
| | | | | | | | | | | | | linksets to ReaderWriterLockSlim. | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2009-11-30 | 3 | -55/+79 | |
|\ \ \ | |/ / | ||||||
| * | | * Patch from Misterblue to fix Environment.TickCount for statistics ↵ | Teravus Ovares (Dan Olivares) | 2009-11-29 | 3 | -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 careminster | Melanie | 2009-11-28 | 2 | -15/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-11-27 | 2 | -10/+1 | |
| |\ \ | ||||||
| | * | | Remove unused GetDefaultAppearance() static function that is also available ↵ | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | on AvatarFactoryModule | |||||
| | * | | Reset update flag when a SOG is deleted. This fixes llDie(); | Melanie | 2009-11-27 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | * Re-enable lightweight packet tracking stats on a 3000 ms interval. | Teravus Ovares (Dan Olivares) | 2009-11-27 | 1 | -5/+5 | |
| |/ / | ||||||
* | | | Reset update flag when a SOG is deleted. This fixes llDie(); | Melanie | 2009-11-27 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Merge branch 'careminster' into tests | root | 2009-11-26 | 12 | -628/+333 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into careminster | Melanie | 2009-11-26 | 2 | -0/+16 | |
| |\ \ | | |/ | ||||||
| | * | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 2009-11-26 | 2 | -0/+16 | |
| | | | ||||||
| * | | Merge branch 'master' into careminster | Melanie | 2009-11-26 | 7 | -113/+37 | |
| |\ \ | | |/ | ||||||
| | * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2009-11-26 | 1 | -2/+1 | |
| | |\ | ||||||
| | | * | Patch: Fix a bug in LAND animation when the TickCount wraps into negative ↵ | OpenSim Master | 2009-11-25 | 1 | -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 to | Melanie | 2009-11-26 | 6 | -111/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 crossing | Melanie | 2009-11-26 | 2 | -171/+0 | |
| | | | | ||||||
| | * | | Remove GetAssemblyName and friends from the SE interface. It's now handled | Melanie | 2009-11-26 | 2 | -118/+5 | |
| | |/ | | | | | | | | | | internally | |||||
| * | | Remove the old remoting-type interregion code for prim/script crossing | Melanie | 2009-11-26 | 2 | -171/+0 | |
| | | | ||||||
| * | | Remove GetAssemblyName and friends from the SE interface. It's now handled | Melanie | 2009-11-26 | 2 | -118/+5 | |
| | | | | | | | | | | | | internally | |||||
| * | | Improvements to rAdmin admin_shutdown and admin_restart. Both methods can ↵ | CasperW | 2009-11-26 | 1 | -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 commit | CasperW | 2009-11-26 | 2 | -3/+3 | |
| | | | ||||||
| * | | Add nudge right and left to avatar movement (faster reaction times when ↵ | CasperW | 2009-11-26 | 1 | -6/+14 | |
| | | | | | | | | | | | | stepping left or right.) | |||||
| * | | Merge branch 'master' into careminster | Melanie | 2009-11-25 | 1 | -6/+6 | |
| |\ \ | | |/ | ||||||
| | * | * Reverting last commit.. because it just made it worse. | Teravus Ovares (Dan Olivares) | 2009-11-25 | 2 | -9/+0 | |
| | | | ||||||
| | * | * Attempt number 1 to stop the repeating crouch animation that sometimes ↵ | Teravus Ovares (Dan Olivares) | 2009-11-25 | 2 | -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 filename | Justin Clark-Casey (justincc) | 2009-11-24 | 1 | -6/+6 | |
| | | | | | | | | | | | | unfortunately, these commands cannot yet be properly relocated to the region modules due to deficiencies in the region module infrastructure | |||||
| * | | Removed some extra debug chatter | CasperW | 2009-11-24 | 1 | -1/+0 | |
| | | | ||||||
| * | | Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim ↵ | CasperW | 2009-11-24 | 3 | -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 nullrefs | CasperW | 2009-11-23 | 1 | -2/+6 | |
| | | | ||||||
* | | | First attempt at mult-sit on large single prims. | KittoFlora | 2009-11-26 | 1 | -33/+58 | |
| | | | ||||||
* | | | Fixed animation sequencing: SitHere, Falling, Stand/Walk etc. Login Init | KittoFlora | 2009-11-25 | 2 | -16/+33 | |
|/ / | | | | | | | Av Animation at Stand. | |||||
* | | Merge branch 'tests' of kitto@tor.k-grid.com:/home/kitto/opensim into ↵ | Melanie | 2009-11-23 | 1 | -30/+69 | |
|\ \ | | | | | | | | | | careminster | |||||
| * | | Add non-scripted sit, fix scripted sit. | KittoFlora | 2009-11-22 | 1 | -30/+69 | |
| | | | ||||||
* | | | Merge branch 'master' into careminster | Melanie | 2009-11-23 | 5 | -24/+72 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Formatting cleanup. | Jeff Ames | 2009-11-23 | 3 | -18/+18 | |
| | | | ||||||
| * | | * This doesn't fix mantis 3522, but it should mitigate it. | Teravus Ovares (Dan Olivares) | 2009-11-22 | 1 | -0/+43 | |
| | | | | | | | | | | | | * If the start position is outside of the region on the X and Y, put the user in the center of the region and then damp the Z position at 720 if necessary. If the start position is not outside of the region on the X or Y, then don't check the Z. |