| Commit message (Expand) | Author | Age | Files | Lines |
* | * Slowly but surely working my way towards Regionality... | lbsa71 | 2007-09-21 | 1 | -3/+14 |
* | * Continued work on Region layer | lbsa71 | 2007-09-21 | 1 | -19/+21 |
* | * Removed unused RegenerateTerrain functions | lbsa71 | 2007-09-21 | 1 | -54/+0 |
* | * Removed unused LandRenegerated flag | lbsa71 | 2007-09-21 | 1 | -12/+2 |
* | * First example of moving stuff to a Region layer | lbsa71 | 2007-09-21 | 1 | -4/+12 |
* | * Continuing refactoring of presence | lbsa71 | 2007-09-21 | 1 | -23/+16 |
* | physics-related fixes; should stabilize border crossings | dan miller | 2007-09-21 | 1 | -1/+2 |
* | * even more renaming and refactoring; the cleaning woman is on call. | lbsa71 | 2007-09-20 | 1 | -13/+13 |
* | * Some more presence refactoring | lbsa71 | 2007-09-20 | 1 | -52/+47 |
* | Rev 1971 : The Lbsa71 vintage commit | lbsa71 | 2007-09-20 | 1 | -22/+23 |
* | * moved SceneManager to RegionApplicationBase | lbsa71 | 2007-09-20 | 1 | -0/+7 |
* | * Added TryGetAvatar to SceneManager | lbsa71 | 2007-09-20 | 1 | -34/+50 |
* | * Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata... | lbsa71 | 2007-09-19 | 1 | -7/+3 |
* | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 2007-09-19 | 1 | -141/+143 |
* | * Now at least we're not creating physActors for child agents. | lbsa71 | 2007-09-18 | 1 | -9/+19 |
* | RemoveAvatar called from scene.cs; implemented in ODE. Still issues with mul... | dan miller | 2007-09-18 | 1 | -0/+4 |
* | * Moved some commands from Scene into SceneManager so they could be used with... | lbsa71 | 2007-09-17 | 1 | -76/+2 |
* | Kill little green men on minimap if the avatar logs off. | Dalien Talbot | 2007-09-11 | 1 | -0/+1 |
* | Make grass and trees phantom by default. Same behavior as LL grid. | Brian McBee | 2007-09-10 | 1 | -0/+6 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
* | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 2007-09-10 | 1 | -6/+4 |
* | added avatar updates for physics movement -- fixes gravity & avatar collision... | dan miller | 2007-09-09 | 1 | -1/+1 |
* | ODE: added support for Phantom flag. Presently you need to add 1024 to Objec... | dan miller | 2007-09-09 | 1 | -10/+13 |
* | Added region console command "edit-scale". To use first use change-region to ... | MW | 2007-09-08 | 1 | -0/+28 |
* | Converted the LSL scripting engine into a IRegionModule, so now all "modules"... | MW | 2007-09-08 | 1 | -0/+8 |
* | added experimental method of trying to relieve missing prim problem (by addin... | MW | 2007-09-06 | 1 | -9/+17 |
* | fixed mantis bug 375 (copy broken with physics/ODE enabled) | dan miller | 2007-09-06 | 1 | -1/+1 |
* | Added "force-update" console command (when a region is set as active), which ... | MW | 2007-09-05 | 1 | -0/+11 |
* | Added partial help info when calling "help" command with a region set. | MW | 2007-09-04 | 1 | -0/+10 |
* | Removed the exit-region command, now use "change-region root" or "change-regi... | MW | 2007-09-04 | 1 | -0/+11 |
* | 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 | 1 | -27/+110 |
* | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 2007-08-31 | 1 | -1/+1 |
* | Various small changes (some likely to be removed again soon) | MW | 2007-08-29 | 1 | -3/+4 |
* | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s... | MW | 2007-08-28 | 1 | -1/+1 |
* | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 2007-08-28 | 1 | -9/+0 |
* | Start of trying to make Region/Scene more modular. | MW | 2007-08-28 | 1 | -8/+54 |
* | 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 | 1 | -8/+2 |
* | Another small tweak to image sending. | MW | 2007-08-27 | 1 | -0/+9 |
* | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 2007-08-26 | 1 | -5/+8 |
* | Added RemovePrim method to the physics plugins interface. | MW | 2007-08-23 | 1 | -12/+12 |
* | Implemented Resize Method in OdePrim. | MW | 2007-08-23 | 1 | -5/+5 |
* | Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this... | MW | 2007-08-23 | 1 | -11/+15 |
* | Added danx0r's physics patch, although for now have disabled the lines in Sce... | MW | 2007-08-23 | 1 | -0/+12 |
* | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 2007-08-22 | 1 | -0/+1 |
* | Added Scene.GetSceneObjectPart(uint localID) | MW | 2007-08-22 | 1 | -0/+17 |
* | Fixed typo. | MW | 2007-08-22 | 1 | -2/+2 |
* | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 2007-08-22 | 1 | -0/+4 |