Commit Graph

921 Commits

Author SHA1 Message Date
Latif Khalifa
bbbbabdcba LIBOMV-959: Add LightImage ExtraParameter type suppport to primitives
Patch by: Frederick Martian
2013-03-08 22:49:11 +01:00
Latif Khalifa
f9f424b48d Allow passing 'replace' param to AddToOutfit 2013-03-08 12:47:47 +01:00
Latif Khalifa
2ce37c9caa Set the morph masks even if no parametrimized masks were added 2013-03-07 22:47:50 +01:00
Latif Khalifa
f8f8e616b3 Added KillObjects event to allow for more efficient processing of the kill messages by the apps 2013-03-04 08:33:08 +01:00
Latif Khalifa
d703f21a6c Don't crash trying to enable voice on a system with no sound card 2013-02-22 14:07:32 +01:00
Latif Khalifa
090dcedab3 Fixed camera direction sent to the sim in AgentUpdate 2013-02-21 23:40:37 +01:00
Latif Khalifa
165f8c4280 Line endings 2013-02-21 23:38:42 +01:00
Latif Khalifa
5a3b03856c LIBOMV-955: Added handling AgentStateUpdate EQ message 2013-02-16 07:05:16 +01:00
Latif Khalifa
5421745bc3 LIBOMV-958: Added ability to report status of last application run to the grid login service 2013-02-16 05:39:32 +01:00
Latif Khalifa
12e5f53577 Request CAP for setting object materials 2013-02-09 00:55:50 +01:00
Latif Khalifa
5c2c1638e4 Increase the capacity of the buffer for tracking incoming seen messages.
Fixed enum typo
2013-02-02 04:02:13 +01:00
Latif Khalifa
1ed090f4d2 Added new RequestLure type of IIM.
See https://jira.secondlife.com/browse/storm-1838 for details
2013-01-25 13:41:21 +01:00
Latif Khalifa
98a455ea30 Track avatar animations 2012-12-24 06:24:52 +01:00
Latif Khalifa
3586f59aee Added metod for downloading server side bakes 2012-12-24 05:38:48 +01:00
Latif Khalifa
9447076f19 Store what inventory item we requested to create, to workaround bug in Linden service that returns broken info 2012-12-21 01:49:36 +01:00
Latif Khalifa
6fe0fd267b Added OSD serialization to InventoryFolder 2012-12-18 04:35:49 +01:00
Latif Khalifa
6d711e88dc * Added OSD serialization/Deserialization for InventoryItem
* Implemented FetchInventory2 capability
2012-12-18 02:31:40 +01:00
Latif Khalifa
9186f94654 Fetch fresh version of COF during appearance setting.
Added setting whether to use caps for some inventory operations.
TODO: Add support for FetchInventory2 capability
2012-12-16 19:21:23 +01:00
Latif Khalifa
496d233034 Use server side baking where supported.
This requires Current Outfit Folder to be maintained which
is not yet supported by the library, but it allows the
appearance to be set correctly if outfit was set in
a COF compliant viewer on previous login
2012-12-16 04:33:30 +01:00
Latif Khalifa
a8232385ff Request URL for the capability to initiate server side baking 2012-12-16 01:51:36 +01:00
Latif Khalifa
d1080a24d9 Added support for new fields in the RegionHandshake packet 2012-12-16 01:34:26 +01:00
Latif Khalifa
cf953b201a Process additional information in AvatarAppearance message 2012-12-16 01:15:14 +01:00
Latif Khalifa
2807f66c02 Removed obsolete XMPP login param.
Added new param used for server side baking
2012-12-16 00:28:20 +01:00
Latif Khalifa
9d5db9d4c9 Merge branch 'master' of /cygdrive/c/dev/libopenmetaverse 2012-12-15 08:22:43 +01:00
Latif Khalifa
d5ba5ce9c4 Updated message_template from the project sunshine viewer (server side baking) 2012-12-15 08:20:13 +01:00
Latif Khalifa
2799ada5d2 Line endings 2012-11-17 23:44:39 +01:00
Latif Khalifa
7970572637 Added field for last updated timestamp to display name class 2012-11-17 23:43:51 +01:00
Latif Khalifa
9d42f0071e LIBOMV-956: Add support for large groups (GroupMemberData capability) 2012-11-17 19:51:18 +01:00
Latif Khalifa
814c749bde Updated list of capabilities 2012-11-17 17:45:14 +01:00
Latif Khalifa
ad3ae73b79 Couple of doc fixes 2012-11-17 14:23:04 +01:00
Latif Khalifa
7bdb9a6f25 openmv.org has expired, use the full domain name 2012-10-18 04:00:40 +02:00
Latif Khalifa
db856384d0 Line endings 2012-09-18 01:36:01 +02:00
Latif Khalifa
89a1c01551 LIBOMV-951: Added support for the script teleport permission 2012-07-31 21:46:18 +02:00
Steven Westcot (a.k.a. Nichodemos Vesperia)
6212cbd766 Add support for Host Events group power 2012-07-25 23:31:16 +02:00
Latif Khalifa
be6d6e8c79 Merge branch 'master' of git://github.com/logicmoo/libopenmetaverse 2012-06-09 21:16:59 +02:00
Douglas R. Miles
6167d572db TerrainCompressor - Make terrain patches serializable 2012-06-09 11:32:36 -07:00
Latif Khalifa
8d97ea6dcd Merge branch 'master' of git://github.com/logicmoo/libopenmetaverse 2012-06-09 20:30:01 +02:00
Douglas R. Miles
55a11c3f12 GridManager - Handle error results 2012-06-09 11:25:19 -07:00
Latif Khalifa
aa0b16220b Merge remote-tracking branch 'dmiles/master' 2012-06-08 22:46:16 +02:00
Melanie
67c8419a0b Reduce the effect of rounding errors that occur when TEs are repeatedly unpacked, modified and repacked. Before, the errors were cumulative, causing textures with negative rotations to tend to rotate back towards zero. This patch, while not 100%, minimizes the effect of the error and causes it to no longer be cumulative, therefore a small, constant rotational error may ensue but there is no longer a behavior of constantly rotating to achieve zero rotation.
Signed-off-by: Latif Khalifa <latifer@streamgrid.net>
2012-06-08 22:27:31 +02:00
Douglas R. Miles
a63ad059af Allow VoiceGateway to run from unmanaged code 2012-06-05 23:29:04 -07:00
Douglas R. Miles
d2ac0d0ed2 Added LOG_DISKCACHE = true.. when in logging in Debug it no longer cites all cache misses if the boolean is set false (Still warns about File Save Errors) 2012-06-05 21:37:13 -07:00
Douglas R. Miles
59519523f1 fixed bug - Actually cache the prim 2012-06-05 14:41:19 -07:00
Douglas R. Miles
41af257459 Reset Pool Activity time 2012-06-05 14:37:09 -07:00
Douglas R. Miles
a043bafe4a Do not _add_ anything to *.MaxValue 2012-06-05 14:29:36 -07:00
Douglas R. Miles
c146c632d3 Fixed line-feeds added in last commit 2012-06-05 14:14:57 -07:00
Douglas R. Miles
00b363a4d3 Added two new boolean Client.Settings that can turn on Pooling: CACHE_PRIMITIVES and POOL_PARCEL_DATA .. set to their defaults they makes no change to libomv 2012-06-05 14:09:33 -07:00
Douglas R. Miles
b51e9d7315 SIMULATOR_TIMEOUT was designed for detecting simulators that are no longer in use (usually neighbors) .. So changed Connect() to use to LOGIN_TIMEOUT 2012-06-03 23:39:38 -07:00
Douglas R. Miles
ffb9a5cdc5 Using patch from http://jira.openmetaverse.org/browse/LIBOMV-942 2012-06-02 15:01:27 -07:00
Latif Khalifa
b1ae7397a8 Removed non-existing param documentation 2012-06-02 19:23:54 +02:00