-
Notifications
You must be signed in to change notification settings - Fork 38
Fix ramdisk related bug #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
MiranDMC
wants to merge
275
commits into
cleolibrary:master
from
cleolibrary:fix_Ramdisk_related_bug
Closed
Fix ramdisk related bug #153
MiranDMC
wants to merge
275
commits into
cleolibrary:master
from
cleolibrary:fix_Ramdisk_related_bug
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated clearing log list effect. Callback 'ScriptDraw' called after script elements drawing.
Adjusted screen log display times
…120) Now returned string is always null terminated. Removed filling remaining part of target buffer with zeros.
* ReadFormattedString result always null terminated * Skip would not work here anyway.
CLEO.h functions sorted. White characters unified. Added error checking and messages to cleo_return
* Grouping repeated messages in screen log. * Enabled last opcode trace to log.
Configured game debugging settings in all projects.
…_separator_on_end_of_workdir Fix resolve path returning path separator at end of workdir
* Fix problem occurring when 'format' parameter provided to ReadFormattedString is internal buffer of ReadString * Arguments name updates in CLEO.h * Unified way params collection is implemented. Used buffer provided by ReadStringParam instead of creating new. * Disabled whole buffer clearing in CLEO_ReadParamsFormatted as real size might not always be known. * fixup! Disabled whole buffer clearing in CLEO_ReadParamsFormatted as real size might not always be known. * No reason to limit length, as user allocated memory block can be any size. * 0AD3 now respects size limitations of output variable type.
--------- Co-authored-by: Seemann <x87@users.noreply.github.com>
* fix for backward compatibility with ModLoader * Fix for crash when script creation from file fails.
* Opcode 2001 returning only resolved paths. * Updates in path resolving. Added support for parent directory references "..\" in paths. Replaced virtual path numbers with text keywords.
* Added script lag detection. * fixup! Added script lag detection. * fixup! Added script lag detection.
* Allow source and target block overlap in copy_memory opcode. * copy_memory tests updated.
* Fix scriptLog problems with script callbacks from SAMP * fixup! Fix scriptLog problems with script callbacks from SAMP
* Fixed handling of INI files in game root directory. * fixup! Fixed handling of INI files in game root directory.
* Update read_string_from_file to not include line feed * fixup! Update read_string_from_file to not include line feed
…#289) --------- Co-authored-by: Miran <Miran4@op.pl>
* Added warning about unsupported game exe version. * fixup! Added warning about unsupported game exe version.
* Added CLEO plugins blacklist to the conging.ini * fixup! Added CLEO plugins blacklist to the conging.ini * fixup! Added CLEO plugins blacklist to the conging.ini * fixup! Added CLEO plugins blacklist to the conging.ini * fixup! Added CLEO plugins blacklist to the conging.ini
* Allow call_method_return with nullptr this param * Added unit tests. * fixup! Added unit tests. * fixup! Added unit tests.
* Added COMPAT_MODE_TIP macro. * Enabled both too few and too many return params of 0AB2 to work in legacy modes. * fixup! Enabled both too few and too many return params of 0AB2 to work in legacy modes.
* Censoring user name in logs * fixup! Censoring user name in logs * fixup! Censoring user name in logs
* move readString hook to later stage * fix
* Introduced UserInterface type of AudioStream. Types None and Music no longer affected by game speed. * fixup! Introduced UserInterface type of AudioStream. * fixup! Introduced UserInterface type of AudioStream. * fixup! Introduced UserInterface type of AudioStream. * fixup! Introduced UserInterface type of AudioStream. * fixup! Introduced UserInterface type of AudioStream.
* Fixes to audio streams progress handling. * fixup! Fixes to audio streams progress handling. * fixup! Fixes to audio streams progress handling. * Fixed checking total file length. Added unit tests.
* Added Color_Blend example script. * fixup! Added Color_Blend example script. * fixup! Added Color_Blend example script. * fixup! Added Color_Blend example script.
* Restored behavior of .\ filepath prefix in legacy compat modes. * Fixed 0A99 tests when PortableGTA.asi is used.
* Added 250B and 250C opcodes. * fixup! Added 250B and 250C opcodes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.