Commit Graph

8 Commits

Author SHA1 Message Date
John Hurliman
f78b5d5b3f * Updated keywords.txt file to Second Life 1.10.1.0
* Removed test_app, replaced with examples directory
* Added sldump to examples. Uses boost.program_options and dumps packets to the console in a readable format
* Minor cleanups in the library

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@13 52acb1d6-8a22-11de-b505-999d5b087335
2006-06-02 06:42:12 +00:00
John Hurliman
2bcf2add62 * Moved more of the login code out of the client and in to the library
* Packet ACKs are sent automatically now
* Converting more pointers to boost::shared_ptr objects
* Completely redesigned Packet class
* PacketBuilder files containing packet construction functions
* Fixed a few of the naming inconsistencies
* test_app is currently dumping real estate sales data

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@12 52acb1d6-8a22-11de-b505-999d5b087335
2006-06-01 08:09:12 +00:00
John Hurliman
19f531a625 * Added global logging function
* Most all of the destructor code is in place
* Some new functions in SecondLife so it's members can be protected again
* Tons of error reporting
* Miscellaneous bugfixes
* Updated test_app to reflect new features

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@11 52acb1d6-8a22-11de-b505-999d5b087335
2006-05-27 02:42:28 +00:00
John Hurliman
4e6f82d6bf First alpha release
* Fixed several nasty malloc/memcpy/realloc bugs
* Added sleeps to the threads
* Hack to make the packet flags correct (for now)
* Added a default callback and fixed the callback handler
* Misc. fixes

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@9 52acb1d6-8a22-11de-b505-999d5b087335
2006-05-25 22:20:56 +00:00
John Hurliman
67ed39fabc Inching closer to alpha release
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@7 52acb1d6-8a22-11de-b505-999d5b087335
2006-05-23 07:41:41 +00:00
John Hurliman
026ebea111 Added the beginnings of Boost.Function and Boost.Threads for callback handling and threaded network handling
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@6 52acb1d6-8a22-11de-b505-999d5b087335
2006-05-18 14:18:13 +00:00
John Hurliman
9602c23c05 Added modified BSD license to the headers
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@5 52acb1d6-8a22-11de-b505-999d5b087335
2006-05-17 14:27:11 +00:00
John Hurliman
3196fea8c4 Initial import from old repository
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@4 52acb1d6-8a22-11de-b505-999d5b087335
2006-05-17 13:48:37 +00:00