Commit graph

1103 commits

Author SHA1 Message Date
emukidid
b83f706d44 fileBrowser-CARD.c and fileBrowser-CARD.h coded 2007-12-24 00:37:55 +00:00
emukidid
78b372ee88 Makefile.GX_gfx edited to produce a .elf 2007-12-23 13:08:56 +00:00
sepp256
e13d4ba16d Added a cool splash screen!
Features:
 - analog stick translates the logo
 - C-stick rotates the logo
 - press and release A to skip the splash screen
2007-12-23 08:36:50 +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
tehpola@yahoo.com
94eb9eff72 Early (unfinished) new main 2007-12-22 23:49:20 +00:00
sepp256
2047713597 Updated GUI background and logo.
Reformatted GUI and DEBUG text slightly.
2007-12-22 23:33:58 +00:00
tehpola@yahoo.com
e207ad1fa4 Implemented menuFileBrowser (not tested on the cube, but I created unit-tests to make sure it worked on my pc) 2007-12-20 06:11:35 +00:00
tehpola@yahoo.com
7faef93e66 fileBrowser-SD should now maintain full path name (required for use) 2007-12-20 06:09:54 +00:00
tehpola@yahoo.com
5fb233de3f fileBrowser-SD should now maintain full path name (required for use) 2007-12-20 05:51:32 +00:00
emukidid
9947cb28e1 Edited wiki page through web user interface. 2007-12-19 08:29:12 +00:00
emukidid
592f9f2ac0 Oops, forgot the files 2007-12-19 01:13:35 +00:00
emukidid
776589d8a0 Added fileBrowser-DVD.c, also enabled the fileBrowser stuff in the GX makefile 2007-12-19 01:12:33 +00:00
tehpola@yahoo.com
762fa8d8b9 Fixed a recursive include and return values for readDir and seekFile 2007-12-19 00:50:02 +00:00
tehpola@yahoo.com
83ee43426e Missing semi-colon and fixed returns of read/write 2007-12-19 00:45:12 +00:00
tehpola@yahoo.com
97cb0ca24f Typos in arguments' types 2007-12-19 00:40:23 +00:00
tehpola@yahoo.com
b905b96bef Added the fileBrowser interface with a SD module (untested) 2007-12-18 21:51:17 +00:00
emukidid
d0ec47fec7 Removed some more compiler warnings (added that signed char in MIPS-to-PPC.c), added debug prints to pif,flashram and cache load blocks 2007-12-17 02:10:59 +00:00
tehpola@yahoo.com
52dd012610 Finished (save a couple fixes) menu system 2007-12-16 13:19:23 +00:00
emukidid
577209e48a DEBUG_update added to the current DEBUG printing, not tested, but should work 2007-12-16 02:30:14 +00:00
emukidid
3abe64a5cd Edited wiki page through web user interface. 2007-12-15 13:43:12 +00:00
emukidid
594043e4ff Edited wiki page through web user interface. 2007-12-15 13:41:37 +00:00
emukidid
5cd5d4548b Edited wiki page through web user interface. 2007-12-15 08:32:33 +00:00
emukidid
17659af3be Edited wiki page through web user interface. 2007-12-15 08:31:47 +00:00
emukidid
c998573790 added a flag to print debug or not -DSHOW_DEBUG 2007-12-14 00:37:43 +00:00
emukidid
e95f07a8b4 Simplified debug printing system 2007-12-14 00:30:48 +00:00
emukidid
769354d3c5 Created wiki page through web user interface. 2007-12-13 08:54:43 +00:00
emukidid
aefd89f797 Check wiki for more info, this was a compiler warning fixup commit 2007-12-13 08:47:27 +00:00
tehpola@yahoo.com
c7832a0bae Fixing an invalid assumption I made about strncpy (thanks emu) 2007-12-13 00:46:55 +00:00
tehpola@yahoo.com
444c0a576a Fixed a bug in DEBUG.c that I believe would have prevented the full text from appearing when it was <= DEBUG_TEXT_HEIGHT 2007-12-06 00:27:21 +00:00
sepp256
b0352f07ac Implemented GUI_print colors.
Fixed a bug in GUI.c
Sometimes the GUI background doesn't update, again.  -> This will be resolved when we move GUI into the main() loop.
There is still a bug in DEBUG.c such that all DEBUG_text pointers are NULL.
2007-12-03 19:21:19 +00:00
tehpola@yahoo.com
913a7ff853 GUI color interface and implementation (probably working) 2007-12-01 00:07:53 +00:00
tehpola@yahoo.com
760351ebf5 GUI color interface (not implemented yet) 2007-11-30 22:49:48 +00:00
tehpola@yahoo.com
7e6a9618ae Again, another simple logic error in DEBUG: I forgot to incrememnt numLiveStrings when printing 2007-11-29 22:45:41 +00:00
sepp256
485a206fd6 Changed system font to be used as a texture for GUI, FPS, and DEBUG.
Fixed syntax error in DEBUG.c ln 85.
DEBUG_print doesn't seem to work because DEBUG_text seems to be all NULLs or empty strings.
Once DEBUG_print works, I'll make changes so that DEBUG is updated each VI.  Currently, DEBUG is updated every time a gfx list is executed.
2007-11-29 19:29:21 +00:00
tehpola@yahoo.com
ba43a977c9 Fixed a logic error in DEBUG_update 2007-11-28 21:39:40 +00:00
tehpola@yahoo.com
716e4d8643 Fixed a logic error and a NULL pointer exception in DEBUG 2007-11-28 21:21:02 +00:00
tehpola
972985e25d Edited wiki page through web user interface. 2007-11-22 07:04:55 +00:00
tehpola@yahoo.com
390c52008c Committed initial menu system (not functional) to help everyone get an idea of how things are going to work. 2007-11-16 22:41:21 +00:00
tehpola
9641baccec Edited wiki page through web user interface. 2007-11-12 22:26:07 +00:00
tehpola
0ac91a495c Edited wiki page through web user interface. 2007-11-12 22:15:35 +00:00
tehpola
ef4227e895 Edited wiki page through web user interface. 2007-11-12 21:32:03 +00:00
tehpola
2a87fd1326 Edited wiki page through web user interface. 2007-11-11 23:11:34 +00:00
tehpola
cbecf8de6c I think I've implemented rumble, but its untested (and disabled for now). 2007-11-11 22:54:10 +00:00
tehpola
0a4b0ca3e3 Rewrote DEBUG, it should (crosses fingers) actually work once a backend is written for it. 2007-11-11 03:22:28 +00:00
emukidid
74190cc617 Edited wiki page through web user interface. 2007-11-02 06:36:02 +00:00
tehpola
3d100e3e0d Edited wiki page through web user interface. 2007-11-02 05:35:20 +00:00
emukidid
887026b530 Edited wiki page through web user interface. 2007-11-02 05:02:44 +00:00
emukidid
079b7394f6 Edited wiki page through web user interface. 2007-11-02 04:57:32 +00:00
tehpola
c6b34f4583 Deleting wiki page PageName. 2007-11-02 04:50:05 +00:00
tehpola
387a956bdc Created wiki page through web user interface. 2007-11-02 04:49:48 +00:00