aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-27refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv1-5/+11
2012-08-27refactoring to assign the first argument to a variableSignpostMarv1-4/+5
2012-08-21Fix bug in SoundModule.PlayAttachedSound() where every sound update to an ava...Justin Clark-Casey (justincc)1-3/+5
2012-08-20When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)1-1/+62
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)1-1/+1
2012-08-03Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz1-5/+11
2012-08-03Delete old blank SOGSpamTestJustin Clark-Casey (justincc)1-37/+0
2012-07-31Fix bug in SoundModule.TriggerSound() where every sound update to an avatar w...Justin Clark-Casey (justincc)1-3/+6
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2-2/+2
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-5/+5
2012-07-14When generating a Warp3D texture, set the detailTexture[i] variable on resize...Justin Clark-Casey (justincc)1-7/+14
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2-3/+1
2012-07-07minor: Make WORLD MAP category log lines consistentJustin Clark-Casey (justincc)1-4/+4
2012-07-05porting console commands from raw2sculpt 3.2SignpostMarv1-0/+34
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-2/+2
2012-06-26Fix output for help on some object region console commandsJustin Clark-Casey (justincc)1-3/+6
2012-06-20Lower warn logging on not having friends/group module on permissions to debug.Justin Clark-Casey (justincc)1-2/+2
2012-06-15Put all debug console commands into a single Debug section rather than scatte...Justin Clark-Casey (justincc)1-1/+1
2012-06-14Add SOG.HasPrivateAttachmentPoint to tell if a SOG has a private attachment p...Justin Clark-Casey (justincc)1-5/+2
2012-06-06minor: Change log messages on Warp3DImageModule to show they are from this mo...Justin Clark-Casey (justincc)1-7/+9
2012-06-06Rename MapImageModule for Warp3D to Warp3DImageModule to match its class name...Justin Clark-Casey (justincc)1-0/+0
2012-06-06Actively dispose of Bitmaps in Warp3D image module and world map module once ...Justin Clark-Casey (justincc)3-215/+248
2012-06-06enabling all corners of a sim to be set in one callSignpostMarv1-1/+11
2012-06-05Stop accidentally reading 4 Int16s instead of 2 in SIZE section of Terragen f...Justin Clark-Casey (justincc)1-2/+0
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2-13/+17
2012-05-24Comment out accidentally left in log line that was printing out the control f...Justin Clark-Casey (justincc)1-3/+3
2012-05-23minor: Change [OBJECT COMMANDS MODULE] log strings to [REGION COMMANDS MODULE...Justin Clark-Casey (justincc)1-6/+6
2012-05-23Add "show scene" command which lists stats for the currently selected console...Justin Clark-Casey (justincc)1-0/+155
2012-05-19Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)1-14/+24
2012-05-19Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)1-1/+1
2012-05-19Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)2-41/+74
2012-05-17minor: Remove redundant EstateOwner != UUID.Zero check in IsAdministrator bec...Justin Clark-Casey (justincc)1-8/+6
2012-05-16Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format...Justin Clark-Casey (justincc)1-2/+1
2012-05-15Fix issue where loading OARs could sometimes result in link numbers being reo...Justin Clark-Casey (justincc)2-1/+56
2012-05-15Allow use of regular expressions in "show object name", "show part name" and ...Justin Clark-Casey (justincc)1-101/+208
2012-05-14Save the Telehub and its Spawn Points in the OAROren Hurvitz3-2/+29
2012-05-12Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)3-29/+2
2012-05-10Save the Telehub and its Spawn Points in the OAROren Hurvitz3-2/+29
2012-05-10Add even for terrain tainting and synchronize terrain module with physics sce...Dan Lake1-0/+1
2012-05-07Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)3-32/+6
2012-05-07Better error handling if Load OAR or Save OAR failOren Hurvitz3-6/+32
2012-05-05Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)1-1/+0
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)3-24/+34
2012-04-28Put scene object related console commands into new "Objects" help category ra...Justin Clark-Casey (justincc)1-9/+13
2012-04-27Add flags information (phantom, physics, etc.) to "show object" and "show par...Justin Clark-Casey (justincc)1-0/+2
2012-04-27If a Grid God teleports then include the Godlike teleport flag. This can affe...Oren Hurvitz1-9/+22
2012-04-27Use DotNetZip to compress OARs and IARs.Oren Hurvitz1-1/+4
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)4-6/+6
2012-04-26When creating an OAR, objects where the user is the Creator are always includ...Oren Hurvitz1-2/+7