Commit graph

8 commits

Author SHA1 Message Date
sepp256
5a2242e4b7 Added headers to some menuV1 source files. 2009-11-08 05:24:53 +00:00
sepp256
85d06292e2 Changed Vector to guVector so we can compile with libogc svn.
Removed external gettick declaration.
2009-10-21 21:53:05 +00:00
sepp256
8b464366b1 Revised credit screen - Thanks Hacktarux!
Enjoy!
2008-01-01 00:14:17 +00:00
sepp256
d6c777f57d Added credit screen function to GUI.
Usage:
 - add credits menu item which calls GUI_creditScreen() instead of GUI_draw() in a continuous loop until button A/B is pressed.
2007-12-31 20:57:37 +00:00
sepp256
78d4784cd2 Added GUI load progress bar and GUI toggle functions.
Usage:
call GUI_setLoadProg(percent) to set the bar
 set percent to -1 to not show bar
 set percent from 0~1.0 to show current load percentage

call GUI_toggle() as leaving and re-entering menu to clear the screen and come back to GUI
2007-12-30 21:40:00 +00:00
sepp256
4e60e6fc18 Added option to center text in the GUI.
Default is for centered text, but code should be added to the menu to call GUI_centerText(bool flag) to specify centered (TRUE) or left-justified (FALSE) text.
2007-12-28 09:09:31 +00:00
sepp256
358183d0ae Ported Splash Screen sequence to the new menu.
Fixed background reload on return to menu from game.
2007-12-28 08:16:33 +00:00
sepp256
88b49ebce9 Added non-threaded version of the gui to be used with the new main().
Updated gui function calls in the new main().
2007-12-23 00:25:40 +00:00