Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 2007-11-10 | 14 | -57/+1953 | |
| | | | | | | * Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory.... | |||||
* | * ODE Fixed annoying bug where resizing causes there to be a 'ghost' prim ↵ | Teravus Ovares | 2007-11-10 | 1 | -1/+2 | |
| | | | | left that blocks your way. | |||||
* | * Added an internal throttle on ODE physics updates | Teravus Ovares | 2007-11-09 | 5 | -5/+56 | |
| | | | | | | * Added a ThrottleUpdates member to PhysicsActor to expose 'throttle' ability to the Scene. * Updated the ode.dll file with a fix to invalid data passed to ODE's heightfield collision calculator. | |||||
* | * Moved BulletX off of the 'constant terse update' method. It now only ↵ | Teravus Ovares | 2007-11-09 | 2 | -4/+37 | |
| | | | | | | | | sends terse updates when needed. * Removed the 'constant poll method' from SceneObjectPart.cs - It was bad :P * Updated some Masses in ODE to help large prim slow down by friction easier. | |||||
* | * Stopped printing the prim's X cordinate difference from the last movement ↵ | Teravus Ovares | 2007-11-08 | 1 | -1/+1 | |
| | | | | on the Console. | |||||
* | * Fixed occasional character drift caused by sim not sending the avatar's ↵ | Teravus Ovares | 2007-11-08 | 2 | -16/+97 | |
| | | | | | | | | final resting velocity. * Added Smooth moving prim * Added event to PhysicsActor RequestPhysicsterseUpdate to allow physics plugins to be able to schedule a terse update. | |||||
* | * Added Rotational Velocity reporting for Client Interpolation to Terse Updates | Teravus Ovares | 2007-11-08 | 5 | -14/+76 | |
| | | | | | * Added Angular Velocity reporting for smooth-ish rotations on object collisions | |||||
* | * fix for Bug 563 | Teravus Ovares | 2007-11-06 | 2 | -2/+9 | |
| | | | | | * fix for ODE geoms not getting disposed of properly when resizing. | |||||
* | physical prims AND other changes in ODE (Teravus) -- note this is experimental! | dan miller | 2007-11-05 | 1 | -0/+1 | |
| | ||||||
* | physical prims | dan miller | 2007-11-05 | 1 | -75/+452 | |
| | ||||||
* | adding missing ODE files for mesh | dan miller | 2007-11-05 | 4 | -0/+841 | |
| | ||||||
* | prim cuts in ODE | dan miller | 2007-11-05 | 8 | -508/+499 | |
| | | | | | | | | Much thanks to Gerhard! Merged with Darok's recent changes re: physical prims | |||||
* | Modifications for prim movement. For now only in Mod. BulletX, but i think ↵ | darok | 2007-11-03 | 1 | -51/+24 | |
| | | | | it can be easy to add to ODE. Enjoy kick the prims and be careful with the falling ones ;D | |||||
* | Changes in BulletXPlugin: Added new class BulletXActor class inherits from ↵ | darok | 2007-11-03 | 6 | -47/+90 | |
| | | | | PhysicsActor and it's the ancestor for BulletXCharacter and BulletXPrim.Physical modifications: Changes for pass the value of Physical flag in the SceneObjectPart class to the Physics engines. New call for AddPrimShape so it has a new parameter called "isPhysical". The old call will be obselete soon (i believe). PhysActor and its descendants have a new property called IsPhysical. By the way no new special funcionallity added. It's more like preparing the way for new modifications. | |||||
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 2 | -3/+4 | |
| | ||||||
* | Partialy fixed a bug with collisions in BulletXPlugin. | darok | 2007-11-01 | 1 | -37/+19 | |
| | ||||||
* | Changes in BulletXPlugin: Added new class BulletXActor class inherits from ↵ | darok | 2007-11-01 | 1 | -289/+312 | |
| | | | | PhysicsActor and it's the ancestor for BulletXCharacter and BulletXPrim. | |||||
* | made illogical bitwise operations logical | Jeff Ames | 2007-10-31 | 1 | -3/+3 | |
| | ||||||
* | Thank you Teravus, very much, for a 'jump', 'crouch' and 'inertia' patch for ↵ | Charles Krinke | 2007-10-31 | 5 | -39/+142 | |
| | | | | all three physics plugins. | |||||
* | temporary fix for sitting collisions in ODE | Jeff Ames | 2007-10-30 | 1 | -1/+1 | |
| | ||||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 15 | -1268/+1068 | |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | |||||
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 2007-10-29 | 6 | -6/+6 | |
| | | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
* | should help with ODE bounce on region cross | dan miller | 2007-10-29 | 1 | -8/+18 | |
| | ||||||
* | * Return of R2162. /Take that SVN!/ | Adam Frisby | 2007-10-22 | 1 | -1/+1 | |
| | ||||||
* | revert r2162 as it completely clobbered all the work on | Sean Dague | 2007-10-22 | 1 | -1/+1 | |
| | | | | | | | the ChatModule by MW and myself. Couldn't find Adam online after that rev went in. | |||||
* | * Major ass commit. | Adam Frisby | 2007-10-22 | 1 | -1/+1 | |
| | | | | | | | * Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation | |||||
* | this might help with ODE errors. Or maybe not. YMMV | dan miller | 2007-10-17 | 1 | -1/+1 | |
| | ||||||
* | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 2007-10-15 | 2 | -0/+58 | |
| | | | | messages. Thanks Chillken! | |||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 | |
| | ||||||
* | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 2007-10-13 | 1 | -1/+0 | |
| | | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. | |||||
* | fixes for nebadon"s terrain bugs; includes patched 0.9 ode.dll, libode.so | dan miller | 2007-10-11 | 1 | -4/+49 | |
| | ||||||
* | applied Darok"s BulletXPlugin changes 003.patch | dan miller | 2007-10-07 | 2 | -99/+378 | |
| | ||||||
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 1 | -560/+560 | |
| | ||||||
* | Droppin da fyzyx bomb on ya | dan miller | 2007-10-03 | 1 | -41/+89 | |
| | | | | | | | | seriously, this is quite the update. Fixes a number of nagging physics problems, including avatar shell size/shape The internal logic is quite different, and CPU usage may be affected. Also some work remains wrt flying. Please test this rev out before you deploy widely | |||||
* | removed debug statements | dan miller | 2007-10-01 | 1 | -3/+1 | |
| | ||||||
* | fixing odeplugin debug bug | dan miller | 2007-10-01 | 1 | -1/+0 | |
| | ||||||
* | this should fix mantis 452 and related -- hollow prims work in Linux! (I hope) | dan miller | 2007-10-01 | 1 | -1/+2 | |
| | ||||||
* | Corrected the typo in the folder name. | Dalien Talbot | 2007-09-30 | 2 | -0/+0 | |
| | ||||||
* | Hollow prims (box only), thanks Gerard! Enjoy | dan miller | 2007-09-29 | 2 | -0/+839 | |
| | ||||||
* | Hollow prims (box only), thanks Gerard! Enjoy | dan miller | 2007-09-29 | 5 | -22/+215 | |
| | ||||||
* | physics-related fixes; should stabilize border crossings | dan miller | 2007-09-21 | 1 | -3/+11 | |
| | ||||||
* | RemoveAvatar called from scene.cs; implemented in ODE. Still issues with ↵ | dan miller | 2007-09-18 | 1 | -1/+4 | |
| | | | | multi-region; see bug 410 | |||||
* | ODE: no more slippin' & slidin' | dan miller | 2007-09-13 | 1 | -4/+24 | |
| | ||||||
* | I think 1.0f makes a better offset than 1.2f for basic physics (less floating, | Sean Dague | 2007-09-12 | 1 | -1/+1 | |
| | | | | | | | | not too much crouching). I think that we'll have to rethink what the terrain resolution is down the road, as we don't really have enough sample data to actually get people placed right on the land. | |||||
* | remove autogenerated files | Sean Dague | 2007-09-11 | 1 | -66/+0 | |
| | ||||||
* | Added part 3 of Darok's BulletX patch. The bulletX plugin is now a project ↵ | MW | 2007-09-11 | 1 | -90/+485 | |
| | | | | in the opensim build/solution. To use change the physics setting in opensim.ini to "modified_BulletX". At the moment I have been unable to test this as when using the bulletX plugin for me opensim is using 100% of processor. | |||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 13 | -13/+13 | |
| | ||||||
* | ODE fix: avatar/avatar collision enabled. Needs client update fix to be ↵ | dan miller | 2007-09-09 | 1 | -0/+4 | |
| | | | | seen correctly. In the right repository this time.. | |||||
* | Part 2 of Darok's BulletX patches. | MW | 2007-09-04 | 1 | -135/+115 | |
| | ||||||
* | Part 1 of Darok's BulletX patches. | MW | 2007-09-04 | 1 | -16/+39 | |
| |