14 years agoThink I am closer to set_event_filter but the test crashes so I added a SKIP on it redesign
Kartik Thakore [Thu, 12 Nov 2009 12:40:55 +0000]
Think I am closer to set_event_filter but the test crashes so I added a SKIP on it

14 years agoWrote a really shotty callback need someone to review it. Need to devise testplan...
Kartik Thakore [Thu, 12 Nov 2009 02:37:51 +0000]
Wrote a really shotty callback need someone to review it. Need to devise testplan for it. But 30t/core_events.t SDL::Events

14 years agoAdded wait_event to pods
Kartik Thakore [Thu, 12 Nov 2009 01:11:44 +0000]
Added wait_event to pods

14 years agoAdded poll_event docs to Events.pod
Kartik Thakore [Thu, 12 Nov 2009 01:02:01 +0000]
Added poll_event docs to Events.pod

14 years agoMerge branch 'redesign' of github.com:kthakore/SDL_perl into redesign
Tobias Leich [Wed, 11 Nov 2009 23:33:03 +0000]
Merge branch 'redesign' of github.com:kthakore/SDL_perl into redesign

14 years agonot very beautiful but should work
Tobias Leich [Wed, 11 Nov 2009 23:32:33 +0000]
not very beautiful but should work

14 years agomore SDL::Video docs !
magnet [Wed, 11 Nov 2009 23:14:12 +0000]
more SDL::Video docs !

14 years agomore, but not ready yet
Tobias Leich [Wed, 11 Nov 2009 20:25:52 +0000]
more, but not ready yet

14 years agoskipping constants starting with underscore
Tobias Leich [Wed, 11 Nov 2009 19:41:27 +0000]
skipping constants starting with underscore

14 years agoregex for decimal and hex
Tobias Leich [Wed, 11 Nov 2009 19:38:41 +0000]
regex for decimal and hex

14 years agoall .h files parsed now... Split breaks here look at MUSTLOCK
Kartik Thakore [Wed, 11 Nov 2009 19:28:05 +0000]
all .h files parsed now... Split breaks here look at MUSTLOCK

14 years agoregex for #define
Tobias Leich [Wed, 11 Nov 2009 19:12:34 +0000]
regex for #define

14 years agoAdded my crappy old script for gettin constants from headers
Kartik Thakore [Wed, 11 Nov 2009 18:58:56 +0000]
Added my crappy old script for gettin constants from headers

14 years agobasics for the event structure
Tobias Leich [Tue, 10 Nov 2009 23:24:34 +0000]
basics for the event structure

14 years agoAdded peep events. TODO: Need to fix peep_events to take AV of events
Kartik Thakore [Tue, 10 Nov 2009 21:28:57 +0000]
Added peep events. TODO: Need to fix peep_events to take AV of events

14 years agoAdded method stubs and finished pump_events();
Kartik Thakore [Tue, 10 Nov 2009 21:19:52 +0000]
Added method stubs and finished pump_events();

14 years agoAdded stub for Events.pod
Kartik Thakore [Tue, 10 Nov 2009 20:58:38 +0000]
Added stub for Events.pod

14 years agoMaded smokeNsend more verbose
Kartik Thakore [Tue, 10 Nov 2009 19:53:07 +0000]
Maded smokeNsend more verbose

14 years agoadded new feature to smokeNsend to pull from main v.s forked repo
Kartik Thakore [Tue, 10 Nov 2009 18:39:59 +0000]
added new feature to smokeNsend to pull from main v.s forked repo

14 years agoRename core_time.t to core_timer.t, implement get_ticks, delay
Leon Brocard [Tue, 10 Nov 2009 16:05:33 +0000]
Rename core_time.t to core_timer.t, implement get_ticks, delay

14 years agoImplement and test set_error, get_error, clear_error
Leon Brocard [Tue, 10 Nov 2009 15:20:49 +0000]
Implement and test set_error, get_error, clear_error

14 years agoFix typo
Leon Brocard [Tue, 10 Nov 2009 14:52:00 +0000]
Fix typo

14 years agoImplement init_sub_system and quit_sub_system
Leon Brocard [Tue, 10 Nov 2009 14:47:57 +0000]
Implement init_sub_system and quit_sub_system

14 years agoImplement putenv, getenv
Leon Brocard [Tue, 10 Nov 2009 14:42:25 +0000]
Implement putenv, getenv

14 years agoMove audio initing out to a test library to remove duplicated code
Leon Brocard [Tue, 10 Nov 2009 14:25:37 +0000]
Move audio initing out to a test library to remove duplicated code

