![]() |
|
This thread is locked; no one can reply to it.
![]() ![]() |
1
2
|
Allegro 5.1.13 released! |
SiegeLord
Member #7,827
October 2006
![]() |
First release of the Allegro in the new year! Hopefully not too many more of these before the next stable release. Get the source packages here. Get the MinGW binaries here. Get the corresponding dependency MinGW binaries here. Get the MSVC binaries from NuGet (now with MSVC 2013 support!). Ubuntu and homebrew binaries will be done in the coming days! EDIT: Ubuntu packages are now done. Changes from 5.1.12 to 5.1.13 (January 2016)The main developers this time were: Julian Smythe, Elias Pschernig and Peter Hull. Graphics
Input
Android port
Linux port
OSX port
Windows port
Build system
Documentation
Python
Other
Audio addon
Acodec addon
Image addon
Native dialog addon
SHA256SUMS 7505f68ef26388a28b85e6e03f2193ebe33fbe0d8bed118e7a8f3e10ad95966f allegro-5.1.13.7z f3c5be792bc0fc6e657de473112196823598120cfa2e6e19d6f87543f2a273fd allegro-5.1.13.tar.gz 453cfa50a12050ce71b54db8dac9ba4390918ea9bbd343515e0c08dd2ea8e297 allegro-5.1.13.zip a6f1b2624769698f8e4676b9266bb941939ab557df67d924b5b14eaaf6f807f9 allegro-mingw-gcc5.3.0-x64-5.1.13.zip 5e99632eb7109758e008ea31cb9b2e2c8326e6f26eae9ccb6c7e10ca1953ef7a allegro-mingw-gcc5.3.0-x86-5.1.13.zip cf3cc436960c75b27759c8611611f9cf357717d99ccec2d5a0c3d5844ccc697a allegro_deps-mingw-gcc5.3.0-x64-1.4.0.zip bddccb95d4df8f2209ad222a32a2450172dfb848ef73f472a1744b2de4bd1c44 allegro_deps-mingw-gcc5.3.0-x86-1.4.0.zip
"For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18 |
Bruce Pascoe
Member #15,931
April 2015
![]() |
Nice to hear 5.2 isn't too far off. I'll upgrade right away, 5.1.12 has a couple bugs with string handling (the clipboard one, as well as al_set_new_window_title) so it'll be nice to get rid of the workarounds for them. Plus the WAV stream corruption is gone, yay! Will Ubuntu packages be uploaded soon? (I know it's a pain, no rush) Also, no MSVC binaries? (edit: Nevermind, forgot these are provided through NuGet now
|
Neil Roy
Member #2,229
April 2002
![]() |
For the MinGW binaries and deps it says Forbidden access. --- |
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
Thanks Bruce for fixing that al_set_window_title bug. And thanks Siegelord for the new release! Already downloaded! I will make some Mingw 4.5.0 binaries here in a day or two when my internet is back up and running. (Posted from my phone My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
Bruce Pascoe
Member #15,931
April 2015
![]() |
Edgar Reynaldo said: Thanks Bruce for fixing that al_set_window_title bug. No problem. As I use Allegro for a general-purpose game engine, I noticed it right away that every single game had the last character of its title chopped off. If I were just making a single game I probably wouldn't have paid it any mind. edit: Are the NuGet packages bugged? Just installed the 5.1.13 package to my project, and I'm getting link errors: 1>LINK : fatal error LNK1181: cannot open input file 'allegro51.lib' edit 2: Ignore me, it was caused by leftover linker settings from when I had the Allegro libs in my own repo. The packages work great!
|
SiegeLord
Member #7,827
October 2006
![]() |
Bruce Pascoe said: Will Ubuntu packages be uploaded soon? Yeah, just not today. My goal is by the end of the week, but I'll try doing it tomorrow. Quote: Nevermind, forgot these are provided through NuGet now Yeah, I figured it was the most convenient method and hosting the .zip files seemed redundant (you can actually open the packages and extract the libs/dlls yourself). Neil Roy said: For the MinGW binaries and deps it says Forbidden access. That's... very strange. I wonder what I did wrong. I'll try fixing it in a bit. "For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18 |
Neil Roy
Member #2,229
April 2002
![]() |
Edgar Reynaldo said:
Thanks Bruce for fixing that al_set_window_title bug. And thanks Siegelord for the new release! Already downloaded! I will make some Mingw 4.5.0 binaries here in a day or two when my internet is back up and running. (Posted from my phone
4.5.0? SiegeLord said: That's... very strange. I wonder what I did wrong. I'll try fixing it in a bit. Yeah, the other folders work fine, they were the only ones that gave a problem. The files show as there, just can't download them. Permissions on them or something? (not sure how that works there) --- |
SiegeLord
Member #7,827
October 2006
![]() |
Neil Roy said: Permissions on them or something? Yeah, that's what it was. Should be good now. "For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18 |
Neil Roy
Member #2,229
April 2002
![]() |
SiegeLord said: Yeah, that's what it was. Should be good now. Yup, works okay now. Thanks. --- |
Arvidsson
Member #4,603
May 2004
![]() |
Great work as always!
|
GullRaDriel
Member #3,861
September 2003
![]() |
I'm making the move. Byebye A4, all my code will belong to A5 during this week. "Code is like shit - it only smells if it is not yours" |
Bruce Pascoe
Member #15,931
April 2015
![]() |
I must say NuGet is nice - and with the static option, no more needing to build Allegro myself, yay! I didn't realize nuget could add options to the project settings. That's pretty nifty.
|
Mark Oates
Member #1,146
March 2001
![]() |
GullRaDriel said: I'm making the move. Byebye A4, all my code will belong to A5 during this week. Woah no way. I had no idea you were still using A4. I can say I do miss the old days of key[] and polling everything. Times were simpler, then. *nostalgic music* -- |
gameovera
Member #15,340
October 2013
|
I like NuGet package. it's easy to install from Windows 10's PowerShell PS C:\Users\FooBar> Find-Package Allegro | Install-Package -Destination C:\Users\FooBar\Documents\A5 Thank you for the Allegro Dev Team! |
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
I misspoke again. I'm running MinGW 4.8.1. That's what the binaries I provide will be for. My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
SiegeLord
Member #7,827
October 2006
![]() |
Ubuntu packages have been uploaded (hopefully they work "For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18 |
Bruce Pascoe
Member #15,931
April 2015
![]() |
I just re-ran my last Travis build of minisphere, and the build succeeded using the 5.1.13 packages. No idea what happens at runtime until I boot into Ubuntu myself, but there are no compile/link errors at least.
|
GullRaDriel
Member #3,861
September 2003
![]() |
Mark: You don't know the real value of something until you loose it. Haaa, good old if( keypressed() ) ;-) Edit: I'm on ubuntu 16.04 and I confirm that they work. "Code is like shit - it only smells if it is not yours" |
Bruce Pascoe
Member #15,931
April 2015
![]() |
@SiegeLord By the way it still might be worth providing standalone MSVC binaries for allegro_deps, since those are needed to build Allegro using CMake and are a pain to build them all manually. For now I can lift them from the NuGet packages, of course.
|
Neil Roy
Member #2,229
April 2002
![]() |
GullRaDriel said: Haaa, good old if( keypressed() ) ;-)
I created a function for that under Allegro 5. bool key_pressed(int key) { ALLEGRO_KEYBOARD_STATE s; al_get_keyboard_state(&s); return al_key_down(&s, key); }
Edgar Reynaldo said: I misspoke again. I'm running MinGW 4.8.1. That's what the binaries I provide will be for.
Thanks, I look forward to it. --- |
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
Neil Roy said:
Thanks, I look forward to it. Cheers. Here ya go. If you have any problems with it let me know and I'll fix 'em lickety split. Allegro 5.1.13 for MinGW 4.8.1 build 2 Allegro 5.1.X MinGW 4.8.1 My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
Neil Roy
Member #2,229
April 2002
![]() |
Edgar Reynaldo said: Cheers. Here ya go. If you have any problems with it let me know and I'll fix 'em lickety split. Thanks a lot, that was fast! Anyhow, I recompiled my Deluxe Pacman 2 game using it, both debug and release versions were statically linked and worked perfectly. I think there may be a slight increase in speed with this version I noticed, at least over what I had installed, which I think was 5.1.11 if I recall. One problem (if it is a problem?) that I still notice is that when I run my game with DirectX mode, I get around 400fps (should be faster, but that's my fault). Anyhow, when I switch it to use OpenGL instead, it gets half that, or around 200fps, that seems like quite a difference. I was under the impression that the two should be close to the same. I am running Windows 7 - 64bit with latest drivers (nVidia GTX650). I don't suppose anyone has figured this out yet? I noted this a few versions ago. I am happy to run with DirectX, and I can most definitely speed my game's frame rate up (I plan to do that soon) but I still wonder if I ever recompile it for Linux or some other platform with opengl, how well it would do. I also noticed that my frame rate gradually climbs. It done that with 5.1.11, with this version it climbs a little faster. Starts out around 350, climbs to over 400. I use the same frame rate code so I doubt it is that (though I will double check it). Just seems odd, and quite a difference. Oh, do I still need to use "libgcc_s_dw2-1.dll" and "OpenAL32.dll" with this? --- |
Bruce Pascoe
Member #15,931
April 2015
![]() |
It's been my experience that DirectX hits higher framerates on Windows in general compared to OpenGL, however OpenGL's framerate tends to be more stable where DX can jump all over the place depending on what kind of primitives you're drawing.
|
Edgar Reynaldo
Major Reynaldo
May 2007
![]() |
Neil Roy said: Oh, do I still need to use "libgcc_s_dw2-1.dll" and "OpenAL32.dll" with this? Doh! Forgot about that again. I removed the dependency on OpenAL32.dll from the dynamic builds, but they still depend on ligcc_s_dw2-1.dll and libstdc++6.dll. I figure you're building dynamically anyway, so.... I rebuilt all the libs and re-uploaded them to sourceforge. New links : There are dynamically linked debug builds of all the demos and examples in there. It would be really awesome if people could run them and see if they all work as expected. You can use gdb to get a backtrace if they crash. The dlls need to be copied into the example or demo folders or else you can just add the bin/dlls folder to your %PATH%. Thanks for reminding me Neil. E. My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
Neil Roy
Member #2,229
April 2002
![]() |
Edgar Reynaldo said: I rebuilt all the libs and re-uploaded them to sourceforge. Wow, that was fast, many thanks for your efforts, they are appreciated. I tested it out again, found bugs... in my game code, not yours. Seems to work fine. I statically compiled/linked everything, done a clean rebuid and tried my best to hide all the DLLs from my paths and it still seems to run fine even though those two dlls "libgcc_s_dw2-1.dll" and "libstdc++-6.dll" do not APPEAR to be in the path anywhere. Does it still require them when statically linked? Or perhaps do I have them in my path somewhere I do not know. I would rather not have to include the, but if I have to I will, not a big deal really. Also, just to clarify, "OpenAL.dll" is no longer needed? I statically link everything, even my debug versions. Using the compiler you zipped as well as your binaries (best idea ever by the way!). Anyhow, so far I am pleased. --- |
|
1
2
|