aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.PacketHandlers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-301-43/+46
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-0/+1
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* * Removed plenty more untagged console messages. Everything now has shiny ↵Adam Frisby2007-10-221-1/+1
| | | | groups. :)
* * Yet some more connectivity restructuringlbsa712007-09-181-12/+5
| | | | | | | | | | | * We now have CloseAllAgents( circuit ) and CloseAllCircuits( agentId ) for great justice ( but alas, still only closing on one single scene - be brave! ) * Login and ConnectionClosed now eventified and moveified awayified * Killed off unused NullClientAPI * Now the client is almost only responsible for its own closing. ( I will get that scene out of there ) * Lookin' good!
* * Handlerized ViewerEffectlbsa712007-09-181-14/+30
| | | | | | | * Now there-is-only-client-manager * First step towards moving Logout and ConnectionClosed out of Client and into something else (which will let us get rid of ClientView reference to ClientManager * General posititvity, peace, love and understanding
* * Replaced usage of ClientView with IClientAPIlbsa712007-09-181-9/+10
| | | | | * Some propertification and hideousness of fields.
* 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.