aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-23/+0
* Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague2008-03-051-1/+1
* * Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares2008-02-231-6/+14
* Some changes to remove some of the direct calls to CommsManager from Scene, s...MW2008-02-161-1/+1
* * some refactoring on permissionslbsa712008-02-111-1/+1
* From: Kurt Taylor <krtaylor@us.ibm.com>Sean Dague2008-02-081-1/+12
* * Whole buncha stuff.Adam Frisby2008-02-041-0/+8
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-091-1/+1
* I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson2008-01-031-1/+1
* * This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares2007-12-301-1/+1
* Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson2007-12-281-2/+6
* * Optimized usingslbsa712007-12-271-10/+9
* Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke2007-12-171-3/+9
* * Beating on the head that is terrain editing.Teravus Ovares2007-12-151-1/+1
* * Added support for multiple terrain blocks to be edited at the same timeTeravus Ovares2007-12-151-1/+1
* Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames2007-12-101-5/+0
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* refactored ChatModule a bit.Jeff Ames2007-12-101-2/+2
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-3/+0
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-131-0/+39
* fixed non-ASCII chat and IMJeff Ames2007-11-081-1/+1
* converted hard-coded chat type values to ChatTypeEnumJeff Ames2007-11-081-2/+2
* First part of Scene refactoring:MW2007-11-031-367/+0
* * Diuerse beavtificatemslbsa712007-11-011-5/+3
* Tevarus' patch for object flags & implemented Phantom editsdan miller2007-10-301-0/+16
* * Optimized usingslbsa712007-10-301-13/+9
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+2
* * Major structural change: Begun converting Events to use (caller, args) synt...Adam Frisby2007-10-191-1/+16
* * Instant Message functionality moved into a Region ModulesAdam Frisby2007-10-191-35/+1
* * Slowly but surely working my way towards Regionality...lbsa712007-09-211-5/+5
* * Continuing refactoring of presencelbsa712007-09-211-2/+2
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-2/+2
* * Some more presence refactoringlbsa712007-09-201-4/+4
* Rev 1971 : The Lbsa71 vintage commitlbsa712007-09-201-6/+5
* * Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa712007-09-201-0/+14
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-60/+55
* * Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712007-09-141-2/+2
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* Some work on Module loading/management.MW2007-09-041-49/+4
* Various small changes (some likely to be removed again soon)MW2007-08-291-0/+9
* Taken the old scripting engine out of Region.Environment and moved it into a ...MW2007-08-281-10/+0
* Start of trying to make Region/Scene more modular. MW2007-08-281-89/+3
* A bit more work on prim building related code. Think most of the building too...MW2007-08-211-8/+4
* Shift and Drag copying should now work correctly. [This was one of those stup...MW2007-08-211-6/+6
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-211-190/+1
* The regionUUID is now being passed to the datastore calls.MW2007-08-201-1/+1
* Instant Messages between users in the same region should actually now work.MW2007-08-201-2/+2
* small clean up.MW2007-08-191-0/+14
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-191-1/+20
* Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ...MW2007-08-161-1/+2