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

Update SDL2_mixer to v2.8.1 #152

Merged
merged 5 commits into from
Mar 1, 2025

Conversation

suve
Copy link
Collaborator

@suve suve commented Feb 25, 2025

No description provided.

suve added 3 commits February 24, 2025 21:32
This commit adds some symbols that were missing from SDL2_mixer.pas,
bringing it up to date with v2.8.1 of the library.
SDL2_Mixer v2.6.0 promoted some identifiers from C preprocessor macros
to proper functions. This commit removes Pascal functions that imitated
said macros and replaces them with external function declarations.
This commit aligns the various consts found inside SDL2_mixer
with the values defined by C headers.
suve added 2 commits February 26, 2025 12:55
Some SDL2_Mixer functions were defined as taking arguments of type
Double, instead of the more appropriate cdouble.
@suve suve force-pushed the update-SDL_mixer-to-2.8.1 branch from 16b8277 to 24dc63e Compare February 26, 2025 12:00
@Free-Pascal-meets-SDL-Website
Copy link
Collaborator

Good to see this unit being updated! Seems ready the merge now. :)

@suve suve merged commit 868741c into PascalGameDevelopment:master Mar 1, 2025
2 of 3 checks passed
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.

2 participants