Logo
Explore Help
Register Sign In
xaymar/BlitzPointer
1
0
Fork 0
You've already forked BlitzPointer
Code Issues Pull Requests Actions Packages Projects Releases 9 Wiki Activity

9 Releases 9 Tags

RSS Feed
  • 1.4.1 2870370b84
    Compare

    1.4.1 Stable

    Xaymar released this 2016-03-11 14:13:39 +01:00 | 2 commits to master since this release

    Downloads
    • BlitzPointer.7z
      1.1 MiB
      2016-05-08 22:50:14 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.0-hf2 7591ca4a03
    Compare

    1.4.0 Hotfix 2: Wrong Stack, Wrong Pointer Stable

    Xaymar released this 2016-02-06 18:32:16 +01:00 | 3 commits to master since this release

    Changelog:

    • Fixed GetVariablePointer using the wrong stack for operations. Should now return a proper Pointer.
    Downloads
    • BlitzPointer-Debug.7z
      886 KiB
      2016-02-06 18:34:52 +01:00
    • BlitzPointer-Release.7z
      57 KiB
      2016-02-06 18:34:52 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.0-hf1 491e11ca77
    Compare

    1.4.0-hotfix - When Stack movement goes wrong. Stable

    Xaymar released this 2016-02-06 00:22:24 +01:00 | 4 commits to master since this release

    Changelog:

    • Fixes GetReturnAddress and GetFunctionPointer being broken
    • Decls is now correctly read by Blitz and no longer claims that multi-parameter functions only have one parameter. (Who knew that you can't have two parameters in the declaration with the same name? I didn't!)
    Downloads
    • BlitzPointer-Debug.7z
      884 KiB
      2016-02-06 00:25:50 +01:00
    • BlitzPointer-Release.7z
      57 KiB
      2016-02-06 00:25:23 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.4.0 57c310b0fc
    Compare

    1.4.0 - Assembler-- C++ Stable

    Xaymar released this 2015-12-30 06:24:35 +01:00 | 8 commits to master since this release

    Changelog:

    • Upgraded to Visual Studio 2015
    • Fixed broken .Decls file (missing parameter).
    • Implemented Variable-pointers (BP_GetVariablePointerInt, BP_GetVariablePointerFloat, BP_GetVariablePointerType)
    • Fixed BP_GetReturnAddress returning the wrong address.
    • Fixed BP_GetFunctionPointer being unstable by using a more intelligent design.
    • Reduced overall usage of raw asm instruction to just reading the BasePointer.
    • Added Example 8 - Variable-pointers.
    Downloads
    • BlitzPointer-Debug.7z
      846 KiB
      2015-12-30 06:29:23 +01:00
    • BlitzPointer-Release.7z
      56 KiB
      2015-12-30 06:28:46 +01:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.3.1-hf 1ec8bc54dd
    Compare

    1.3.1-Hotfix Stable

    Xaymar released this 2015-06-20 23:47:21 +02:00 | 15 commits to master since this release

    Downloads
    • BlitzPointer-Debug.7z
      590 KiB
      2015-09-19 18:51:42 +02:00
    • BlitzPointer-Release.7z
      64 KiB
      2015-09-19 18:51:45 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.3.1 ce731d795f
    Compare

    1.3.1 Stable

    Xaymar released this 2015-06-20 23:37:47 +02:00 | 16 commits to master since this release

    Changelog

    • Increased parameter count from 4 to 5.
    • Updated Decls to match new parameter count (also sorted it by amount not name).
    Downloads
    • Debug.7z
      592 KiB
      2015-06-20 23:44:17 +02:00
    • Release.7z
      64 KiB
      2015-06-20 23:44:17 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.3.0 880e754254
    Compare

    1.3.0 Pre-Release

    Xaymar released this 2015-06-20 15:08:27 +02:00 | 20 commits to master since this release

    Changelog

    • Changed functions to start with BP_ instead of BlitzPointer_.
    • Blitz functions are __stdcall-able so use that instead of tailored asm (safer).
    • Made BlitzPointer.h safe to include - other DLLs only have to use the typedefs to call Blitz functions now.
    Downloads
    • Debug.7z
      595 KiB
      2015-06-20 15:12:15 +02:00
    • Release.7z
      240 KiB
      2015-06-20 15:12:12 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.0 a5640928fc
    Compare

    1.2.0 Stable

    Xaymar released this 2015-06-06 21:19:26 +02:00 | 21 commits to master since this release

    Changelog

    • New License: Default Copyright -> LGPLv3 (Automatically copied to build directory!)
    • Function-exports have been moved from .h to .cpp for better compatability.
    • Fixed Stack Overflow when calling DLL functions from Blitz due to using __cdecl instead of __stdcall.
    • Addresses are now handled as uint32_t* instead of intptr_t* due to odd glitches happening at random.
    Downloads
    • Debug.7z
      597 KiB
      2015-06-06 21:36:07 +02:00
    • Release.7z
      243 KiB
      2015-06-06 21:36:07 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1.0 3a7260b784
    Compare

    1.1.0 Stable

    Xaymar released this 2015-05-17 11:54:23 +02:00 | 24 commits to master since this release

    Changelog:

    • Added and updated examples.
    • Added functions for Direct Memory Access (DMA), use with caution.
    • Remove string return type as it causes an unsolvable memory leak.
    • Fixed Blitz jumping back a few lines when BlitzPointer was used.
    Downloads
    • BlitzPointerRelease.7z
      81 KiB
      2015-05-17 12:39:09 +02:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.26.1 Page: 26ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API