| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 2007-09-10 | 8 | -30/+75 |
* | added avatar updates for physics movement -- fixes gravity & avatar collision... | dan miller | 2007-09-09 | 2 | -4/+16 |
* | Little green men (aka dots on minimap). Thanks to bushing for | Dalien Talbot | 2007-09-09 | 1 | -0/+38 |
* | ODE: added support for Phantom flag. Presently you need to add 1024 to Objec... | dan miller | 2007-09-09 | 2 | -14/+18 |
* | Partial fix for the "avatars permanently facing east" - now the rotation | Dalien Talbot | 2007-09-08 | 1 | -2/+7 |
* | Added region console command "edit-scale". To use first use change-region to ... | MW | 2007-09-08 | 2 | -0/+29 |
* | Cut down on the number of compile warnings. Now down to 5: 4 are related to u... | MW | 2007-09-08 | 2 | -8/+16 |
* | Converted the LSL scripting engine into a IRegionModule, so now all "modules"... | MW | 2007-09-08 | 7 | -6/+211 |
* | added experimental method of trying to relieve missing prim problem (by addin... | MW | 2007-09-06 | 4 | -13/+123 |
* | fixed mantis bug 375 (copy broken with physics/ODE enabled) | dan miller | 2007-09-06 | 2 | -1/+12 |
* | Added "force-update" console command (when a region is set as active), which ... | MW | 2007-09-05 | 1 | -0/+11 |
* | Added "Local" and "Temporary" Fields to the AssetBase class. | MW | 2007-09-05 | 1 | -1/+1 |
* | Just trying to get more debug info from a exception that has been reported. | MW | 2007-09-04 | 1 | -1/+1 |
* | Added partial help info when calling "help" command with a region set. | MW | 2007-09-04 | 3 | -3/+38 |
* | Removed the exit-region command, now use "change-region root" or "change-regi... | MW | 2007-09-04 | 2 | -0/+23 |
* | Added "show modules" command that if at root level will display a list of loa... | MW | 2007-09-04 | 1 | -3/+50 |
* | Fixed it so change-region works with region names that have spaces in them. | MW | 2007-09-04 | 1 | -1/+1 |
* | Some work on Module loading/management. | MW | 2007-09-04 | 19 | -94/+431 |
* | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 2007-08-31 | 7 | -7/+136 |
* | Added some place holder classes for various modules. | MW | 2007-08-30 | 6 | -0/+170 |
* | few small changes (all work in progress). | MW | 2007-08-29 | 2 | -8/+33 |
* | Fixed the problem of prims not being loaded from the database (that my last c... | MW | 2007-08-29 | 1 | -2/+8 |
* | Various small changes (some likely to be removed again soon) | MW | 2007-08-29 | 6 | -6/+18 |
* | Attempt to cut down how often objects are backed up to the database. | MW | 2007-08-29 | 2 | -3/+15 |
* | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s... | MW | 2007-08-28 | 6 | -6/+6 |
* | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 2007-08-28 | 36 | -3084/+4 |
* | Moved XferModule to OpenSim.Region.Environment.Modules namespace/directory. | MW | 2007-08-28 | 1 | -1/+1 |
* | Start of trying to make Region/Scene more modular. | MW | 2007-08-28 | 14 | -108/+450 |
* | Fixed the bug that sent a region port as the CAPS url, instead of sending the... | MW | 2007-08-27 | 1 | -1/+6 |
* | Deleted a few old files that are no longer used. | MW | 2007-08-27 | 6 | -1058/+4 |
* | Stopped EntityBase from implementing IScriptHost, as don't think it should, m... | MW | 2007-08-27 | 4 | -1/+10 |
* | Another small tweak to image sending. | MW | 2007-08-27 | 3 | -1/+11 |
* | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 2007-08-26 | 3 | -29/+32 |
* | Hopefully fixed the bugs in primitives rotation editing | MW | 2007-08-25 | 2 | -4/+7 |
* | updated to include saving of object flags. | Sean Dague | 2007-08-25 | 1 | -9/+14 |
* | Small bit of refactoring to the startup command script code (moved it into a ... | MW | 2007-08-24 | 1 | -4/+2 |
* | Fixed a problem where some prims didn't show up when you crossed or teleporte... | MW | 2007-08-24 | 1 | -0/+3 |
* | Had "using OpenSim.Physics.Manager;" defined twice in SceneObjectGroup.cs, so... | MW | 2007-08-24 | 1 | -1/+0 |
* | Hopefully fixed mantis bug #318 (exception when a prim moves across a border,... | MW | 2007-08-24 | 2 | -3/+24 |
* | Scripts are now copied into a prim (ie new copy placed in the prim) rather th... | MW | 2007-08-24 | 3 | -9/+34 |
* | Updated sqlite3.dll to version 3.4.2 | MW | 2007-08-24 | 2 | -0/+9 |
* | Added RemovePrim method to the physics plugins interface. | MW | 2007-08-23 | 3 | -12/+27 |
* | Implemented Resize Method in OdePrim. | MW | 2007-08-23 | 2 | -5/+24 |
* | Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this... | MW | 2007-08-23 | 3 | -11/+23 |
* | Added danx0r's physics patch, although for now have disabled the lines in Sce... | MW | 2007-08-23 | 2 | -0/+13 |
* | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 2007-08-22 | 5 | -2/+61 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -1/+1 |
* | Added Scene.GetSceneObjectPart(uint localID) | MW | 2007-08-22 | 1 | -0/+17 |
* | Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca... | MW | 2007-08-22 | 2 | -20/+20 |
* | A little bit of cleaning up. | MW | 2007-08-22 | 3 | -6/+4 |