Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-12-15 | * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks | Justin Clarke Casey | 1 | -3/+3 | |
* This pushes an identifier for the OpenSim scene to the physics scene. This allows log messages from the physics scene to identify which OpenSim scene they relate to. * Thanks Gerhard | |||||
2008-11-20 | * refactor: change some method names and doc in the physics plugin manager | Justin Clarke Casey | 1 | -13/+13 | |
* move the directory choice for plugins outside into RegionApplicationBase | |||||
2008-11-20 | * Allow physics dlls to be loaded separately, rather than just the contents ↵ | Justin Clarke Casey | 1 | -12/+30 | |
of bin/Physics * This is primarily to see if not loading ODE in the unit tests will allow them to proceed, though the option of separate loading is probably a good thing in itself | |||||
2008-11-06 | * minor: Make some 'startup config failed to load' log messages more consistent | Justin Clarke Casey | 1 | -1/+1 | |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -29/+59 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -10/+10 | |
2008-06-09 | *Fixed bug that caused failure when System.Console.Readline returns null (no ↵ | mingchen | 1 | -4/+10 | |
stdin) *Fixed bug that would crash the simulator if there were two physics/meshing engines loaded with the same name. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 | |
2008-05-14 | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵ | Teravus Ovares | 1 | -2/+3 | |
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+2 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 | |
2008-02-18 | More exception checks and crash hints | Tedd Hansen | 1 | -0/+8 | |
If no scriptengine is specified then don't try to load any. | |||||
2008-02-13 | Clean up more unnecessary String.Format calls | Jeff Ames | 1 | -1/+1 | |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -1/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -10/+12 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -4/+4 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-13 | Enabled the sit_ground animation. The sit state is not properly set, but it ↵ | Jeff Ames | 1 | -7/+0 | |
looks okay, and doesn't seem to break anything. Just move around to stand up. | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -1/+1 | |
notice of doom | |||||
2007-11-12 | * Applied Gerhard's Meshing patch (Thanks! Gerhard) | Teravus Ovares | 1 | -0/+10 | |
* Addition of Gerhard's ZeroMesher. * Addition of meshing OpenSim.ini parameter * Some modifications to the Meshmerizer * Meshmerizer set to default meshing plugin because ZeroMesher needs a memory locking fix. We'll switch it back after the memory locking issue is resolved. | |||||
2007-11-10 | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 1 | -13/+54 | |
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory.... | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -71/+72 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-22 | * Return of R2162. /Take that SVN!/ | Adam Frisby | 1 | -1/+1 | |
2007-10-22 | revert r2162 as it completely clobbered all the work on | Sean Dague | 1 | -1/+1 | |
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in. | |||||
2007-10-22 | * Major ass commit. | Adam Frisby | 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 | |||||
2007-10-07 | applied Darok"s BulletXPlugin changes 003.patch | dan miller | 1 | -0/+13 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-09-01 | once more, without the debug statements (ODE multi-region fixes, various ↵ | dan miller | 1 | -1/+1 | |
debugging) | |||||
2007-08-28 | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace ↵ | MW | 1 | -1/+1 | |
should equal project and directory. | |||||
2007-08-23 | Added danx0r's physics patch, although for now have disabled the lines in ↵ | MW | 1 | -0/+1 | |
Scene.cs, as any changes to prims (like size or position changes) are only updated to the physics engine when you restart opensim. Also prims aren't deleted from the physics engine. These shouldn't be hard to fix. | |||||
2007-07-24 | * Reduced a significant number of compiler warnings (back down to 9 for all ↵ | Adam Frisby | 1 | -2/+2 | |
projects combined, all 'never used' things) | |||||
2007-07-16 | * working on RegionApplicationBase | lbsa71 | 1 | -2/+2 | |
* Renamed PhysicsManager to PhysicsPluginManager because it is. | |||||
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -115/+115 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -5/+3 | |
* added some licensing info | |||||
2007-07-02 | * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScene | lbsa71 | 1 | -1/+1 | |
* Hid NullPhysicsScene for great justice * Fixed broken Grid build |