Commit Graph

17 Commits

Author SHA1 Message Date
John Hurliman
479bcd38ab Moved openjpegnet assembly in to libsecondlife.dll, should make life slightly easier for distributing libsl software. Define NO_UNSAFE at compile time to disable OpenJPEGNet components
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1316 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-17 00:06:34 +00:00
jedediah
caef3f168e openjpeg linux/OSX binaries need to be rebuilt
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1292 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-12 01:53:05 +00:00
jedediah
937f15ab6f This is a big merge of my work from the Pleiades internal repo.
Not yet tested on Linux or OSX!
Notable changes:
* AppearanceManager works much better though baking is only a placeholder
* Fixes to openjpeg/TGA code
* VisualParams class interface changed
* Some TestClient fixes
* Rest of TGA files added to Resources (they will eventually be used for baking)This is a big merge of my work from the Pleiades internal repo. Notable changes:
* AppearanceManager works much better though baking is only a placeholder
* Fixes to openjpeg/TGA code
* VisualParams class interface changed
* Some TestClient fixes
* Rest of TGA files added to Resources (they will eventually be used for baking)


git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1284 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-11 09:17:46 +00:00
John Hurliman
878e8910a4 Updating all of the openjpeg-libsl binaries except the OSX one, which still needs to be compiled
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1278 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-08 05:23:21 +00:00
John Hurliman
adfc241218 * Backporting all of the non-networking and non-inventory changes from the jhurliman branch
* The new asset and appearance managers sit alongside the old ones, so no code should break just yet although you might have to be more explicit with your namespaces
* Adding importprimscript to work in conjunction with qarl's Maya sculptie exporter
* Removing the IA_* examples, these should be remade in to TestClient commands

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1275 52acb1d6-8a22-11de-b505-999d5b087335
2007-07-08 04:35:04 +00:00
John Hurliman
3ae70b2a6d Adding the final openjpeg-libsl binary, the Intel OSX binary
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1260 52acb1d6-8a22-11de-b505-999d5b087335
2007-06-30 23:42:19 +00:00
John Hurliman
1ed75d2a9c Adding the 32-bit Linux binary for openjpeg-libsl, we're getting closer
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1258 52acb1d6-8a22-11de-b505-999d5b087335
2007-06-30 23:29:29 +00:00
John Hurliman
eb33467f22 * Added the Windows build of our openjpeg-libsl
* Fixed the MSVC project file for openjpeg-libsl to output the properly named file
* Fixed OpenJPEG.cs to reference openjpeg-libsl.dll instead of OpenJPEG.dll

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1257 52acb1d6-8a22-11de-b505-999d5b087335
2007-06-30 23:12:06 +00:00
John Hurliman
1452623fa4 * Fixing a small bug in the openjpeg-libsl makefiles
* Removing the old OpenJPEG binary for OSX
* Adding the first binary of openjpeg-libsl to svn, the Linux 64-bit shared library
* Updated openjpegnet.dll.config to point to the latest filenames

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1256 52acb1d6-8a22-11de-b505-999d5b087335
2007-06-30 23:02:37 +00:00
John Hurliman
2d45b08478 * Moved the mapgen.bat script to the root and removed the bin dir from svn to prevent nant clean from screwing up the repository
* Removed all the build-dll references in nant files from projects dependent on libsl, should speed up build times at the possible expense of less build-sanity checking
* TestClient uses the new AppearanceManager code at login

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@690 52acb1d6-8a22-11de-b505-999d5b087335
2006-12-07 06:33:43 +00:00
lancej
a303308532 * ProtocolManager.cs now generates the keyword ordering from message_template.msg by hashing the keywords. This should remove the need for keywords.txt.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@427 52acb1d6-8a22-11de-b505-999d5b087335
2006-10-29 20:22:54 +00:00
John Hurliman
b6be710794 Added the bin dir and a mapgen.bat helper to generate the _Packets_.cs file in the correct place (to catch up with nant users)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@311 52acb1d6-8a22-11de-b505-999d5b087335
2006-10-16 08:20:13 +00:00
John Hurliman
58de70e3c1 Moved the project in to it's own directory libsecondlife
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@18 52acb1d6-8a22-11de-b505-999d5b087335
2006-06-08 14:47:51 +00:00
John Hurliman
6b4f5db05a Added decoded protocol.txt file for SL 1.10.1.0
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@16 52acb1d6-8a22-11de-b505-999d5b087335
2006-06-03 10:43:49 +00:00
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
431ad814f4 Updated comm.dat for the new release
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@10 52acb1d6-8a22-11de-b505-999d5b087335
2006-05-25 22:42:29 +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