aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add warning chevrons around the GC.Collect added to Warp3DImageModule in comm...Justin Clark-Casey (justincc)2012-09-071-0/+4
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-1/+1
* 0006270: Warp3D leaks memory on mono based systemsBlueWall2012-09-061-1/+4
* formattingSignpostMarv2012-08-271-22/+22
* refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv2012-08-271-5/+11
* refactoring to assign the first argument to a variableSignpostMarv2012-08-271-4/+5
* Fix bug in SoundModule.PlayAttachedSound() where every sound update to an ava...Justin Clark-Casey (justincc)2012-08-211-3/+5
* When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)2012-08-201-1/+62
* Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2012-08-031-1/+1
* Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz2012-08-031-5/+11
* Delete old blank SOGSpamTestJustin Clark-Casey (justincc)2012-08-031-37/+0
* Fix bug in SoundModule.TriggerSound() where every sound update to an avatar w...Justin Clark-Casey (justincc)2012-07-311-3/+6
* Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-0/+1
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-252-2/+2
* Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-5/+5
* When generating a Warp3D texture, set the detailTexture[i] variable on resize...Justin Clark-Casey (justincc)2012-07-141-7/+14
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-112-3/+1
* minor: Make WORLD MAP category log lines consistentJustin Clark-Casey (justincc)2012-07-071-4/+4
* porting console commands from raw2sculpt 3.2SignpostMarv2012-07-051-0/+34
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-2/+2
* Fix output for help on some object region console commandsJustin Clark-Casey (justincc)2012-06-261-3/+6
* Lower warn logging on not having friends/group module on permissions to debug.Justin Clark-Casey (justincc)2012-06-201-2/+2
* Put all debug console commands into a single Debug section rather than scatte...Justin Clark-Casey (justincc)2012-06-151-1/+1
* Add SOG.HasPrivateAttachmentPoint to tell if a SOG has a private attachment p...Justin Clark-Casey (justincc)2012-06-141-5/+2
* minor: Change log messages on Warp3DImageModule to show they are from this mo...Justin Clark-Casey (justincc)2012-06-061-7/+9
* Rename MapImageModule for Warp3D to Warp3DImageModule to match its class name...Justin Clark-Casey (justincc)2012-06-061-0/+0
* Actively dispose of Bitmaps in Warp3D image module and world map module once ...Justin Clark-Casey (justincc)2012-06-063-215/+248
* enabling all corners of a sim to be set in one callSignpostMarv2012-06-061-1/+11
* Stop accidentally reading 4 Int16s instead of 2 in SIZE section of Terragen f...Justin Clark-Casey (justincc)2012-06-051-2/+0
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-252-13/+17
* Comment out accidentally left in log line that was printing out the control f...Justin Clark-Casey (justincc)2012-05-241-3/+3
* minor: Change [OBJECT COMMANDS MODULE] log strings to [REGION COMMANDS MODULE...Justin Clark-Casey (justincc)2012-05-231-6/+6
* Add "show scene" command which lists stats for the currently selected console...Justin Clark-Casey (justincc)2012-05-231-0/+155
* Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)2012-05-191-14/+24
* Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)2012-05-191-1/+1
* Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)2012-05-192-41/+74
* minor: Remove redundant EstateOwner != UUID.Zero check in IsAdministrator bec...Justin Clark-Casey (justincc)2012-05-171-8/+6
* Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format...Justin Clark-Casey (justincc)2012-05-161-2/+1
* Fix issue where loading OARs could sometimes result in link numbers being reo...Justin Clark-Casey (justincc)2012-05-152-1/+56
* Allow use of regular expressions in "show object name", "show part name" and ...Justin Clark-Casey (justincc)2012-05-151-101/+208
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-143-2/+29
* Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2012-05-123-29/+2
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-103-2/+29
* Add even for terrain tainting and synchronize terrain module with physics sce...Dan Lake2012-05-101-0/+1
* Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)2012-05-073-32/+6
* Better error handling if Load OAR or Save OAR failOren Hurvitz2012-05-073-6/+32
* Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)2012-05-051-1/+0
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-033-24/+34
* Put scene object related console commands into new "Objects" help category ra...Justin Clark-Casey (justincc)2012-04-281-9/+13
* Add flags information (phantom, physics, etc.) to "show object" and "show par...Justin Clark-Casey (justincc)2012-04-271-0/+2