aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed POS rotation with certain anglesJeff Ames2007-11-191-4/+4
* added rotation support to POSJeff Ames2007-11-191-4/+8
* * Split space array structure into a two dimentional array instead of a singl...Teravus Ovares2007-11-191-27/+38
* Added medium debug information to Verbose mode of the console about Prim/spac...Teravus Ovares2007-11-191-7/+72
* * Copy/SpaceBorder Fix attempt number 3, hopefully the lastTeravus Ovares2007-11-181-11/+21
* * 2nd attempt to fix the Spaceborder/copy bugTeravus Ovares2007-11-181-1/+6
* flying in POS should be a bit smootherJeff Ames2007-11-181-4/+15
* * Tentative Bug fix for OptikSL's intermittant Copy prim error.Teravus Ovares2007-11-181-13/+23
* cleaned up some mono compiler warningsJeff Ames2007-11-182-59/+55
* improved avatar logic -- walk up low steps now, sortadan miller2007-11-171-5/+21
* minor POS tweak for speeddan miller2007-11-171-5/+4
* * Fix Null comparison for MonoTeravus Ovares2007-11-171-2/+2
* * Fixed space related SimCrasher ODE error when a prim disables itself becaus...Teravus Ovares2007-11-171-0/+37
* Out of a fog of alcohol and adenovirus, I present - POS!dan miller2007-11-172-32/+219
* added some POS gravityJeff Ames2007-11-171-22/+17
* * ODEPlugin Thinned the avatar out to average SL thin-ness. There's more wor...Teravus Ovares2007-11-171-2/+4
* * ODEPlugin - fixed issue where resizing prim causes the prim's collision box...Teravus Ovares2007-11-171-2/+18
* * Resolved the situation where prim is loaded from storage and when pushed ne...Teravus Ovares2007-11-161-1/+1
* * Trying a space/collision optimization technique in ODE. Let me know if you...Teravus Ovares2007-11-161-16/+39
* fixed some AssemblyInfo filesJeff Ames2007-11-162-4/+4
* added dummy POS physics pluginJeff Ames2007-11-162-0/+359
* * ODE step two on the way to separate dynamic space allocation ( One more to ...Teravus Ovares2007-11-162-50/+128
* * ODE - Started the refactoring process to allow breaking up the scene into s...Teravus Ovares2007-11-151-97/+146
* * ODE removes an unnecessary lock.Teravus Ovares2007-11-141-3/+2
* * Removes the console enumeration errors on sim start.Teravus Ovares2007-11-141-10/+20
* * Should help avatar climb steps betterTeravus Ovares2007-11-141-22/+54
* * Fixed the walk vs fall animation.Teravus Ovares2007-11-131-2/+66
* * Added AV Height Glue & Avatar Height stored on m_AVHeight in ScenePresence Teravus Ovares2007-11-131-22/+43
* * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.Teravus Ovares2007-11-125-4/+51
* * Added a lot of Glue to help with reporting proper collisions.Teravus Ovares2007-11-125-25/+251
* fix compile issue on monoSean Dague2007-11-121-1/+1
* * Sets ZeroMesher as default. (If you want to cut and hollow, you'll need to...Teravus Ovares2007-11-121-3/+20
* set svn:eol-style, reset default configJeff Ames2007-11-121-74/+74
* * Applied Gerhard's Meshing patch (Thanks! Gerhard)Teravus Ovares2007-11-122-0/+84
* set svn:eol-styleJeff Ames2007-11-118-1741/+1741
* removed OdePlugin/Meshing directoryJeff Ames2007-11-106-1522/+0
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-1014-57/+1953
* * ODE Fixed annoying bug where resizing causes there to be a 'ghost' prim lef...Teravus Ovares2007-11-101-1/+2
* * Added an internal throttle on ODE physics updatesTeravus Ovares2007-11-095-5/+56
* * Moved BulletX off of the 'constant terse update' method. It now only sends...Teravus Ovares2007-11-092-4/+37
* * Stopped printing the prim's X cordinate difference from the last movement o...Teravus Ovares2007-11-081-1/+1
* * Fixed occasional character drift caused by sim not sending the avatar's fin...Teravus Ovares2007-11-082-16/+97
* * Added Rotational Velocity reporting for Client Interpolation to Terse UpdatesTeravus Ovares2007-11-085-14/+76
* * fix for Bug 563Teravus Ovares2007-11-062-2/+9
* physical prims AND other changes in ODE (Teravus) -- note this is experimental!dan miller2007-11-051-0/+1
* physical prims dan miller2007-11-051-75/+452
* adding missing ODE files for meshdan miller2007-11-054-0/+841
* prim cuts in ODEdan miller2007-11-058-508/+499
* Modifications for prim movement. For now only in Mod. BulletX, but i think it...darok2007-11-031-51/+24
* Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph...darok2007-11-036-47/+90