From 309eaf47357354e0b303520d399f6fdca90eae40 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 25 Feb 2009 16:29:43 +0000 Subject: * Applied a patch that: Added prim parameters support to MXP client * Updated MXP to contain extension fragment with prims and updated MXPClientView to fill in the parameters. * Added google protobuffers dll. * Update MXP dll. * Updated MXPClientView to send prim parameters as Perception event extension * Started OpenSim and connected with IdealistViewer via MXP and ensured from log that parameters are being sent. * Ensured that nant test target runs succesfully. This closes mantis #3229. Thanks, tlaukkan! --- bin/MXP.dll | Bin 68096 -> 102400 bytes bin/MXP.pdb | Bin 292352 -> 339456 bytes bin/protobuf-net.dll | Bin 0 -> 107008 bytes bin/protobuf-net.pdb | Bin 0 -> 331264 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bin/protobuf-net.dll create mode 100644 bin/protobuf-net.pdb (limited to 'bin') diff --git a/bin/MXP.dll b/bin/MXP.dll index 5c708ee..0904544 100644 Binary files a/bin/MXP.dll and b/bin/MXP.dll differ diff --git a/bin/MXP.pdb b/bin/MXP.pdb index 0ca0371..89572ca 100644 Binary files a/bin/MXP.pdb and b/bin/MXP.pdb differ diff --git a/bin/protobuf-net.dll b/bin/protobuf-net.dll new file mode 100644 index 0000000..057a411 Binary files /dev/null and b/bin/protobuf-net.dll differ diff --git a/bin/protobuf-net.pdb b/bin/protobuf-net.pdb new file mode 100644 index 0000000..9c85bdc Binary files /dev/null and b/bin/protobuf-net.pdb differ -- cgit v1.1