vGolf Deluxe Issues
-------------------

[ ]Ensure changing video modes works properly on Linux.

[X]Ensure we are targeting the proper Android version for Google Play to
   accept our app submission.

[X]Update credits.

   [X]Add Michael Cope to Testers.

[X]Figure out why browsing the avatar DLC isn't working properly. Currently,
   if you try to browse to the second DLC item the game drops you out of the
   avatar DLC menu.

[X]Fix hardcoded limit for element sizes in T3Net. If we receive data that
   won't fit within the hardcoded limit, we run into buffer overrun errors.

[X]Get Android version working in release mode.

[X]Fix clipping rectangle not clipping the right side in full screen mode.

[X]Fix resizing the window not adjusting the scale of the graphics.

[X]Remove logo screen. We want to go straight to the title screen as soon as
   possible. Instead of showing our logo animation, we should have a small
   copyright message at the bottom of the title screen.

[X]Ensure we are reloading the content list after downloading a piece of DLC.

[ ]Consider adding a progress meter for DLC downloading. This would require
   being able to detect the size of the file on the server side. We should
   include the size information as part of the data returned when fetching the
   DLC list.

[X]Investigate incorrect music looping. In Neon Nights, the course music
   restarts at order 0 even though the music file clearly contains the
   instruction to jump to order 1 when it reaches the end. This could be a bug
   in kode54 DUMB, or maybe Allegro.

   [X]The issue is with Allegro. The acodec add-on which handles music modules
      triggers the stream handler to rewind the stream when it reaches the end
      because DUMB doesn't fill the whole audio buffer when it loops. This
      issue needs to be reported to the Allegro developers.


vGolf Deluxe Issues Old
-----------------------

[ ]Loading screen has black background instead of grey. This suggests the
   blending mode has gotten messed up somehow. Need to ensure we use the
   default blending mode with pre-multiplied alpha bitmaps and any place we do
   alter these settings should restore them to their previous state.

[ ]Could not start game (no Play menu item) when playing online. Might be an
   issue with handing over Master control to another client when one quits.
   Possibly just something to do with resetting a menu pointer when a client
   closes a connection.

[ ]When playing online, the current player can continue to send button presses
   while the ball is moving. This can cause clicks to leak through to the next
   player's turn.

[ ]Game audio keeps playing when taking a phone call that was answered while
   the game was running.

[ ]Crash when game "lagged out."

[ ]Went back to player setup when new player added.

[ ]Crash when clicking next on course selection screen.

[ ]Not all courses listed in online play.

[ ]Fix glitch in online player setup which causes the next screen to not be
   accessible when backing out of and going back into player setup.

   [ ]We should see about removing all local players when going back.

[ ]Crash when loading leaderboard.


vGolf Deluxe Ideas
------------------

[ ]Add course INI file to new course format so we can do a few nifty things like
   play different music for each hole. This will work as sort of a script so we
   can change some things about they way each hole behaves without having to
   update the core format to support any new features we come up with.


vGolf Deluxe Old Issues
-----------------------

[ ]Using t3net master server list in non-dedicated mode causes server to become
   delisted after a period of time.
