-
Notifications
You must be signed in to change notification settings - Fork 34
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
Proper handle fastload skipping main menu #151
Closed
MiranDMC
wants to merge
264
commits into
cleolibrary:master
from
cleolibrary:proper_handle_fastload_skipping_main_menu
Closed
Proper handle fastload skipping main menu #151
MiranDMC
wants to merge
264
commits into
cleolibrary:master
from
cleolibrary:proper_handle_fastload_skipping_main_menu
Conversation
This file contains 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
… plugin�added more detailed error messages in some cases�updated general methods for getting and setting string parameters added some CLEO properties and methods to CRunningScript struct�export addded: CLEO_RegisterCallback export addded: CLEO_GetScriptVersion
cleo.cpp removed from CLEO SDK new opcode 0DD5 (get_platform) new opcode 00CC (breakpoint) new opcode 00CD (trace) new opcode 00CE (log_to_file) support of opcodes 0662, 0663 and 0664 more error and warning messages updated opcodes handling
* Added missing changes to CHANGELOG.md * Header style updated.
* Used CFont from plugin sdk instead of direct memory hacks. Fixed aspect of main menu CLEO text.
* Added 2000 and 2001 opcodes. * Added validation of script pointer parameter in opcode 2001
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.
* Fix command limit checking for PluginSDK called commands. Added support of -1 argument for limits config. * fixup! Fix command limit checking for PluginSDK called commands. * fixup! Fix command limit checking for PluginSDK called commands.
* Fix CLEO modules path * Fixes and refactoring of legacy CLEO support. Added legacy option for native scripts to config.ini * fixup! Fixes and refactoring of legacy CLEO support. * fixup! Fixes and refactoring of legacy CLEO support. * fixup! Fixes and refactoring of legacy CLEO support.
* Throw error when executing command past script code. * fixup! Throw error when executing command past script code. * fixup! Throw error when executing command past script code. * fixup! Throw error when executing command past script code.
* Some comments updated. Fixed example scripts to follow function argument type grammar rules. * fixup! Some comments updated.
* 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 <[email protected]>
* 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.
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.