Skip to content

Releases: Se8870/samp-command-guess

2.0.11 | Release

09 Feb 15:01
0785dd4
Compare
Choose a tag to compare

This release brings minor fix about false positive error a_samp is not included.

2.0.10 | Release

13 Dec 21:15
Compare
Choose a tag to compare
  • Using proper loop for y_commands (y_iterate required)
  • Adding check if the slot reaches the maximum number of command
  • Change MAX_COMMAND to CGUESS_MAX_CACHE_COMMAND
  • Using strcopy for inserting Command_GetName(i)
  • Fix documentation, add function description support for vscode
  • CGUESS_MAX_CACHE_COMMAND will use MAX_COMMAND if defined

2.0.9 | Release

12 Dec 09:05
cb5acd9
Compare
Choose a tag to compare
  • Add strcopy if the function doesn't exist.
  • Using static stock instead of #if defined _INC_y_commands at lne 264
  • Update instruction for non-sampctl user

2.0.8 | Release

12 Dec 03:12
1aeebf0
Compare
Choose a tag to compare
  • Add CGuess prefix
  • Add documentation
  • Command_Guess should return minimum distance it can get
  • Update CGuess_Init
  • Change some internal functions
  • You can now add custom internal function using CGUESS_CUSTOM_CMD_FUNC if the internal function name for cmd is different
  • Fix some unfinished documentation
  • Fix symbol is not used when using y_commands

v.2.0.2 Update

10 Jul 15:53
7ac2eb1
Compare
Choose a tag to compare

Typo fix (Thanks @nicolasmenegoni)

v1.1.0 Update

21 May 04:34
eb70779
Compare
Choose a tag to compare
Update command-guess.inc

Minor Update

09 May 05:03
Compare
Choose a tag to compare

For non-sampctl users.

Initial Release

31 Mar 19:50
Compare
Choose a tag to compare

For non-sampctl users.