aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-18* Now at least we're not creating physActors for child agents.lbsa711-9/+19
2007-09-18* Merged ClientViewBase into ClientView for great justicelbsa711-1/+0
2007-09-18RemoveAvatar called from scene.cs; implemented in ODE. Still issues with mul...dan miller1-0/+4
2007-09-17fixing me some line endingsSean Dague29-2636/+2636
2007-09-17* Moved some commands from Scene into SceneManager so they could be used with...lbsa712-77/+30
2007-09-17* CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa712-14/+232
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa713-49/+63
2007-09-14added ability to update group positionSean Dague1-0/+7
2007-09-13Backup is now optional on classeslbsa712-24/+44
2007-09-11Kill little green men on minimap if the avatar logs off.Dalien Talbot1-0/+1
2007-09-11Fixing namespace problems MW1-0/+1
2007-09-11Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. I...MW3-2/+46
2007-09-11Get rid of extra green men in minimap on region crossings (they were Dalien Talbot1-2/+3
2007-09-10Make grass and trees phantom by default. Same behavior as LL grid.Brian McBee1-0/+6
2007-09-10mass update of urls in source code to new websiteSean Dague12-12/+12
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW8-30/+75
2007-09-09added avatar updates for physics movement -- fixes gravity & avatar collision...dan miller2-4/+16
2007-09-09Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot1-0/+38
2007-09-09ODE: added support for Phantom flag. Presently you need to add 1024 to Objec...dan miller2-14/+18
2007-09-08Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot1-2/+7
2007-09-08Added region console command "edit-scale". To use first use change-region to ...MW2-0/+29
2007-09-08Cut down on the number of compile warnings. Now down to 5: 4 are related to u...MW2-8/+16
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW7-6/+211
2007-09-06added experimental method of trying to relieve missing prim problem (by addin...MW4-13/+123
2007-09-06fixed mantis bug 375 (copy broken with physics/ODE enabled)dan miller2-1/+12
2007-09-05Added "force-update" console command (when a region is set as active), which ...MW1-0/+11
2007-09-05Added "Local" and "Temporary" Fields to the AssetBase class.MW1-1/+1
2007-09-04Just trying to get more debug info from a exception that has been reported.MW1-1/+1
2007-09-04Added partial help info when calling "help" command with a region set.MW3-3/+38
2007-09-04Removed the exit-region command, now use "change-region root" or "change-regi...MW2-0/+23
2007-09-04Added "show modules" command that if at root level will display a list of loa...MW1-3/+50
2007-09-04Fixed it so change-region works with region names that have spaces in them. MW1-1/+1
2007-09-04Some work on Module loading/management.MW19-94/+431
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW7-7/+136
2007-08-30Added some place holder classes for various modules.MW6-0/+170
2007-08-29few small changes (all work in progress).MW2-8/+33
2007-08-29Fixed the problem of prims not being loaded from the database (that my last c...MW1-2/+8
2007-08-29Various small changes (some likely to be removed again soon)MW6-6/+18
2007-08-29Attempt to cut down how often objects are backed up to the database.MW2-3/+15
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW6-6/+6
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW36-3084/+4
2007-08-28Moved XferModule to OpenSim.Region.Environment.Modules namespace/directory.MW1-1/+1
2007-08-28Start of trying to make Region/Scene more modular. MW14-108/+450
2007-08-27Fixed the bug that sent a region port as the CAPS url, instead of sending the...MW1-1/+6
2007-08-27Deleted a few old files that are no longer used.MW6-1058/+4
2007-08-27Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW4-1/+10
2007-08-27Another small tweak to image sending.MW3-1/+11
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW3-29/+32
2007-08-25Hopefully fixed the bugs in primitives rotation editingMW2-4/+7
2007-08-25updated to include saving of object flags.Sean Dague1-9/+14