| Commit message (Expand) | Author | Files | Lines |
2007-09-10 | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 12 | -33/+82 |
2007-09-09 | added avatar updates for physics movement -- fixes gravity & avatar collision... | dan miller | 2 | -4/+16 |
2007-09-09 | Little green men (aka dots on minimap). Thanks to bushing for | Dalien Talbot | 3 | -0/+60 |
2007-09-09 | ODE: added support for Phantom flag. Presently you need to add 1024 to Objec... | dan miller | 2 | -14/+18 |
2007-09-09 | ODE fix: avatar/avatar collision enabled. Needs client update fix to be seen... | dan miller | 1 | -0/+4 |
2007-09-08 | Partial fix for the "avatars permanently facing east" - now the rotation | Dalien Talbot | 3 | -14/+26 |
2007-09-08 | Added region console command "edit-scale". To use first use change-region to ... | MW | 2 | -0/+29 |
2007-09-08 | Cut down on the number of compile warnings. Now down to 5: 4 are related to u... | MW | 3 | -10/+18 |
2007-09-08 | Converted the LSL scripting engine into a IRegionModule, so now all "modules"... | MW | 13 | -18/+288 |
2007-09-07 | remove build files from svn | Sean Dague | 4 | -575/+0 |
2007-09-06 | added experimental method of trying to relieve missing prim problem (by addin... | MW | 4 | -13/+123 |
2007-09-06 | fixed mantis bug 375 (copy broken with physics/ODE enabled) | dan miller | 2 | -1/+12 |
2007-09-05 | Added "force-update" console command (when a region is set as active), which ... | MW | 1 | -0/+11 |
2007-09-05 | Added "Local" and "Temporary" Fields to the AssetBase class. | MW | 1 | -1/+1 |
2007-09-04 | Just trying to get more debug info from a exception that has been reported. | MW | 1 | -1/+1 |
2007-09-04 | Added partial help info when calling "help" command with a region set. | MW | 3 | -3/+38 |
2007-09-04 | Fixed it so "shutdown" command works when a region is set as the active conso... | MW | 1 | -1/+1 |
2007-09-04 | Part 2 of Darok's BulletX patches. | MW | 1 | -135/+115 |
2007-09-04 | Part 1 of Darok's BulletX patches. | MW | 1 | -16/+39 |
2007-09-04 | Removed the exit-region command, now use "change-region root" or "change-regi... | MW | 3 | -19/+45 |
2007-09-04 | Added "show modules" command that if at root level will display a list of loa... | MW | 2 | -3/+57 |
2007-09-04 | Using change-region without a region name will now display the currently acti... | MW | 1 | -3/+14 |
2007-09-04 | Fixed it so change-region works with region names that have spaces in them. | MW | 2 | -9/+34 |
2007-09-04 | Some work on Module loading/management. | MW | 27 | -225/+653 |
2007-09-01 | ODE bugfix: multiple avatars now supported properly | dan miller | 1 | -1/+1 |
2007-09-01 | once more, without the debug statements (ODE multi-region fixes, various debu... | dan miller | 2 | -2/+1 |
2007-09-01 | umm, nevermind all that -- this is the real ODE region fix. I'll get subvers... | dan miller | 1 | -22/+33 |
2007-08-31 | remove some more rote Verbose strings, leave only ones that actually have som... | Sean Dague | 1 | -3/+0 |
2007-08-31 | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 7 | -7/+136 |
2007-08-31 | change debugging around failed prim loading. I have one prim that doesn't | Sean Dague | 1 | -2/+5 |
2007-08-30 | danx0r (first checkin!) fixes OdePlugin.cs RemovePrim() lock bug | dan miller | 1 | -4/+7 |
2007-08-30 | Config option for loading ScriptEngine (wjordan) | Tedd Hansen | 2 | -15/+12 |
2007-08-30 | Added some place holder classes for various modules. | MW | 8 | -2/+176 |
2007-08-29 | few small changes (all work in progress). | MW | 2 | -8/+33 |
2007-08-29 | Remove a debug line. | MW | 1 | -2/+1 |
2007-08-29 | Fixed the problem of prims not being loaded from the database (that my last c... | MW | 2 | -82/+118 |
2007-08-29 | Various small changes (some likely to be removed again soon) | MW | 8 | -12/+25 |
2007-08-29 | Attempt to cut down how often objects are backed up to the database. | MW | 2 | -3/+15 |
2007-08-29 | Partial fix for corner-handle prim resize bug. Doesn't work correctly with li... | Brian McBee | 1 | -2/+4 |
2007-08-28 | Applied danx0r's ODE patch [mantis number 340]. | MW | 3 | -88/+106 |
2007-08-28 | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s... | MW | 16 | -16/+16 |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 44 | -3081/+3699 |
2007-08-28 | startup event on script added to object, not all inside object. | Tedd Hansen | 4 | -11/+19 |
2007-08-28 | As part of our "we aim to please" commitment, have added the ability to creat... | MW | 2 | -12/+25 |
2007-08-28 | use order by ParentID to ensure root prims are selected first | Sean Dague | 1 | -35/+38 |
2007-08-28 | Removed last commit, as sdague has also done a fix. | MW | 1 | -18/+3 |
2007-08-28 | Attempt to track down the loading prims error. So Temporary fix to see if it ... | MW | 1 | -1/+20 |
2007-08-28 | Moved XferModule to OpenSim.Region.Environment.Modules namespace/directory. | MW | 1 | -1/+1 |
2007-08-28 | Start of trying to make Region/Scene more modular. | MW | 21 | -125/+545 |
2007-08-27 | Fixed the bug that sent a region port as the CAPS url, instead of sending the... | MW | 2 | -1/+9 |