aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-21Only send dialogs and notices to root agents, not child agentsJustin Clark-Casey (justincc)1-9/+7
2010-05-21Change the way the object perms are propagated to attempt to salvageMelanie1-21/+23
2010-05-20* Made PriorityQueue non-generic so it natively understands EntityUpdate structsJohn Hurliman1-38/+32
2010-05-21Ensure that the first update sent out for any given prim is a full updateMelanie Thielker1-0/+11
2010-05-21Ensure that the first update sent out for any given prim is a full updateMelanie Thielker1-0/+11
2010-05-20Cleaned up MySql migrations a bit more, got rid of all old-form migration fil...Diva Canto5-32/+8
2010-05-21Refactor scene presence list for lockless iteration. Lock contention will now...Melanie1-82/+49
2010-05-21Change the way the object perms are propagated to attempt to salvageMelanie1-21/+23
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto9-21/+18
2010-05-20* Don't send texture data for prims in ImprovedTerseObjectUpdate packets unle...unknown1-1/+5
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown9-132/+189
2010-05-20Revert one of the previous patches' hunks. The new code looked better, butMelanie1-3/+10
2010-05-20Series of patches to include creator ID in assets.AlexRa1-4/+35
2010-05-19Initialise m_initialSitTarget to ZERO_VACTOR for safety's sake as per convo w...Tom Grimshaw1-1/+1
2010-05-19Fix a nullref issue in SitAltitudeCallbackTom Grimshaw1-6/+9
2010-05-19Fix a nullref issue in SitAltitudeCallbackTom Grimshaw1-50/+53
2010-05-19Scrambled asset type in BasicAssetTest.cs!AlexRa1-9/+10
2010-05-19MySQLAssetData.cs now supports asset_flags, CreatorIDAlexRa1-5/+7
2010-05-19MySQL: added CreatorID, moved asset_flag to migration scriptAlexRa1-0/+8
2010-05-19SQLite: CreatorID added (and asset_flags moved) to the migration scriptAlexRa1-0/+24
2010-05-19Added CreatorID to SQLite asset dataAlexRa1-15/+27
2010-05-19A bit of harmless refactoring in SQLiteAssetData.csAlexRa1-10/+3
2010-05-19Kind of fixed Melanie's "Exception(sql)" correctionAlexRa1-2/+2
2010-05-19Fix a null reference issue in cmGetAvatarList()Tom Grimshaw1-1/+1
2010-05-19Fix a null reference issue in cmGetAvatarList()Tom Grimshaw1-1/+1
2010-05-19Change appender to deal with line feeds more intelligently.Melanie2-2/+5
2010-05-19Clean up output a bitMelanie3-9/+12
2010-05-19Fix the migration message to say "Continuing" again. Remove line feed, whichMelanie1-1/+1
2010-05-19Remove the return that was inserted in the last merge to allowMelanie1-1/+0
2010-05-19Revert "Allow migration steps to fail again without bringing down the house"Melanie1-1/+1
2010-05-19Allow migration steps to fail again without bringing down the houseMelanie1-1/+1
2010-05-18Make m_log in migrations private. Define new m_log in derived classMelanie2-1/+3
2010-05-18Binary Guids are 16 chars long. Fix parser.Melanie1-1/+1
2010-05-19Some more corrections after MySQL connector updateAlexRa2-2/+3
2010-05-19All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa5-92/+68
2010-05-19Added DBGuids.cs (static func DBGuid.FromDB()AlexRa1-0/+44
2010-05-18MS SQL migrations converted to the new formatAlexRa77-2008/+2273
2010-05-18Migrations for SQLite converted to new formatAlexRa46-709/+828
2010-05-18Converted MySQL migration history to the new formatAlexRa79-1008/+1228
2010-05-18Added MySqlMigrations.cs (supports stored proc/funcs)AlexRa1-0/+85
2010-05-18Migration.cs supports single-file migration history formatAlexRa1-104/+233
2010-05-18Massive bugfix in MSSQLEstateData (now works!)AlexRa1-49/+41
2010-05-18Allow remote admin to be used on a different port from the main region portMelanie Thielker1-2/+3
2010-05-18Allow remote admin to be used on a different port from the main region portMelanie Thielker1-2/+3
2010-05-18Change an exception reporting to include the stack trace. "e.Message" justMelanie1-1/+1
2010-05-18Don't send kill packets to child agents as we close themTom Grimshaw1-2/+2
2010-05-18Fix to the scenario where we send an agent to a neighbouring sim (via telepor...Tom Grimshaw8-7/+103
2010-05-18Missed a nullref in the previous commitTom Grimshaw1-0/+2
2010-05-18Fix for hanging on "Connecting to region".. caused by packets being processed...Tom Grimshaw10-54/+114
2010-05-18Prevent an "index out of range" error on loginMelanie Thielker1-2/+5