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