Garry's Mod

Garry's Mod

[E2] Stencil Core
14개 중 1~10개 표시 중
< 1  2 >
업데이트: 2019년 11월 22일 오후 6시 50분

Bug Fixes (that are not even worth documenting)

업데이트: 2019년 11월 6일 오후 8시 31분

Improvements

  • stencilAdd functions now allow hologram indice to be used
  • Added a queue for updating the repo to prevent an exploit (courtesy of NinjasInMyBasement)

업데이트: 2019년 11월 3일 오후 9시 34분

Additions

  • e2function stencilRemoveEntityOverrideColor
  • e2function stencilSetEntityOverrideColor

Bug Fixes
  • Fixed messages about recieving stencils on new connections being sent to all players (haha whoops)

Improvements
  • Removed debug print statement in cl_stencils.lua

업데이트: 2019년 10월 29일 오후 8시 06분

Additions

  • Added a message for the server about synchronizing newly connected clients
  • Added messages for the synchronization of newly connected clients
Bug fixes
  • Fixed an error with updating the client's stencil repo

업데이트: 2019년 10월 27일 오후 12시 25분

Bug Fixes

  • Fixed a bug with sending newly connected players the stencils

업데이트: 2019년 10월 27일 오후 12시 21분

Improvements

  • Sending the repo to newly connected clients is now asynchronous
Bug fixes
  • Fixed a bug with initializing the stencils

업데이트: 2019년 10월 26일 오후 4시 56분

Additions

  • New stencil type: _STENCIL_WHITELIST_WORLD. This is similar to _STENCIL_WHITELIST however the world is also rendered. The reference entities (and likely the rendered entities as well) should be transparent.

업데이트: 2019년 10월 26일 오후 3시 26분

Additions

  • e2function stencilsUsed
  • e2function stencilUsesMax
  • e2function stencilUsesLeft
  • e2function stencilEntitiesUsed
  • e2function stencilEntityUsesMax
  • e2function stencilEntityUsesLeft
Improvements
  • Removed redundant code
  • Upped the max amount of stencils (on the wire_stencils_max convar) to 20 as they do not use much memory

업데이트: 2019년 10월 25일 오후 11시 58분

Bug fixes

  • Fixed table.remove (was table.Remove)

업데이트: 2019년 10월 25일 오후 11시 37분

Bug fixes

  • Fixed the WriteInt lua script error
  • Fixed the passing of nil entities to the functions
  • Fixed possible nil table errors