aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-10-22* Made EstateSetting static since there's only one instance, and we only need...lbsa711-8/+16
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-4/+4
2007-10-22* Major ass commit.Adam Frisby1-4/+4
2007-10-22Made some changes to the load/save xml format, So that the old format can sti...MW1-0/+58
2007-10-21Fixed a bug causing a crash during clientlog on in Windows (Thanks to Rookiie...Tleiades Hax1-1/+3
2007-10-19* Instant Message functionality moved into a Region ModulesAdam Frisby1-1/+0
2007-10-19* normalized line endings...lbsa711-15/+15
2007-10-19r 2113 introduced a leak, this should fix the leakTleiades Hax1-2/+12
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-6/+27
2007-10-11Some changes to the sending of updates of SceneObjects to clients, that I did...MW1-1/+1
2007-10-10* Gave ModuleLoader some good lovin'lbsa711-2/+2
2007-10-10some refactoringMW1-0/+1
2007-10-08small bug fixMW1-1/+1