aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-15* Marked old terrain methods as obsolete.Adam Frisby1-2/+3
2007-07-15* Terrain now uses the new StorageManager.Adam Frisby1-4/+4
2007-07-15* Storage Manager now initialises with a DB name equal to that of the region ...Adam Frisby1-1/+1
2007-07-15* Added loading methods for NullStorage.Adam Frisby1-1/+4
2007-07-14* Fixed duplicate CAP bug when a user logs out then relogs back in in grid mode.Adam Frisby1-1/+10
2007-07-14*Removed ParcelManager from SceneObject and Primitive and replaced with event...mingchen1-1/+4
2007-07-14*Added support for simwide area and simwide prim count for parcelsmingchen1-1/+1
2007-07-14* Worked some more on SimpleApplbsa711-28/+27
2007-07-14*Added support for prim counting on parcelsmingchen1-1/+22
2007-07-14* encapsulated some public fieldslbsa711-12/+25
2007-07-14* Apparently, we need to tell ParcelManager that there is no parcels.lbsa711-8/+14
2007-07-14Added AddPreCompiledScript method to ScriptManager.MW1-1/+3
2007-07-13*Moved the OnSignificantClientMovement event to ScenePresence.mingchen1-1/+0
2007-07-13*Reworked parcel joining to work the same way as LL's method.mingchen1-0/+2
2007-07-13Chat/Shout/etc should be working againMW1-1/+1
2007-07-13* Default parcel flags now allow flying, landmark creation, object entry, dee...Adam Frisby1-1/+1
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby1-1/+1
2007-07-13Part two of Darok's Bullet physics plugin: added the actual plugin, although ...MW1-1/+1
2007-07-13Think SceneObject/Primitive copying should now work, just need to hook it up ...MW1-10/+10
2007-07-13* ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape inste...lbsa711-19/+2
2007-07-12*Parcel and estate support fully restored into Sugilitemingchen1-1/+2
2007-07-12*Found and fixed bug that crashed viewer when logging in or viewing land ownersmingchen1-7/+9
2007-07-11Hopefully texturing prims should now work correctly.MW1-0/+1
2007-07-11* Applying dalien's patches from bug#177 and #179Adam Frisby1-0/+22
2007-07-10Gird mode in sugilite should now work in so far as you should be able to logi...MW1-3/+0
2007-07-09* some follow up renaming of members et c.lbsa711-5/+5
2007-07-09* Introduced ClientManager for great justice.lbsa711-14/+14
2007-07-09Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.MW1-2/+2
2007-07-09* Begun work on Primitive Duplication. Not hooked up yet, but theoretically c...Adam Frisby1-2/+19
2007-07-08* Added instant message support for the local region. Grid support forthcoming.Adam Frisby1-0/+1
2007-07-05* Added Java support back into Sugilite (although it still needs a calling ho...Adam Frisby1-1/+1
2007-07-04A bit more work on Building tools/support.MW1-0/+2
2007-07-03Today's work on Building support/tools. Think I am slowly getting there. MW1-1/+16
2007-07-03*Removed GridInfo class as it has been previously replaced with the much bett...mingchen1-2/+2
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-37/+33
2007-07-01* removed try-catchall from scene constructorlbsa711-38/+38
2007-07-01More work on SceneObject/Primitive and building (Linking is a work in progres...MW1-1/+17
2007-07-01Can change the name and description of a prim.MW1-2/+4
2007-07-01Started change to having SceneObject and then that having child Primitives wh...MW1-86/+45
2007-07-01MAJOR IP RESTRUCTURINGlbsa711-3/+3
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-33/+28
2007-06-28*Added UUIDNameRequest packet support (untested, but should work -- at least ...mingchen1-1/+2
2007-06-28Finished removing the old scripting code, Scene.Scripting.cs and OpenSim.Fram...MW1-2/+2
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-21/+9
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-2/+2
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-1/+1
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot t...mingchen1-7/+7