Skip to content

Clockwork 0.94.72

Compare
Choose a tag to compare
@Skiastra Skiastra released this 19 Dec 17:14
· 175 commits to ee59589afe47352bc73114f38e4afba8b2597ee3 since this release

0.94.72

  • Fixed issues with command hints not showing due to recent GMOD update.
    • Contributed by NightAngel.
  • Added hints for voice commands that display command and phrase when typing IC.
    • Contributed by NightAngel.
  • Changed voice library to use a local stored table instead of a global one, added three new functions to access the table easier.
    • Contributed by NightAngel.
  • Added three new functions to access the voice groups table easier GetAll(), FindByID(id) and GetVoices(id).
    • Contributed by NightAngel.

0.94.69

  • Fixed schema version print to show properly (small bugs may occur where extra decimals are added).
    • Contributed by NightAngel.

0.94.68

  • Moved chatbox hooks that implement voice commands to the voice library file for better organization.
    • Contributed by NightAngel.
  • Added plugin call 'PlayerShouldStaminaDrain' to determine whether a player's stamina should drain while sprinting.
    • Contributed by NightAngel.
  • Added pitch and volume arguments to the Add function of Clockwork.voices.
    • Contributed by NightAngel.
  • Using a voice command will no longer display a message from the player if the phrase of the voice command is nil or empty.
    • Contributed by NightAngel.