Thief007 / swingamesdk

Automatically exported from code.google.com/p/swingamesdk
1 stars 2 forks source link

Loading version, pause, verbose and step mode new features #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
New features in the splash screen / loading phase, inspired to assist debuggin'

1. By default, display swingame version, say the bottom right hand corner. 
2. Pause loading using ctrl+p or cmd+p. Continue with ctrl+p (which is also
displayed). Perhaps as a pause mode in the resource loading.
3. Verbose loading mode using ctrl+v or cmd+v. Update resource loading code
so that interesting "verbose" details are actually there to show! :)
4. "Step" mode (perhaps related to the "pause" process) which perform each
swingame loading step one-at-a-time and waits for user indication (enter,
any-key) to continue. With "verbose" mode this would help to determine what
is going wrong during loading.

Original issue reported on code.google.com by cwoodw...@gmail.com on 2 Oct 2009 at 12:48

GoogleCodeExporter commented 8 years ago
1. Have implemented - bottom left corner :)
2. Done
3. Splash screen is now purely advertising... will add this to a new request 
related to loading resource bundles.
4. as 3.

Original comment by swinbr...@gmail.com on 2 Oct 2009 at 1:33