2009-11-09 |
Kartik Thakore |
More clean up and tests |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
removed SysWMEvent and QuitEvent |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Look for specific active event |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
small fixes |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
Merge branch 'redesign' of github.com:kthakore/SDL_perl... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Tested push, pump, poll, push, pump, wait on SDL_ACTIVE... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
Merge branch 'redesign' of github.com:kthakore/SDL_perl... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate UserEvent, cleanup |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Tiny typo fixed in Event.xs and Added some prelim tests... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate MouseButton |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate MouseMotion |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate keysym |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Fixed up tests for now |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate JoyHatEvent |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate JoyBall and JoyButtonEvent |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Removed old files from building |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
migrate ResizeEvent |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate JoyAxisEvent |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate ExposeEvent |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
migrate KeyboardEvent |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
added everything from keysym.h and missing tests |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
ActiveEvent merged in to Event.xs |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Fixed up t/core_events.t to work. Still a little black... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
removed new() and DESTROY() for all events but SDL... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Windows need pump_events before wait_events |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Exit the infinite event loop if no pending events |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Made an event loop for testing if events are poll properly |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
cleanup |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Cleaned up t/core_video.t |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Fixed use_ok bug for t/core_events.t. Made 00-load... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Got random fails because we were not pumping events... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Tobias Leich |
added some constants from SDL_keysym.h |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Got wait_event messes with Test_More as we are faking... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Got wait_event to work. 25t/core_events.t imple. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
cleanup 20t/core_events.t Events |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kartik Thakore |
Got Event working. Events at 25%. Poll_event and Push_e... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Tobias Leich |
moved the constant-tests to the right place |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Tobias Leich |
keysym.xs |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Tobias Leich |
added SDL_keysym struct |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Tobias Leich |
Merge branch 'redesign' of github.com:kthakore/SDL_perl... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Tobias Leich |
added more event constants and their tests |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Events which can have multiple types should get and... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Events which can have multiple types should get and... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Tobias Leich |
added more event constants and their tests |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
updated changes |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Finshed Quit, Resize and SysWMEvent |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Finish MouseMotionEvent and fixed some tyops |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Finish MouseButtonEvent |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Fininshed up KeyBoardEvent |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Finish JoyHatEvent done |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Finished up JoyButtonEvent |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Finished up ExposeEvent, JoyAxisEvent, and JoyBallEvent. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kartik Thakore |
Finished up ActiveEvent |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Tobias Leich |
added new() methods and their tests |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Kartik Thakore |
Made UserEvent new and code work with test. Ignore... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Kartik Thakore |
Perldoc needs newlines |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Kartik Thakore |
Borrowed PDL run4flat's tutorial on SDL + PDL for our... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Tobias Leich |
moved to SDL::Game::Event |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Tobias Leich |
added event tests |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Kartik Thakore |
Typo fixes of typo fixes :p |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Kartik Thakore |
Typo fixes. NULL is a pointer cannot be assinged to... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Kartik Thakore |
Added WMManagement Stubs. Fixed count |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Tobias Leich |
Merge branch 'redesign' of github.com:kthakore/SDL_perl... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Tobias Leich |
added event accessors |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Kartik Thakore |
Better error reporting for SDL::Video::map_RGB[A] |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Leon Brocard |
Rename, move MixChunk and MixMusic to the right place |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Leon Brocard |
Fix typo^Wmemleak |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Leon Brocard |
Implement MixMusic |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Leon Brocard |
Better defaults, test playing a sound |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Leon Brocard |
Merge branch 'redesign' of git@github.com:kthakore... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Leon Brocard |
Implement MixChunk |
commit | commitdiff | tree | snapshot |
2009-11-05 |
magnet |
Merge branch 'redesign' of git@github.com:kthakore... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Added UserEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added QuitEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added SysWMEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added ExposeEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Added tool I used to do that |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Added stubs for Events |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Fixed JoyButtonEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added ResizeEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added JoyBallEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added JoyHatEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
fix axis |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added JoyAxisEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added MouseButtonEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
magnet |
Merge branch 'redesign' of git@github.com:kthakore... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
magnet |
Updated Video.pod |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
fixed KeyboardEvent::keysym, added MousMotionEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Added ActiveEvent to Build.PL |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
added KeyboardEvent structure |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
fixed filename typo |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
Merge branch 'redesign' of github.com:kthakore/SDL_perl... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Tobias Leich |
CRLF to LF |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
MultiTheadPOC.pl added. It shows quickly how we can... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Random fail in core_video fixed??? |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Added stubs Event and ActiveEvent |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Fix of typemap for Event objects |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kartik Thakore |
Rolled back peep,poll,wait event. As the data structure... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Tobias Leich |
Checked merge conflicts |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Kartik Thakore |
Started the cookbook |
commit | commitdiff | tree | snapshot |
next |