aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.PacketHandlers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-101-1/+1
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* Partial fix for corner-handle prim resize bug. Doesn't work correctly with ↵Brian McBee2007-08-291-2/+4
| | | | linked-prims yet, but single prims are good (Thanks Dharma!)
* Hopefully fixed the bugs in primitives rotation editingMW2007-08-251-2/+2
|
* Shift and Drag copying should now work correctly. [This was one of those ↵MW2007-08-211-1/+1
| | | | | | | | stupid little one line bugs that was so much fun to track down that I decided to spend a few hours on it) Linking groups should now work better than it did, but still a bit of work to do on getting the rotations of all the parts after linking right. Added part of dalien's #301 patch (xml loading/saving related parts with some small changes)
* * Fix for issue#246/251 - Rescaling primitives has offset problems. (Thanks ↵Adam Frisby2007-07-311-0/+5
| | | | DharmaVoyager!)
* changed to native line ending encodingSean Dague2007-07-161-236/+236
|
* * Applying dalien's patches from bug#177 and #179Adam Frisby2007-07-111-23/+2
|
* Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.MW2007-07-091-6/+6
| | | | | Disabled CAPS asset uploading as it seems it now crashes the server.
* A bit more work on Building tools/support.MW2007-07-041-10/+11
| | | | | updated Axiom.MathLib.dll.
* Today's work on Building support/tools. Think I am slowly getting there. MW2007-07-031-3/+76
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-18/+5
| | | | | * added some licensing info
* *Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen2007-06-281-2/+0
| | | | | | | in sandbox mode) *Various small renamings
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-1/+1
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+198
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.