aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.PacketHandlers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-18* Yet some more connectivity restructuringlbsa711-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!
2007-09-18* Handlerized ViewerEffectlbsa711-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
2007-09-18* Replaced usage of ClientView with IClientAPIlbsa711-9/+10
* Some propertification and hideousness of fields.
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ↵MW1-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.
2007-08-29Partial fix for corner-handle prim resize bug. Doesn't work correctly with ↵Brian McBee1-2/+4
linked-prims yet, but single prims are good (Thanks Dharma!)
2007-08-25Hopefully fixed the bugs in primitives rotation editingMW1-2/+2
2007-08-21Shift and Drag copying should now work correctly. [This was one of those ↵MW1-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)
2007-07-31* Fix for issue#246/251 - Rescaling primitives has offset problems. (Thanks ↵Adam Frisby1-0/+5
DharmaVoyager!)
2007-07-16changed to native line ending encodingSean Dague1-236/+236
2007-07-11* Applying dalien's patches from bug#177 and #179Adam Frisby1-23/+2
2007-07-09Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.MW1-6/+6
Disabled CAPS asset uploading as it seems it now crashes the server.
2007-07-04A bit more work on Building tools/support.MW1-10/+11
updated Axiom.MathLib.dll.
2007-07-03Today's work on Building support/tools. Think I am slowly getting there. MW1-3/+76
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-18/+5
* added some licensing info
2007-06-28*Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen1-2/+0
in sandbox mode) *Various small renamings
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-1/+1
to add/remove something