<div dir="ltr"><div>Ugh, I think it took me over 15 hours of work to add support for FB 1.04, including getting working builds of FB on Linux and Windows, and to test all the backends on both. I don't think we've had this much trouble since the likes of FB 0.16.<br><br></div><div>I'd neglected to read the FB changelog for about the last 7 releases, but now I see there's some really great stuff in there! For example, you can now put arrays in structs!<br></div><div><br></div>Also, I forgot to mention that gfx_alleg doesn't compile, it throws a _install_allegro_version_check not found linker error on Windows, which is probably a bug in FB, a mismatch between headers and libraries. On the whole, FB 1.04 fixes a huge number of errors in the old headers. The headers (and FB) now also officially support 64 bit, although the engine still crashes when I try to build (and I still get hundreds of warnings from gen gcc).<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 December 2015 at 04:20,  <span dir="ltr"><<a href="mailto:subversion@hamsterrepublic.com" target="_blank">subversion@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">teeemcee<br>
2015-12-20 07:20:47 -0800 (Sun, 20 Dec 2015)<br>
557<br>
FB 1.04 support 7/7: SDL headers were replaced with very different ones.<br>
<br>
Quite a lot of stuff changed because the previous ones were out of date<br>
and translated largely by hand.<br>
<br>
SDL.bi on Windows now includes <a href="http://windows.bi" rel="noreferrer" target="_blank">windows.bi</a>, so it's necessary to call<br>
include_windows_bi() before including SDL.bi to avoid problems.<br>
Likewise, on Unix it includes X11, although just a couple conflicts there.<br>
<br>
OK, FB 1.04 works now (except for lack of live-previewing CLOSE #fh<br>
messages), and FB 0.23 still works. This commit might break versions<br>
between 0.91 and 1.04; untested.<br>
---<br>
U   wip/gfx_sdl.bas<br>
U   wip/music_sdl.bas<br>
U   wip/sdl_lumprwops.bas<br>
_______________________________________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org">ohrrpgce@lists.motherhamster.org</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org</a><br>
</blockquote></div><br></div>