Skip to content
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

0.2.0 #1

Closed
Vurv78 opened this issue Mar 15, 2021 · 2 comments · Fixed by #5
Closed

0.2.0 #1

Vurv78 opened this issue Mar 15, 2021 · 2 comments · Fixed by #5
Labels
R-Enhancement New feature or request
Projects

Comments

@Vurv78
Copy link
Owner

Vurv78 commented Mar 15, 2021

Already done.

Making an issue because rust dlopen doesn't allow fields with the WrapperApi derived to be public, which kind of doesn't allow this.

Pretty much the only thing keeping this from 0.2.0, and cargo isn't playing nice to import my own fork to test and maybe fix it for them...
szymonwieloch/rust-dlopen#31

Here's what's already added and being held back:

  • Scripthook / Running a script right before any lua file runs in an isolated env sautorun/hook.lua. Letting you control whether it runs by returning true in it.
  • Running a script sautorun/autorun.lua before autorun
@Vurv78 Vurv78 added this to Todo in TODOs Apr 1, 2021
@Vurv78 Vurv78 changed the title Spread everything into files 0.2.0 Apr 2, 2021
@Vurv78 Vurv78 added R-Enhancement New feature or request R-Can't fix Something that's not our fault. labels Apr 2, 2021
@Vurv78
Copy link
Owner Author

Vurv78 commented Apr 13, 2021

I already got a successful build on my fork, but the build is crashing right before joining a server. Don't know why and I haven't had time to debug. https://github.com/Vurv78/rust-dlopen/tree/future

@Vurv78
Copy link
Owner Author

Vurv78 commented Apr 17, 2021

So, now I have a tree on stuff to work on for this.

  1. rust-dlopen
  2. rglua
  3. Autorun-rs

1 being highest priority since it is the lowest dependency.
I'm reworking rglua so we can use it for this instead of having all of the bindings in here.

@Vurv78 Vurv78 removed the R-Can't fix Something that's not our fault. label Apr 18, 2021
@Vurv78 Vurv78 moved this from Todo to Doing in TODOs Apr 19, 2021
Vurv78 added a commit that referenced this issue Apr 24, 2021
…ared.dll

Temporarily Fixes #4 until I can get #1 done. I'm dealing with a ton of race condition garbage and It's been a while and I've yet to get a solid solution. Here's this fix for now taken from rglua.
@Vurv78 Vurv78 moved this from Doing to Todo in TODOs May 10, 2021
@Vurv78 Vurv78 moved this from Todo to Unlikely to be done Soon in TODOs May 13, 2021
@Vurv78 Vurv78 mentioned this issue May 23, 2021
Merged
@Vurv78 Vurv78 closed this as completed in #5 May 23, 2021
TODOs automation moved this from Todo in the next months maybe to Done May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R-Enhancement New feature or request
Projects
No open projects
TODOs
Done
Development

Successfully merging a pull request may close this issue.

1 participant