------------------------------------------------------------------------ r3381 | helixhorned | 2013-01-06 10:56:50 -0800 (Sun, 06 Jan 2013) | 1 line Re-enable spotlights on ATI cards again because the crash from 12.8 seems gone. ------------------------------------------------------------------------ r3380 | helixhorned | 2013-01-06 10:56:45 -0800 (Sun, 06 Jan 2013) | 1 line Lunatic: a couple of small changes. ------------------------------------------------------------------------ r3379 | helixhorned | 2013-01-06 10:56:38 -0800 (Sun, 06 Jan 2013) | 1 line Fix NETCODE=0 build. ------------------------------------------------------------------------ r3378 | helixhorned | 2013-01-06 10:56:34 -0800 (Sun, 06 Jan 2013) | 4 lines Reimplement pixel doubling by taking the upper left pixel of each 2x2 block. This obviously won't help performance as the scene has still to be drawn at the original resolution, but it's better than the draw-to-tile hack. ------------------------------------------------------------------------ r3377 | helixhorned | 2013-01-06 10:56:29 -0800 (Sun, 06 Jan 2013) | 4 lines Factor "pipe standard outputs to files" code into baselayer.c. The SDL and Windows layers had slightly different code: the latter would dereference a NULL pointer if stdout.txt failed being write-opened. ------------------------------------------------------------------------