-
Notifications
You must be signed in to change notification settings - Fork 16
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 to v4.2.3.1 #6
base: master
Are you sure you want to change the base?
Conversation
…character after that filename and Johan Peitz would then blame us
… file in other locations, as Allegro does with allegro.cfg at initialization. (see bug #1223257)
…, Alt, and Shift.
…to non-asm builds, and clarified that user programs linking against the non-asm libraries must also defined ALLEGRO_USE_C. Mixing calling conventions causes segfaults when functions are inlined.
…psLock flags are not registered in the key_shifts flag (regardless of whether or not they're on) until at least one key is pressed.
…t support unsigned samples (also fixes this pulseaudio bug: http://www.pulseaudio.org/ticket/133 (backported revision 9936 from 4.3.10 branch)
…uchscreens (at least 1 of them)
…me earlier versions).
It's at least missing for djgpp and probably other platforms, which I can't check any more. Safest thing for the upcoming release is not to call it on other platforms.
A replacement is not required because transfer alignment is always one.
[merged from 4.4 branch]
This kinda complicates the repository name, perhaps you wish to rename to The update is mostly fixes for other platforms (Windows, Linux Alsa, Mac OSX) but does appear to include a couple of tree-wide bugfixes. If you'd prefer me to just backport those on top of your 4.2.2 I'm happy to throw this PR away and do that instead. |
@superjamie Hi there. First of all I apologize for never getting back to you on this PR. I'm wondering if you still think this is mergeable as-is. I'm happy to merge it now, and also to rename the repo to 4.2 for correctness (the old name will be redirected, so it's fine). |
Hello! Yes, as far as I can see it's good to go. I've had at least one user build and test with it besides myself. |
This set of commits updates from v4.2.2 (July 2007) to v4.2.3.1 (Oct 2009) by cherry-picking from the upstream Allegro repository.
Signed-off-by: Jamie Bainbridge [email protected]