Releases: povargek/MiTurboFix
v0.0.7.1-Alpha-Signed
Menu Validation
- bIsTwoColumns size fix. Thanks RedHolms to report: https://www.blast.hk/threads/220457/post-1543899
The DLL is now signed. This way you can be sure that file (.ASI) is original, not been tampered with or modified in any way by someone.
Full Changelog: v0.0.7-Alpha-Signed...v0.0.7.1-Alpha-Signed
v0.0.7-Alpha-Signed
Logging
- Registry Key
MiLogFile
now contain only filename - New registry key
MiLogDirectory
:
If not set or empty - use a%appdata%\Roaming\MiTurboFix
folder for log
You can also use a .
folder name for store log in GTASA folder (current directory), or absolute path (with Windows ENV vars e.g. %userprofile%
, etc)
The DLL is now signed. This way you can be sure that file (.ASI) is original, not been tampered with or modified in any way by someone.
Full Changelog: v0.0.7-Alpha...v0.0.7-Alpha-Signed
v0.0.7-Alpha
Logging
- Registry Key
MiLogFile
now contain only filename - New registry key
MiLogDirectory
:
If not set or empty - use a%appdata%\Roaming\MiTurboFix
folder for log
You can also use a .
folder name for store log in GTASA folder (current directory), or absolute path (with Windows ENV vars e.g. %userprofile%
, etc)
Full Changelog: v0.0.6-Alpha...v0.0.7-Alpha
v0.0.6-Alpha
- Road to remove RakHook: use a native AddToChatMessage
- Optional detections logging ability: just set bit
LogLevel::LogToFile
(0x4) in DWORD MiNotifyLevelFlags key to positive
Log file name can be configured by add REG_SZ keyMiLogFile
. Default ismi_fix.log
(hiveHKCU\SOFTWARE\SAMP
)
Full Changelog: v0.0.5-Alpha...v0.0.6-Alpha
v0.0.5-Alpha
Add optional logging to chat ability
Displayed ONLY IF you add a registry key: HKEY_CURRENT_USER\SOFTWARE\SAMP
Key MiNotifyLevelFlags
DWORD
LogLevel::Disabled
(0x0)- Logging disabled (default)
LogLevel::InitNotify
(Bit 0x1) - Show only message about plugin loaded
LogLevel::DetectNotify
(Bit 0x2) - Log all detections
Full Changelog: v0.0.4-Alpha...v0.0.5-Alpha
v0.0.4-Alpha
What's Changed
- Plugin::InstallPatchAddHospitalRestartPoint(): Unprotect before patching by @Northn in #1
- Fix InitMenu bugs
- Add BitStream Reset
- Little refactor
-
- fix and use only version X.Y.Z.0 (auto build number maybe be added in future)
New Contributors
Full Changelog: v0.0.3-Alpha...v0.0.4-Alpha
v0.0.3-Alpha
RCE fix:
- Add a
SetSpawnInfo
(AddHospitalRestartPoint
) Buffer overflow fix
Misc:
- Removed sampapi
- RakHook updated for support SA:MP 0.3.7 R2 && SA:MP 0.3.7 R5 (thanks @AmyrAhmady for report this in https://github.com/openmultiplayer Discord channel)
v0.0.2-Alpha
RCE fix:
- Dialogs (listitem > 128)
- GameText
- ApplyPlayerAnimation
- ApplyAnimation
Full Changelog: https://github.com/povargek/MiTurboFix/commits/v0.0.2-Alpha