Skip to content

Releases: sour-dani/tf2-vscript-snippets

Extension Release 1.0.5

03 Nov 03:21
809f157
Compare
Choose a tag to compare

Downloads

Changelog

  • Update to latest data from VDC
  • Added default values to some of the Script Debug variables. the ones that don't have them have a value on the VDC of "NONE"
  • Updated intsize for x64 tf2
  • Updated RAND_MAX to show that the value is different on Windows and Linux
  • Add new functions that have been added since the last update
  • Add some new input descriptions and function descriptions from the VDC.
  • Marked some functions that are deprecated or broken as being so, even though its not technically part of the description on the VDC
  • Add new Krampus custom damage type constants
  • Mark constants that are broken or missing
  • Add descriptions to some regular damage types to show what TF2 uses them for (i.e. DMC_ACID is crit damage)
  • Fix a couple typos in VDC descriptions

Extension Release 1.0.4

28 Nov 04:54
Compare
Choose a tag to compare

Downloads

Changelog

  • Full implementation of automation.
    • No difference in extension functionality from previous, very minor release.

Extension Release 1.0.3

28 Nov 04:29
Compare
Choose a tag to compare

Downloads

Changelog

  • Updated support for deployment automation.
    - Now automatically uploaded to Open VSX and VS Marketplace
  • Migrated installation info to Wiki

Extension Release 1.0.2

14 Nov 21:40
Compare
Choose a tag to compare

Downloads

Changelog

  • Added support for community submissions.
  • Added OnGameEvent_ autocompletes.
  • Added ent.m_iHealth to NetProps.GetPropInt(ent, "m_iHealth") autocomplete.
  • Changed string parsing to dict construction.
  • Reformatted codebase
  • Updated credits.
  • Added back manual installation instructions.

Extension Release 1.0.1