Fixed the pod path in archive
[sdlgit/SDL_perl.git] / t /
2009-10-31 Kartik Thakore Test number on t/code_video.t was wrong. Fixed it
2009-10-31 Kartik Thakore Added CreateRGBSurfaceFrom as an new constructor of...
2009-10-31 Kartik Thakore Added lock and unlock surface for SDL::Video and added...
2009-10-30 Kartik Thakore geterror to get_error
2009-10-30 Kartik Thakore Typos fixed
2009-10-30 Kartik Thakore Added and tested map_RGB[A] to SDL::Video
2009-10-30 Kartik Thakore Added trap for SDL::init because it keeps crashing...
2009-10-30 Kartik Thakore Added test for time
2009-10-29 Kartik Thakore SDL::GetError to SDL::geterror in t/core_video.t
2009-10-29 Kartik Thakore Fixed tests
2009-10-28 Kartik Thakore Finished set_gamma_ramp! 30% for SDL::Video
2009-10-28 Kartik Thakore XS for redtable done for set_gamma_ramp
2009-10-28 Kartik Thakore Added in Video.XS set_gamma, and stub for set_gamma_ram...
2009-10-28 Kartik Thakore Added test files for SDL::Events.pm
2009-10-28 Kartik Thakore Skipping some tests for now
2009-10-28 Kartik Thakore Added test for SDL::WindowManagement
2009-10-28 Kartik Thakore Added core test template
2009-10-27 Kartik Thakore Added SDL_LOGPAL and SDL_PHYSPAL constants to SDL:...
2009-10-27 Kartik Thakore In Video.xs: removed use of goto. Added set_palette...
2009-10-27 Kartik Thakore Typo
2009-10-27 Kartik Thakore Fixed up the test for video_set_colors
2009-10-27 Kartik Thakore Fixed up the test for video_set_colors
2009-10-26 Kartik Thakore A bigg typo
2009-10-26 Kartik Thakore Moved old SDL::Palette to SDL::Game::Palette.
2009-10-26 Kartik Thakore Added set_colors. Started testing it. Made a percentage...
2009-10-26 Kartik Thakore Added percentage done counter
2009-10-26 Kartik Thakore Test fix for SDL_TTF pixel offset in windows
2009-10-26 Kartik Thakore Updated surface test
2009-10-26 Kartik Thakore Bug in the logic of a test
2009-10-26 Kartik Thakore Retarded hack for test in windows ttf parsing
2009-10-26 Kartik Thakore Added SDL::Video::flip and test
2009-10-25 Kartik Thakore Skiping test for SDL_TTF because they are not aware...
2009-10-25 Kartik Thakore More docs for video
2009-10-25 Kartik Thakore Added set_video_mode at test
2009-10-25 Kartik Thakore Added update_rects
2009-10-24 Kartik Thakore Added video_mode_ok() and its test. Fixed test list_mod...
2009-10-24 Kartik Thakore Added fix for SDL::Surface->format. Fixed test and...
2009-10-23 Kartik Thakore Added list_modes
2009-10-23 Kartik Thakore Clean up test
2009-10-23 Kartik Thakore Lots of fixes for SV hacking in get video driver for...
2009-10-23 Kartik Thakore Test to contain XS macro hacks in SDL::Video::get_video...
2009-10-23 Kartik Thakore This work but I warnings of incompatible pointer to...
2009-10-23 Kartik Thakore Removed insane XS for SDL::get_video_info. Added tests...
2009-10-23 Kartik Thakore cleaned up MANIFEST, Added it to .gitignore. Added...
2009-10-23 Kartik Thakore Moved old SDL::Video test to smpeg test
2009-10-22 Kartik Thakore Added documentation on flags for Overlay. Made core_mem...
2009-10-22 Kartik Thakore Added mem leak test for core
2009-10-22 Kartik Thakore Fixed Test
2009-10-22 Kartik Thakore Added test for Overlay, updated Build.PL to add Overlay...
2009-10-21 Kartik Thakore Mare Overlay an object with new and DESTROY. Bootstrapp...
2009-10-21 Kartik Thakore Added tests for video.xs
2009-10-17 Leon Brocard Wrap TTF_Font with a few calls
2009-10-17 Leon Brocard Rename t/rectpm.t -> t/core_rect.t
2009-10-16 Leon Brocard Move update_rects out of Surface.xs and make SDL::Updat...
2009-10-16 Leon Brocard Move display format and display format alpha out of...
2009-10-16 Leon Brocard Remove update_rect from Surface.xs, enable it in SDL.xs
2009-10-16 Leon Brocard Remove fill_rect from surface, fix SDL::FillRect
2009-10-16 Leon Brocard Expose SDL::MapRGB
2009-10-16 Leon Brocard Wrap PixelFormat
2009-10-16 Leon Brocard Move blit out of Surface.xs, enable BlitSurface
2009-10-16 Leon Brocard Move load out of Surface.xs, rename it to reflect the...
2009-10-16 Leon Brocard Fix DisplayFormat and DisplayFormatAlpha
2009-10-16 Leon Brocard test pitch, SDL::GetClipRect
2009-10-16 Leon Brocard Move tests from t/surfacepm.t to t/core_surface.t
2009-10-16 Leon Brocard make it slightly slower so that we can see if it is...
2009-10-16 Leon Brocard Make test pass
2009-10-16 Kartik Thakore Added file t/core_surface.t
2009-10-15 Leon Brocard Make surfaces work again (bad hack though)
2009-10-15 Leon Brocard try seperating out surface - not quite working yet
2009-10-14 Leon Brocard Simplyify SDL::Rect to be just an XS wrapper, add a...
2009-10-14 Leon Brocard Split out SDL_Color into its own C-level class
2009-10-12 Breno G. de Oliveira minor identation attempt
2009-10-12 Breno G. de Oliveira doubled tests to ensure CONST and CONST() formats
2009-10-12 Breno G. de Oliveira constants testing
2009-10-08 Kartik Thakore Cleaned up test and made awesome zoom effect
2009-10-08 Kartik Thakore need to return values of Rect* and so on
2009-10-08 Kartik Thakore oops
2009-10-08 Kartik Thakore Can us SDL::Game::Rect now
2009-09-28 Kartik Thakore This is wierd.
2009-09-27 Kartik Thakore Fixed manifest, draw is not working though with Game...
2009-09-27 Kartik Thakore Add integration1 test, also updated MANIFEST
2009-09-27 Kartik Thakore Added graphical test for app
2009-09-26 Kartik Thakore Merged to higher version
2009-09-20 Kartik Thakore Fixed tests for timer and mixer
2009-09-18 Kartik Thakore Trying to fix broken timer test with eval
2009-09-18 Kartik Thakore Had to neuter test that fails due to external factors
2009-09-13 Kartik Thakore Fixed Rect usage
2009-09-13 Kartik Thakore More fixes, some clean up. For some reason blit is...
2009-09-12 Kartik Thakore Fixed Rect extension test but still not statisfied
2009-09-10 Breno G. de Oliveira simple rect extension test
2009-09-09 Kartik Thakore Using Rect as Blessed but backward compatible constructor.
2009-09-08 Kartik Thakore Using new Rect with v2.2.2.11. Had to change getClipRec...
2009-09-08 Kartik Thakore Merged garu's changes: new Game::Rect, TTFont docs...
2009-08-31 Kartik Thakore FreeBSD audio on cpan still fails. So fixed test to...
2009-08-31 Breno G. de Oliveira added some tests for SDL::Game::Rect
2009-08-30 Kartik Thakore moved skip test
2009-08-30 Kartik Thakore Fixed test for hardware or underlying fails
2009-08-30 Kartik Thakore Made memleak test an author test
2009-08-30 Kartik Thakore Merge branch 'experimental'
2009-08-30 Breno G. de Oliveira added 20 more tests for new API
next