aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed saving non-square multi-region OARsOren Hurvitz2012-10-261-1/+1
* Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)2012-10-241-42/+61
* Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)2012-10-242-11/+12
* Add "dump object uuid" console command. This allows any object in the scene ...Justin Clark-Casey (justincc)2012-10-241-0/+53
* minor: Move co-ordinate related help to object commands to common ConsoleUtil...Justin Clark-Casey (justincc)2012-10-241-33/+3
* Refactor: Move Dwell reply to a module that can be disabled. The prior,Melanie2012-10-212-12/+110
* SQLite DB: some values of land data will be not saved / loadedPixelTomsen2012-10-211-0/+1
* Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl...PixelTomsen2012-10-201-0/+12
* Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)2012-10-191-2/+2
* Make "show part" console commands print out information about each item the p...Justin Clark-Casey (justincc)2012-10-191-20/+93
* minor: Convert ad-hoc list building in ObjectCommandsModule to use ConsoleDis...Justin Clark-Casey (justincc)2012-10-181-21/+24
* Add local and UUID to information output of "show object" and "show part" reg...Justin Clark-Casey (justincc)2012-10-181-0/+4
* Add --full option to "show object name/uuid/pos" to show info on all parts of...Justin Clark-Casey (justincc)2012-10-181-20/+60
* Add number of inventory items to information displayed via "show part" consol...Justin Clark-Casey (justincc)2012-10-181-0/+1
* Assign endVector before control leaves ObjectCommandsModule.TryParseVectorRan...Justin Clark-Casey (justincc)2012-10-111-0/+2
* Add "delete object pos <start-coord> to <end-coord>" console command.Justin Clark-Casey (justincc)2012-10-101-24/+85
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-092-0/+2
* Fix bug in implementation of "show part pos" that would not filter probably.Justin Clark-Casey (justincc)2012-10-051-40/+25
* Add "show part pos" console command to match "show object pos"Justin Clark-Casey (justincc)2012-10-051-0/+72
* refactor: eliminate some now duplicate code in ObjectCommandsModuleJustin Clark-Casey (justincc)2012-10-051-34/+25
* Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)2012-10-051-0/+67
* Print number of objects found with "show object name" and "show part name" si...Justin Clark-Casey (justincc)2012-10-051-12/+4
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-303-3/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-303-0/+3
* Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)2012-09-191-1/+4
* Added unit tests for multi-region OARsOren Hurvitz2012-09-141-58/+326
* Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)2012-09-143-9/+9
* Support multi-region OAR filesOren Hurvitz2012-09-148-395/+1057
* correcting a typo that causes c# express to complain about xml comment contai...SignpostMarv2012-09-131-1/+1
* 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