aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.PacketHandlers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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