Librg Versions Save

🚀 Making multi-player gamedev simpler since 2017

v7.3.0

1 month ago
  • updated docs (add3bbe)
  • added compile-time option to extend event buffer (6740404)
  • Merge branch 'master' of github.com:zpl-c/librg (9073bc2)
  • added clangd config (9f97176)
  • Update README.md (e8faf64)

v7.2.1

8 months ago
  • fix: taking address of temporary array for cpp by @blkcatman (71c3b3a)
  • docs: added librg_entity_owned to docs (e08c090)
  • code: added librg_entity_owned impl (427bd82)

v7.2.0

1 year ago
  • docs: updated docs to reflect owner-visibility update (4b49f75)
  • code: added ability to set owner invisibility to own entity (6710e7c)
  • docs: updated readme badge (d60a288)

v7.1.1

1 year ago
  • code: fixed the type delcaration for world entities (4eaab95)

v7.1.0

1 year ago
  • code: changed the query table allocation method (215c12f)
  • code: updated query performance example stats (cf79300)
  • code: added entity-owner pairing boosting speed of world_query (ecfb521)
  • Merge branch 'master' of github.com:zpl-c/librg (4bff059)
  • code: switched to no-copy, direct write query results (3f2cbb4)
  • code: minor code re-organizations (ccfb705)
  • code: added app for testing query performance (b76ba24)
  • misc: updated makefile to support selective app building (fa90cc9)
  • code: updated zpl (9987e50)

v7.0.3

1 year ago
  • code: fix librg_config_chunksize_set zero-dim bug (932394a)
  • code: emscripten build fixes (70971ad)
  • Update README.md (5de393d)
  • Update README.md (ed44ac6)
  • docs: added networking section to readme (7b6afc4)

v7.0.2

1 year ago
  • code: added hint cast to hide prevent warnings (0ff0a57)
  • code: fixed overflow on chunk_to_chunkpos conversion (5b42c08)
  • Update README.md (3758c96)

v7.0.1

1 year ago
  • code: added ability to read the owner immediately on creation event (cdbae09)
  • Merge branch 'master' of github.com:zpl-c/librg (0c2ecc9)
  • apps: updated reader example to showcase owner (0b7cd9e)
  • Update README.md (48d8923)
  • Update README.md (c4d9912)
  • code: fixed minor warnings, and win-specific error (e88e604)
  • code: added fix for #39 c99-only feature (b0af4ec)

v7.0.0

1 year ago
  • test: added test case for 0 radius entity check (75e6160)
  • code: updated librg version history (ef6cd5b)
  • deps: updated the enet version (4c249f6)
  • test: added a test case for the border overflow (51ae504)
  • code: fixes to radius checks within query (ae6e69b)
  • code: applied fixes for the 2d/3d chunkpos calculation (630f09e)
  • code: added new rules to linear offset checking + tests (052f943)
  • deps: updated zpl version (76746a1)
  • docs: updated docs accordingly to new radius system (4a71d0b)
  • code: updated example apps to support new radius system (0f2296d)
  • code: updated tests for new radius support (06ca629)
  • code: added radius to query and write, deprecated entity radius (99150ee)
  • code: switched back to zpl nano (f4db15a)
  • code: updated zpl ver (443ecab)
  • ci: updated releaser (142c3f0)

v6.0.12

3 years ago
  • code: cpp casting/type fixes (a62979c)
  • Merge branch 'master' of github.com:zpl-c/librg (072d48a)
  • test: update tester (6c0b0b6)
  • code: switched ZPL_NANO->ZPL_CORE (reduced lib usage) (e96ce05)
  • Remove atomic (b192c0c)