aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares1-12/+29
2007-11-25Added Region name to the terrain texture description that gets sent to the as...Brian McBee1-0/+2
2007-11-25Rez new prims ON the ground, not halfway buried. Mantis 33.Brian McBee1-4/+10
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-4/+97
2007-11-25Ignore nullreferenceexception in removeclient. The avatar is already gone.Brian McBee1-0/+5
2007-11-24* Changed reference to NullReferenceException to System.NullReferenceExceptio...Teravus Ovares1-1/+1
2007-11-24Test storing terrain texture to grid assetserver on startup. Needed for main ...Brian McBee1-1/+14
2007-11-24* Added a way for the Region master user to kick individual users from their ...Teravus Ovares1-3/+66
2007-11-24* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares1-0/+32
2007-11-24* Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares1-1/+2
2007-11-23*Fixed bug causing parcel prim counts to stop updating.mingchen1-0/+13
2007-11-23*Fixed bug that resulted in most land settings being sent to the client. Medi...mingchen1-1/+1
2007-11-23* added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares1-0/+44
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-1/+3
2007-11-20*Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares1-2/+2
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-1/+1
2007-11-18first stab at implementation of CopyInventoryItemJeff Ames1-0/+1
2007-11-18* Found several cases where prim set physical were not subscribing to physics...Teravus Ovares1-0/+6
2007-11-18Made the background (ie empty space) colour of the exported map image blue.MW1-0/+2
2007-11-18Added "export-map <filename>" console command to the region server that will ...MW1-0/+42
2007-11-18Attempt to get World Map working in Grid mode, will need to be using the grid...MW1-6/+13
2007-11-18For every problem there's a solution that is simple, neat and wrong.Dalien Talbot1-4/+1
2007-11-18Looks like we're requesting the mapblocks for every agent - including Dalien Talbot1-1/+4
2007-11-18Second try at having a bandaid for the multiple logins crashDalien Talbot1-1/+8
2007-11-16* Resolved the situation where prim is loaded from storage and when pushed ne...Teravus Ovares1-0/+1
2007-11-16*Added the TimeDilation property to Scenemingchen1-0/+5
2007-11-15* Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares1-1/+1
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares1-2/+3
2007-11-13first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague1-1/+2
2007-11-13Some work on cleanly removing Regions.MW1-26/+41
2007-11-11* adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares1-4/+5
2007-11-07move Sun into a Region Module, pass 1. Currently this works fine withSean Dague1-2/+2
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW1-3/+17
2007-11-04Some more refactoringMW1-150/+17
2007-11-04Added support for OpenSim application plugins (as requested by Adam), which u...MW1-31/+31
2007-11-03First part of Scene refactoring:MW1-388/+195
2007-11-03Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph...darok1-4/+8
2007-11-01* Diuerse beavtificatemslbsa711-1/+1
2007-11-01Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat...Charles Krinke1-3/+3
2007-10-31fixed filenames in log messagesJeff Ames1-2/+2
2007-10-31made illogical bitwise operations logicalJeff Ames1-2/+2
2007-10-30Tevarus' patch for object flags & implemented Phantom editsdan miller1-0/+1
2007-10-30* Optimized usingslbsa711-105/+92
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-4/+2
2007-10-29* ModuleLoader: Privatized some too-public fieldslbsa711-1/+9
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-9/+20
2007-10-26Region ground texture was not marked as temporary, when being created, and as...Tleiades Hax1-0/+1
2007-10-25* Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ...Adam Frisby1-1/+0
2007-10-22* Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby1-3/+3
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-4/+4