Skip to content

Releases: DeniedAccessLife/ArduinoStrike

ArduinoStrike v1.3.0

12 Aug 11:25
a801747
Compare
Choose a tag to compare

Changes:

  • The input validation function is implemented.
  • Small code correction in class and method declarations.
  • New configuration variable to track the confirmation of the recoil control
  • Changed HandleWeaponFire function has been changed for improved handling of mouse states.

ArduinoStrike v1.2.0

12 Jul 12:35
16a071d
Compare
Choose a tag to compare

Changes:

  • Small code correction in class and method declarations.
  • Moved weapon-related functions and enums to Weapons.h.
  • Changed GetWeaponState function to handle weapon states.
  • Improved clarity and structure of impact control functions.
  • Introduced GetWeaponData function for handling weapon states.
  • Enhanced readability by using cout instead of printf for console output.
  • Added functions IsKeyHolded, IsKeyPressed to Weapons.h to handle key states.
  • Simplified the Arduino class by focusing on essential read and write functions.
  • The overall code structure was optimized for better maintainability and extensibility.
  • Improved naming conventions for better readability and understanding of function purposes.
  • Console output handling was enhanced to improve the user experience during application use.
  • Code modularity has been improved by organizing related functionalities into separate files.

ArduinoStrike v1.1.0

31 Mar 11:40
e1aaac0
Compare
Choose a tag to compare

Changes:

  • Small code correction.
  • Improved clarity of impact control.
  • Added support for saving configuration settings.

ArduinoStrike v1.0.0

31 Oct 18:51
230cfe2
Compare
Choose a tag to compare

The first release of ArduinoStrike.