| Commit message (Expand) | Author | Files | Lines |
2007-09-09 | Little green men (aka dots on minimap). Thanks to bushing for | Dalien Talbot | 5 | -0/+62 |
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 | A small try/catch wrapper to prevent the CLI errors from nuking the sim. | Dalien Talbot | 1 | -1/+5 |
2007-09-08 | Partial fix for the "avatars permanently facing east" - now the rotation | Dalien Talbot | 5 | -16/+28 |
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 | 14 | -25/+295 |
2007-09-07 | added SQLiteAssetData class first pass. This should work, | Sean Dague | 1 | -0/+237 |
2007-09-07 | remove build files from svn | Sean Dague | 4 | -575/+0 |
2007-09-07 | factor out common methods to SQLiteBase | Sean Dague | 2 | -169/+231 |
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 | 2 | -1/+3 |
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 | 28 | -226/+659 |
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 | 9 | -9/+153 |
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 | remove debugging statement | Sean Dague | 1 | -1/+1 |
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 | 10 | -38/+216 |
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 | 9 | -13/+26 |
2007-08-29 | Attempt to cut down how often objects are backed up to the database. | MW | 2 | -3/+15 |
2007-08-29 | Attempt to fix bug on linux where estate_settings.xml gets wiped. | Brian McBee | 1 | -1/+4 |
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 | Fixed the problem of uploaded animations not showing up in inventory [Mantis ... | MW | 1 | -1/+1 |
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 |