Garry's Mod
[E2] Stencil Core
Εμφάνιση 1-10 από 14 καταχωρίσεις
< 1  2 >
Ενημέρωση: 22 Νοε 2019 στις 18:50

Bug Fixes (that are not even worth documenting)

Ενημέρωση: 6 Νοε 2019 στις 20: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)

Ενημέρωση: 3 Νοε 2019 στις 21: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

Ενημέρωση: 29 Οκτ 2019 στις 20: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

Ενημέρωση: 27 Οκτ 2019 στις 12:25

Bug Fixes

  • Fixed a bug with sending newly connected players the stencils

Ενημέρωση: 27 Οκτ 2019 στις 12:21

Improvements

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

Ενημέρωση: 26 Οκτ 2019 στις 16: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.

Ενημέρωση: 26 Οκτ 2019 στις 15: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

Ενημέρωση: 25 Οκτ 2019 στις 23:58

Bug fixes

  • Fixed table.remove (was table.Remove)

Ενημέρωση: 25 Οκτ 2019 στις 23:37

Bug fixes

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