Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-05 | * Apply second patch in http://opensimulator.org/mantis/view.php?id=2561 | Justin Clarke Casey | 1 | -1/+5 | |
* Inserts proper animation state names into data/avataranimations.xml file so that llGetAnimation() works as one would expect. * Thanks StrawberryFride! | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -6/+6 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -3/+3 | |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -3/+3 | |
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+0 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-06 | Consolidated LoadAnims and AvatarAnimations constructor. | Jeff Ames | 1 | -24/+7 | |
Fixes locking issues with Animations in ScenePresence (bug #324) | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -3/+5 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-21 | Another attempt to squash the animation bug. Wish I could get this to fail ↵ | Brian McBee | 1 | -1/+1 | |
at will. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -9/+8 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-21 | * Fix for Mantis: 0000224 | Teravus Ovares | 1 | -1/+7 | |
2007-12-18 | * Added Incomplete Handling of the RegionInfoRequest packet | Teravus Ovares | 1 | -3/+6 | |
* Added Incomplete Handling of the EstateCovenantRequest packet * Added Incomplete Handling of the EstateOwnerMessageRequest.ChangeEstateCovenantid method * Fixed a race condition with avatar animations | |||||
2007-12-12 | remove another partial class, and map another class back to a real file | Sean Dague | 1 | -26/+25 | |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-12-06 | removed obsolete Verbose() function | Jeff Ames | 1 | -2/+2 | |
2007-12-04 | keeping opensim safe for children -- made some namespace references less ↵ | Jeff Ames | 1 | -2/+2 | |
explicit | |||||
2007-10-31 | fixed filenames in log messages | Jeff Ames | 1 | -1/+1 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-09-21 | * Yeah, I placed Close() in the wrong file. So sue me. | lbsa71 | 1 | -9/+0 | |
2007-09-21 | * Continued work on Region layer | lbsa71 | 1 | -9/+17 | |
* Added Close() to ScenePresence to remove and destroy PhysicsActor | |||||
2007-09-19 | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 1 | -4/+1 | |
* 'remove redundant this qualifier' ftw | |||||
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -74/+74 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -4/+2 | |
* added some licensing info | |||||
2007-06-27 | *Moved all the classes into their own file from LLSDHelpers.cs | mingchen | 1 | -0/+0 | |
*Some folder renaming to follow project Name *Updated prebuild.xml | |||||
2007-06-27 | *Some more restructuring/fixing -- should compile, but high chance I forgot ↵ | mingchen | 1 | -2/+2 | |
to add/remove something |