Skip to content

Releases: Sarrus1/sourcepawn-studio

v8.1.8

23 Oct 01:41
69ca161

Choose a tag to compare

Language Server

Fixed

  • Fixed includes not being parsed in the same directory as the compiler

VSCode Extension

Fixed

  • LSP version bump

v8.1.7

24 Jun 21:37
17c81db

Choose a tag to compare

Language Server

Fixed

  • Fixed some panics due to incorrect unreachable.
  • Fixed a panic in doc completions due to non ASCII characters.

VSCode Extension

Fixed

  • LSP version bump

v8.1.6

18 Jun 23:09
559a4a4

Choose a tag to compare

Language Server

Fixed

  • Fixed a false positive linting error when using the float native.
  • Fixed out of bounds access to methodmap data when using inheritance.
  • Fixed panic when triggering completions near non ASCII characters.

VSCode Extension

Fixed

  • LSP version bump

v8.1.5

13 Jun 23:27
1ddfa47

Choose a tag to compare

Language Server

Fixed

  • Fixed crash when hovering over macro defined in function.
  • Fixed a potential indexing with an invalid key.
  • Fixed a panic due to invalid ranges.

VSCode Extension

Fixed

  • LSP version bump

v8.1.4

12 Jun 23:38
a23325c

Choose a tag to compare

Language Server

Fixed

  • Mitigated a panic due to an invalid offset.

VSCode Extension

Fixed

  • LSP version bump

v8.1.3

07 Jun 17:22
9a85e33

Choose a tag to compare

Language Server

Fixed

  • Fixed an error when parsing event names.
  • Fixed a few offset issues in the preprocessor.

VSCode Extension

Added

  • Added SM 1.13 to the list of downloadable sourcemods.

Fixed

  • LSP version bump

v8.1.2

27 Jan 20:05
bbdb764

Choose a tag to compare

Language Server

Fixed

  • Fixed files not being read in time.

VSCode Extension

Fixed

  • LSP version bump

v8.1.1

19 Jan 23:47
1b94bdb

Choose a tag to compare

Language Server

Fixed

  • Fixed a parsing issue (see #415).

VSCode Extension

Fixed

  • LSP version bump

v8.1.0

17 Jan 18:34
2d45a61

Choose a tag to compare

Language Server

Fixed

  • Fixed an issue when resolving the type of a function parameter.

VSCode Extension

Fixed

  • Made the extension work with single files, outside of a workspace.
  • LSP version bump

v8.0.7

16 Jan 23:19
178cf07

Choose a tag to compare

Language Server

Fixed

  • Fixed an issue when resolving the type of a function parameter.

VSCode Extension

Fixed

  • LSP version bump