aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-29Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto3-4/+11
2010-06-29Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ...Diva Canto3-12/+7
2010-06-29Comment the "Notecard saved" notification that pops up when a notecardMelanie Thielker1-1/+1
2010-06-29Make newly created prims be named "Object" and make newly created scriptsMelanie Thielker3-4/+4
2010-06-28Thanks Micheil Merlin for Mantis #4784: [PATCH] llRotBetween does not return ...dahlia1-18/+71
2010-06-28One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto1-0/+7
2010-06-28Fixes mantis #4815 and #4812Diva Canto1-1/+5
2010-06-28Return a UUID.Zero if the asset fails to uploadTom Grimshaw1-1/+4
2010-06-28Provide the interface for StoreAsset to report success or failureTom Grimshaw7-7/+16
2010-06-28Force IM timestamps to current server time to prevent "Saved on" headersMelanie Thielker1-0/+4
2010-06-27Fix the sound issue. It was caused by missing assets; once the client has mad...Tom Grimshaw1-1/+15
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2-2/+2
2010-06-28Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker4-6/+6
2010-06-28Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker3-20/+6
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2-2/+2
2010-06-28Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker4-6/+6
2010-06-28Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker3-20/+6
2010-06-27Fix a simian compiler warningMelanie1-1/+1
2010-06-27Make drag copy and copy-on-ray handle friends list perms properlyMelanie Thielker1-0/+22
2010-06-27Add command-script to the Robust consoleRobert Adams1-0/+41
2010-06-27Addresses mantis #4789. Not really a fix, because the event is harmless anywa...Diva Canto1-1/+7
2010-06-27Fixed Robust.32BitLaunch.exeDiva Canto1-2/+2
2010-06-27Same patch as before but for SQLite.Diva Canto1-0/+8
2010-06-27Added checks to XInventory DB layer to truncate names and descriptions.Diva Canto1-1/+9
2010-06-27Fix more perms weirdness. Preserve "Locked" status across gives and rez/take.Melanie1-8/+9
2010-06-27Fix more perms weirdness. Preserve "Locked" status across gives and rez/take.Melanie1-8/+9
2010-06-27Fix permission propagation to prevent permanently locked objects from beingMelanie1-3/+3
2010-06-27Make drag copy and copy-on-ray handle friends list perms properlyMelanie Thielker1-0/+22
2010-06-26Deal with incoming land objects properly so they don't just stack upTom Grimshaw1-2/+15
2010-06-26Restore "AllowCareminsterFunctions" as an alias to the new "AllowLightshareFu...Tom Grimshaw1-0/+3
2010-06-26Add a new global event : OnTerrainUpdateTom Grimshaw2-0/+26
2010-06-26Reverting the ITerrainModule changes. Turns out this was useless.Tom Grimshaw2-7/+1
2010-06-26add HasChanged to ITerrainModuleTom Grimshaw2-6/+4
2010-06-26Add a new accessor for the TerainModule : "HasChanged"Tom Grimshaw1-0/+8
2010-06-26Make RegionLightShareData serializableTom Grimshaw1-0/+1
2010-06-26Trigger the RegionLightShareData OnSave event properly when the profile is savedTom Grimshaw1-0/+1
2010-06-26Return everything at once, it's more efficient that wayTom Grimshaw1-1/+6
2010-06-26Fix another nullref issue in DeRezSceneObjectTom Grimshaw1-1/+1
2010-06-26Fix a bug with DeRezObjects (check for a null remoteClient)Tom Grimshaw1-7/+9
2010-06-26Return objects which are NoCopy instead of just leaving them when cleaning t...Tom Grimshaw1-0/+4
2010-06-26Add a DeleteAllSceneObjects(bool exceptNoCopy) method to allow NoCopy object...Tom Grimshaw1-2/+15
2010-06-26Fix loading of attachments on loginMelanie Thielker1-1/+8
2010-06-25Add new event: OnChangedBackupTom Grimshaw2-0/+15
2010-06-25Add two events: OnAttachToBackup and OnDetachFromBackup.Tom Grimshaw2-0/+30
2010-06-25don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)1-3/+5
2010-06-25minor: fix spelling mistake interupt -> interrupt in migrationsJustin Clark-Casey (justincc)1-6/+3
2010-06-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-14/+14
2010-06-25fix web request exception reporting properly this timeJustin Clark-Casey (justincc)1-1/+1
2010-06-25Revert "Report http server onRequest() exception properly."Justin Clark-Casey (justincc)1-1/+1
2010-06-25Report http server onRequest() exception properly.Justin Clark-Casey (justincc)1-1/+1