Chris Want
5e3cffc64a
Patch to change license to GPL only, from GSR.
2008-01-07 19:13:47 +00:00
Kent Mein
06cb471269
Fix so it compiles on my machine....
...
Changed:
row_pointers = new (png_bytep) [(GetHeight() * sizeof(png_bytep))];
to:
row_pointers = new png_bytep [(GetHeight() * sizeof(png_bytep))];
Thanks emil....
Kent
2004-10-26 13:04:27 +00:00
Kester Maddock
6424bf6eb0
Fix makeScreenshot for blenderplayer
2004-10-24 10:42:31 +00:00
Kester Maddock
47c5b8ff26
Fix blenderplayer command line option parsing.
...
Fix stereo rendering in vertex array mode. Added sidebyside & anaglyph stereo modes.
2004-08-10 11:34:12 +00:00
Kent Mein
209a2ede2c
Last of the config.h mods...
...
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
added to these files.
Kent
--
mein@cs.umn.edu
2002-11-25 15:29:57 +00:00
Hans Lambermont
12315f4d0e
Initial revision
2002-10-12 11:37:38 +00:00