Skip to content

Releases: NotnHeavy/SM-Address64

v1.3

18 Oct 22:57
Compare
Choose a tag to compare

Few changes:

  • Add Malloc64().
  • Add Free64().
  • Added offset parameters to LoadFromAddress64() and StoreToAddress64().

v1.2.1

18 Oct 18:44
Compare
Choose a tag to compare

Use unsigned instead of signed types.

I am a stupid person.

v1.2

01 Jul 23:26
Compare
Choose a tag to compare

Few changes:

  • Removed the assert for 32-bit code and actually designed this extension to work in 32-bit srcds as well. This honestly was a really silly idea and wasn't very well-thought.
  • Added two new stocks - GetPointerSize() and GetArchitecture().
  • Tweaked AMBuildScript so that the parameters actually make sense. (I am genuinely not a proper programmer.)
  • I now provide x86-32 and x86-64 builds.

v1.1

06 Apr 09:02
Compare
Choose a tag to compare

Added bitwise operators:

  • &
  • |
  • ^
  • ~
  • <<

v1.0

05 Apr 21:04
ebd8ddc
Compare
Choose a tag to compare

Initial release