aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-07-161-7/+14
|\
| * When generating a Warp3D texture, set the detailTexture[i] variable on resize...Justin Clark-Casey (justincc)2012-07-141-7/+14
* | Merge branch 'master' into careminsterMelanie2012-07-122-3/+1
|\ \ | |/
| * Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-112-3/+1
* | Merge branch 'avination' into careminsterMelanie2012-07-112-277/+381
|\ \
| * | Reinstate parallel fetching of residents and remove a left over return from d...Melanie2012-07-081-5/+7
| * | Revamp map block sending to eliminate overload of the grid server connectionMelanie2012-07-081-96/+202
| * | Instead of sending 20 records in 2 packets, send just one as we intended in t...Melanie2012-07-081-1/+1
| * | Address map lag issue seen with non-avination viewersMelanie2012-07-082-261/+257
* | | Merge branch 'master' into careminsterMelanie2012-07-111-4/+4
|\ \ \ | | |/ | |/|
| * | minor: Make WORLD MAP category log lines consistentJustin Clark-Casey (justincc)2012-07-071-4/+4
* | | Merge branch 'avination' into careminsterMelanie2012-07-061-1/+1
|\ \ \ | | |/ | |/|
| * | Remove spammy debugMelanie2012-06-291-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-07-052-2/+36
|\ \ \ | | |/ | |/|
| * | porting console commands from raw2sculpt 3.2SignpostMarv2012-07-051-0/+34
| * | Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-2/+2
* | | Merge branch 'master' into careminsterMelanie2012-06-281-3/+6
|\ \ \ | |/ /
| * | Fix output for help on some object region console commandsJustin Clark-Casey (justincc)2012-06-261-3/+6
* | | Merge branch 'master' into careminsterMelanie2012-06-211-2/+2
|\ \ \ | |/ /
| * | Lower warn logging on not having friends/group module on permissions to debug.Justin Clark-Casey (justincc)2012-06-201-2/+2
* | | Merge branch 'master' into careminsterMelanie2012-06-151-1/+1
|\ \ \ | |/ /
| * | Put all debug console commands into a single Debug section rather than scatte...Justin Clark-Casey (justincc)2012-06-151-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-06-141-5/+2
|\ \ \ | |/ /
| * | Add SOG.HasPrivateAttachmentPoint to tell if a SOG has a private attachment p...Justin Clark-Casey (justincc)2012-06-141-5/+2
* | | Merge branch 'master' into careminsterMelanie2012-06-081-1/+1
|\ \ \ | |/ /
* | | Merge branch 'avination' into careminsterMelanie2012-06-074-33/+94
|\ \ \ | | |/ | |/|
| * | Make the "delay restart" button delay restart for 1 hour rather than abortingMelanie2012-06-072-31/+60
| * | Make timed bans / timed passes work as expected. Prevent transmission of mediaMelanie2012-06-072-2/+34
* | | Merge branch 'master' into careminsterMelanie2012-06-065-223/+266
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'master' into careminsterMelanie2012-05-274-16/+175
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into careminsterMelanie2012-05-191-14/+24
|\ \ \ | |/ /
| * | Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)2012-05-191-14/+24
* | | Merge branch 'master' into careminsterMelanie2012-05-192-41/+74
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into careminsterMelanie2012-05-171-8/+6
|\ \ \ | |/ /
| * | minor: Remove redundant EstateOwner != UUID.Zero check in IsAdministrator bec...Justin Clark-Casey (justincc)2012-05-171-8/+6
* | | Merge branch 'master' into careminsterMelanie2012-05-163-101/+262
|\ \ \ | |/ /
| * | 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