14 years agoAdded TestTool to reuse code
Kartik Thakore [Tue, 10 Nov 2009 14:11:03 +0000]
Added TestTool to reuse code

14 years agoRemoved dupe test. Fixed typo
Kartik Thakore [Tue, 10 Nov 2009 12:40:25 +0000]
Removed dupe test. Fixed typo

14 years agoFor the last time negative test for failing soundcards
Kartik Thakore [Tue, 10 Nov 2009 02:46:13 +0000]
For the last time negative test for failing soundcards

14 years agoCheck for alsa fail on Audio tests
Kartik Thakore [Tue, 10 Nov 2009 02:09:44 +0000]
Check for alsa fail on Audio tests

14 years agoRemoving CRUD is good for the soul and the code base :P
Kartik Thakore [Mon, 9 Nov 2009 23:35:16 +0000]
Removing CRUD is good for the soul and the code base :P

14 years agoMore clean up and tests
Kartik Thakore [Mon, 9 Nov 2009 23:24:53 +0000]
More clean up and tests

14 years agoremoved SysWMEvent and QuitEvent
Tobias Leich [Mon, 9 Nov 2009 23:24:50 +0000]
removed SysWMEvent and QuitEvent

14 years agoLook for specific active event
Kartik Thakore [Mon, 9 Nov 2009 23:15:18 +0000]
Look for specific active event

14 years agosmall fixes
Tobias Leich [Mon, 9 Nov 2009 23:13:06 +0000]
small fixes

14 years agoMerge branch 'redesign' of github.com:kthakore/SDL_perl into redesign
Tobias Leich [Mon, 9 Nov 2009 22:56:05 +0000]
Merge branch 'redesign' of github.com:kthakore/SDL_perl into redesign

14 years agoTested push, pump, poll, push, pump, wait on SDL_ACTIVEEVENT
Kartik Thakore [Mon, 9 Nov 2009 22:55:11 +0000]
Tested push, pump, poll, push, pump, wait on SDL_ACTIVEEVENT

14 years agoMerge branch 'redesign' of github.com:kthakore/SDL_perl into redesign
Tobias Leich [Mon, 9 Nov 2009 22:54:27 +0000]
Merge branch 'redesign' of github.com:kthakore/SDL_perl into redesign

14 years agomigrate UserEvent, cleanup
Tobias Leich [Mon, 9 Nov 2009 22:53:57 +0000]
migrate UserEvent, cleanup

14 years agoTiny typo fixed in Event.xs and Added some prelim tests to check if our logic for...
Kartik Thakore [Mon, 9 Nov 2009 22:45:40 +0000]
Tiny typo fixed in Event.xs and Added some prelim tests to check if our logic for double free was correct.

14 years agomigrate MouseButton
Tobias Leich [Mon, 9 Nov 2009 22:28:39 +0000]
migrate MouseButton

14 years agomigrate MouseMotion
Tobias Leich [Mon, 9 Nov 2009 22:20:31 +0000]
migrate MouseMotion

14 years agomigrate keysym
Tobias Leich [Mon, 9 Nov 2009 22:09:01 +0000]
migrate keysym

14 years agoFixed up tests for now
Kartik Thakore [Mon, 9 Nov 2009 20:11:00 +0000]
Fixed up tests for now

14 years agomigrate JoyHatEvent
Tobias Leich [Mon, 9 Nov 2009 20:03:51 +0000]
migrate JoyHatEvent

14 years agomigrate JoyBall and JoyButtonEvent
Tobias Leich [Mon, 9 Nov 2009 19:40:13 +0000]
migrate JoyBall and JoyButtonEvent

14 years agoRemoved old files from building
Kartik Thakore [Mon, 9 Nov 2009 19:22:02 +0000]
Removed old files from building

14 years agomigrate ResizeEvent
Kartik Thakore [Mon, 9 Nov 2009 19:18:26 +0000]
migrate ResizeEvent

14 years agomigrate JoyAxisEvent
Tobias Leich [Mon, 9 Nov 2009 19:17:28 +0000]
migrate JoyAxisEvent

14 years agomigrate ExposeEvent
Tobias Leich [Mon, 9 Nov 2009 19:08:51 +0000]
migrate ExposeEvent

14 years agomigrate KeyboardEvent
Tobias Leich [Mon, 9 Nov 2009 19:02:30 +0000]
migrate KeyboardEvent

14 years agoadded everything from keysym.h and missing tests
Tobias Leich [Mon, 9 Nov 2009 17:37:33 +0000]
added everything from keysym.h and missing tests

14 years agoActiveEvent merged in to Event.xs
Kartik Thakore [Mon, 9 Nov 2009 17:32:44 +0000]
ActiveEvent merged in to Event.xs

14 years agoFixed up t/core_events.t to work. Still a little black magical as Event seems to...
Kartik Thakore [Mon, 9 Nov 2009 16:44:10 +0000]
Fixed up t/core_events.t to work. Still a little black magical as Event seems to be DESTROY'd magically by  GC

14 years agoremoved new() and DESTROY() for all events but SDL::Event
Tobias Leich [Mon, 9 Nov 2009 16:31:57 +0000]
removed new() and DESTROY() for all events but SDL::Event

14 years agoWindows need pump_events before wait_events
Kartik Thakore [Mon, 9 Nov 2009 15:22:34 +0000]
Windows need pump_events before wait_events

14 years agoExit the infinite event loop if no pending events
Kartik Thakore [Mon, 9 Nov 2009 15:09:11 +0000]
Exit the infinite event loop if no pending events

14 years agoMade an event loop for testing if events are poll properly
Kartik Thakore [Mon, 9 Nov 2009 14:52:47 +0000]
Made an event loop for testing if events are poll properly

14 years agocleanup
Tobias Leich [Mon, 9 Nov 2009 14:22:17 +0000]
cleanup

14 years agoCleaned up t/core_video.t
Kartik Thakore [Mon, 9 Nov 2009 13:59:51 +0000]
Cleaned up t/core_video.t

14 years agoFixed use_ok bug for t/core_events.t. Made 00-load.t test for loading modules
Kartik Thakore [Mon, 9 Nov 2009 11:44:03 +0000]
Fixed use_ok bug for t/core_events.t. Made 00-load.t test for loading modules

14 years agoGot random fails because we were not pumping events before polling
Kartik Thakore [Mon, 9 Nov 2009 11:20:20 +0000]
Got random fails because we were not pumping events before polling

14 years agoadded some constants from SDL_keysym.h
Tobias Leich [Mon, 9 Nov 2009 08:42:53 +0000]
added some constants from SDL_keysym.h

14 years agoGot wait_event messes with Test_More as we are faking event. Fixed it to use done_testing
Kartik Thakore [Mon, 9 Nov 2009 01:23:33 +0000]
Got wait_event messes with Test_More as we are faking event. Fixed it to use done_testing

14 years agoGot wait_event to work. 25t/core_events.t imple.
Kartik Thakore [Mon, 9 Nov 2009 01:19:01 +0000]
Got wait_event to work. 25t/core_events.t imple.

14 years agocleanup 20t/core_events.t Events
Kartik Thakore [Mon, 9 Nov 2009 01:08:01 +0000]
cleanup 20t/core_events.t Events

14 years agoGot Event working. Events at 25%. Poll_event and Push_event done
Kartik Thakore [Mon, 9 Nov 2009 00:57:51 +0000]
Got Event working. Events at 25%. Poll_event and Push_event done

14 years agomoved the constant-tests to the right place
Tobias Leich [Sun, 8 Nov 2009 21:32:58 +0000]
moved the constant-tests to the right place

14 years agokeysym.xs
Tobias Leich [Sun, 8 Nov 2009 19:50:53 +0000]
keysym.xs

14 years agoadded SDL_keysym struct
Tobias Leich [Sun, 8 Nov 2009 19:41:54 +0000]
added SDL_keysym struct

14 years agoMerge branch 'redesign' of github.com:kthakore/SDL_perl into redesign
Tobias Leich [Sun, 8 Nov 2009 16:31:03 +0000]
Merge branch 'redesign' of github.com:kthakore/SDL_perl into redesign

14 years agoadded more event constants and their tests
Tobias Leich [Sun, 8 Nov 2009 16:30:09 +0000]
added more event constants and their tests

14 years agoEvents which can have multiple types should get and set type
Kartik Thakore [Sun, 8 Nov 2009 16:07:31 +0000]
Events which can have multiple types should get and set type

14 years agoEvents which can have multiple types should get and set type
Kartik Thakore [Sun, 8 Nov 2009 16:06:06 +0000]
Events which can have multiple types should get and set type

14 years agoadded more event constants and their tests
Tobias Leich [Sun, 8 Nov 2009 15:59:59 +0000]
added more event constants and their tests

14 years agoupdated changes
Kartik Thakore [Sun, 8 Nov 2009 12:11:06 +0000]
updated changes

14 years agoFinshed Quit, Resize and SysWMEvent
Kartik Thakore [Sun, 8 Nov 2009 03:07:18 +0000]
Finshed Quit, Resize and SysWMEvent

14 years agoFinish MouseMotionEvent and fixed some tyops
Kartik Thakore [Sun, 8 Nov 2009 02:59:32 +0000]
Finish MouseMotionEvent and fixed some tyops

14 years agoFinish MouseButtonEvent
Kartik Thakore [Sun, 8 Nov 2009 02:45:04 +0000]
Finish MouseButtonEvent

14 years agoFininshed up KeyBoardEvent
Kartik Thakore [Sun, 8 Nov 2009 02:16:25 +0000]
Fininshed up KeyBoardEvent

14 years agoFinish JoyHatEvent done
Kartik Thakore [Sun, 8 Nov 2009 01:23:42 +0000]
Finish JoyHatEvent done

14 years agoFinished up JoyButtonEvent
Kartik Thakore [Sun, 8 Nov 2009 01:15:31 +0000]
Finished up JoyButtonEvent

14 years agoFinished up ExposeEvent, JoyAxisEvent, and JoyBallEvent.
Kartik Thakore [Sun, 8 Nov 2009 01:04:23 +0000]
Finished up ExposeEvent, JoyAxisEvent, and JoyBallEvent.

14 years agoFinished up ActiveEvent
Kartik Thakore [Sun, 8 Nov 2009 00:23:28 +0000]
Finished up ActiveEvent

14 years agoadded new() methods and their tests
Tobias Leich [Sat, 7 Nov 2009 23:10:19 +0000]
added new() methods and their tests

14 years agoMade UserEvent new and code work with test. Ignore data1,data2 for now
Kartik Thakore [Sat, 7 Nov 2009 22:05:54 +0000]
Made UserEvent new and code work with test. Ignore data1,data2 for now

14 years agoPerldoc needs newlines
Kartik Thakore [Fri, 6 Nov 2009 20:07:33 +0000]
Perldoc needs newlines

14 years agoBorrowed PDL run4flat's tutorial on SDL + PDL for our cookbook
Kartik Thakore [Fri, 6 Nov 2009 20:02:37 +0000]
Borrowed PDL run4flat's tutorial on SDL + PDL for our cookbook

14 years agomoved to SDL::Game::Event
Tobias Leich [Fri, 6 Nov 2009 18:57:27 +0000]
moved to SDL::Game::Event

14 years agoadded event tests
Tobias Leich [Fri, 6 Nov 2009 17:40:46 +0000]
added event tests

14 years agoTypo fixes of typo fixes :p
Kartik Thakore [Fri, 6 Nov 2009 16:47:13 +0000]
Typo fixes of typo fixes :p

14 years agoTypo fixes. NULL is a pointer cannot be assinged to integer value.
Kartik Thakore [Fri, 6 Nov 2009 16:45:14 +0000]
Typo fixes. NULL is a pointer cannot be assinged to integer value.

14 years agoAdded WMManagement Stubs. Fixed count
Kartik Thakore [Fri, 6 Nov 2009 16:25:07 +0000]
Added WMManagement Stubs. Fixed count

14 years agoMerge branch 'redesign' of github.com:kthakore/SDL_perl into redesign
Tobias Leich [Fri, 6 Nov 2009 16:20:21 +0000]
Merge branch 'redesign' of github.com:kthakore/SDL_perl into redesign

14 years agoadded event accessors
Tobias Leich [Fri, 6 Nov 2009 16:19:52 +0000]
added event accessors

14 years agoBetter error reporting for SDL::Video::map_RGB[A]
Kartik Thakore [Fri, 6 Nov 2009 15:36:56 +0000]
Better error reporting for SDL::Video::map_RGB[A]

14 years agoRename, move MixChunk and MixMusic to the right place
Leon Brocard [Fri, 6 Nov 2009 14:21:57 +0000]
Rename, move MixChunk and MixMusic to the right place

14 years agoFix typo^Wmemleak
Leon Brocard [Fri, 6 Nov 2009 14:01:51 +0000]
Fix typo^Wmemleak

14 years agoImplement MixMusic
Leon Brocard [Fri, 6 Nov 2009 13:51:49 +0000]
Implement MixMusic

14 years agoBetter defaults, test playing a sound
Leon Brocard [Fri, 6 Nov 2009 13:34:02 +0000]
Better defaults, test playing a sound

14 years agoMerge branch 'redesign' of git@github.com:kthakore/SDL_perl into redesign
Leon Brocard [Fri, 6 Nov 2009 13:04:12 +0000]
Merge branch 'redesign' of git@github.com:kthakore/SDL_perl into redesign