aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
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-28some changes which get us closer to Sqlite storage for usersSean Dague3-6/+16
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-28Ensure that UserProfileData doesn't pass down null values. Sean Dague2-22/+32
2007-08-28sqlite is storing now, uint64 makes things "interesting".Sean Dague1-7/+8
2007-08-28added some more types that will be neededSean Dague1-2/+14
2007-08-28sqlite user datastore "should" be functionally completeSean Dague1-115/+74
2007-08-28reverting to old case sensitive username behavior. As sdague pointed out,we a...Brian McBee1-1/+1
2007-08-28Avatar login names are no longer case sensitiveBrian McBee1-1/+1
2007-08-27first pass implementation of sqlite storage for user data. ThisSean Dague1-0/+705
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.MW22-2620/+406
2007-08-27Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW6-4/+13
2007-08-27Another small tweak to image sending.MW5-5/+20
2007-08-27Tweaks to assetcache to make texture downloading better (I hope)Brian McBee1-13/+14
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-26See if this fixes the 0x0 texture size problems, and speeds up texture downlo...MW1-2/+3
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW13-80/+173
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 libsl login patch (should now allow libsl clients to once ag...MW1-4/+4
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-25Second attempt to commit : Test to see if this change improves or makes worse...MW1-1/+1
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
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen7-60/+190
2007-08-25Hopefully fixed the bugs in primitives rotation editingMW3-6/+9
2007-08-25updated to include saving of object flags.Sean Dague2-9/+17
2007-08-24Set some default values for "create user" in case anyone just pressing return...MW1-4/+4
2007-08-24Now also enabled Inventory persistence in standalone mode when account Authen...MW1-0/+4
2007-08-24add some better verbose statements to get a better feel for what is goingSean Dague1-6/+14