| Commit message (Expand) | Author | Files | Lines |
2007-09-11 | Kill little green men on minimap if the avatar logs off. | Dalien Talbot | 1 | -0/+1 |
2007-09-10 | Make grass and trees phantom by default. Same behavior as LL grid. | Brian McBee | 1 | -0/+6 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 |
2007-09-10 | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 1 | -6/+4 |
2007-09-09 | added avatar updates for physics movement -- fixes gravity & avatar collision... | dan miller | 1 | -1/+1 |
2007-09-09 | ODE: added support for Phantom flag. Presently you need to add 1024 to Objec... | dan miller | 1 | -10/+13 |
2007-09-08 | Added region console command "edit-scale". To use first use change-region to ... | MW | 1 | -0/+28 |
2007-09-08 | Converted the LSL scripting engine into a IRegionModule, so now all "modules"... | MW | 1 | -0/+8 |
2007-09-06 | added experimental method of trying to relieve missing prim problem (by addin... | MW | 1 | -9/+17 |
2007-09-06 | fixed mantis bug 375 (copy broken with physics/ODE enabled) | dan miller | 1 | -1/+1 |
2007-09-05 | Added "force-update" console command (when a region is set as active), which ... | MW | 1 | -0/+11 |
2007-09-04 | Added partial help info when calling "help" command with a region set. | MW | 1 | -0/+10 |
2007-09-04 | Removed the exit-region command, now use "change-region root" or "change-regi... | MW | 1 | -0/+11 |
2007-09-04 | Added "show modules" command that if at root level will display a list of loa... | MW | 1 | -3/+50 |
2007-09-04 | Fixed it so change-region works with region names that have spaces in them. | MW | 1 | -1/+1 |
2007-09-04 | Some work on Module loading/management. | MW | 1 | -27/+110 |
2007-08-31 | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 1 | -1/+1 |
2007-08-29 | Various small changes (some likely to be removed again soon) | MW | 1 | -3/+4 |
2007-08-28 | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s... | MW | 1 | -1/+1 |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 1 | -9/+0 |
2007-08-28 | Start of trying to make Region/Scene more modular. | MW | 1 | -8/+54 |
2007-08-27 | Fixed the bug that sent a region port as the CAPS url, instead of sending the... | MW | 1 | -1/+6 |
2007-08-27 | Deleted a few old files that are no longer used. | MW | 1 | -8/+2 |
2007-08-27 | Another small tweak to image sending. | MW | 1 | -0/+9 |
2007-08-26 | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 1 | -5/+8 |
2007-08-23 | Added RemovePrim method to the physics plugins interface. | MW | 1 | -12/+12 |
2007-08-23 | Implemented Resize Method in OdePrim. | MW | 1 | -5/+5 |
2007-08-23 | Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this... | MW | 1 | -11/+15 |
2007-08-23 | Added danx0r's physics patch, although for now have disabled the lines in Sce... | MW | 1 | -0/+12 |
2007-08-22 | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 1 | -0/+1 |
2007-08-22 | Added Scene.GetSceneObjectPart(uint localID) | MW | 1 | -0/+17 |
2007-08-22 | Fixed typo. | MW | 1 | -2/+2 |
2007-08-22 | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 1 | -0/+4 |
2007-08-21 | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 1 | -0/+1 |
2007-08-21 | Hopefully fixed the problem of users avatars not always showing up when eithe... | MW | 1 | -0/+9 |
2007-08-21 | Old group is now deleted from datastore when you link groups/prims, so that t... | MW | 1 | -0/+1 |
2007-08-21 | Shift and Drag copying should now work correctly. [This was one of those stup... | MW | 1 | -0/+2 |
2007-08-21 | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 1 | -72/+4 |
2007-08-20 | The regionUUID is now being passed to the datastore calls. | MW | 1 | -5/+5 |
2007-08-20 | Instant Messages between users in the same region should actually now work. | MW | 1 | -4/+2 |
2007-08-19 | small clean up. | MW | 1 | -0/+2 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 1 | -3/+89 |
2007-08-18 | When teleporting to distant region, you can now go to the point you want to g... | Brian McBee | 1 | -1/+2 |
2007-08-16 | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 1 | -1/+1 |
2007-08-16 | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 1 | -2/+6 |
2007-08-15 | More work on inventory, can now create other inventory types, like Clothes an... | MW | 1 | -0/+3 |
2007-08-15 | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 1 | -2/+4 |
2007-08-15 | * Permissions! - You can now only perform certain functions (such as editing ... | Adam Frisby | 1 | -0/+16 |
2007-08-14 | Partial fix for the permissions on edited notecards/scripts (now you might st... | MW | 1 | -0/+1 |
2007-08-14 | preliminary support for editing notecards and scripts. | MW | 1 | -2/+43 |