New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

librg.c

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

librg.c - npm Package Compare versions

Comparing version 6.0.6 to 6.0.7

.github/codeql/config.yml

12

docs/defs/entity.md

@@ -318,10 +318,10 @@ # Entities

* Fetching entities owned by specific user via [librg_world_fetch_owner](def/query.md#librg_world_fetch_owner)
* Querying nearby entities based of current [radius](librg_entity_radius_set) via [librg_world_query](def/query.md#librg_world_query)
* Fetching entities owned by specific user via [librg_world_fetch_owner](defs/query.md#librg_world_fetch_owner)
* Querying nearby entities based of current [radius](librg_entity_radius_set) via [librg_world_query](defs/query.md#librg_world_query)
* Setting up global and relational visibility via [librg_entity_visibility_owner_set](#librg_entity_visibility_owner_set) that will be used by query methods
* Writing and reading world (serialization and replication) via [librg_world_write](def/query.md#librg_world_write) methods
* Writing and reading world (serialization and replication) via [librg_world_write](defs/query.md#librg_world_write) methods
Each call to the method will generate and set a new ownership token, which is in turn will be used in the next [librg_world_write](def/query.md#librg_world_write) call.
Each call to the method will generate and set a new ownership token, which is in turn will be used in the next [librg_world_write](defs/query.md#librg_world_write) call.
Ownership token is used to validate control settings for an entity, and with outdated token and updates coming into
[librg_world_read](def/query.md#librg_world_read) of local world that are targeting the entity will be discarded.
[librg_world_read](defs/query.md#librg_world_read) of local world that are targeting the entity will be discarded.
For more details please refer to the documentation for those methods.

@@ -372,3 +372,3 @@

It represents a linear/circular/spherical (depending on world configuration) radius of entity visibility in terms of nearby chunks,
and used whilist general visibility calculations in the [librg_world_query](def/query.md#librg_world_query) method.
and used whilist general visibility calculations in the [librg_world_query](defs/query.md#librg_world_query) method.
If property set for an entity that is not owned, but the owner is later on changed, it will be still applied, since the value is stored in the internal storage.

@@ -375,0 +375,0 @@

@@ -71,3 +71,3 @@ # Packing

int64_t owner_id,
char *buffer, /* out */
char *buffer, /* in */
size_t size,

@@ -74,0 +74,0 @@ void *userdata

{
"name": "librg.c",
"version": "6.0.6",
"version": "6.0.7",
"author": "Inlife",

@@ -5,0 +5,0 @@ "description": "Pure C library for building simple and elegant cross-platform multiplayer client-server solutions.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc