sdlgit/SDL_perl.git
2009-11-05 Tobias Leich Merge branch 'redesign' of github.com:kthakore/SDL_perl...
2009-11-05 Tobias Leich CRLF to LF
2009-11-05 Kartik Thakore MultiTheadPOC.pl added. It shows quickly how we can...
2009-11-05 Kartik Thakore Random fail in core_video fixed???
2009-11-05 Kartik Thakore Added stubs Event and ActiveEvent
2009-11-05 Kartik Thakore Fix of typemap for Event objects
2009-11-05 Kartik Thakore Rolled back peep,poll,wait event. As the data structure...
2009-11-04 Tobias Leich Checked merge conflicts
2009-11-04 Kartik Thakore Started the cookbook
2009-11-04 Kartik Thakore Added docs, XS , PM and test file stubs for SDL::MultiT...
2009-11-04 Tobias Leich Merge branch 'redesign' of github.com:FROGGS/SDL_perl...
2009-11-04 Tobias Leich +wait_event()
2009-11-04 Kartik Thakore Added docs, XS , PM and test file stubs for SDL::MultiT...
2009-11-04 Kartik Thakore Minor clean up. Removes warnings of pointer cast during...
2009-11-04 Kartik Thakore Minor clean up. Removes warnings of pointer cast during...
2009-11-04 Tobias Leich checking for corrent 'action' in peep_events()
2009-11-04 Tobias Leich checking for corrent 'action' in peep_events()
2009-11-04 Kartik Thakore 15% of events. My stupid code didn't account of 0array...
2009-11-04 Kartik Thakore Merge branch 'redesign' of git://github.com/FROGGS...
2009-11-04 Tobias Leich added pump_events(), peep_events() and poll_event()
2009-11-04 Kartik Thakore Fixed up new_from. It is usable but it cause wierd...
2009-11-04 Kartik Thakore Added preliminary docs for SDL::Surface
2009-11-04 Kartik Thakore Removed wrapping functions. Cleaned up SDL.xs.
2009-11-03 Kartik Thakore Bricas hack for a horrible but needed function
2009-11-03 Kartik Thakore Added setters to SDL::Surface set_pixel_RGB and set_pix...
2009-11-03 Kartik Thakore Added SurfacePixel and its test for now so we can dupli...
2009-11-03 Kartik Thakore [WIP] SDL::SurfacePixel turned on again. Needs to be...
2009-11-03 Leon Brocard Mark version, linked_version as implemented
2009-11-03 Leon Brocard Wrap SDL_version
2009-11-03 Kartik Thakore Now compiling src/Core/Events.XS for SDL::Events
2009-11-03 Kartik Thakore Implemented and add TODO tests for SDL::Video::GL_...
2009-11-03 Kartik Thakore Added stub for SDL::Events
2009-11-03 Kartik Thakore Made stubs for SDL::Events
2009-11-02 Kartik Thakore Update implementation status of SDL.pm and test t/core.t
2009-11-02 Kartik Thakore Implemented display, [un]lock _YUV_overlay. 84% done
2009-11-02 Kartik Thakore GetClipRect to proper name
2009-11-02 Leon Brocard Implement set_clip_rect, get_clip_rect
2009-11-02 Leon Brocard Merge branch 'redesign' of git@github.com:kthakore...
2009-11-02 Leon Brocard Mark blit_surface as implemented
2009-11-02 Leon Brocard Implement blit_surface
2009-11-02 Kartik Thakore Added test file for SDL::MultiThread as acme is moving...
2009-11-02 Leon Brocard Implement fill_rect
2009-11-02 Leon Brocard Implement load_BMP and save_BMP
2009-11-02 Leon Brocard Delete GetRGBA from SDL.xs
2009-11-02 Leon Brocard Implement get_RGB and get_RGBA
2009-11-02 Leon Brocard Remove methods in SDL.xs that have been implemented...
2009-11-02 Leon Brocard Call SDL_MapRGBA in video_map_RGBA instead of SDL_MapRGB
2009-11-02 Leon Brocard Require Test::Trap for core_time.t
2009-11-02 Kartik Thakore Implemented and Tested SDL::Video::set_color_key, SDL...
2009-11-02 Kartik Thakore Added SDL::Video::display_format* functions. 50% of...
2009-11-01 Tobias Leich updated the order: pull -> build -> test
2009-11-01 Kartik Thakore Added SDL::Video::covert_surface and test. 44% of SDL...
2009-11-01 Tobias Leich added comment and did cleanup
2009-11-01 magnet moved SDL.pod at the right location
2009-11-01 magnet Fixed the pod path in archive master
2009-11-01 Tobias Leich windows does't know shebang.
2009-11-01 Kartik Thakore added more docs update
2009-10-31 Kartik Thakore [Smoke tool] Builds before testing.
2009-10-31 Kartik Thakore [Smolder Tools] Gets platform and architecture automati...
2009-10-31 Kartik Thakore Made smoke testing even easier
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 Applied Magnet's Patch
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 Fixes for windows directx and windbi drivers on version...
2009-10-29 Kartik Thakore Warning message for Windows gamma users
2009-10-29 Kartik Thakore SDL::GetError to SDL::geterror in t/core_video.t
2009-10-29 Kartik Thakore SDL::GetError to SDL::geterror in lib/SDL/App.pm
2009-10-29 Kartik Thakore Trying workaround for directx forcing
2009-10-29 Kartik Thakore Work around
2009-10-29 Kartik Thakore Made Windows not use Gamma Functions
2009-10-29 Kartik Thakore Fixed tests
2009-10-29 magnet updated Cdrom and Event and SDL pods,
2009-10-28 magnet Cleaned pod from SDL.pm
2009-10-28 Kartik Thakore Clean up
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 No pastes for you but will not send to #sdl
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
next