------------------------------------------------------------------------ r4083 | hendricks266 | 2013-10-07 03:04:16 -0700 (Mon, 07 Oct 2013) | 1 line Fix the RETURN and KP_ENTER keys under SDL2. ------------------------------------------------------------------------ r4082 | hendricks266 | 2013-10-07 03:04:02 -0700 (Mon, 07 Oct 2013) | 1 line Fix the Classic renderer under SDL2. ------------------------------------------------------------------------ r4081 | hendricks266 | 2013-10-07 03:03:49 -0700 (Mon, 07 Oct 2013) | 1 line Fix USE_OPENGL=0 build. ------------------------------------------------------------------------ r4080 | hendricks266 | 2013-10-07 03:03:37 -0700 (Mon, 07 Oct 2013) | 1 line Merge a patch from NY00123 that draws the screen to a temporary surface under the selected bit depth then blits it to a surface at the system desktop bit depth, under SDL. This allows 8-bit classic to run in fullscreen under certain *nix configurations and Windows 8. ------------------------------------------------------------------------ r4079 | hendricks266 | 2013-10-07 03:03:23 -0700 (Mon, 07 Oct 2013) | 5 lines Fix the long-standing trivial warnings in net.c. Cognitively, so much time has passed that these unused variables would offer little help indicating the roadmap for networking. In any case, I have taken care only to comment rather than remove anything that is more than just a throwaway loop counter. If this commit inconveniences anyone in any way, please contact me personally and I will make it right. ------------------------------------------------------------------------ r4078 | hendricks266 | 2013-10-07 03:03:11 -0700 (Mon, 07 Oct 2013) | 1 line Iron out all errors and warnings when compiling with MinGW-w64, targeting either 32-bit or 64-bit. ------------------------------------------------------------------------ r4077 | hendricks266 | 2013-10-07 03:02:50 -0700 (Mon, 07 Oct 2013) | 1 line Update prebuilt ebacktrace1 dlls. This allows r3625 to take effect. Rejoice as the 32-bit dll built by i686-MinGW-w64 works, resulting in a 1.0 MB file instead of MinGW32's 5 MB dll. ------------------------------------------------------------------------ r4076 | hendricks266 | 2013-10-07 03:02:33 -0700 (Mon, 07 Oct 2013) | 3 lines Fix ebacktrace1 under MinGW's GCC 4.8 and binutils 2.23.2. We keep needing more and more hacks as libbfd keeps becoming dependent on additional libraries we don't need... ------------------------------------------------------------------------