Skip to content

Conversation

@thecybermind
Copy link
Owner

  • changed plugin_load to return an int: -1 = failure but file existed (do not continue to try new paths), 0 = failure but file not found (continue to try new paths), 1 = success
  • changed s_main_load_plugin to return a bool
  • output success or failure message after attempting to loading a plugin
  • check for other plugin dll pointers when loading a plugin

- changed plugin_load to return an int: -1 = failure but file existed (do not continue to try new paths), 0 = failure but file not found (continue to try new paths), 1 = success
- changed s_main_load_plugin to return a bool
- output success or failure message after attempting to loading a plugin
@thecybermind thecybermind self-assigned this Jan 1, 2026
@thecybermind thecybermind added the enhancement New feature or request label Jan 1, 2026
@thecybermind thecybermind merged commit cdfcf91 into main Jan 1, 2026
2 checks passed
@thecybermind thecybermind deleted the dev_pluginload branch January 1, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant