aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * minor: Remove unused variables causing warnings in SceneJustin Clarke Casey2008-05-221-7/+7
* * Plug in stubbed out archiver moduleJustin Clarke Casey2008-05-222-8/+27
* make VS compile Scene.csSean Dague2008-05-221-1/+1
* don't trust appearance assetid, instead do an inventorySean Dague2008-05-222-7/+6
* * Documentation for load/save xml methodsJustin Clarke Casey2008-05-221-1/+38
* Fix for Mantis 1340. Thanks Melanie!Adam Johnson2008-05-221-1/+1
* * Minor: Tidy ups and logging tweaks.Justin Clarke Casey2008-05-221-1/+2
* * Refactor: Move enhancement of version string with operating system informat...Justin Clarke Casey2008-05-221-16/+1
* * Fix circular dependency from last checkin by passing version as a parameter...Justin Clarke Casey2008-05-221-6/+6
* * Send VersionInfo string instead of the hardcoded Scene string to the "About...Justin Clarke Casey2008-05-211-2/+5
* * Going to the C# syntactic sugar way of handling the backup event delegates.Teravus Ovares2008-05-211-8/+2
* * Sets backup bool volatile for extra protection against two backup processes...Teravus Ovares2008-05-211-1/+1
* * This update causes the backup process to run in a separate thread.Teravus Ovares2008-05-216-37/+85
* Clean out some crufty in AvatarFactoryModule Sean Dague2008-05-211-13/+10
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-211-2/+1
* * Fixed needing to alter your sculptie sometimes to get physics to generate a...Teravus Ovares2008-05-211-1/+4
* move SceneEvents.cs to EventManager.cs, as that's actuallySean Dague2008-05-201-0/+0
* From: Jeremy Bongio <jbongio@us.ibm.com>Sean Dague2008-05-204-18/+18
* Add copyright notices.Jeff Ames2008-05-201-1/+1
* fix crash in standalone mode for initial appearance setupSean Dague2008-05-192-6/+12
* Thank you kindly, Melanie for a patch that avoids a nullCharles Krinke2008-05-191-1/+1
* i can haz pantz?Sean Dague2008-05-191-16/+15
* Attempt to fix incorrect animations when using ODE (bugs #1320 / #1321)Jeff Ames2008-05-191-9/+16
* Rework some of the animation logic in an attempt to resolve #1318Jeff Ames2008-05-191-38/+25
* Formatting cleanup, minor refactoring. Fixed some comparisons of value types...Jeff Ames2008-05-184-31/+22
* * minor: Just a few documentation odds and endsJustin Clarke Casey2008-05-181-3/+1
* * Fixed a logic error in previous commit. Darn these long client(param,para...Teravus Ovares2008-05-181-2/+2
* * Group type stuff. Nothing spectacular. two packets, sorta almost semi half...Teravus Ovares2008-05-184-1/+42
* while this doesn't fix the initial no pants issue in grid (which still baffle...Sean Dague2008-05-172-23/+32
* 0001303: [PATCH] Make prim owner and data show for prims not owned. From Mel...Teravus Ovares2008-05-171-3/+3
* * Tweaked patch mantis 1302 and committing it.Teravus Ovares2008-05-173-10/+33
* Formatting cleanup.Jeff Ames2008-05-175-49/+49
* * Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim in...Teravus Ovares2008-05-164-23/+68
* minor change to justin's previous fix that should stillSean Dague2008-05-161-3/+4
* * Patch from Melanie. Mantis 1294: Fix broken wearables icon display in pri...Teravus Ovares2008-05-162-2/+7
* * Removing unnecessary LLUUID.Zero check from AssetCacheJustin Clarke Casey2008-05-161-1/+6
* Minor cleanup.Jeff Ames2008-05-163-19/+8
* Formatting cleanup.Jeff Ames2008-05-1617-921/+921
* appearance now survives logout. Tommorrow will involve movingSean Dague2008-05-161-1/+2
* * Committing half of patch mantis 001291 from Melanie! Thanks Melanie.Teravus Ovares2008-05-151-5/+13
* testing avatar appearance as a user serviceSean Dague2008-05-152-10/+19
* Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares2008-05-157-112/+301
* minor refactor of some properties for readabilitySean Dague2008-05-151-9/+9
* refactoring to move AvatarAppearance into Framework andSean Dague2008-05-152-241/+16
* add some additional bits to AvatarAppearance to make thisSean Dague2008-05-151-0/+39
* * Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ...Teravus Ovares2008-05-151-9/+241
* * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per...Teravus Ovares2008-05-145-20/+76
* * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares2008-05-141-1/+5
* * Fixed attaching objects that are in-world.Teravus Ovares2008-05-142-3/+3
* * Refactor: Remove SceneObjectGroup.GetScenePresences() in favour of a direct...Justin Clarke Casey2008-05-144-20/+13