aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-04Some work on Module loading/management.MW27-225/+653
2007-09-01ODE bugfix: multiple avatars now supported properlydan miller1-1/+1
2007-09-01once more, without the debug statements (ODE multi-region fixes, various debu...dan miller2-2/+1
2007-09-01umm, nevermind all that -- this is the real ODE region fix. I'll get subvers...dan miller1-22/+33
2007-08-31remove some more rote Verbose strings, leave only ones that actually have som...Sean Dague1-3/+0
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW7-7/+136
2007-08-31change debugging around failed prim loading. I have one prim that doesn't Sean Dague1-2/+5
2007-08-30danx0r (first checkin!) fixes OdePlugin.cs RemovePrim() lock bugdan miller1-4/+7
2007-08-30Config option for loading ScriptEngine (wjordan)Tedd Hansen2-15/+12
2007-08-30Added some place holder classes for various modules.MW8-2/+176
2007-08-29few small changes (all work in progress).MW2-8/+33
2007-08-29Remove a debug line.MW1-2/+1
2007-08-29Fixed the problem of prims not being loaded from the database (that my last c...MW2-82/+118
2007-08-29Various small changes (some likely to be removed again soon)MW8-12/+25
2007-08-29Attempt to cut down how often objects are backed up to the database.MW2-3/+15
2007-08-29Partial fix for corner-handle prim resize bug. Doesn't work correctly with li...Brian McBee1-2/+4
2007-08-28Applied danx0r's ODE patch [mantis number 340].MW3-88/+106
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW16-16/+16
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW44-3081/+3699
2007-08-28startup event on script added to object, not all inside object.Tedd Hansen4-11/+19
2007-08-28As part of our "we aim to please" commitment, have added the ability to creat...MW2-12/+25
2007-08-28use order by ParentID to ensure root prims are selected firstSean Dague1-35/+38
2007-08-28Removed last commit, as sdague has also done a fix.MW1-18/+3
2007-08-28Attempt to track down the loading prims error. So Temporary fix to see if it ...MW1-1/+20
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. MW21-125/+545
2007-08-27Fixed the bug that sent a region port as the CAPS url, instead of sending the...MW2-1/+9
2007-08-27get rid of my debugging, it causes a crash on multiple backupsSean Dague1-3/+0
2007-08-27some debugging to see if there are easy optimizations here for updateSean Dague1-0/+2
2007-08-27Deleted a few old files that are no longer used.MW14-2066/+9
2007-08-27Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW5-3/+12
2007-08-27Another small tweak to image sending.MW4-4/+18
2007-08-27Fixing llList2double issue (Thanks ldvoipeng)Brian McBee1-1/+1
2007-08-26llList-commands from ldvoipeng, new Default.lsl from dalienTedd Hansen1-14/+83
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW7-43/+89
2007-08-26Danxors patch for >30prims with ODETedd Hansen1-8/+4
2007-08-26in-world run-time error-message no-w con-tains function-name.Tedd Hansen3-12/+16
2007-08-26Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen4-42/+108
2007-08-26Bugfix for last commit, { instead of (Tedd Hansen1-1/+1
2007-08-26Fixed bug that occurs sometimes on script unload where queued script event wa...Tedd Hansen2-41/+57
2007-08-25Fixed error on shutdown caused by ThreadAbortException sending message throug...Tedd Hansen2-3/+3
2007-08-25Forgot mutex lock on List<> for timersTedd Hansen1-11/+15
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen4-13/+16
2007-08-25Applied dalien's "show users" patchMW1-1/+1
2007-08-25oops , shouldn't have committed my local testing changesMW1-1/+0
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen3-14/+45
2007-08-25Test to see if this change improves or makes worse the texture sending bugMW1-0/+2
2007-08-25testing Tedds temporary CIA-standinTedd Hansen1-1/+0
2007-08-25testing Tedds temporary CIA-standinTedd Hansen1-0/+1
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen9-77/+259