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

Entity vtable fixes and new stuff #397

Merged
merged 28 commits into from
Dec 27, 2024
Merged

Conversation

Mr-Auto
Copy link
Contributor

@Mr-Auto Mr-Auto commented Sep 11, 2024

No description provided.

…e, add missing parameters, make the vtable hooks not require giving the full signature, instead you can point to the function pointer. Fix auto doc (again)
src/game_api/vtable_hook.hpp Outdated Show resolved Hide resolved
src/game_api/entity.cpp Outdated Show resolved Hide resolved
… and vice versa. Some comments fix, clean up Entity file a little,expose some more stuff
…t them etc. some comments and name changes, filter out bad pointers in vtable_sizes generated by info_dump
@Mr-Auto Mr-Auto marked this pull request as ready for review November 16, 2024 12:38
Copy link
Contributor

@SereneRuby12 SereneRuby12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of it is great! Just some small things to fix

src/game_api/entities_items.hpp Outdated Show resolved Hide resolved
src/game_api/entities_monsters.hpp Outdated Show resolved Hide resolved
src/game_api/movable.hpp Show resolved Hide resolved
src/game_api/entities_mounts.hpp Outdated Show resolved Hide resolved
src/game_api/script/usertypes/vtables_lua.cpp Outdated Show resolved Hide resolved
src/game_api/script/usertypes/vtables_lua.cpp Show resolved Hide resolved
…ble function that have different name for hook vs function itself, some comments here and there
Copy link
Contributor

@SereneRuby12 SereneRuby12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! (finally)

@Mr-Auto Mr-Auto merged commit 870bdf2 into spelunky-fyi:main Dec 27, 2024
10 checks passed
@Mr-Auto Mr-Auto deleted the virtuals branch December 28, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants