Darren Alton [Fri, 08 Aug 2008 08:22:08 +0000] rev 2683
Ongoing video render work; initial work on NDS Timers.
Darren Alton [Sat, 26 Jul 2008 05:52:59 +0000] rev 2682
Some debug work on the video driver, shows an error in the BG's vertical placement
Darren Alton [Fri, 25 Jul 2008 23:39:14 +0000] rev 2681
Some small bug fixes and more work on video
Darren Alton [Sat, 19 Jul 2008 17:37:19 +0000] rev 2680
More work on the accelerated 2D video driver, beginnings of sprite-based rendering support. Also some initial work on an audio driver.
Darren Alton [Sun, 13 Jul 2008 04:28:54 +0000] rev 2679
More NDS video driver work.
Darren Alton [Thu, 10 Jul 2008 23:35:01 +0000] rev 2678
Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video driver
Darren Alton [Wed, 02 Jul 2008 13:59:30 +0000] rev 2677
Starting to work on a more complete video driver.
Darren Alton [Tue, 01 Jul 2008 13:02:50 +0000] rev 2676
Fixed a conflict between the touch and joystick drivers. They now should both behave as expected.
Darren Alton [Sun, 29 Jun 2008 21:32:31 +0000] rev 2675
Started minor changes to the coordinate system used by the touchscreen API as discussed on the mailing list. Also beginning to separate the 'Pressed' and 'Moved' event handling on the private level.
Darren Alton [Mon, 23 Jun 2008 11:55:26 +0000] rev 2674
Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API.