« Réunion du 30-08-2022 » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « =Changements de la semaine = * Quelques ajustements * Traitements des requêtes http dans les scripts. * Ajout de quelques éléments à llGetObjectDetails public const int OBJECT_ACCOUNT_LEVEL = 41 ; public const int OBJECT_MATERIAL = 42 ; public const int OBJECT_MASS = 43 ; public const int OBJECT_TEXT = 44 ; public const int OBJECT_REZ_TIME = 45 ; public const int OBJECT_LINK_NUMBER = 46 ; public const i... ») |
|||
Ligne 12 : | Ligne 12 : | ||
public const int OBJECT_TEXT_COLOR = 48 ; | public const int OBJECT_TEXT_COLOR = 48 ; | ||
public const int OBJECT_TEXT_ALPHA = 49 ; | public const int OBJECT_TEXT_ALPHA = 49 ; | ||
= Liens : | = Liens= : | ||
* Github opensim: https://github.com/opensim/opensim | * Github opensim: https://github.com/opensim/opensim | ||
* Github UbitUmarov : https://github.com/UbitUmarov/libopenmetaverse | * Github UbitUmarov : https://github.com/UbitUmarov/libopenmetaverse | ||
* Bitbucjet.org : https://bitbucket.org/opensimulator/ | * Bitbucjet.org : https://bitbucket.org/opensimulator/ | ||
= Source = | = Source = | ||
* http://opensimulator.org/wiki/Chat_log_from_the_meeting_on_2022-08-30 | * http://opensimulator.org/wiki/Chat_log_from_the_meeting_on_2022-08-30 |
Version du 13 octobre 2023 à 16:24
Changements de la semaine
- Quelques ajustements
- Traitements des requêtes http dans les scripts.
- Ajout de quelques éléments à llGetObjectDetails
public const int OBJECT_ACCOUNT_LEVEL = 41 ; public const int OBJECT_MATERIAL = 42 ; public const int OBJECT_MASS = 43 ; public const int OBJECT_TEXT = 44 ; public const int OBJECT_REZ_TIME = 45 ; public const int OBJECT_LINK_NUMBER = 46 ; public const int OBJECT_SCALE = 47 ; public const int OBJECT_TEXT_COLOR = 48 ; public const int OBJECT_TEXT_ALPHA = 49 ;
= Liens= :
- Github opensim: https://github.com/opensim/opensim
- Github UbitUmarov : https://github.com/UbitUmarov/libopenmetaverse
- Bitbucjet.org : https://bitbucket.org/opensimulator/