Cinder Biscuits
3abf6e17d9
AvatarManager cleanup
2017-06-04 11:35:39 -05:00
Cinder Biscuits
c719ef284c
Minor changes
2017-05-16 18:54:31 -05:00
Cinder Biscuits
89b608edc6
Dropping extra programs so we can focus on just the library. These programs still exist in OMV and can be easily adapted to LibreMetaverse
2017-04-25 21:40:50 -05:00
Cinder Biscuits
b3b0e52692
Fix bungled rebase
2017-04-24 07:45:42 -05:00
Cinder Biscuits
247a3550a6
Switch obsolete Tao 3D libs for OpenTK (not really tested yet)
2017-04-24 07:41:21 -05:00
Drake Arconis
274387aa2c
Add more serialization attributes to serializable types
2017-03-24 01:22:28 -04:00
Drake Arconis
c762cc6d92
Replace obsolete GetHostByName with GetHostEntry
2017-03-24 00:35:59 -04:00
Drake Arconis
c2c260c8a0
Replace deprecated CertificatePolicy verification callback usage with ServerCertificateValidationCallback
2017-03-24 00:31:37 -04:00
Drake Arconis
6bccca1ad8
Fix gridproxy apps crashing on start
2017-03-24 00:31:37 -04:00
Drake Arconis
42517a3f30
Enable obsolete/deprecation warnings
2017-03-24 00:31:37 -04:00
Cinder Biscuits
6bde445c5e
Push XmlRpcCs changes once more
2017-03-19 18:53:21 -05:00
Travis CI
c0af60f0fc
Try to work out prototype incompatibility in XmlRpcCs
2017-03-19 18:23:32 -05:00
Travis CI
dba78c173b
Update to use my build of XmlRpcCs instead of the XMLRPC.dll mystery meat
2017-03-19 18:05:17 -05:00
Cinder
02f0a7882e
Clean up a few pesky warnings
2017-03-18 21:17:43 -05:00
Cinder
338d0942c3
Replace SharpZipLib and Be.Windows.Forms.Hexbox with nuget counterparts
2017-03-18 16:38:39 -05:00
Cinder
e608895115
Replace SharpZipLib and Be.Windows.Forms.Hexbox with nuget counterparts
2017-03-18 16:37:55 -05:00
Cinder
bfe1a790bd
Switch protobuf-net to nuget; Switch to more popular version of zlib.net
2017-03-18 16:18:48 -05:00
Cinder
c25ddd52ed
Begin switching to nuget packages for dependencies
...
Starting with log4net
2017-03-18 16:05:58 -05:00
Ricky C
556e622b4e
Dropped premake/prebuild system in favor of straight VS solution and projects.
2017-03-12 08:03:16 -07:00
Cinder
52a6c33099
Remove unused Settings.settings, probably junk from monodevelop
2016-11-22 17:06:10 -06:00
Cinder
537264870f
Remove unnecessary using declarations, misc modernization and cleanup plus a few possible crash fixes in OpenMetaverse
2016-09-25 19:52:04 -05:00
Cinder
7ba5368668
Merge in changes from Inworldz
2016-09-25 15:19:32 -05:00
Latif Khalifa
2654337297
Change copyright year a bit ahead of time
2015-11-06 19:40:28 +01:00
Latif Khalifa
f47dcb5abd
Change domain name to openmetaverse.co
2015-11-06 19:00:05 +01:00
Fly Man
5d2361a235
Designer Update for GroupManager pt 2
2015-09-05 18:57:53 +02:00
Fly Man
46a0778e84
Designer Update for GroupManager pt 1
2015-09-05 18:55:57 +02:00
Cinder
8229fcdf08
Protect against variable size packets potentially being larger than the defined MTU. Found by David Daeschler at InWorldz.
2015-08-14 12:03:46 -06:00
Drake Arconis
3d4005dd4f
Minor touchups to the foldertype commit. Missed unstaged files.
2015-08-07 17:26:35 +02:00
Latif Khalifa
9dadf65455
About update
2015-07-24 21:27:55 +02:00
Latif Khalifa
3421f412a1
Switching file versions to 0.9.4-dev
2015-07-06 20:21:11 +02:00
Latif Khalifa
6ac251b39c
Updated version
2015-07-06 17:01:16 +02:00
Fly Man
e24da24edf
WinGridProxy utility (minor)
...
- Correct handling of responses with a 'Zero' length
Original commit by Greythane (WhiteCoreSim)
2015-07-03 21:56:41 +02:00
antoncl
07132c210f
Documented LindenSkeleton mesh, which can "unpack" the skinweights on the mesh and which correctly handles eyeball lod mesh.
...
Signed-off-by: Anton Lauridsen <antoncl@users.noreply.github.com >
2014-12-16 07:13:09 +01:00
Justin Clark-Casey
dbb69da325
Stop Prebuild from generating <copy> statements which unnecessarily copy files into bin/Debug or bin/Release
...
nant_0.91~alpha2+dfsg-3_all.deb in Ubuntu 12.04 and earlier actually ignored these due to a bug
However, nant 0.92~rc1+dfsg-2 in Ubuntu 12.10 fixes this bug (possibly https://github.com/nant/nant/pull/39 ).
Which makes nant time-consumingly copy these files when the aren't actually used.
Tested removal of <copy> on both nant 0.91 and nant 0.92
This change has been used without issue for OpenSimulator since Nov 14 2012 commit 90c6d2e
2014-07-24 21:00:29 +01:00
Justin Clark-Casey
b4fbaa601c
Implement some fairly harsh locking to stop multiple logging calls to logpacket TestClient command from stepping on each other.
2014-06-19 23:23:16 +01:00
Justin Clark-Casey
b02cbbcbd8
Add timestamp for each packet in logpacket command to correlate output with other logs
2014-06-19 23:03:01 +01:00
Justin Clark-Casey
2f7363839e
Implement LogPacket command (previously unimplemented PacketLog) for TestClient.
...
As per the unimplemented command, this takes n number of packets and logs them to the given file.
This is done asynchronously and the user notified when packet logging is complete.
2014-06-19 22:49:03 +01:00
Justin Clark-Casey
17f56ccbdc
Add sendgeneric command to TestClient to allow one to send arbitrary GenericMessagePackets to the simulator for testing purposes
2014-06-18 17:56:13 +01:00
Latif Khalifa
98f70fa3ae
Don't bother asking for group members if there is no current group
2014-05-18 08:30:20 +02:00
Latif Khalifa
56523a81c1
LIBOMV-972: Made URI parsing more robust allowing GroupAPIv1 capability to be handled correctly
2014-03-15 00:17:10 +01:00
Latif Khalifa
32b3e19ecc
Added prebuild section for Gtk based
...
GridProxyGUI (requires gtk-sharp)
Uncomment and re-run runprebuild to enable it.
2014-02-25 18:42:11 +01:00
Latif Khalifa
1d721cdf60
Made WGP compatible with changes introduce by GridProxyGUI
2014-02-25 18:19:23 +01:00
Latif Khalifa
04cc322288
Merge remote-tracking branch 'origin/wgp-gtk'
2014-02-25 16:20:44 +01:00
Latif Khalifa
4bfa978414
Fixed permissions
2014-02-25 16:08:56 +01:00
Latif Khalifa
ac57658139
Added support for .NET 4 and .NET 4.5 and Visual Studio 2012 to Prebuild
2014-02-25 16:08:02 +01:00
Latif Khalifa
ae112d56fb
Update copyright notices
2014-02-25 15:31:10 +01:00
Latif Khalifa
099b58414e
Persist filters. Add context menu options
2013-12-21 23:15:03 +01:00
Latif Khalifa
a7c3e18cd8
Allow proxy to not exit on command args errors.
...
Validate port in Gtk GridProxy. Persist it
2013-12-21 19:08:26 +01:00
Latif Khalifa
67bc3d6df0
Persist login URLs
2013-12-18 20:02:05 +01:00
Latif Khalifa
b5d16ceda1
Populate listen dropdown with actual interface IP addresses. Remember choice between sessions
2013-12-18 19:18:00 +01:00