Philipp Wiesemann
452ba51ebd
Fixed typos in test program.
2014-08-20 22:51:56 +02:00
Philipp Wiesemann
3d122d4d7c
Fixed not needed standard includes in test program.
2014-08-20 22:49:59 +02:00
Philipp Wiesemann
80ff7925b5
Fixed warnings about unused value in test program.
2014-08-20 22:47:07 +02:00
Sam Lantinga
d7940a513e
Fixed bug 2374 - Update copyright for 2014...
...
Is it that time already??
2014-02-02 00:53:27 -08:00
Sam Lantinga
37b1229722
Fixed bug 2294 - testdrawchessboard.c Sets the render color alpha to 0x0.
...
Brandon Schaefer
This means everything will render black if the software rendering backend selects a pixel format that supports alpha. So it seems best to at lease assume alpha is supported.
2013-12-11 21:13:45 -08:00
Sam Lantinga
3d37a0f6c9
Fixed bug 2190 - test/testdrawchessboard.c line endings
...
Joseph Carter
test/testdrawchessboard.c checks out of hg with DOS line endings on non-dos systems. Fixed via:
perl -pi -e 's/\r//g' test/testdrawchessboard.c
2013-11-03 11:27:06 -08:00
Andreas Schiffler
16a40598f6
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
2013-08-14 23:30:10 -07:00
Philipp Wiesemann
1baa9e9bda
Changed test program to be more compatible C.
2013-07-27 21:11:12 +02:00
Philipp Wiesemann
6b494e5eeb
Removed unused variable from test program.
2013-07-27 21:07:07 +02:00
Philipp Wiesemann
c03703d90d
Corrected words in comments of test programs.
2013-07-27 21:02:50 +02:00
Sam Lantinga
17482012af
Added example of using the software renderer and window surface API, contributed by Nitin Jain.
2013-07-27 03:48:23 -07:00